aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-29[PATCH] genirq: sem2mutex probe_sem -> probing_activeIngo Molnar1-4/+5
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar6-33/+33
2006-06-28[PATCH] load_module() cleanupAndrew Morton1-6/+21
2006-06-28[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven1-2/+76
2006-06-27[PATCH] Remove redundant NULL checks before [kv]free - in kernel/Jesper Juhl1-2/+1
2006-06-27[PATCH] futex_requeue() optimizationSebastien Dugue1-5/+8
2006-06-27[PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner2-6/+38
2006-06-27[PATCH] rtmutex: Modify rtmutex-tester to test the setscheduler propagationThomas Gleixner1-14/+18
2006-06-27[PATCH] Drop tasklist lock in do_sched_setschedulerThomas Gleixner1-1/+3
2006-06-27[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar5-41/+818
2006-06-27[PATCH] pi-futex: rt mutex futex apiIngo Molnar1-0/+55
2006-06-27[PATCH] pi-futex: rt mutex testerThomas Gleixner4-1/+461
2006-06-27[PATCH] pi-futex: rt mutex debugIngo Molnar4-0/+552
2006-06-27[PATCH] pi-futex: rt mutex coreIngo Molnar6-0/+1058
2006-06-27[PATCH] pi-futex: scheduler support for piIngo Molnar1-29/+160
2006-06-27[PATCH] pi-futex: futex code cleanupsIngo Molnar2-117/+131
2006-06-27[PATCH] BUG() if setscheduler is called from interrupt contextSteven Rostedt1-0/+2
2006-06-27[PATCH] sched: uninline task_rq_lock()Oleg Nesterov1-1/+1
2006-06-27[PATCH] sched: mc/smt power savings sched policySiddha, Suresh B1-25/+215
2006-06-27[PATCH] sched_domai: Allocate sched_group structures dynamicallySrivatsa Vaddagiri1-5/+43
2006-06-27[PATCH] sched_domai: Use kmalloc_nodeSrivatsa Vaddagiri1-2/+3
2006-06-27[PATCH] sched_domai: Don't use GFP_ATOMICSrivatsa Vaddagiri1-1/+1
2006-06-27[PATCH] sched_domain: handle kmalloc failureSrivatsa Vaddagiri1-61/+78
2006-06-27[PATCH] sched: Avoid unnecessarily moving highest priority task move_tasks()Peter Williams1-5/+21
2006-06-27[PATCH] sched: modify move_tasks() to improve load balancing outcomesPeter Williams1-2/+10
2006-06-27[PATCH] sched: implement smpnicePeter Williams1-65/+219
2006-06-27[PATCH] sched: CPU hotplug race vs. set_cpus_allowed()Kirill Korotaev1-4/+14
2006-06-27[PATCH] unnecessary long index i in schedSteven Rostedt1-1/+2
2006-06-27[PATCH] sched: fix interactive ceiling codeCon Kolivas1-25/+27
2006-06-27[PATCH] sched: simplify bitmap definitionSteven Rostedt1-3/+1
2006-06-27[PATCH] sched: fix smt nice lock contention and optimizationChen, Kenneth W1-123/+59
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyChandra Seetharaman1-3/+4
2006-06-27[PATCH] cpu hotplug: make [un]register_cpu_notifier init time onlyChandra Seetharaman1-3/+5
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman6-6/+6
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman7-7/+7
2006-06-27[PATCH] rcutorture: add call_rcu_bh() operationsPaul E. McKenney2-2/+48
2006-06-27[PATCH] rcutorture: add ops vector and Classic RCU opsPaul E. McKenney1-43/+120
2006-06-27[PATCH] rcutorture: catchup doc fixes for idle-hz testsPaul E. McKenney1-1/+1
2006-06-27[PATCH] fix kernel-doc in kernel/ dirRandy Dunlap2-4/+4
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-27[PATCH] poison: add & use more constantsRandy Dunlap1-2/+3
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar1-0/+12
2006-06-27[PATCH] catch valid mem range at onlining memoryKAMEZAWA Hiroyuki1-0/+38
2006-06-27[PATCH] pm_trace is dangerousAndrew Morton1-2/+11
2006-06-27[PATCH] kernel/acct: fix function definitionRandy Dunlap1-1/+1
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-10/+1
2006-06-26Merge branch 'x86-64'Linus Torvalds5-3/+952
2006-06-26[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen1-2/+7
2006-06-26[PATCH] x86_64: allow unwinder to build without module supportJan Beulich1-0/+4
2006-06-26[PATCH] i386/x86-64: fall back to old-style call trace if no unwindingJan Beulich1-4/+3