1. f3fa8eb [PATCH] x86_64: moving phys_proc_id and cpu_core_id to cpuinfo_x86 by Rohit Seth · 18 years ago
  2. e465058 [PATCH] x86_64: Calgary IOMMU - Calgary specific bits by Jon Mason · 18 years ago
  3. 0dc243a [PATCH] x86_64: Calgary IOMMU - IOMMU abstractions by Jon Mason · 18 years ago
  4. a3c042a [PATCH] x86_64: Calgary IOMMU - move valid_dma_direction into the callers by Jon Mason · 18 years ago
  5. 8d4f6b9 [PATCH] x86_64: Calgary IOMMU - introduce iommu_detected by Jon Mason · 18 years ago
  6. d2ae5b5 [PATCH] x86_64: Get rid of pud_offset_k / __pud_offset_k by Andi Kleen · 18 years ago
  7. c33bd9a [PATCH] i386/x86-64: fall back to old-style call trace if no unwinding by Jan Beulich · 18 years ago
  8. b538ed2 [PATCH] x86_64: reliable stack trace support (x86-64) by Jan Beulich · 18 years ago
  9. a813ce4 [PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded. by Andi Kleen · 18 years ago
  10. 357c2b9 [PATCH] x86_64: remove unused gart header file by Jon Mason · 18 years ago
  11. 5c0f80f [PATCH] x86_64: Remove long obsolete CVS by Andi Kleen · 18 years ago
  12. 3e4ff11 [PATCH] x86_64: nmi watchdog header cleanup by Don Zickus · 18 years ago
  13. a32073b [PATCH] x86_64: Clean and enhance up K8 northbridge access code by Andi Kleen · 18 years ago
  14. ed0a893 [PATCH] x86_64: Remove bogus comment in topology.h by Andi Kleen · 18 years ago
  15. 0c90bb8 [PATCH] x86_64: Remove most of ia32_unistd.h by Andi Kleen · 18 years ago
  16. d167a51 [PATCH] x86_64: x86_64 version of the smp alternative patch. by Gerd Hoffmann · 18 years ago
  17. 240cd6a80 [PATCH] i386/x86-64: Emulate CPUID4 on AMD by Andi Kleen · 18 years ago
  18. 79121ea [PATCH] x86_64: Use __always_inline for __inline_memcpy by Andi Kleen · 18 years ago
  19. bfe5d83 [PATCH] Define __raw_get_cpu_var and use it by Paul Mackerras · 18 years ago
  20. afedfd0 [PATCH] random: remove SA_SAMPLE_RANDOM from floppy driver by Matt Mackall · 18 years ago
  21. 3722447 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  22. b63d64a [PATCH] sys_move_pages: x86_64 support by Christoph Lameter · 18 years ago
  23. d501e62 [PATCH] Delete unused definitions of kvaddr_to_nid by Ralf Baechle · 18 years ago
  24. 762834e [PATCH] Unify pxm_to_node() and node_to_pxm() by Yasunori Goto · 18 years ago
  25. 6c763eb Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  26. 4f1bcaf [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra use by Bjorn Helgaas · 18 years ago
  27. b209a6e [PATCH] PCI: cleanup unused variable about msi driver by bibo,mao · 18 years ago
  28. fd58e55 [PATCH] PCI: msi abstractions and support for altix by Mark Maule · 18 years ago
  29. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 18 years ago
  30. 3e8e7c9 Pull bugzilla-5653 into release branch by Len Brown · 18 years ago
  31. 6351847 Pull trivial1 into release branch by Len Brown · 18 years ago
  32. 6ae53cd [PATCH] x86_64: Fix stack/mmap randomization for compat tasks by Andi Kleen · 18 years ago
  33. 66643de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  34. 2c23d62 Move inclusion of <linux/compat.h> out of user scope in asm-x86_64/mtrr.h by David Woodhouse · 18 years ago
  35. ac71d12 [PATCH] x86_64: Avoid EBDA area in early boot allocator by Andi Kleen · 18 years ago
  36. e0c1e9b [PATCH] x86_64: avoid IRQ0 ioapic pin collision by Kimball Murray · 18 years ago
  37. 5614253 Remove unneeded _syscallX macros from user view in asm-*/unistd.h by David Woodhouse · 18 years ago
  38. d6754b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  39. cd469e0 Exclude asm-generic/{page,memory_model}.h from user bits of i386/x86_64 page.h by David Woodhouse · 18 years ago
  40. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  41. 912d35f [PATCH] Add support for the sys_vmsplice syscall by Jens Axboe · 18 years ago
  42. 0b699e3 [PATCH] x86_64: bring back __read_mostly support to linux-2.6.17-rc2 by Eric Dumazet · 18 years ago
  43. 18bd057 [PATCH] i386/x86-64: Fix x87 information leak between processes by Andi Kleen · 18 years ago
  44. 676ff45 [PATCH] for_each_possible_cpu: x86_64 by KAMEZAWA Hiroyuki · 18 years ago
  45. f1233ab [PATCH] x86_64: Add tee and sync_file_range by Andi Kleen · 18 years ago
  46. 6fa679f [PATCH] x86_64: Increase NUMA hash function nodemap by Andi Kleen · 18 years ago
  47. 7052449 [PATCH] splice: add support for sys_tee() by Jens Axboe · 18 years ago
  48. cde227a [PATCH] x86_64: inline function prefix with __always_inline in vsyscall by mao, bibo · 18 years ago
  49. e4cff6a [PATCH] x86_64: fix sync before RDTSC on Intel cpus by Siddha, Suresh B · 18 years ago
  50. c80d79d [PATCH] Configurable NODES_SHIFT by Yasunori Goto · 18 years ago
  51. 67d53ea [PATCH] x86_64: Eliminate IA32_NR_syscalls define by Andi Kleen · 18 years ago
  52. bbd3aff [PATCH] x86_64: fix CONFIG_REORDER by Sam Ravnborg · 18 years ago
  53. b20367a [PATCH] x86_64: Fix drift with HPET timer enabled by Jordan Hargrave · 18 years ago
  54. 553f265 [PATCH] x86_64: Don't run NMI watchdog during machine checks by Andi Kleen · 18 years ago
  55. be56db6 [PATCH] x86_64: extra NODES_SHIFT definition by Dave Hansen · 18 years ago
  56. 9522236 [PATCH] x86_64: Introduce e820_all_mapped by Arjan van de Ven · 18 years ago
  57. eee5a9f [PATCH] x86_64: Rename e820_mapped to e820_any_mapped by Arjan van de Ven · 18 years ago
  58. 68a3a7f [PATCH] x86_64: Reserve SRAT hotadd memory on x86-64 by Andi Kleen · 18 years ago
  59. c12ea91 x86_64: Remove stale lapic definition from apicdef.h by Ashok Raj · 18 years ago
  60. 2cf8d82 [PATCH] make local_t signed by Andrew Morton · 18 years ago
  61. 5274f05 [PATCH] Introduce sys_splice() system call by Jens Axboe · 18 years ago
  62. f45e465 [PATCH] arch/i386/kernel/microcode.c: remove the obsolete microcode_ioctl by Adrian Bunk · 18 years ago
  63. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  64. 8f17d3a [PATCH] lightweight robust futexes updates by Ingo Molnar · 18 years ago
  65. 8fdd6c6 [PATCH] lightweight robust futexes: x86_64 by Ingo Molnar · 18 years ago
  66. e9056f1 [PATCH] lightweight robust futexes: arch defaults by Ingo Molnar · 18 years ago
  67. dc8ecb4 [PATCH] unify pfn_to_page: x86_64 pfn_to_page by KAMEZAWA Hiroyuki · 18 years ago
  68. 1e9f28f [PATCH] sched: new sched domain for representing multi-core by Siddha, Suresh B · 18 years ago
  69. f33e2fb [PATCH] bitops: x86_64: use generic bitops by Akinobu Mita · 18 years ago
  70. f271a6f [PATCH] x86_64: Removed duplicated declaration of force_iommu by Andi Kleen · 18 years ago
  71. dcf36bf [PATCH] x86_64: group memnodemap and memnodeshift in a memnode structure by Eric Dumazet · 18 years ago
  72. 9494943 [PATCH] x86_64: Make local_t 64bit instead of 32bit by Andi Kleen · 18 years ago
  73. ba22f13 [PATCH] x86_64: Remove CONFIG_UNORDERED_IO by Andi Kleen · 18 years ago
  74. da7ed9f [PATCH] x86_64: timer interrupt lockup due to pending interrupt by Vivek Goyal · 18 years ago
  75. df92004 [PATCH] x86_64: Reorder one field of the PDA to reduce padding by Arjan van de Ven · 18 years ago
  76. 554d284 [PATCH] x86_64: Don't invoke OOM killer while allocating floppy DMA buffers by Andi Kleen · 18 years ago
  77. f2d3efe [PATCH] x86_64: Implement early DMI scanning by Andi Kleen · 18 years ago
  78. 6edfba1 [PATCH] x86_64: Don't define string functions to builtin by Andi Kleen · 18 years ago
  79. 86ebcea [PATCH] x86_64: remove dead do_softirq_thunk by Jan Beulich · 18 years ago
  80. 8c914cb [PATCH] x86_64: actively synchronize vmalloc area when registering certain callbacks by Jan Beulich · 18 years ago
  81. 2b514e7 [PATCH] x86_64: eliminate set_debug() by Jan Beulich · 18 years ago
  82. abe059e [PATCH] x86_64: Rename struct node in x86-64 NUMA code to struct bootnode by Andi Kleen · 18 years ago
  83. 913bd90 [PATCH] x86_64: Increase the variability of the process stack on 64bit architectures by Andi Kleen · 18 years ago
  84. f348d70 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications by Davide Libenzi · 18 years ago
  85. 57f3ebc [PATCH] remove ISA legacy functions: remove the helpers by Al Viro · 18 years ago
  86. 3d1712c [PATCH] x86_64: {set,clear,test}_bit() related cleanup and pci_mmcfg_init() fix by Akinobu Mita · 18 years ago
  87. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 18 years ago
  88. 0b2fcfd [PATCH] atomic: add_unless cmpxchg optimise by Nick Piggin · 18 years ago
  89. 804f159 [PATCH] Move read_mostly definition to asm/cache.h by Kyle McMartin · 18 years ago
  90. 8f86059 [PATCH] Enable mprotect on huge pages by Zhang, Yanmin · 18 years ago
  91. 637029c Revert "[PATCH] x86_64: Only do the clustered systems have unsynchronized TSC assumption on IBM systems" by Linus Torvalds · 18 years ago
  92. e8b9177 [PATCH] x86_64: Move the SMP time selection earlier by Andi Kleen · 18 years ago
  93. e2c0388 [PATCH] x86_64: Fix the additional_cpus=.. option by Andi Kleen · 18 years ago
  94. 13a229a [PATCH] x86_64: Only do the clustered systems have unsynchronized TSC assumption on IBM systems by Andi Kleen · 18 years ago
  95. f83f2b5 [PATCH] x86_64: fix USER_PTRS_PER_PGD by Jan Beulich · 18 years ago
  96. 60b08c6 [PATCH] x86_64: no_iommu removal in pci-gart.c by Jon Mason · 18 years ago
  97. 7fd6784 [PATCH] x86_64: Disable tsc when apicpmtimer is active by Andi Kleen · 18 years ago
  98. 5f6164f [PATCH] add asm-generic/mman.h by Michael S. Tsirkin · 18 years ago
  99. f822566 [PATCH] madvise MADV_DONTFORK/MADV_DOFORK by Michael S. Tsirkin · 18 years ago
  100. 33042a9 [PATCH] x86-64: Fix HPET timer on x460 by Chris McDermott · 18 years ago