1. 0b534cf alpha: irq: Convert affinity to use irq_data by Thomas Gleixner · 15 years ago
  2. eb1e17f alpha: irq: Remove pointless irq status manipulation by Thomas Gleixner · 15 years ago
  3. 628150c alpha: titan: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  4. b148c61 alpha: takara: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  5. c90c10c alpha: sable: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  6. 2758a8a alpha: rx164: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  7. 76f4645 alpha: noritake: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  8. 67436ce alpha: rawhide: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  9. a326526 alpha: mikasa: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  10. 08876fe alpha: marvel: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  11. c049766 alpha: eiger: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  12. 02e5d87 alpha: eb64p: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  13. d677f45 alpha: dp264: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  14. 118b469 alpha: cabriolet: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  15. ff53afe alpha: i8259, alcor, jensen wildfire: Convert irq_chip by Thomas Gleixner · 15 years ago
  16. 3525225 alpha: srm: Convert irq_chip functions by Thomas Gleixner · 15 years ago
  17. 592924c alpha: Pyxis convert irq_chip functions by Thomas Gleixner · 15 years ago
  18. 0c7a720 Fix typo in call to irq_to_desc() by Morten Holst Larsen · 15 years ago
  19. f5de6ec alpha: fix WARN_ON in __local_bh_enable() by Ivan Kokshaysky · 15 years ago
  20. da9c021 alpha/osf_sys: remove unused MAX_SELECT_SECONDS by Namhyung Kim · 15 years ago
  21. 8a362cd alpha: change to new Makefile flag variables by matt mooney · 15 years ago
  22. 7d209c8 alpha: kill off alpha_do_IRQ by Kyle McMartin · 16 years ago
  23. a891b39 alpha: irq clean up by Kyle McMartin · 16 years ago
  24. d5ccde0 alpha: use set_irq_chip and push down __do_IRQ to the machine types by Kyle McMartin · 16 years ago
  25. 3e5c124 set_rtc_mmss: show warning message only once by Stephen Hemminger · 15 years ago
  26. 2e80a82 perf: Dynamic pmu types by Peter Zijlstra · 16 years ago
  27. 004417a perf, arch: Cleanup perf-pmu init vs lockup-detector by Peter Zijlstra · 16 years ago
  28. f49d2eb alpha: remove dma64_addr_t usage by FUJITA Tomonori · 16 years ago
  29. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 16 years ago
  30. 98c532e alpha: use single HAE window on T2 core logic (gamma, sable) by Ivan Kokshaysky · 16 years ago
  31. e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 16 years ago
  32. 7cd2541 Merge commit 'v2.6.36-rc7' into perf/core by Ingo Molnar · 16 years ago
  33. 87400e5 Fix up more fallout form alpha signal cleanups by Linus Torvalds · 16 years ago
  34. 0f44fbd alpha: fix compile problem in arch/alpha/kernel/signal.c by Linus Torvalds · 16 years ago
  35. 18e6bfa alpha: __get_user/__put_user results need to be checked... by Al Viro · 16 years ago
  36. c52c2dd alpha: switch osf_sigprocmask() to use of sigprocmask() by Al Viro · 16 years ago
  37. 32163f4 alpha: fix usp value in multithreaded coredumps by Al Viro · 16 years ago
  38. 77edffb alpha: fix hae_cache race in RESTORE_ALL by Al Viro · 16 years ago
  39. 7ed5692 Merge commit 'v2.6.36-rc5' into perf/core by Ingo Molnar · 16 years ago
  40. 494486a alpha: deal with multiple simultaneously pending signals by Al Viro · 16 years ago
  41. 5329363 alpha: fix a 14 years old bug in sigreturn tracing by Al Viro · 16 years ago
  42. 392fb6e alpha: unb0rk sigsuspend() and rt_sigsuspend() by Al Viro · 16 years ago
  43. 2deba1b alpha: belated ERESTART_RESTARTBLOCK race fix by Al Viro · 16 years ago
  44. bdc8b89 alpha: Shift perf event pending work earlier in timer interrupt by Michael Cree · 16 years ago
  45. 531f047 alpha: wire up fanotify and prlimit64 syscalls by Mikael Pettersson · 16 years ago
  46. 12e750d alpha: kill big kernel lock by Arnd Bergmann · 16 years ago
  47. af96f8a alpha: remove unnecessary cast from void* in assignment. by matt mooney · 16 years ago
  48. 3101907 alpha: Use static const char * const where possible by Joe Perches · 16 years ago
  49. 65175c0 alpha: Fix HW performance counters to be stopped properly by Michael Cree · 16 years ago
  50. 3aabae7 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 16 years ago
  51. 15ac9a3 perf: Remove the sysfs bits by Peter Zijlstra · 16 years ago
  52. a4eaf7f perf: Rework the PMU methods by Peter Zijlstra · 16 years ago
  53. 33696fc perf: Per PMU disable by Peter Zijlstra · 16 years ago
  54. b0a873e perf: Register PMU implementations by Peter Zijlstra · 16 years ago
  55. 51b0fe3 perf: Deconstify struct pmu by Peter Zijlstra · 16 years ago
  56. 3e07336 alpha: Fix printk format errors by Michael Cree · 16 years ago
  57. 7b598cd alpha: convert perf_event to use local_t by Michael Cree · 16 years ago
  58. 59b25ed Fix call to replaced SuperIO functions by Morten H. Larsen · 16 years ago
  59. 62b88dc Alpha: Fix a missing comma in sys_osf_statfs() by David Howells · 16 years ago
  60. d762746 Make do_execve() take a const filename pointer by David Howells · 16 years ago
  61. c788732 Mark arguments to certain syscalls as being const by David Howells · 16 years ago
  62. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  63. 979f867 alpha: implement HW performance events on the EV67 and later CPUs by Michael Cree · 16 years ago
  64. 65d9206 alpha: add performance monitor interrupt counter by Michael Cree · 16 years ago
  65. ebabe9a pass a struct path to vfs_statfs by Christoph Hellwig · 16 years ago
  66. 932e0c2 alpha: Detect Super IO chip, no IDE on Avanti, enable EPP19 by Morten H. Larsen · 16 years ago
  67. 5efa16f alpha: fix pci_mmap_resource API breakage by Matt Turner · 16 years ago
  68. 9ce34c8 Convert alpha to use clocksources instead of arch_gettimeoffset by John Stultz · 16 years ago
  69. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 16 years ago
  70. 7d02093 Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  71. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 16 years ago
  72. 7f2d889 alpha: remove trailing spaces in messages by Frans Pop · 16 years ago
  73. 2a238a9 alpha: use __ratelimit by Akinobu Mita · 16 years ago
  74. 1e871be alpha: Convert alpha to use read/update_persistent_clock by John Stultz · 16 years ago
  75. c186cac dma-mapping: alpha: use include/linux/pci-dma-compat.h by FUJITA Tomonori · 16 years ago
  76. fd341ab alpha: use generic ptrace_resume code by Christoph Hellwig · 16 years ago
  77. 77079db alpha: PTR_ERR overwrites -EINVAL in syscall osf_mount by Roel Kluin · 16 years ago
  78. 3b7a17f resource/PCI: mark struct resource as const by Dominik Brodowski · 16 years ago
  79. b26b2d4 resource/PCI: align functions now return start of resource by Dominik Brodowski · 16 years ago
  80. a582e6f alpha: Add minimal support for software performance events by Michael Cree · 16 years ago
  81. 21797c5 alpha: Wire up missing/new syscalls by Daniele Calore · 16 years ago
  82. 8f0ddf9 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  83. 0ead0f8 alpha: convert srm code to seq_file by Alexey Dobriyan · 16 years ago
  84. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 17 years ago
  85. 5f6384c alpha: Fix fallout from locking changes by Thomas Gleixner · 16 years ago
  86. f8b7256 Unify sys_mmap* by Al Viro · 17 years ago
  87. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  88. 8ab1221 alpha: Fixup last users of irq_chip->typename by Thomas Gleixner · 17 years ago
  89. cc9a2c8 arch/alpha/kernel: Add kmalloc NULL tests by Julia Lawall · 17 years ago
  90. 04d8a9d arch/alpha/kernel/sys_ruffian.c: Use DIV_ROUND_CLOSEST by Julia Lawall · 17 years ago
  91. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 17 years ago
  92. b3b75ce alpha: Fix duplicate <asm/thread_info.h> include by Linus Torvalds · 17 years ago
  93. 0d9df25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 17 years ago
  94. de078ef alpha: fix build after vmlinux.lds.S cleanup by Sam Ravnborg · 17 years ago
  95. 9d93f00 alpha: Clean up linker script using new linker script macros. by Geoffrey Thomas · 17 years ago
  96. ea12c2e alpha: use .data.init_task instead of .data.init_thread. by Tim Abbott · 17 years ago
  97. d68721e alpha: AGP update (fixes compile failure) by Ivan Kokshaysky · 17 years ago
  98. 94a8d5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 17 years ago
  99. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 17 years ago
  100. 81065e4 cpumask: arch_send_call_function_ipi_mask: alpha by Rusty Russell · 17 years ago