1. f6c540c x86: fix lguest build failure by Rusty Russell · 17 years ago
  2. b7ad149 x86: reenable support for system without on node0 by Yinghai Lu · 16 years ago
  3. f34b439 x86: CPA: avoid double checking of alias ranges by Thomas Gleixner · 16 years ago
  4. af96e44 x86: CPA no alias checking for _NX by Thomas Gleixner · 16 years ago
  5. 31eedd8 x86: zap invalid and unused pmds in early boot by Thomas Gleixner · 16 years ago
  6. c31c7d4 x86: CPA, fix alias checks by Thomas Gleixner · 16 years ago
  7. 4e3d031 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  8. 11d64be Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  9. 664a156 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  10. b9e2229 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  11. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 17 years ago
  12. 448678a d_path: Make get_dcookie() use a struct path argument by Jan Blunck · 17 years ago
  13. 1d957f9 Introduce path_put() by Jan Blunck · 17 years ago
  14. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 17 years ago
  15. 6ef1e56 m68knommu: fix profile timer by Matt Waddel · 17 years ago
  16. c25f0a0 m68knommu: use asflags instead of EXTRA_AFLAGS by Greg Ungerer · 17 years ago
  17. 903be1c m68knommu: fix coldfire interrupt exit path by Walter T Gruczka · 17 years ago
  18. 77a746c cris: import memset.c from newlib: fixes compile error with newer (pre4.3) gcc by Jesper Nilsson · 17 years ago
  19. f8d8406 x86: cpa, fix out of date comment by Ingo Molnar · 17 years ago
  20. 7d8330a KVM is not seen under X86 config with latest git (32 bit compile) by Balbir Singh · 17 years ago
  21. 69b1415 x86: cpa: ensure page alignment by Thomas Gleixner · 17 years ago
  22. 7bfeab9 x86: include proper prototypes for rodata_test by Harvey Harrison · 17 years ago
  23. 184652e x86: fix gart_iommu_init() by Ingo Molnar · 17 years ago
  24. 3223f59 x86: EFI set_memory_x()/set_memory_uc() fixes by Ingo Molnar · 17 years ago
  25. cae30f8 x86: make dump_pagetable() static by Adrian Bunk · 17 years ago
  26. e8bff74 x86: fix "BUG: sleeping function called from invalid context" in print_vma_addr() by Ingo Molnar · 17 years ago
  27. d4eac75 [POWERPC] Remove unused CONFIG_WANT_DEVICE_TREE by Grant Likely · 17 years ago
  28. bdb226b [POWERPC] Cell RAS: Remove DEBUG, and add license and copyright by Michael Ellerman · 17 years ago
  29. 16e543f [POWERPC] free_property() must not be __init by Adrian Bunk · 17 years ago
  30. cf8918f [POWERPC] vdso_do_func_patch{32,64}() must be __init by Adrian Bunk · 17 years ago
  31. e4ccde0 [POWERPC] Remove generated files on make clean by Kumar Gala · 17 years ago
  32. e5a21dd [POWERPC] PS3: Fix bootwrapper hang bug by Geoff Levand · 17 years ago
  33. 79ccd1b [POWERPC] Fix DEBUG_PREEMPT warning when warning by Hugh Dickins · 17 years ago
  34. a602cc0 sh: Fix multiple UTLB hit on UP SH-4. by Hideo Saito · 17 years ago
  35. 123100c sh: fix pci io access for r2d boards by Magnus Damm · 17 years ago
  36. e036eaa sh: use ctrl_in/out for on chip pci access by Magnus Damm · 17 years ago
  37. f99cb7a sh: Kill off more dead symbols. by Paul Mundt · 17 years ago
  38. db02612 sh: __uncached_start only on sh32. by Paul Mundt · 17 years ago
  39. 38350e0 sh: Get SH-5 caches working again post-unification. by Paul Mundt · 17 years ago
  40. b785537 sh: Kill off bogus SH_SDK7780_STANDALONE symbol. by Paul Mundt · 17 years ago
  41. 43081e1 sh: Shut up some trivial build warnings. by Paul Mundt · 17 years ago
  42. f1f8926 sh: Update SH-5 flush_cache_sigtramp() for API changes. by Paul Mundt · 17 years ago
  43. 64e34ca sh: Disable big endian for SH-5. by Paul Mundt · 17 years ago
  44. ecc14e8 sh: Symbol exports for trapped I/O. by Paul Mundt · 17 years ago
  45. 96f2fc0 sh: Clean up whitespace damage in Kconfig.debug. by Paul Mundt · 17 years ago
  46. f1cdd63 sh: Use max_t in io_trapped. by Paul Mundt · 17 years ago
  47. 9109a30 sh: add support for sh7366 processor by Magnus Damm · 17 years ago
  48. d847afe sh: remove maskreg irq code by Magnus Damm · 17 years ago
  49. 0906185 sh: fix ptrace copy_from/to_user() compilation error by Magnus Damm · 17 years ago
  50. c1a34e4 sh: trapped io support for highlander V2 by Magnus Damm · 17 years ago
  51. 2d952b4 sh: trapped io support for r2d V2 by Magnus Damm · 17 years ago
  52. e7cc9a7 sh: trapped io support V2 by Magnus Damm · 17 years ago
  53. 2ade1a9 sh: update r2d defconfigs with usb, spi and rtc by Magnus Damm · 17 years ago
  54. 4b5a9ef sh: use opcode_t and enable unaligned code for sh2a by Magnus Damm · 17 years ago
  55. 4252c65 sh: add byte support to the sign extension code by Magnus Damm · 17 years ago
  56. 960c65e sh: fix xtime_lock deadlocking. by Peter Zijlstra · 17 years ago
  57. 9216f19 sh: Add mach-type entries for MigoR and SDK7780. by Paul Mundt · 17 years ago
  58. 70f784e sh: migor board support by Magnus Damm · 17 years ago
  59. 5d0e146 sh: Wire up new timerfd syscalls. by Paul Mundt · 17 years ago
  60. 86c0179 sh: break out unaligned sign extension code by Magnus Damm · 17 years ago
  61. 1cfb629 sh: add probe support for new sh7722 cut by Magnus Damm · 17 years ago
  62. 10a1deb sh: add sh7722 support to EARLY_SCIF_CONSOLE by Magnus Damm · 17 years ago
  63. 222dc79 sh: remove unneeded cast by Stephen Rothwell · 17 years ago
  64. 2a3eeba sh: declared coherent memory support V2 fix by Magnus Damm · 17 years ago
  65. 4fcb2fc ACPI, cpuidle: Clarify C-state description in sysfs by Venkatesh Pallipadi · 17 years ago
  66. fb40bd7 Linux Kernel Markers: support multiple probes by Mathieu Desnoyers · 17 years ago
  67. aa02cd2 xtime_lock vs update_process_times by Peter Zijlstra · 17 years ago
  68. d897d2b FRV: Fix up parse error in linker script by David Howells · 17 years ago
  69. c2a9cc7 x86: pit_clockevent can be static by Harvey Harrison · 17 years ago
  70. 4de0d4a x86: EFI runtime code mapping enhancement by Huang, Ying · 17 years ago
  71. e85f205 x86: EFI: fix use of unitialized variable and the cache logic by Thomas Gleixner · 17 years ago
  72. 5d3c8b2 x86: CPA: fix gbpages support in try_preserve_large_page by Andi Kleen · 17 years ago
  73. 2b54078 xen: unpin initial Xen pagetable once we're finished with it by Jeremy Fitzhardinge · 17 years ago
  74. 37cc8d7 x86/early_ioremap: don't assume we're using swapper_pg_dir by Jeremy Fitzhardinge · 17 years ago
  75. 416e2d6 x86: fixup machine_ops reboot_{32|64}.c unification fallout by Jody Belka · 17 years ago
  76. 2c15826 x86: vdso_install fix by Roland McGrath · 17 years ago
  77. 1a51008 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  78. 10d0aa3 [IA64] Fix build for sim_defconfig by Tony Luck · 17 years ago
  79. 81772fe x86: remove over noisy debug printk by Thomas Gleixner · 17 years ago
  80. 9585ca0 Use proper abstractions in quirk_intel_irqbalance by Matthew Wilcox · 17 years ago
  81. 0eccf60 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  82. b6ce068 Change pci_raw_ops to pci_raw_read/write by Matthew Wilcox · 17 years ago
  83. a0ca990 PCI x86: always use conf1 to access config space below 256 bytes by Ivan Kokshaysky · 17 years ago
  84. 0b6ca82 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  85. bfc1de0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  86. 3b35632 Update arch/x86/boot/.gitignore with new auto-generated files by S.Çağlar Onur · 17 years ago
  87. f9166e7 Merge branches 'master', 'omap1-upstream' and 'orion' into devel by Russell King · 17 years ago
  88. 2ffd6e1 [ARM] constify function pointer tables by Jan Engelhardt · 17 years ago
  89. 72e7ae8 [ARM] 4823/1: AT91 section fix by David Brownell · 17 years ago
  90. 86260f9 [ARM] 4824/1: pxa: clear RDH bit after any reset by Dmitry Krivoschekov · 17 years ago
  91. fac8493 x86: cpa, strict range check in try_preserve_large_page() by Thomas Gleixner · 17 years ago
  92. b1d95f4 x86: cpa, enable CONFIG_DEBUG_PAGEALLOC on 64-bit by Thomas Gleixner · 17 years ago
  93. eb5b5f0 x86: cpa, use page pool by Thomas Gleixner · 17 years ago
  94. 76ebd05 x86: introduce page pool in cpa by Thomas Gleixner · 17 years ago
  95. 261f0ce x86 PM: update stale comments by Rafael J. Wysocki · 17 years ago
  96. ef8b03f x86 PM: consolidate suspend and hibernation code by Rafael J. Wysocki · 17 years ago
  97. c575912 x86 PM: rename 32-bit files in arch/x86/power by Rafael J. Wysocki · 17 years ago
  98. cf7700f x86 PM: move 64-bit hibernation files to arch/x86/power by Rafael J. Wysocki · 17 years ago
  99. 9b706ae x86: trivial printk optimizations by Denys Vlasenko · 17 years ago
  100. b6fbb66 x86: fix early_ioremap pagetable ops by Ian Campbell · 17 years ago