1. d061daa [PATCH] genirq: ARM dyntick cleanup by Thomas Gleixner · 18 years ago
  2. b4b9034 Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  3. 3cca53b [PATCH] irq-flags: generic irq: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  4. f8b5473 [ARM] 3690/1: genirq: Introduce and make use of dummy irq chip by Thomas Gleixner · 18 years ago
  5. a2166ab [ARM] 3679/1: ARM: Make ARM dyntick implementation work with genirq by Thomas Gleixner · 18 years ago
  6. fc25465 Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 18 years ago
  7. e8c4b9d [PATCH] IRQ: warning message cleanup by Bjorn Helgaas · 18 years ago
  8. 17311c0 [PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for irqaction.flags by Bjorn Helgaas · 18 years ago
  9. ed6f7b1 [PATCH] pi-futex: futex_wake() lockup fix by Ingo Molnar · 18 years ago
  10. a99e4e4 [PATCH] pi-futex: fix mm_struct memory leak by Vernon Mauery · 18 years ago
  11. b915543 [PATCH] audit syscall classes by Al Viro · 18 years ago
  12. 6e5a2d1 [PATCH] audit: support for object context filters by Darrel Goeddel · 18 years ago
  13. 3a6b9f8 [PATCH] audit: rename AUDIT_SE_* constants by Darrel Goeddel · 18 years ago
  14. 5adc8a6 [PATCH] add rule filterkey by Amy Griffis · 18 years ago
  15. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  16. e7b3840 [PATCH] cond_resched() fix by Andrew Morton · 18 years ago
  17. 8f95dc5 [PATCH] SELinux: add security hook call to kill_proc_info_as_uid by David Quigley · 18 years ago
  18. 34aa133 [PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_interval by Christoph Lameter · 18 years ago
  19. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  20. e02169b remove obsolete swsusp_encrypt by Pavel Machek · 18 years ago
  21. 80f7228 typo fixes: occuring -> occurring by Adrian Bunk · 18 years ago
  22. c7bdb54 [NETLINK]: Encapsulate eff_cap usage within security framework. by Darrel Goeddel · 18 years ago
  23. 3aa590c Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  24. 1903ac5 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  25. 47c2a3a [PATCH] genirq: add chip->eoi(), fastack -> fasteoi by Ingo Molnar · 18 years ago
  26. 98bb244 [PATCH] genirq: fasteoi handler: handle interrupt disabling by Benjamin Herrenschmidt · 18 years ago
  27. 43f7775 [PATCH] genirq: more verbose debugging on unexpected IRQ vectors by Ingo Molnar · 18 years ago
  28. f1c2662 [PATCH] genirq: cleanup: no_irq_type -> no_irq_chip rename by Ingo Molnar · 18 years ago
  29. e76de9f [PATCH] genirq: add SA_TRIGGER support by Thomas Gleixner · 18 years ago
  30. ba9a233 [PATCH] genirq: add irq-wake (power-management) support by Thomas Gleixner · 18 years ago
  31. 7a55713 [PATCH] genirq: add handle_bad_irq() by Ingo Molnar · 18 years ago
  32. dd87eb3 [PATCH] genirq: add irq-chip support by Thomas Gleixner · 18 years ago
  33. 6a6de9e [PATCH] genirq: core by Thomas Gleixner · 18 years ago
  34. a34db9b [PATCH] genirq: update copyrights by Ingo Molnar · 18 years ago
  35. 94d39e1 [PATCH] genirq: add IRQ_NOAUTOEN support by Thomas Gleixner · 18 years ago
  36. 6550c77 [PATCH] genirq: add IRQ_NOREQUEST support by Thomas Gleixner · 18 years ago
  37. 3418d72 [PATCH] genirq: add IRQ_NOPROBE support by Thomas Gleixner · 18 years ago
  38. a4633adc [PATCH] genirq: add genirq sw IRQ-retrigger by Thomas Gleixner · 18 years ago
  39. 77a5afe [PATCH] genirq: cleanup: no_irq_type cleanups by Ingo Molnar · 18 years ago
  40. 8d28bc7 [PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() comments by Ingo Molnar · 18 years ago
  41. c0ad90a [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() by Ingo Molnar · 18 years ago
  42. 096c813 [PATCH] genirq: debug: better debug printout in enable_irq() by Thomas Gleixner · 18 years ago
  43. 0d7012a [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU by Ingo Molnar · 18 years ago
  44. cd916d3 [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[] by Ingo Molnar · 18 years ago
  45. 4a733ee [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[] by Ingo Molnar · 18 years ago
  46. 34ffdb7 [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete by Ingo Molnar · 18 years ago
  47. 06fcb0c [PATCH] genirq: cleanup: misc code cleanups by Ingo Molnar · 18 years ago
  48. 2e60bbb [PATCH] genirq: cleanup: remove fastcall by Ingo Molnar · 18 years ago
  49. a8553ac [PATCH] genirq: cleanup: remove irq_descp() by Ingo Molnar · 18 years ago
  50. a53da52 [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] by Ingo Molnar · 18 years ago
  51. 74ffd55 [PATCH] genirq: sem2mutex probe_sem -> probing_active by Ingo Molnar · 18 years ago
  52. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 18 years ago
  53. 84860f9 [PATCH] load_module() cleanup by Andrew Morton · 18 years ago
  54. f71d20e [PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPL by Arjan van de Ven · 18 years ago
  55. c0ce7d0 [POWERPC] Add the use of the firmware soft-reset-nmi to kdump. by David Wilder · 18 years ago
  56. 9a66a53 [PATCH] Remove redundant NULL checks before [kv]free - in kernel/ by Jesper Juhl · 18 years ago
  57. 59e0e0a [PATCH] futex_requeue() optimization by Sebastien Dugue · 18 years ago
  58. 95e02ca [PATCH] rtmutex: Propagate priority settings into PI lock chains by Thomas Gleixner · 18 years ago
  59. 0bafd21 [PATCH] rtmutex: Modify rtmutex-tester to test the setscheduler propagation by Thomas Gleixner · 18 years ago
  60. e74c69f [PATCH] Drop tasklist lock in do_sched_setscheduler by Thomas Gleixner · 18 years ago
  61. c87e283 [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi support by Ingo Molnar · 18 years ago
  62. 0cdbee9 [PATCH] pi-futex: rt mutex futex api by Ingo Molnar · 18 years ago
  63. 61a8712 [PATCH] pi-futex: rt mutex tester by Thomas Gleixner · 18 years ago
  64. e7eebaf [PATCH] pi-futex: rt mutex debug by Ingo Molnar · 18 years ago
  65. 23f78d4a [PATCH] pi-futex: rt mutex core by Ingo Molnar · 18 years ago
  66. b29739f [PATCH] pi-futex: scheduler support for pi by Ingo Molnar · 18 years ago
  67. e2970f2 [PATCH] pi-futex: futex code cleanups by Ingo Molnar · 18 years ago
  68. 66e5393 [PATCH] BUG() if setscheduler is called from interrupt context by Steven Rostedt · 18 years ago
  69. 9fea80e [PATCH] sched: uninline task_rq_lock() by Oleg Nesterov · 18 years ago
  70. 5c45bf2 [PATCH] sched: mc/smt power savings sched policy by Siddha, Suresh B · 18 years ago
  71. 3693816 [PATCH] sched_domai: Allocate sched_group structures dynamically by Srivatsa Vaddagiri · 18 years ago
  72. 15f0b67 [PATCH] sched_domai: Use kmalloc_node by Srivatsa Vaddagiri · 18 years ago
  73. d3a5aa9 [PATCH] sched_domai: Don't use GFP_ATOMIC by Srivatsa Vaddagiri · 18 years ago
  74. 51888ca [PATCH] sched_domain: handle kmalloc failure by Srivatsa Vaddagiri · 18 years ago
  75. 615052d [PATCH] sched: Avoid unnecessarily moving highest priority task move_tasks() by Peter Williams · 18 years ago
  76. 50ddd96 [PATCH] sched: modify move_tasks() to improve load balancing outcomes by Peter Williams · 18 years ago
  77. 2dd73a4 [PATCH] sched: implement smpnice by Peter Williams · 18 years ago
  78. efc3081 [PATCH] sched: CPU hotplug race vs. set_cpus_allowed() by Kirill Korotaev · 18 years ago
  79. cc94abf [PATCH] unnecessary long index i in sched by Steven Rostedt · 18 years ago
  80. 72d2854 [PATCH] sched: fix interactive ceiling code by Con Kolivas · 18 years ago
  81. d444886 [PATCH] sched: simplify bitmap definition by Steven Rostedt · 18 years ago
  82. c96d145 [PATCH] sched: fix smt nice lock contention and optimization by Chen, Kenneth W · 18 years ago
  83. 26c2143 [PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit only by Chandra Seetharaman · 18 years ago
  84. 65edc68 [PATCH] cpu hotplug: make [un]register_cpu_notifier init time only by Chandra Seetharaman · 18 years ago
  85. 054cc8a [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17 by Chandra Seetharaman · 18 years ago
  86. 9c7b216 [PATCH] cpu hotplug: revert init patch submitted for 2.6.17 by Chandra Seetharaman · 18 years ago
  87. c32e066 [PATCH] rcutorture: add call_rcu_bh() operations by Paul E. McKenney · 18 years ago
  88. 72e9bb5 [PATCH] rcutorture: add ops vector and Classic RCU ops by Paul E. McKenney · 18 years ago
  89. 29766f1 [PATCH] rcutorture: catchup doc fixes for idle-hz tests by Paul E. McKenney · 18 years ago
  90. 1dbe83c [PATCH] fix kernel-doc in kernel/ dir by Randy Dunlap · 18 years ago
  91. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  92. a7807a3 [PATCH] poison: add & use more constants by Randy Dunlap · 18 years ago
  93. e6e5494 [PATCH] vdso: randomize the i386 vDSO by moving it into a vma by Ingo Molnar · 18 years ago
  94. 2842f11 [PATCH] catch valid mem range at onlining memory by KAMEZAWA Hiroyuki · 18 years ago
  95. 5c31f27 [PATCH] pm_trace is dangerous by Andrew Morton · 18 years ago
  96. 7f32a25 [PATCH] kernel/acct: fix function definition by Randy Dunlap · 18 years ago
  97. 6550e07 [PATCH] 64bit Resource: finally enable 64bit resource sizes by Greg Kroah-Hartman · 18 years ago
  98. d75fc8b [PATCH] 64bit resource: change resource core to use resource_size_t by Greg Kroah-Hartman · 18 years ago
  99. 685143ac [PATCH] 64bit resource: fix up printks for resources in arch and core code by Greg Kroah-Hartman · 18 years ago
  100. 2a2ed2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago