1. a9f627c [PATCH] ia64/sn __iomem annotations by Al Viro · 18 years ago
  2. cfa7fd7 [PATCH] ia64/hp NULL noise removal by Al Viro · 18 years ago
  3. 9b6d99f Merge git://git.infradead.org/~dhowells/irq-2.6 by Linus Torvalds · 18 years ago
  4. a23b7cb [PATCH] more ia64 irq handlers by Al Viro · 18 years ago
  5. 40220c1 IRQ: Use the new typedef for interrupt handler function pointers by David Howells · 18 years ago
  6. 5dcded1 [PATCH] missed ia64 pt_regs fixes by Al Viro · 18 years ago
  7. 8c1addb [IA64] Fix breakage from irq change by Tony Luck · 18 years ago
  8. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  9. 03571e1 [PATCH] msi: move the ia64 code into arch/ia64 by Eric W. Biederman · 18 years ago
  10. b6cf258 [PATCH] genirq: ia64 irq: Dynamic irq support by Eric W. Biederman · 18 years ago
  11. 92db6d1 [PATCH] genirq: msi: simplify the msi irq limit policy by Eric W. Biederman · 18 years ago
  12. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  13. 4b3f686 Attack of "the the"s in arch by Matt LaPlante · 18 years ago
  14. 6f3a28f Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 18 years ago
  15. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  16. 135ab6e [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references by Arnd Bergmann · 18 years ago
  17. 3db03b4 [PATCH] rename the provided execve functions to kernel_execve by Arnd Bergmann · 18 years ago
  18. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  19. 0437eb5 [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c by Serge E. Hallyn · 18 years ago
  20. ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 18 years ago
  21. a406c36 [PATCH] cpumask: export node_to_cpu_mask consistently by Greg Banks · 18 years ago
  22. 99219a3 [PATCH] kretprobe spinlock deadlock patch by bibo,mao · 18 years ago
  23. 62c27be [PATCH] kprobe whitespace cleanup by bibo,mao · 18 years ago
  24. 3a872d8 [PATCH] Kprobes: Make kprobe modules more portable by Ananth N Mavinakayanahalli · 18 years ago
  25. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  26. bcf5111 [SERIAL] Remove wrong asm/serial.h inclusions by Russell King · 18 years ago
  27. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 18 years ago
  28. c53421b [PATCH] proper flags type of spin_lock_irqsave() by Alexey Dobriyan · 18 years ago
  29. 8c2676a [PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixup by Keith Mannthey · 18 years ago
  30. 3171a03 [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) by Atsushi Nemoto · 18 years ago
  31. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  32. df67b3d [PATCH] make PROT_WRITE imply PROT_READ by Jason Baron · 18 years ago
  33. a144ea4 [IPV4]: annotate struct in_ifaddr by Al Viro · 18 years ago
  34. cdb8355 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 18 years ago
  35. b89a817 [PATCH] sysctl: Allow /proc/sys without sys_sysctl by Eric W. Biederman · 18 years ago
  36. 05e0caa [PATCH] Have ia64 use add_active_range() and free_area_init_nodes by Mel Gorman · 18 years ago
  37. bbf2bef [PATCH] fix "cpu to node relationship fixup: map cpu to node" by KAMEZAWA Hiroyuki · 18 years ago
  38. aa4f63c IA64: PCI: dont disable irq which is not enabled by Satoru Takeuchi · 18 years ago
  39. df8f0ec [IA64] minor reformatting to vmlinux.lds.S by Al Stone · 18 years ago
  40. ddb4f0d [IA64] CMC/CPE: Reverse the order of fetching log and checking poll threshold by Hidetoshi Seto · 18 years ago
  41. 8f9e146 [IA64] ar.fpsr not set on MCA/INIT kernel entry by Russ Anderson · 18 years ago
  42. 43ed3ba [IA64] printing support for MCA/INIT by Hidetoshi Seto · 18 years ago
  43. 816add4 [IA64] trim output of show_mem() by Jes Sorensen · 18 years ago
  44. 709a6c1 [IA64] show_mem() printk levels by Jes Sorensen · 18 years ago
  45. f5a3f3d [IA64] Make gp value point to Region 5 in mca handler by Zou Nan hai · 18 years ago
  46. 5c55cd6 Revert "[IA64] Unwire set/get_robust_list" by Tony Luck · 18 years ago
  47. fd1dfc6 [IA64-SGI] Do not request DMA memory for BTE by Christoph Lameter · 18 years ago
  48. 35589a8 [IA64] Move perfmon tables from thread_struct to pfm_context by Keshavamurthy Anil S · 18 years ago
  49. dd562c0 [IA64] Add interface so modules can discover whether multithreading is on. by Stephane Eranian · 18 years ago
  50. fd32cb3 [IA64] kprobes: fixup the pagefault exception caused by probehandlers by Keshavamurthy Anil S · 18 years ago
  51. 214ddde [IA64] kprobe opcode 16 bytes alignment on IA64 by bibo mao · 18 years ago
  52. a4b47ab Pull esi-support into release branch by Tony Luck · 18 years ago
  53. ae3e021 Pull model-name into release branch by Tony Luck · 18 years ago
  54. a3bc0db [PATCH] smp_call_function_single() cleanup by Andrew Morton · 18 years ago
  55. 980128f [PATCH] Define easier to handle GFP_THISNODE by Christoph Lameter · 18 years ago
  56. bd1b167 [PATCH] Guarantee that the uncached allocator gets pages on the correct node by Christoph Lameter · 18 years ago
  57. fb0e794 [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional by Christoph Lameter · 18 years ago
  58. 3212fe1 [PATCH] cpu to node relationship fixup: map cpu to node by KAMEZAWA Hiroyuki · 18 years ago
  59. 0899298 [PATCH] cpu to node relationship fixup: acpi_map_cpu2node by KAMEZAWA Hiroyuki · 18 years ago
  60. e65e1fc [PATCH] syscall class hookup for all normal targets by Al Viro · 18 years ago
  61. 55669bf [PATCH] audit: AUDIT_PERM support by Al Viro · 18 years ago
  62. dc104fb [PATCH] audit: more syscall classes added by Al Viro · 18 years ago
  63. 38f5745c [IA64] SN fix for cpu hotplug/kexec by Jack Steiner · 18 years ago
  64. 1c7d670 [IA64] Save register stack contents on cpu start by Jack Steiner · 18 years ago
  65. 2636255 [IA64] Unwire set/get_robust_list by Andreas Schwab · 18 years ago
  66. b8444d0 [IA64] correct file descriptor reference counting in perfmon by Stephane Eranian · 18 years ago
  67. 3a45975 [PATCH] IA64,sparc: local DoS with corrupted ELFs by Kirill Korotaev · 18 years ago
  68. 9129d6e Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 18 years ago
  69. c57d68c [IA64] Increase default nodes shift to 10, nr_cpus to 1024 by Christoph Lameter · 18 years ago
  70. f834c75 Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Greg Kroah-Hartman · 18 years ago
  71. a813213 [IA64] panic if topology_init kzalloc fails by Paul Jackson · 18 years ago
  72. da547d7 Merge trivial low-risk suspend hotkey bugzilla-5918 into release by Len Brown · 18 years ago
  73. df6fd31 ACPI: relax BAD_MADT_ENTRY check to allow LSAPIC variable length string UIDs by Starikovskiy, Alexey Y · 18 years ago
  74. 012c437 [PATCH] Change panic_on_oops message to "Fatal exception" by Horms · 18 years ago
  75. 7682a4c [IA64-SGI] Silent data corruption caused by XPC V2. by Dean Nelson · 18 years ago
  76. 00dd7b7 Merge ../linux-2.6 by James Bottomley · 18 years ago
  77. eca7994 [IA64] make uncached allocator more node aware by Dean Nelson · 18 years ago
  78. c31ca59 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 18 years ago
  79. e44e41d [IA64] fix show_mem for VIRTUAL_MEM_MAP+FLATMEM by Bob Picco · 18 years ago
  80. 921eea1 [IA64] align high endpoint of VIRTUAL_MEM_MAP by Bob Picco · 18 years ago
  81. 0a69ca9 [PATCH] Fix RAID5 + IA64 compile by Prarit Bhargava · 18 years ago
  82. e55ce45 [IA64] Don't alloc empty frame in ia64_switch_mode_phys by Zou Nan hai · 18 years ago
  83. acb15c8 [IA64] Do not assume output registers be reservered. by Zou Nan hai · 18 years ago
  84. e037cda [IA64] sparse cleanups by Keith Owens · 18 years ago
  85. 0b0bf7a [PATCH] vDSO hash-style fix by Roland McGrath · 18 years ago
  86. 9578bcf [PATCH] sgiioc4: Always share IRQ by Brent Casavant · 18 years ago
  87. be6b5a3 [PATCH] cpu hotplug: use hotplug version of registration in late inits by Chandra Seetharaman · 18 years ago
  88. cea6a4b [PATCH] panic_on_oops: remove ssleep() by Horms · 18 years ago
  89. a9ad965 [PATCH] IA64: kprobe invalidate icache of jump buffer by bibo, mao · 18 years ago
  90. 4f2ef12 [IA64] Fix breakage in simscsi.c by Tony Luck · 18 years ago
  91. 1bf1eba [IA64] Format /proc/pal/*/version_info correctly by Matthew Wilcox · 18 years ago
  92. 0dfda77 [SCSI] fix simscsi by Christoph Hellwig · 18 years ago
  93. 06c67be [PATCH] make valid_mmap_phys_addr_range() take a pfn by Lennert Buytenhek · 18 years ago
  94. 894673e [PATCH] tty: Remove include of screen_info.h from tty.h by Jon Smirl · 18 years ago
  95. dd8041f [PATCH] Fix copying of pgdat array on each node for ia64 memory hotplug by Yasunori Goto · 18 years ago
  96. e82ca04 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  97. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 18 years ago
  98. 121a422 [PATCH] irq-flags: IA64: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  99. b197ba3 Pull acpi_os_free into release branch by Len Brown · 18 years ago
  100. b915543 [PATCH] audit syscall classes by Al Viro · 18 years ago