aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] genirq: add irq-chip supportThomas Gleixner2006-06-293-2/+527
* [PATCH] genirq: coreThomas Gleixner2006-06-296-3/+41
* [PATCH] genirq: update copyrightsIngo Molnar2006-06-292-2/+7
* [PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner2006-06-292-7/+12
* [PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner2006-06-291-1/+3
* [PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner2006-06-292-2/+6
* [PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner2006-06-293-10/+80
* [PATCH] genirq: cleanup: no_irq_type cleanupsIngo Molnar2006-06-291-20/+25
* [PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() commentsIngo Molnar2006-06-291-4/+16
* [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-291-1/+2
* [PATCH] genirq: debug: better debug printout in enable_irq()Thomas Gleixner2006-06-291-0/+1
* [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar2006-06-291-2/+2
* [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar2006-06-292-8/+4
* [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar2006-06-291-13/+7
* [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar2006-06-295-14/+15
* [PATCH] genirq: cleanup: misc code cleanupsIngo Molnar2006-06-294-38/+34
* [PATCH] genirq: cleanup: remove fastcallIngo Molnar2006-06-291-2/+2
* [PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar2006-06-291-1/+1
* [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-293-5/+6
* [PATCH] genirq: sem2mutex probe_sem -> probing_activeIngo Molnar2006-06-291-4/+5
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-296-33/+33
* [PATCH] load_module() cleanupAndrew Morton2006-06-281-6/+21
* [PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven2006-06-281-2/+76
* [PATCH] Remove redundant NULL checks before [kv]free - in kernel/Jesper Juhl2006-06-271-2/+1
* [PATCH] futex_requeue() optimizationSebastien Dugue2006-06-271-5/+8
* [PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner2006-06-272-6/+38
* [PATCH] rtmutex: Modify rtmutex-tester to test the setscheduler propagationThomas Gleixner2006-06-271-14/+18
* [PATCH] Drop tasklist lock in do_sched_setschedulerThomas Gleixner2006-06-271-1/+3
* [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar2006-06-275-41/+818
* [PATCH] pi-futex: rt mutex futex apiIngo Molnar2006-06-271-0/+55
* [PATCH] pi-futex: rt mutex testerThomas Gleixner2006-06-274-1/+461
* [PATCH] pi-futex: rt mutex debugIngo Molnar2006-06-274-0/+552
* [PATCH] pi-futex: rt mutex coreIngo Molnar2006-06-276-0/+1058
* [PATCH] pi-futex: scheduler support for piIngo Molnar2006-06-271-29/+160
* [PATCH] pi-futex: futex code cleanupsIngo Molnar2006-06-272-117/+131
* [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-271-25/+215
* [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-271-61/+78
* [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-271-65/+219
* [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