aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2007-05-08lockdep: lookup_chain_cache comment errataJarek Poplawski
2007-05-08highres/dyntick: prevent xtime lock contentionThomas Gleixner
2007-05-08kallsyms: cleanup: use seq_release_private() where appropriateMartin Peschke
2007-05-08audit: add spaces on either side of case "..." operator.Robert P. J. Day
2007-05-08Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai
2007-05-08Lockdep treats down_write_trylock like regular down_writePavel Emelianov
2007-05-08kernel/params.c: fix lying comment for param_array()Bert Wesarg
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan
2007-05-08Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan
2007-05-08Simplify module_get_kallsym() by dropping length argAlexey Dobriyan
2007-05-08Fix kevent's childs priority greedinessJan Engelhardt
2007-05-08kdump/kexec: calculate note size at compile timeSimon Horman
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08add touch_all_softlockup_watchdogs()Jeremy Fitzhardinge
2007-05-08Ignore stolen time in the softlockup watchdogJeremy Fitzhardinge
2007-05-08Move timekeeping code to timekeeping.cjohn stultz
2007-05-08IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish
2007-05-08Add support for deferrable timersVenki Pallipadi
2007-05-08kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_uni...Dmitry Adamushko
2007-05-08Fix race between attach_task and cpuset_exitSrivatsa Vaddagiri
2007-05-08move die notifier handling to common codeChristoph Hellwig
2007-05-08kprobes: fix sparse NULL warningRandy Dunlap
2007-05-08Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann
2007-05-08futex: restartable futex_waitNick Piggin
2007-05-08futex: get_futex_key, get_key_refs and drop_key_refsRusty Russell
2007-05-08proc: maps protectionKees Cook
2007-05-08Optimize timespec_trunc()Eric Dumazet
2007-05-08rcutorture: Mark rcu_torture_init as __initJosh Triplett
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty
2007-05-08Use stop_machine_run in the Intel RNG driverPrarit Bhargava
2007-05-08module: use kreallocPekka Enberg
2007-05-08softlockup: s/99/MAX_RT_PRIO/Oleg Nesterov
2007-05-08freezer: task->exit_state should be treated as boleanOleg Nesterov
2007-05-08simplify the stacktrace codeChristoph Hellwig
2007-05-07swsusp: free more memoryRafael J. Wysocki
2007-05-07swsusp: fix snapshot_releaseRafael J. Wysocki
2007-05-07kconfig: mention 'hibernation' not just swsuspDavid Brownell
2007-05-07power management: change /sys/power/disk displayJohannes Berg
2007-05-07remove software_suspend()Johannes Berg
2007-05-07swsusp: use rbtree for tracking allocated swapRafael J. Wysocki
2007-05-07swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki
2007-05-07swsusp: fix error paths in snapshot_openRafael J. Wysocki
2007-05-07swsusp: do not use page flagsRafael J. Wysocki
2007-05-07swsusp: use inline functions for changing page flagsRafael J. Wysocki
2007-05-07fix refrigerator() vs thaw_process() raceOleg Nesterov
2007-05-07Return EPERM not ECHILD on security_task_wait failureRoland McGrath
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter