1. 458a3e6 x86: update populate_extra_pte() and add populate_extra_pmd() by Tejun Heo · 16 years ago
  2. c0c0a29 vmalloc: add @align to vm_area_register_early() by Tejun Heo · 16 years ago
  3. c132937 bootmem: clean up arch-specific bootmem wrapping by Tejun Heo · 16 years ago
  4. 1112441 x86: convert to the new dynamic percpu allocator by Tejun Heo · 16 years ago
  5. f0aa661 vmalloc: implement vm_area_register_early() by Tejun Heo · 16 years ago
  6. b36128c alloc_percpu: change percpu_ptr to per_cpu_ptr by Rusty Russell · 16 years ago
  7. 42f8fae x86: use percpu data for 4k hardirq and softirq stacks by Lai Jiangshan · 16 years ago
  8. 58105ef x86: UV: fix header struct usage by Randy Dunlap · 16 years ago
  9. 7445250 x86: merge sys_rt_sigreturn between 32 and 64 bits by H. Peter Anvin · 16 years ago
  10. b12bdaf x86: use regparm(3) for passed-in pt_regs pointer by Brian Gerst · 16 years ago
  11. 1c00400 SGI IA64 UV: fix ia64 build error in the linux-next tree by Dean Nelson · 16 years ago
  12. 9c8bb6b x86: drop -fno-stack-protector annotations after pt_regs fixes by Brian Gerst · 16 years ago
  13. 253f29a x86: pass in pt_regs pointer for syscalls that need it by Brian Gerst · 16 years ago
  14. aa78bcf x86: use pt_regs pointer in do_device_not_available() by Brian Gerst · 16 years ago
  15. 5c79d2a x86: fix x86_32 stack protector bugs by Tejun Heo · 16 years ago
  16. 60a5317 x86: implement x86_32 stack protector by Tejun Heo · 16 years ago
  17. ccbeed3 x86: make lazy %gs optional on x86_32 by Tejun Heo · 16 years ago
  18. d9a89a2 x86: add %gs accessors for x86_32 by Tejun Heo · 16 years ago
  19. f0d9611 x86: use asm .macro instead of cpp #define in entry_32.S by Tejun Heo · 16 years ago
  20. d627ded x86: no stack protector for vdso by Tejun Heo · 16 years ago
  21. 5d707e9 stackprotector: update make rules by Tejun Heo · 16 years ago
  22. 76397f7 x86: stackprotector.h misc update by Tejun Heo · 16 years ago
  23. 92e2d50 Merge branch 'x86/urgent' into core/percpu by Ingo Molnar · 16 years ago
  24. 5d96218 Merge branch 'x86/uaccess' into core/percpu by Ingo Molnar · 16 years ago
  25. d315760 x86: fix math_emu register frame access by Tejun Heo · 16 years ago
  26. 249d51b Merge commit 'v2.6.29-rc4' into core/percpu by Ingo Molnar · 16 years ago
  27. ae6af41 x86: math_emu info cleanup by Tejun Heo · 16 years ago
  28. 914c3d6 x86: include correct %gs in a.out core dump by Tejun Heo · 16 years ago
  29. 55a8ba4 x86, vmi: put a missing paravirt_release_pmd in pgd_dtor by Alok Kataria · 16 years ago
  30. 3f4a739 x86: find nr_irqs_gsi with mp_ioapic_routing by Yinghai Lu · 16 years ago
  31. e736ad5 x86: add clflush before monitor for Intel 7400 series by Pallipadi, Venkatesh · 16 years ago
  32. 44581a2 x86: fix abuse of per_cpu_offset by Brian Gerst · 16 years ago
  33. 2add8e2 x86: use linker to offset symbols by __per_cpu_load by Brian Gerst · 16 years ago
  34. d377044 percpu: make PER_CPU_BASE_SECTION overridable by arches by Brian Gerst · 16 years ago
  35. e83102c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  36. 2d29c6a Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec', 'misc', 'printk' and 'processor' into release by Len Brown · 16 years ago
  37. c09249f x86-64: fix int $0x80 -ENOSYS return by Roland McGrath · 16 years ago
  38. 9be260a prevent kprobes from catching spurious page faults by Masami Hiramatsu · 16 years ago
  39. 09cd5b8 Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  40. fb9a680 alpha: fixup BUG macro by Alexey Dobriyan · 16 years ago
  41. 130ace1 x86: style cleanups for xen assemblies by Tejun Heo · 16 years ago
  42. 0cd5c3c x86: disable intel_iommu support by default by Kyle McMartin · 16 years ago
  43. b534816 x86: don't apply __supported_pte_mask to non-present ptes by Jeremy Fitzhardinge · 16 years ago
  44. 18114f6 x86: uaccess: use errret as error value in __put_user_size() by Hiroshi Shimamoto · 16 years ago
  45. e4d0407 xen: use direct ops on 64-bit by Jeremy Fitzhardinge · 16 years ago
  46. 5393744 xen: make direct versions of irq_enable/disable/save/restore to common code by Jeremy Fitzhardinge · 16 years ago
  47. 3834143 xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  48. 97c4483 PCI: return error on failure to read PCI ROMs by Timothy S. Nelson · 16 years ago
  49. 327641d Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
  50. 1f4f931 xen: fix 32-bit build resulting from mmu move by Jeremy Fitzhardinge · 16 years ago
  51. 4560839 x86: fix grammar in user-visible BIOS warning by Alex Chiang · 16 years ago
  52. 647802d 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
  53. 36723bf x86/Kconfig.cpu: make Kconfig help readable in the console by Borislav Petkov · 16 years ago
  54. 48ec4d9 x86, 64-bit: print DMI info in the oops trace by Kyle McMartin · 16 years ago
  55. eda58a8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 16 years ago
  56. 024bb96 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  57. bb960a1 Merge branch 'core/xen' into x86/urgent by Ingo Molnar · 16 years ago
  58. c8e6741 Blackfin arch: Remove outdated code by Michael Hennerich · 16 years ago
  59. 4e653e0 Blackfin arch: Fix udelay implementation by Michael Hennerich · 16 years ago
  60. 972de7d Blackfin arch: Update Copyright information by Michael Hennerich · 16 years ago
  61. 772c258 Blackfin arch: Add BF561 PPI POLS, POLC Masks by Michael Hennerich · 16 years ago
  62. dfd700b Blackfin arch: Update CM-BF527 kernel config by Michael Hennerich · 16 years ago
  63. af4c7d4 Blackfin arch: define bfin_memmap as static since it is only used here by Mike Frysinger · 16 years ago
  64. d04dfc4 Blackfin arch: cplb mananger: use a do...while loop rather than a for loop by Mike Frysinger · 16 years ago
  65. bf324cb Blackfin arch: fix bug - traps test case 19 for exception 0x2d fails by Bernd Schmidt · 16 years ago
  66. 6531962 Blackfin arch: add platform device bfin_mii-bus and KSZ8893M switch driver platform resources to board files by Graf Yang · 16 years ago
  67. 583947c Blackfin arch: build jtag tty driver as a module by default by Mike Frysinger · 16 years ago
  68. 3aee91b Blackfin arch: fix 2 bugs related to debug by Jie Zhang · 16 years ago
  69. 1c302b6 Blackfin arch: Add ANOMALY_05000380 to BF54x to kill the compile warning by Bryan Wu · 16 years ago
  70. 9960aa6 Blackfin arch: Fix bug - 561 SMP kernel can't boot from jffs2 by Graf Yang · 16 years ago
  71. be1d854 Blackfin arch: base SIC_IWR# programming on whether the MMR exists by Mike Frysinger · 16 years ago
  72. ed1fb60 Blackfin arch: read SYSCR on newer parts that mirror the bits of SWRST in it by Mike Frysinger · 16 years ago
  73. 7f6678c Blackfin arch: fixup board init function name by Mike Frysinger · 16 years ago
  74. 2678479 Blackfin arch: drop CONFIG_I2C_BOARDINFO ifdefs by Mike Frysinger · 16 years ago
  75. a6595bf Blackfin arch: bfin_reset->_bfin_reset redirection no longer needed by Mike Frysinger · 16 years ago
  76. adab7eb Blackfin arch: sync reboot handler with version in u-boot by Mike Frysinger · 16 years ago
  77. aa9c33b Blackfin arch: Faster Implementation of csum_tcpudp_nofold() by Michael Hennerich · 16 years ago
  78. 0ce5eaf Blackfin arch: Fix bug - BF518 port F, G, and H have different mux offset compare to BF527 by Graf Yang · 16 years ago
  79. 047481f Blackfin arch: Add in cflag to support mlong-calls for kgdb_test by Grace Pan · 16 years ago
  80. b52dae3 Blackfin arch: Fix bug - Run "reboot" hangs bf518-ezbrd by Sonic Zhang · 16 years ago
  81. 3605fb0 Blackfin arch: Add ability to count and display number of NMI interrupts by Robin Getz · 16 years ago
  82. 0be5893 Blackfin arch: Add a few more instructions that can cause the trace buffer to be discontiguous by Robin Getz · 16 years ago
  83. e48df47 Blackfin arch: Fix URL by Robin Getz · 16 years ago
  84. f556309 Blackfin arch: cleanup bf54x ifdef mess in gpio code by Mike Frysinger · 16 years ago
  85. 881eb62 Blackfin arch: Add one more check on `fp' to prevent double fault by Jie Zhang · 16 years ago
  86. 45c4f2a Blackfin arch: explicit add a might sleep to gpio_free by Uwe Kleine-Koenig · 16 years ago
  87. 2f95d5b Blackfin arch: don't accidently re-enable interrupts by Robin Getz · 16 years ago
  88. 76e8fe4 Blackfin arch: Print out where the bootmode is coming from (for easier debugging). by Robin Getz · 16 years ago
  89. a2be393 Blackfin arch: reset POLAR setting when acquiring a gpio for the first time by Michael Hennerich · 16 years ago
  90. 5e7bb13 Blackfin arch: Fix Bug - request lines with peripheral_request_list, but don't get freed with peripheral_free_list by Michael Hennerich · 16 years ago
  91. 3316931 Blackfin arch: Fix Bug - Kernel does not boot if re-program clocks by Michael Hennerich · 16 years ago
  92. 41245ac Blackfin arch: fix bug - Dmacopy failed in BF537-STAMP by Mike Frysinger · 16 years ago
  93. c6bbd8a Blackfin arch: enable bfin_eth in bf51x by default by Sonic Zhang · 16 years ago
  94. 4c4073d Blackfin arch: line up machine-/cpu- vars after BF54xM addition by Mike Frysinger · 16 years ago
  95. 2f89c06 Blackfin arch: add support for mobile ddr bf54x parts by Mike Frysinger · 16 years ago
  96. d352264 Blackfin arch: scrub comments/whitespace/cvs keywords by Mike Frysinger · 16 years ago
  97. 62663ea ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc entries by Thomas Renninger · 16 years ago
  98. 8587706 x86: APIC: enable workaround on AMD Fam10h CPUs by Borislav Petkov · 16 years ago
  99. 06fc732 xen: disable interrupts before saving in percpu by Jeremy Fitzhardinge · 16 years ago
  100. 7420b73 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago