aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-24flag parameters: pacceptUlrich Drepper1-0/+1
2008-07-24generic irqs: handle failure of irqchip->set_type in setup_irqUwe Kleine-König1-22/+42
2008-07-24pm: fix try_to_freeze_tasks()'s use of do_div()David Howells1-1/+1
2008-07-24pm: schedule sysrq poweroff on boot cpuZhang Rui1-1/+3
2008-07-24pm: introduce new interfaces schedule_work_on() and queue_work_on()Zhang Rui1-1/+38
2008-07-24pm: hibernation: simplify memory bitmapAkinobu Mita1-67/+21
2008-07-24pm: boot time suspend selftestDavid Brownell2-1/+204
2008-07-24swsusp: provide users with a hint about the no_console_suspend optionPavel Machek1-1/+1
2008-07-24security: filesystem capabilities refactor kernel codeAndrew G. Morgan1-117/+221
2008-07-24hugetlb: multiple hstates for multiple page sizesAndi Kleen1-3/+5
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork()Mel Gorman1-0/+9
2008-07-24mm/vmstat.c: proper externsAdrian Bunk1-1/+1
2008-07-23Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-rolandLinus Torvalds1-1/+2
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-245/+199
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds13-46/+48
2008-07-23Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-13/+56
2008-07-23x86_64 syscall audit fast-pathRoland McGrath1-1/+2
2008-07-23set_irq_wake: fix return code and wake status trackingUwe Kleine-König1-12/+27
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds4-137/+207
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds3-7/+16
2008-07-22Fix build on COMPAT platforms when CONFIG_EPOLL is disabledAtsushi Nemoto1-0/+1
2008-07-22cpusets: fix wrong domain attr updatesMiao Xie1-1/+3
2008-07-22remove CONFIG_KMOD from core kernel codeJohannes Berg3-4/+4
2008-07-22modules: Take a shortcut for checking if an address is in a moduleRusty Russell1-2/+22
2008-07-22module: turn longs into ints for module sizesDenys Vlasenko1-2/+2
2008-07-22Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko1-15/+34
2008-07-22module: generic each_symbol iterator functionRusty Russell1-110/+134
2008-07-22module: don't use stop_machine for waiting rmmodRusty Russell1-4/+11
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen3-7/+16
2008-07-20sched: hrtick_enabled() should use cpu_active()Ingo Molnar1-1/+1
2008-07-20Merge branch 'sched/urgent' into sched/develIngo Molnar4-146/+65
2008-07-20sched, x86: clean up hrtick implementationPeter Zijlstra3-146/+63
2008-07-18cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cMike Travis1-7/+7
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2-2/+5
2008-07-18Merge branch 'linus' into cpus4096Ingo Molnar10-292/+442
2008-07-18softlockup: fix invalid proc_handler for softlockup_panicHiroshi Shimamoto1-1/+1
2008-07-18sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not neededDavid Howells1-0/+2
2008-07-18cpu hotplug: Make cpu_active_map synchronization dependency clearMax Krasnyansky1-0/+10
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2)Max Krasnyansky5-70/+80
2008-07-18sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko1-28/+40
2008-07-18sched: reduce stack size in isolated_cpu_setup()Mike Travis1-1/+2
2008-07-18Revert parts of "ftrace: do not trace scheduler functions"Ingo Molnar1-0/+2
2008-07-17Merge branch 'linus' into xen-64bitIngo Molnar10-292/+442
2008-07-17Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2008-07-17x86, xen, power: fix up config dependencies on PMJeremy Fitzhardinge1-1/+1
2008-07-17ftrace: do not trace scheduler functionsIngo Molnar1-2/+1
2008-07-16fix dangling zombie when new parent ignores childrenRoland McGrath1-0/+26
2008-07-16do_wait: return security_task_wait() error code in place of -ECHILDRoland McGrath1-10/+20
2008-07-16ptrace children revampRoland McGrath3-123/+146
2008-07-16do_wait reorganizationRoland McGrath1-80/+135