summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan2007-05-082-0/+46
* Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-084-13/+48
* Simplify kallsyms_lookup()Alexey Dobriyan2007-05-086-16/+13
* Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan2007-05-082-20/+22
* Simplify module_get_kallsym() by dropping length argAlexey Dobriyan2007-05-082-3/+4
* Fix kevent's childs priority greedinessJan Engelhardt2007-05-081-0/+6
* kdump/kexec: calculate note size at compile timeSimon Horman2007-05-081-2/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-0813-13/+0
* add touch_all_softlockup_watchdogs()Jeremy Fitzhardinge2007-05-082-2/+15
* Ignore stolen time in the softlockup watchdogJeremy Fitzhardinge2007-05-081-6/+29
* Move timekeeping code to timekeeping.cjohn stultz2007-05-083-459/+478
* IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish2007-05-081-4/+6
* Add support for deferrable timersVenki Pallipadi2007-05-081-8/+57
* kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_uni...Dmitry Adamushko2007-05-081-4/+11
* Fix race between attach_task and cpuset_exitSrivatsa Vaddagiri2007-05-081-4/+2
* move die notifier handling to common codeChristoph Hellwig2007-05-083-2/+40
* kprobes: fix sparse NULL warningRandy Dunlap2007-05-081-1/+2
* Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann2007-05-081-10/+16
* futex: restartable futex_waitNick Piggin2007-05-081-5/+51
* futex: get_futex_key, get_key_refs and drop_key_refsRusty Russell2007-05-081-36/+14
* proc: maps protectionKees Cook2007-05-081-0/+11
* Optimize timespec_trunc()Eric Dumazet2007-05-081-30/+30
* rcutorture: Mark rcu_torture_init as __initJosh Triplett2007-05-081-1/+1
* Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty2007-05-084-178/+98
* Use stop_machine_run in the Intel RNG driverPrarit Bhargava2007-05-081-3/+5
* module: use kreallocPekka Enberg2007-05-081-4/+4
* softlockup: s/99/MAX_RT_PRIO/Oleg Nesterov2007-05-081-1/+1
* freezer: task->exit_state should be treated as boleanOleg Nesterov2007-05-081-3/+2
* simplify the stacktrace codeChristoph Hellwig2007-05-081-2/+1
* swsusp: free more memoryRafael J. Wysocki2007-05-072-2/+12
* swsusp: fix snapshot_releaseRafael J. Wysocki2007-05-071-1/+0
* kconfig: mention 'hibernation' not just swsuspDavid Brownell2007-05-071-3/+8
* power management: change /sys/power/disk displayJohannes Berg2007-05-071-1/+28
* remove software_suspend()Johannes Berg2007-05-072-15/+8
* swsusp: use rbtree for tracking allocated swapRafael J. Wysocki2007-05-074-118/+86
* swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki2007-05-074-20/+38
* swsusp: fix error paths in snapshot_openRafael J. Wysocki2007-05-071-4/+6
* swsusp: do not use page flagsRafael J. Wysocki2007-05-075-22/+259
* swsusp: use inline functions for changing page flagsRafael J. Wysocki2007-05-071-23/+25
* fix refrigerator() vs thaw_process() raceOleg Nesterov2007-05-071-2/+4
* Return EPERM not ECHILD on security_task_wait failureRoland McGrath2007-05-071-2/+15
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-074-16/+4
* cpusets: allow TIF_MEMDIE threads to allocate anywhereDavid Rientjes2007-05-071-2/+20
* Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter2007-05-071-0/+8
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-05-055-34/+36
|\
| * [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge2007-05-021-0/+2
| * [PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge2007-05-021-4/+4
| * [PATCH] x86-64: Account for module percpu space separately from kernel percpuJeremy Fitzhardinge2007-05-021-1/+1
| * [PATCH] x86-64: do not use virt_to_page on kernel data addressVivek Goyal2007-05-021-15/+27