1. 954683a x86: PIE executable randomization, uninlining by Andrew Morton · 17 years ago
  2. bb1ad82 x86: PIE executable randomization, checkpatch fixes by Andrew Morton · 17 years ago
  3. cc503c1 x86: PIE executable randomization by Jiri Kosina · 17 years ago
  4. 40842bf x86: use __PAGE_KERNEL* instead of _KERNPG_TABLE by Joerg Roedel · 17 years ago
  5. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  6. 5548fec x86: clean up bitops-related warnings by Jeremy Fitzhardinge · 17 years ago
  7. 022eb43 x86: kmap_atomic() debugging by Andrew Morton · 17 years ago
  8. b263295 x86: 64-bit, make sparsemem vmemmap the only memory model by Christoph Lameter · 17 years ago
  9. 3f6e5a1 x86: use core id bits for apicid_to_node initialization by Yinghai Lu · 17 years ago
  10. 7462894 x86: fixup numa 64 namespace by Thomas Gleixner · 17 years ago
  11. e3cfe52 x86: cleanup numa_64.c by Thomas Gleixner · 17 years ago
  12. 0b9c99b x86: cleanup tlbflush.h variants by Thomas Gleixner · 17 years ago
  13. 3abf024 x86: nuke a ton of unused exports by Thomas Gleixner · 17 years ago
  14. 4ec08da x86: remove the duplicated arch/x86/ia32/mmap32.c by Thomas Gleixner · 17 years ago
  15. f8eeae6 x86: clean up arch/x86/mm/mmap_32/64.c by Thomas Gleixner · 17 years ago
  16. aaa64e0 x86: move numa related declarations by Thomas Gleixner · 17 years ago
  17. 718fc13 x86: move debug related declarations to kdebug.h by Thomas Gleixner · 17 years ago
  18. c9ff034 x86: move k8 related declarations by Thomas Gleixner · 17 years ago
  19. 23be8c7 x86: fix boot crash on HIGHMEM4G && SPARSEMEM by Ingo Molnar · 17 years ago
  20. b6fd6ec memory hotplug x86_64: fix section mismatch in init_memory_mapping() by KAMEZAWA Hiroyuki · 17 years ago
  21. a7e1e00 Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep by Linus Torvalds · 17 years ago
  22. fb8c177 x86: mm/discontig_32.c: make code static by Adrian Bunk · 17 years ago
  23. 6a22c57 Revert "x86_64: allocate sparsemem memmap above 4G" by Linus Torvalds · 17 years ago
  24. 143a5d3 lockdep: fixup irq tracing by Peter Zijlstra · 17 years ago
  25. eec407c x86: fix bogus KERN_ALERT on oops by Alexey Dobriyan · 17 years ago
  26. a9c55b3 Intel IOMMU: clflush_cache_range now takes size param by Keshavamurthy, Anil S · 17 years ago
  27. c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  28. 676b185 spelling fixes: arch/x86_64/ by Simon Arlott · 17 years ago
  29. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 17 years ago
  30. 60812a4 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  31. 2679065 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  32. 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 17 years ago
  33. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  34. 71fff5e x86: convert cpu_to_apicid to be a per cpu variable by Mike Travis · 17 years ago
  35. b1992df x86: honor _PAGE_PSE bit on page walks by Jan Beulich · 17 years ago
  36. b3f5dde x86: don't zero pad addresses in segfault message by Andi Kleen · 17 years ago
  37. af93ebc x86: remove page_fault_trace by Andi Kleen · 17 years ago
  38. 9a24d04 x86: fix global_flush_tlb() bug by Ingo Molnar · 17 years ago
  39. d20ead9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  40. de8aacb x86: convert mm_context_t semaphore to a mutex by Luiz Fernando N. Capitulino · 17 years ago
  41. 9aa8d71 i386: clean up oops/bug reports by Pavel Emelyanov · 17 years ago
  42. 98c9e27 x86: fix cpu_to_node references by Mike Travis · 17 years ago
  43. 6619a8f x86: Create clflush() inline, remove hardcoded wbinvd by H. Peter Anvin · 17 years ago
  44. 59659f1 i386: make some variables static by Adrian Bunk · 17 years ago
  45. 83e83d5 x86: 0 -> NULL, for arch/x86_64 by Yoann Padioleau · 17 years ago
  46. 84e0fdb x86: NX bit handling in change_page_attr() by Huang, Ying · 17 years ago
  47. 27eb0b2 x86: stop nmi softlockup warnings in show_mem() by Prarit Bhargava · 17 years ago
  48. 509a80c x86: fix CONFIG_PAGEALLOC related boot hangs/OOMs by Ingo Molnar · 17 years ago
  49. aa506dc i386: avoid temporarily inconsistent pte-s by Jan Beulich · 17 years ago
  50. fb9fc39 Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 17 years ago
  51. 5c8e191 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup by Linus Torvalds · 17 years ago
  52. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  53. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
  54. 4f81784 remove dead code in pgtable_cache_init by Jeremy Fitzhardinge · 17 years ago
  55. 48e9419 fix memory hot remove not configured case. by KAMEZAWA Hiroyuki · 17 years ago
  56. dcca2bd During VM oom condition, kill all threads in process group by Will Schmidt · 17 years ago
  57. 0889eba x86_64: SPARSEMEM_VMEMMAP 2M page size support by Christoph Lameter · 17 years ago
  58. 74a0b57 x86: optimize page faults like all other achitectures and kill notifier cruft by Christoph Hellwig · 17 years ago
  59. 95119fb x86_64: move mm by Thomas Gleixner · 17 years ago
  60. ad757b6 i386: move mm by Thomas Gleixner · 17 years ago