aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-18/+48
2008-07-16snapshot: Use pm_mutex for mutual exclusionRafael J. Wysocki1-26/+42
2008-07-16snapshot: Push BKL down into ioctl handlersAlan Cox1-4/+7
2008-07-16Freezer: Introduce PF_FREEZER_NOSIGRafael J. Wysocki2-56/+43
2008-07-16force offline the processor during hot-removalZhang Rui1-0/+1
2008-07-16Revert "suspend, xen: enable PM_SLEEP for CONFIG_XEN"Ingo Molnar1-1/+1
2008-07-16suspend, xen: enable PM_SLEEP for CONFIG_XENJeremy Fitzhardinge1-1/+1
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar60-867/+11047
2008-07-15Merge branch 'linus' into core/softlockupIngo Molnar58-797/+10087
2008-07-15generic ipi function calls: wait on alloc failure fallbackJeremy Fitzhardinge1-0/+1
2008-07-15Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-8/+391
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar7-8/+390