summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2006-06-27[PATCH] sched: CPU hotplug race vs. set_cpus_allowed()Kirill Korotaev-4/+14
2006-06-27[PATCH] unnecessary long index i in schedSteven Rostedt-1/+2
2006-06-27[PATCH] sched: fix interactive ceiling codeCon Kolivas-25/+27
2006-06-27[PATCH] sched: simplify bitmap definitionSteven Rostedt-3/+1
2006-06-27[PATCH] sched: fix smt nice lock contention and optimizationChen, Kenneth W-123/+59
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyChandra Seetharaman-3/+4
2006-06-27[PATCH] cpu hotplug: make [un]register_cpu_notifier init time onlyChandra Seetharaman-3/+5
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman-6/+6
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman-7/+7
2006-06-27[PATCH] rcutorture: add call_rcu_bh() operationsPaul E. McKenney-2/+48
2006-06-27[PATCH] rcutorture: add ops vector and Classic RCU opsPaul E. McKenney-43/+120
2006-06-27[PATCH] rcutorture: catchup doc fixes for idle-hz testsPaul E. McKenney-1/+1
2006-06-27[PATCH] fix kernel-doc in kernel/ dirRandy Dunlap-4/+4
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar-1/+1
2006-06-27[PATCH] poison: add & use more constantsRandy Dunlap-2/+3
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar-0/+12
2006-06-27[PATCH] catch valid mem range at onlining memoryKAMEZAWA Hiroyuki-0/+38
2006-06-27[PATCH] pm_trace is dangerousAndrew Morton-2/+11
2006-06-27[PATCH] kernel/acct: fix function definitionRandy Dunlap-1/+1
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds-10/+1
2006-06-26Merge branch 'x86-64'Linus Torvalds-3/+952
2006-06-26[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen-2/+7
2006-06-26[PATCH] x86_64: allow unwinder to build without module supportJan Beulich-0/+4
2006-06-26[PATCH] i386/x86-64: fall back to old-style call trace if no unwindingJan Beulich-4/+3
2006-06-26[PATCH] x86_64: reliable stack trace supportJan Beulich-1/+931
2006-06-26[PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warningsAndi Kleen-0/+11
2006-06-26[PATCH] sched: fix SCHED_FIFO bug in sys_sched_rr_get_interval()Peter Williams-1/+1
2006-06-26[PATCH] coredump: copy_process: don't check SIGNAL_GROUP_EXITOleg Nesterov-12/+0
2006-06-26[PATCH] coredump: kill ptrace related stuffOleg Nesterov-6/+32
2006-06-26[PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman-3/+17
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman-6/+5
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman-7/+20
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman-9/+1
2006-06-26[PATCH] Notify page fault call chainAnil S Keshavamurthy-7/+23
2006-06-26[PATCH] Kprobes registers for notify page faultAnil S Keshavamurthy-0/+8
2006-06-26[PATCH] Kprobe: multi kprobe posthandler for boostermao, bibo-8/+24
2006-06-26[PATCH] fix and optimize clock source updateRoman Zippel-42/+109
2006-06-26[PATCH] time: rename clocksource functionsjohn stultz-19/+19
2006-06-26[PATCH] Time: i386 Clocksource Driversjohn stultz-3/+8
2006-06-26[PATCH] Time: Introduce arch generic time accessorsjohn stultz-0/+172
2006-06-26[PATCH] Time: Use clocksource abstraction for NTP adjustmentsjohn stultz-19/+28
2006-06-26[PATCH] Time: Let user request precision from current_tick_length()john stultz-4/+17
2006-06-26[PATCH] Time: Use clocksource infrastructure for update_wall_timejohn stultz-15/+83
2006-06-26[PATCH] Time: Clocksource Infrastructurejohn stultz-0/+418
2006-06-26[PATCH] Convert kernel/cpu.c to mutexesIngo Molnar-5/+5
2006-06-26[PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqsIngo Molnar-37/+27
2006-06-25Revert "swsusp special saveable pages support" commitsLinus Torvalds-116/+18
2006-06-25Fix PM_TRACE dependency: works only on 32-bit x86 for nowLinus Torvalds-1/+1
2006-06-25[PATCH] pacct: none-delayed process accounting accumulationKaiGai Kohei-13/+11
2006-06-25[PATCH] pacct: avoidance to refer the last thread as a representation of the ...KaiGai Kohei-20/+26