1. bde1965 x86: remove now unused clear_kernel_mapping by Andi Kleen · 16 years ago
  2. 28d6ee4 x86: switch pci-gart over to using set_memory_np() instead of clear_kernel_mapping() by Andi Kleen · 16 years ago
  3. 64f351d x86: cpa selftest, skip non present entries by Thomas Gleixner · 16 years ago
  4. 07cf89c x86: CPA fix pagetable split by Thomas Gleixner · 16 years ago
  5. 31422c5 x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE by Andi Kleen · 16 years ago
  6. 9a14aef x86: cpa, fix lookup_address by Thomas Gleixner · 16 years ago
  7. 34508f6 x86: AMD Athlon X2 hard hang fix by Ingo Molnar · 16 years ago
  8. 65e074d x86: cpa, preserve large pages if possible by Thomas Gleixner · 16 years ago
  9. f4ae5da x86: cpa, check if we changed anything and tlb flushing is necessary by Thomas Gleixner · 16 years ago
  10. 72e458d x86: introduce struct cpa_data by Thomas Gleixner · 16 years ago
  11. 6bb8383 x86: cpa, only flush the cache if the caching attributes have changed by Andi Kleen · 16 years ago
  12. 9bf5a47 x86: cpa, add the PAT bit defines by Andi Kleen · 16 years ago
  13. 331e406 x86: CPA return early when requested feature is not available by Thomas Gleixner · 16 years ago
  14. 1c083eb x86: fix EFI mapping by Huang, Ying · 16 years ago
  15. f56d005 x86: no CPA on iounmap by Thomas Gleixner · 16 years ago
  16. 75ab43b x86: ioremap remove the range check of cpa by Thomas Gleixner · 16 years ago
  17. e66aadb x86: simplify __ioremap by Thomas Gleixner · 16 years ago
  18. 63c1dcf x86: CPA use the existing pfn in split as well by Thomas Gleixner · 16 years ago
  19. 626c2c9 x86: use the pfn from the page when change its attributes by Arjan van de Ven · 16 years ago
  20. cc0f21b x86: teach the static_protection function about high mappings by Arjan van de Ven · 16 years ago
  21. 16c02ed x86: add cpu mtrr init function definitions to mtrr.h by Harvey Harrison · 16 years ago
  22. b6d549a x86: add cpu init function defintions to cpu.h by Harvey Harrison · 16 years ago
  23. 7bb308a x86: small sparse fix in process_32.c by Harvey Harrison · 16 years ago
  24. e04f99c x86: add function prototype to vm86.h by Harvey Harrison · 16 years ago
  25. 73bdb73 x86: add include to cpu/intel.c by Harvey Harrison · 16 years ago
  26. 599db4f x86: remove final FASTCALL() uses by Harvey Harrison · 16 years ago
  27. 1fba387 x86: remove special NUMAQ support in io_32.h by Andi Kleen · 16 years ago
  28. c7e844f x86: move NUMAQ io handling into arch/x86/pci/numa.c by Andi Kleen · 16 years ago
  29. fa0c864 x86: cleanup - eliminate numbers in LDT allocation code by Cyrill Gorcunov · 16 years ago
  30. f5430f9 x86: update reference for PAE tlb flushing by Jeremy Fitzhardinge · 16 years ago
  31. edd6bcd x86: pud_clear: only reload cr3 if necessary by Jeremy Fitzhardinge · 16 years ago
  32. a67ad9c x86: revert "defer cr3 reload when doing pud_clear()" by Jeremy Fitzhardinge · 16 years ago
  33. e618c95 x86: unify PAE/non-PAE pgd_ctor by Jeremy Fitzhardinge · 16 years ago
  34. c66315e documentation: add Documentation/x86-64/00-INDEX by Rob Landley · 16 years ago
  35. 94a8a7a x86: remove misleading comments in trampoline_*.S by Pavel Machek · 16 years ago
  36. 9b42393 x86: sparse errors from string_32.h by Harvey Harrison · 16 years ago
  37. 9a6b344 x86: remove long dead cyrix mtrr code by Harvey Harrison · 16 years ago
  38. e1adbcf asm-generic/tlb.h: remove <linux/quicklist.h> by H. Peter Anvin · 16 years ago
  39. f0be6c6 x86 setup: print missing CPU features in cleartext by H. Peter Anvin · 16 years ago
  40. fa1408e x86: unify CPU feature string names by H. Peter Anvin · 16 years ago
  41. 84fb144 x86: reintroduce volatile keyword in prototype to clflush() by H. Peter Anvin · 16 years ago
  42. 2b06ac8 x86: cpuid, msr: use inode mutex instead of big kernel lock by H. Peter Anvin · 16 years ago
  43. 2347d93 x86: cpuid: allow querying %ecx-sensitive CPUID levels by H. Peter Anvin · 16 years ago
  44. 71713eee x86: use _ASM_EXTABLE macro in include/asm-x86/uaccess_64.h by H. Peter Anvin · 16 years ago
  45. 14e6d17 x86: use _ASM_EXTABLE macro in include/asm-x86/uaccess_32.h by H. Peter Anvin · 16 years ago
  46. 88976ee x86: use _ASM_EXTABLE macro in include/asm-x86/system.h by H. Peter Anvin · 16 years ago
  47. 7d24a82 x86: use _ASM_EXTABLE macro in include/asm-x86/msr.h by H. Peter Anvin · 16 years ago
  48. 92c37fa x86: use _ASM_EXTABLE macro in include/asm-x86/i387.h by H. Peter Anvin · 16 years ago
  49. 2532ec6 x86: use _ASM_EXTABLE macro in include/asm-x86/futex.h by H. Peter Anvin · 16 years ago
  50. f832ff1 x86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.c by H. Peter Anvin · 16 years ago
  51. 8da804f x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_64.c by H. Peter Anvin · 16 years ago
  52. 28777441 x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.c by H. Peter Anvin · 16 years ago
  53. e7a40d2 x86: use _ASM_EXTABLE macro in arch/x86/lib/mmx_32.c by H. Peter Anvin · 16 years ago
  54. 9290909 x86: use _ASM_EXTABLE macro in arch/x86/kernel/test_nx.c by H. Peter Anvin · 16 years ago
  55. a34746b x86: add _ASM_EXTABLE macro to <asm/asm.h> by H. Peter Anvin · 16 years ago
  56. 1622ac2 x86: define OBJCOPYFLAGS explicitly for each target. by Ian Campbell · 16 years ago
  57. cf89ec9 x86: reduce ifdef sections in fault.c by Harvey Harrison · 16 years ago
  58. 6118f76 x86: print out node_data addr and bootmap_start addr by Yinghai Lu · 16 years ago
  59. b50516fc x86: CPA remove bogus NX clear by Thomas Gleixner · 16 years ago
  60. 4cf3184 x86: mach-rdc321x Kconfig fix by Florian Fainelli · 16 years ago
  61. 3bc9a77 x86: rename module scx200_32 to scx200 by Sam Ravnborg · 16 years ago
  62. 3a900d8 x86: restore correct module name for apm by Sam Ravnborg · 16 years ago
  63. 262d5ee x86: VMI fix by Ingo Molnar · 16 years ago
  64. 38cb47b x86: relax RAM check in ioremap() by Ingo Molnar · 16 years ago
  65. a2e4e10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  66. a6cc48e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  67. 7cf7669 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 16 years ago
  68. 4cd9d6f [ARM] 4736/1: Export atags to userspace and allow kexec to use customised atags by Richard Purdie · 17 years ago
  69. c9a28fa [ARM] 4798/1: pcm027: fix missing header file by Juergen Beisert · 16 years ago
  70. 6a0bd09 [ARM] 4803/1: pxa: fix building issue of poodle.c caused by patch 4737/1 by eric miao · 16 years ago
  71. bb548dd [ARM] 4801/1: pxa: fix building issues of missing pxa2xx-regs.h by eric miao · 16 years ago
  72. b1d907f [ARM] pxa: introduce sysdev for pxa3xx static memory controller by eric miao · 16 years ago
  73. c4d1fb6 [ARM] pxa: add preliminary suspend/resume code for pxa3xx by eric miao · 16 years ago
  74. 16dfdbf [ARM] pxa: introduce sysdev for GPIO register saving/restoring by eric miao · 16 years ago
  75. c0165504 [ARM] pxa: introduce sysdev for IRQ register saving/restoring by eric miao · 16 years ago
  76. cd5604d [ARM] pxa: fix the warning of undeclared "struct pxaohci_platform_data" by eric miao · 16 years ago
  77. 14271a7 [ARM] pxa: change set_kset_name() to direct name assignment for MFP sysclass by eric miao · 16 years ago
  78. a78de2f [ARM] 4802/1: Fix typo and remove vague comment by Marc Pignat · 16 years ago
  79. fa3218d [ARM] 4660/3: at91: allow selecting UART for early kernel messages by Guennadi Liakhovetski · 16 years ago
  80. e83aff5 [ARM] 4739/1: at91sam9263: make gpio bank C and D irqs work by David Brownell · 17 years ago
  81. 43816bc [ARM] 4809/2: ixp4xx: Merge dsmg600-power.c into dsmg600-setup.c by Rod Whitby · 16 years ago
  82. c7d1623 [ARM] 4808/2: ixp4xx: Merge nas100d-power.c into nas100d-setup.c by Rod Whitby · 16 years ago
  83. 0929ac3 [ARM] 4807/2: ixp4xx: Merge nslu2-power.c into nslu2-setup.c by Rod Whitby · 16 years ago
  84. b7edc84 [ARM] 4806/1: ixp4xx: Ethernet support for the nslu2 and nas100d boards by Rod Whitby · 16 years ago
  85. 1208ebf [ARM] 4805/1: ixp4xx: Use leds-gpio driver instead of IXP4XX-GPIO-LED driver by Rod Whitby · 16 years ago
  86. 7822591 [ARM] 4715/2: Ethernet support for IXDP425 boards by Rod Whitby · 16 years ago
  87. 80bbdd2 [ARM] 4714/2: Headers for IXP4xx built-in Ethernet and WAN drivers by Krzysztof Halasa · 16 years ago
  88. 82a96f5 [ARM] 4713/3: Adds drivers for IXP4xx QMgr and NPE features by Krzysztof Halasa · 17 years ago
  89. c18f658 [ARM] 4712/2: Adds functions to read and write IXP4xx "feature" bits by Krzysztof Halasa · 17 years ago
  90. a9a424c [ARM] 4774/2: ixp4xx: Register dsmg600 rtc i2c_board_info by Rod Whitby · 16 years ago
  91. 400d823 [ARM] 4773/2: ixp4xx: Register nas100d rtc i2c_board_info by Rod Whitby · 16 years ago
  92. e28067d [ARM] 4772/2: ixp4xx: Register nslu2 rtc i2c_board_info by Rod Whitby · 16 years ago
  93. 2bea801 [ARM] 4769/2: ixp4xx: Button updates for the dsmg600 board by Rod Whitby · 16 years ago
  94. 14645eb [ARM] 4768/2: ixp4xx: Button and LED updates for the nas100d board by Rod Whitby · 16 years ago
  95. 8e93675 [ARM] 4767/2: ixp4xx: Add bitops.h include to io.h by Rod Whitby · 16 years ago
  96. 95053ae [ARM] 4766/2: ixp4xx: Update ixp4xx_defconfig, enabling all supported boards by Rod Whitby · 16 years ago
  97. 85e6c7a [ARM] 4810/1: - Fix 'section mismatch' building warnings by Kristoffer Ericson · 16 years ago
  98. 66a2c07 [ARM] xtime_seqlock: fix more ARM machines for xtime deadlocking by Peter Zijlstra · 16 years ago
  99. 2f65baf [ARM] 21285 serial: fix build error by Russell King · 16 years ago
  100. 6b35e40 virtio: balloon driver by Rusty Russell · 16 years ago