summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] pi-futex: rt mutex testerThomas Gleixner2006-06-2720-1/+1923
* [PATCH] pi-futex: rt mutex debugIngo Molnar2006-06-278-1/+581
* [PATCH] pi-futex: rt mutex docsSteven Rostedt2006-06-273-0/+981
* [PATCH] pi-futex: rt mutex coreIngo Molnar2006-06-2711-0/+1181
* [PATCH] pi-futex: scheduler support for piIngo Molnar2006-06-273-31/+181
* [PATCH] pi-futex: add plist implementationIngo Molnar2006-06-274-0/+372
* [PATCH] pi-futex: introduce WARN_ON_SMPIngo Molnar2006-06-271-0/+6
* [PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar2006-06-274-7/+13
* [PATCH] pi-futex: robust futex docs fixIngo Molnar2006-06-271-1/+1
* [PATCH] pi-futex: futex code cleanupsIngo Molnar2006-06-274-122/+135
* [PATCH] BUG() if setscheduler is called from interrupt contextSteven Rostedt2006-06-271-0/+2
* [PATCH] sched: uninline task_rq_lock()Oleg Nesterov2006-06-271-1/+1
* [PATCH] sched: mc/smt power savings sched policySiddha, Suresh B2006-06-2711-33/+262
* [PATCH] sched_domai: Allocate sched_group structures dynamicallySrivatsa Vaddagiri2006-06-271-5/+43
* [PATCH] sched_domai: Use kmalloc_nodeSrivatsa Vaddagiri2006-06-271-2/+3
* [PATCH] sched_domai: Don't use GFP_ATOMICSrivatsa Vaddagiri2006-06-271-1/+1
* [PATCH] sched_domain: handle kmalloc failureSrivatsa Vaddagiri2006-06-272-62/+79
* [PATCH] sched: Avoid unnecessarily moving highest priority task move_tasks()Peter Williams2006-06-271-5/+21
* [PATCH] sched: modify move_tasks() to improve load balancing outcomesPeter Williams2006-06-271-2/+10
* [PATCH] sched: implement smpnicePeter Williams2006-06-272-67/+225
* [PATCH] sched: CPU hotplug race vs. set_cpus_allowed()Kirill Korotaev2006-06-271-4/+14
* [PATCH] unnecessary long index i in schedSteven Rostedt2006-06-271-1/+2
* [PATCH] sched: fix interactive ceiling codeCon Kolivas2006-06-271-25/+27
* [PATCH] sched: simplify bitmap definitionSteven Rostedt2006-06-271-3/+1
* [PATCH] sched: fix smt nice lock contention and optimizationChen, Kenneth W2006-06-271-123/+59
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: add proper Kconfig, Makefile ent...Jim Cromie2006-06-272-1/+26
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: display pin values in/out in gpi...Jim Cromie2006-06-271-2/+4
* [PATCH] gpio-patchset-fixups: include linux/io.hJim Cromie2006-06-271-1/+1
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: replace spinlocks w mutexesJim Cromie2006-06-272-8/+8
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: fix gpio_current, use shadow regsJim Cromie2006-06-271-4/+23
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: use dev_dbg in common moduleJim Cromie2006-06-274-31/+34
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: add platform_device for use w de...Jim Cromie2006-06-271-38/+64
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: add new pc8736x_gpio moduleJim Cromie2006-06-273-2/+297
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate gpio_dump to common moduleJim Cromie2006-06-273-19/+17
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate file-ops to common moduleJim Cromie2006-06-273-90/+100
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: add empty common-moduleJim Cromie2006-06-272-1/+46
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: dispatch via vtableJim Cromie2006-06-271-10/+14
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: add gpio-ops vtableJim Cromie2006-06-272-0/+46
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: refactor scx200_probe to better ...Jim Cromie2006-06-271-5/+10
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: add 'v' command to device-fileJim Cromie2006-06-272-2/+17
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: put gpio_dump on a dietJim Cromie2006-06-271-28/+11
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: device minor numbers are unsigne...Jim Cromie2006-06-272-8/+8
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: add platforn_device for use w de...Jim Cromie2006-06-271-17/+36
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: modernize driver init to 2.6 apiJim Cromie2006-06-271-12/+41
* [PATCH] chardev: GPIO for SCx200 & PC-8736x: whitespace pre-cleanJim Cromie2006-06-274-38/+9
* [PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate placesChandra Seetharaman2006-06-273-14/+12
* [PATCH] cpu hotplug: add hotplug versions of cpu_notifierChandra Seetharaman2006-06-271-0/+4
* [PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyChandra Seetharaman2006-06-272-4/+5
* [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman2006-06-2712-17/+20
* [PATCH] cpu hotplug: make [un]register_cpu_notifier init time onlyChandra Seetharaman2006-06-274-8/+18