1. 8f47e16 x86: update copyrights by Ingo Molnar · 15 years ago
  2. 3e5095d x86: replace CONFIG_X86_SMP with CONFIG_SMP by Ingo Molnar · 15 years ago
  3. d53e2f2 x86, smp: remove mach_ipi.h by Ingo Molnar · 15 years ago
  4. dac5f41 x86, apic: untangle the send_IPI_*() jungle by Ingo Molnar · 15 years ago
  5. 74b6eb6b Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  6. 4369f1f Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 15 years ago
  7. 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 15 years ago
  8. 6470aff x86: move 64-bit NUMA code by Brian Gerst · 15 years ago
  9. 810ee58 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  10. ef5fa0a x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn. by Eric Anholt · 16 years ago
  11. 75a0481 x86: handle PAT more like other CPU features by H. Peter Anvin · 16 years ago
  12. fe40c0a x86: uaccess: introduce try and catch framework by Hiroshi Shimamoto · 16 years ago
  13. d639bab x86 PAT: ioremap_wc should take resource_size_t parameter by venkatesh.pallipadi@intel.com · 16 years ago
  14. fb746d0 x86: optimise page fault entry, cleanup by Johannes Weiner · 16 years ago
  15. 9597134 x86: fix PTE corruption issue while mapping RAM using /dev/mem by Suresh Siddha · 16 years ago
  16. a1e4621 x86: fix page attribute corruption with cpa() by Suresh Siddha · 16 years ago
  17. 1980307 Merge branch 'x86/mm' into core/percpu by Ingo Molnar · 16 years ago
  18. 4ec71fa x86: uv cleanup, build fix by Ingo Molnar · 16 years ago
  19. 55f4949 x86, mm: move tlb.c to arch/x86/mm/ by Ingo Molnar · 16 years ago
  20. 92181f1 x86: optimise x86's do_page_fault (C entry point for the page fault path) by Nick Piggin · 16 years ago
  21. f549550 x86: remove kernel_physical_mapping_init() from init section by Gary Hade · 16 years ago
  22. b2b062b Merge branch 'core/percpu' into stackprotector by Ingo Molnar · 16 years ago
  23. a3c6018 x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (take 2) by Jan Beulich · 16 years ago
  24. b5db0e3 Revert "x86 PAT: remove CPA WARN_ON for zero pte" by Linus Torvalds · 16 years ago
  25. 7f268f43 Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpu by Ingo Molnar · 16 years ago
  26. 5cca0cf x86, pat: fix reserve_memtype() for legacy 1MB range by Suresh Siddha · 16 years ago
  27. 58dab91 x86 PAT: remove CPA WARN_ON for zero pte by venkatesh.pallipadi@intel.com · 16 years ago
  28. cdecff6 x86 PAT: return compatible mapping to remap_pfn_range callers by venkatesh.pallipadi@intel.com · 16 years ago
  29. e4b866e x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param by venkatesh.pallipadi@intel.com · 16 years ago
  30. f313e12 x86: avoid theoretical vmalloc fault loop by Andi Kleen · 16 years ago
  31. 1de8cd3 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  32. 3d14bda Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  33. 9b4778f trivial: replace last usages of __FUNCTION__ in kernel by Harvey Harrison · 16 years ago
  34. e8de148 resource: allow MMIO exclusivity for device drivers by Arjan van de Ven · 16 years ago
  35. dacf733 x86: smp.h move zap_low_mappings declartion to tlbflush.h by Jaswinder Singh Rajput · 16 years ago
  36. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
  37. 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 16 years ago
  38. 40bcc69 x86: k8 numa register active regions later by Yinghai Lu · 16 years ago
  39. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  40. e8e3232 Fix compiler warning in arch/x86/mm/init_32.c by Ingo Brueckl · 16 years ago
  41. a9de18e Merge branch 'linus' into stackprotector by Ingo Molnar · 16 years ago
  42. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  43. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  44. be9c5ae Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  45. 79a66b9 Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/core by Ingo Molnar · 16 years ago
  46. c1c15b6 x86: PAT: fix address types in track_pfn_vma_new() by H. Peter Anvin · 16 years ago
  47. fa623d1 Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 16 years ago
  48. 982d789 x86: PAT: remove follow_pfnmap_pte in favor of follow_phys by venkatesh.pallipadi@intel.com · 16 years ago
  49. 2520bd3 x86: PAT: add pgprot_writecombine() interface for drivers - v3 by venkatesh.pallipadi@intel.com · 16 years ago
  50. 5899329 x86: PAT: implement track/untrack of pfnmap regions for x86 - v3 by venkatesh.pallipadi@intel.com · 16 years ago
  51. cfb80c9 x86: unify pci iommu setup and allow swiotlb to compile for 32 bit by Jeremy Fitzhardinge · 16 years ago
  52. 168ef54 x86: prepare for cpumask iterators to only go to nr_cpu_ids by Mike Travis · 16 years ago
  53. beeb419 x86, 32-bit: add some compile time checks to mem_init() by Jan Beulich · 16 years ago
  54. d6be89a x86, 32-bit: simplify alloc_low_page() by Jan Beulich · 16 years ago
  55. 8808500 x86: soften multi-BAR mapping sanity check warning message by Ingo Molnar · 16 years ago
  56. c051556 Merge commit 'v2.6.28-rc7' into x86/cleanups by Ingo Molnar · 16 years ago
  57. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  58. dfdc543 Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftrace by Ingo Molnar · 16 years ago
  59. a0a70c7 Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  60. 90accd6 Merge branch 'linus' into x86/memory-corruption-check by Ingo Molnar · 16 years ago
  61. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  62. 350b4da CRED: Wrap task credential accesses in the x86 arch by David Howells · 16 years ago
  63. 97a70e5 x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA set by Rafael J. Wysocki · 16 years ago
  64. e0cb4eb Merge branch 'tracing/urgent' into tracing/ftrace by Ingo Molnar · 16 years ago
  65. 895e031 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  66. a6b0786 Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  67. a15a82f Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  68. b9c3bfc x86: align DirectMap in /proc/meminfo by Hugh Dickins · 16 years ago
  69. 7a895f5 Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tracing/nmisafe', 'tracing/tracepoints' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  70. a376f30 x86: avoid duplicate running of pud_offset and pmd_offset in one_md_table_init() by Zhaolei · 16 years ago
  71. fd94093 x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmaps by Keith Packard · 16 years ago
  72. 9e41bff x86: fix /dev/mem mmap breakage when PAT is disabled by Ravikiran G Thirumalai · 16 years ago
  73. fe8b868 x86: remove debug code from arch_add_memory() by Gary Hade · 16 years ago
  74. 1d6cf1f x86: start annotating early ioremap pointers with __iomem by Harvey Harrison · 16 years ago
  75. 9352f56 x86: two trivial sparse annotations by Harvey Harrison · 16 years ago
  76. f96f57d x86: fix init_memory_mapping for [dc000000 - e0000000) - v2 by Yinghai Lu · 16 years ago
  77. 11a6b0c x86: 64 bit print out absent pages num too by Yinghai Lu · 16 years ago
  78. 60817c9 x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() by Shaohua Li · 16 years ago
  79. 3afa394 x86: keep the /proc/meminfo page count correct by Yinghai Lu · 16 years ago
  80. 304e629 x86: corruption check: run the corruption checks from a work queue by Arjan van de Ven · 16 years ago
  81. fd3fdf1 trace: add the MMIO-tracer to the tracer menu, cleanup by Pekka Paalanen · 16 years ago
  82. c3c9897 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  83. e1759c2 proc: switch /proc/meminfo to seq_file by Alexey Dobriyan · 16 years ago
  84. 2cb0ebe x86: memtest fix use of reserve_early() by Daniele Calore · 16 years ago
  85. 874d93d x86, dumpstack: let signr=0 signal no do_exit by Alexander van Heukelum · 16 years ago
  86. 92b29b8 Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  87. db64fe0 mm: rewrite vmap layer by Nick Piggin · 16 years ago
  88. d1d8c92 Export kmap_atomic_pfn for DRM-GEM. by Eric Anholt · 16 years ago
  89. e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  90. 0999d97 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  91. b2aaf8f Merge branch 'linus' into stackprotector by Ingo Molnar · 16 years ago
  92. 6b2ada8 Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linus by Ingo Molnar · 16 years ago
  93. 4427414 mmiotrace: remove left-over marker cruft by Pekka Paalanen · 16 years ago
  94. 9e57fb3 x86 mmiotrace: implement mmiotrace_printk() by Pekka Paalanen · 16 years ago
  95. bbe5c78 x86 mmiotrace: fix a rare memory leak by Pekka Paalanen · 16 years ago
  96. 611b159 x86: fix mmiotrace 8-bit register decoding by Pekka Paalanen · 16 years ago
  97. 3a1dfe6 x86/mm: unify init task OOM handling by Ingo Molnar · 16 years ago
  98. 891cffb x86/mm: do not trigger a kernel warning if user-space disables interrupts and generates a page fault by Linus Torvalds · 16 years ago
  99. c1a2f4b x86: change early_ioremap to use slots instead of nesting by Yinghai Lu · 16 years ago
  100. af5c2bd x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2 by Vegard Nossum · 16 years ago