| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Remove redundant NULL checks before [kv]free - in fs/ | Jesper Juhl | 2006-06-27 | 1 | -6/+2 |
* | [PATCH] futex_requeue() optimization | Sebastien Dugue | 2006-06-27 | 1 | -5/+8 |
* | [PATCH] rtmutex: Propagate priority settings into PI lock chains | Thomas Gleixner | 2006-06-27 | 3 | -6/+40 |
* | [PATCH] rtmutex: Modify rtmutex-tester to test the setscheduler propagation | Thomas Gleixner | 2006-06-27 | 15 | -49/+202 |
* | [PATCH] Drop tasklist lock in do_sched_setscheduler | Thomas Gleixner | 2006-06-27 | 1 | -1/+3 |
* | [PATCH] fix rt-mutex defaults and dependencies | Roman Zippel | 2006-06-27 | 1 | -3/+1 |
* | [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi support | Ingo Molnar | 2006-06-27 | 7 | -41/+828 |
* | [PATCH] pi-futex: rt mutex futex api | Ingo Molnar | 2006-06-27 | 1 | -0/+55 |
* | [PATCH] pi-futex: rt mutex tester | Thomas Gleixner | 2006-06-27 | 20 | -1/+1923 |
* | [PATCH] pi-futex: rt mutex debug | Ingo Molnar | 2006-06-27 | 8 | -1/+581 |
* | [PATCH] pi-futex: rt mutex docs | Steven Rostedt | 2006-06-27 | 3 | -0/+981 |
* | [PATCH] pi-futex: rt mutex core | Ingo Molnar | 2006-06-27 | 11 | -0/+1181 |
* | [PATCH] pi-futex: scheduler support for pi | Ingo Molnar | 2006-06-27 | 3 | -31/+181 |
* | [PATCH] pi-futex: add plist implementation | Ingo Molnar | 2006-06-27 | 4 | -0/+372 |
* | [PATCH] pi-futex: introduce WARN_ON_SMP | Ingo Molnar | 2006-06-27 | 1 | -0/+6 |
* | [PATCH] pi-futex: introduce debug_check_no_locks_freed() | Ingo Molnar | 2006-06-27 | 4 | -7/+13 |
* | [PATCH] pi-futex: robust futex docs fix | Ingo Molnar | 2006-06-27 | 1 | -1/+1 |
* | [PATCH] pi-futex: futex code cleanups | Ingo Molnar | 2006-06-27 | 4 | -122/+135 |
* | [PATCH] BUG() if setscheduler is called from interrupt context | Steven Rostedt | 2006-06-27 | 1 | -0/+2 |
* | [PATCH] sched: uninline task_rq_lock() | Oleg Nesterov | 2006-06-27 | 1 | -1/+1 |
* | [PATCH] sched: mc/smt power savings sched policy | Siddha, Suresh B | 2006-06-27 | 11 | -33/+262 |
* | [PATCH] sched_domai: Allocate sched_group structures dynamically | Srivatsa Vaddagiri | 2006-06-27 | 1 | -5/+43 |
* | [PATCH] sched_domai: Use kmalloc_node | Srivatsa Vaddagiri | 2006-06-27 | 1 | -2/+3 |
* | [PATCH] sched_domai: Don't use GFP_ATOMIC | Srivatsa Vaddagiri | 2006-06-27 | 1 | -1/+1 |
* | [PATCH] sched_domain: handle kmalloc failure | Srivatsa Vaddagiri | 2006-06-27 | 2 | -62/+79 |
* | [PATCH] sched: Avoid unnecessarily moving highest priority task move_tasks() | Peter Williams | 2006-06-27 | 1 | -5/+21 |
* | [PATCH] sched: modify move_tasks() to improve load balancing outcomes | Peter Williams | 2006-06-27 | 1 | -2/+10 |
* | [PATCH] sched: implement smpnice | Peter Williams | 2006-06-27 | 2 | -67/+225 |
* | [PATCH] sched: CPU hotplug race vs. set_cpus_allowed() | Kirill Korotaev | 2006-06-27 | 1 | -4/+14 |
* | [PATCH] unnecessary long index i in sched | Steven Rostedt | 2006-06-27 | 1 | -1/+2 |
* | [PATCH] sched: fix interactive ceiling code | Con Kolivas | 2006-06-27 | 1 | -25/+27 |
* | [PATCH] sched: simplify bitmap definition | Steven Rostedt | 2006-06-27 | 1 | -3/+1 |
* | [PATCH] sched: fix smt nice lock contention and optimization | Chen, Kenneth W | 2006-06-27 | 1 | -123/+59 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add proper Kconfig, Makefile ent... | Jim Cromie | 2006-06-27 | 2 | -1/+26 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: display pin values in/out in gpi... | Jim Cromie | 2006-06-27 | 1 | -2/+4 |
* | [PATCH] gpio-patchset-fixups: include linux/io.h | Jim Cromie | 2006-06-27 | 1 | -1/+1 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: replace spinlocks w mutexes | Jim Cromie | 2006-06-27 | 2 | -8/+8 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: fix gpio_current, use shadow regs | Jim Cromie | 2006-06-27 | 1 | -4/+23 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: use dev_dbg in common module | Jim Cromie | 2006-06-27 | 4 | -31/+34 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add platform_device for use w de... | Jim Cromie | 2006-06-27 | 1 | -38/+64 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add new pc8736x_gpio module | Jim Cromie | 2006-06-27 | 3 | -2/+297 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate gpio_dump to common module | Jim Cromie | 2006-06-27 | 3 | -19/+17 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate file-ops to common module | Jim Cromie | 2006-06-27 | 3 | -90/+100 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add empty common-module | Jim Cromie | 2006-06-27 | 2 | -1/+46 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: dispatch via vtable | Jim Cromie | 2006-06-27 | 1 | -10/+14 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add gpio-ops vtable | Jim Cromie | 2006-06-27 | 2 | -0/+46 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: refactor scx200_probe to better ... | Jim Cromie | 2006-06-27 | 1 | -5/+10 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add 'v' command to device-file | Jim Cromie | 2006-06-27 | 2 | -2/+17 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: put gpio_dump on a diet | Jim Cromie | 2006-06-27 | 1 | -28/+11 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: device minor numbers are unsigne... | Jim Cromie | 2006-06-27 | 2 | -8/+8 |