1. 13870b6 powerpc/mm: Reduce hashtable size when using 64kB pages by Anton Blanchard · 15 years ago
  2. 33f00dce powerpc: Rework dma-noncoherent to use generic vmalloc layer by Ilya Yanok · 15 years ago
  3. 812d904 powerpc: Fix warnings from make headers_check by Kumar Gala · 15 years ago
  4. f817869 powerpc/pci: Fix PCI<->OF matching of old style multifunc devices by Tom Arbuckle · 15 years ago
  5. 16c57b3 powerpc: Unify opcode definitions and support by Kumar Gala · 15 years ago
  6. bb9b903 powerpc, ftrace: use create_branch lib function by Steven Rostedt · 15 years ago
  7. b54dcfe powerpc, ftrace: use unsigned int for instruction manipulation by Steven Rostedt · 15 years ago
  8. 60ce8f7 powerpc32, ftrace: dynamic function graph tracer by Steven Rostedt · 15 years ago
  9. fad4f47 powerpc32, ftrace: port function graph tracer to ppc32, static only by Steven Rostedt · 15 years ago
  10. bf528a3 powerpc32, ftrace: save and restore mcount regs with macro by Steven Rostedt · 15 years ago
  11. bb72534 powerpc64, ftrace: save toc only on modules for function graph by Steven Rostedt · 15 years ago
  12. 4654288 powerpc64, tracing: add function graph tracer with dynamic tracing by Steven Rostedt · 15 years ago
  13. 6794c78 powerpc64: port of the function graph tracer by Steven Rostedt · 15 years ago
  14. 17be5b3 powerpc, ftrace: fix compile error when modules not configured by Steven Rostedt · 15 years ago
  15. 44e1d06 ftrace, powerpc: replace debug macro with proper pr_deug by Steven Rostedt · 15 years ago
  16. 35f88e6 Merge commit 'ftrace/function-graph' into next by Benjamin Herrenschmidt · 15 years ago
  17. 712406a tracing/function-graph-tracer: make arch generic push pop functions by Steven Rostedt · 15 years ago
  18. 3b7faeb Merge commit 'kumar/next' into next by Benjamin Herrenschmidt · 15 years ago
  19. 82a0a1c Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  20. f8effd1 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  21. 3501033 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
  22. b30b774 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  23. 39a6576 Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  24. 1371be0 cpumask: Use cpu_*_mask accessors code: alpha by Rusty Russell · 15 years ago
  25. a0abd52 cpumask: fix powernow-k8: partial revert of 2fdf66b491ac706657946442789ec644cc317e1a by Rusty Russell · 15 years ago
  26. 6bc5c36 trace: mmiotrace to the tracer menu in Kconfig by Pekka Paalanen · 16 years ago
  27. be71661 x86, vm86: fix preemption bug by Thomas Gleixner · 16 years ago
  28. 516a1a7 KVM: VMX: Flush volatile msrs before emulating rdmsr by Avi Kivity · 15 years ago
  29. b682b81 KVM: x86: fix LAPIC pending count calculation by Marcelo Tosatti · 15 years ago
  30. 2aaf69d KVM: MMU: Map device MMIO as UC in EPT by Sheng Yang · 16 years ago
  31. abe6655 KVM: x86: disable kvmclock on non constant TSC hosts by Marcelo Tosatti · 15 years ago
  32. d2a8284 KVM: PIT: fix i8254 pending count read by Marcelo Tosatti · 16 years ago
  33. ba4cef3 KVM: Fix racy in kvm_free_assigned_irq by Sheng Yang · 16 years ago
  34. ad8ba2c KVM: Add kvm_arch_sync_events to sync with asynchronize events by Sheng Yang · 16 years ago
  35. 7a0eb19 KVM: Avoid using CONFIG_ in userspace visible headers by Avi Kivity · 16 years ago
  36. d39123a KVM: ia64: fix fp fault/trap handler by Yang Zhang · 16 years ago
  37. e49590b x86, olpc: fix model detection without OFW by Chris Ball · 15 years ago
  38. b13e246 x86, hpet: fix for LS21 + HPET = boot hang by john stultz · 15 years ago
  39. 26456dc powerpc/vsx: Fix VSX alignment handler for regs 32-63 by Michael Neuling · 15 years ago
  40. 0047656 powerpc/ps3: Move ps3_mm_add_memory to device_initcall by Geoff Levand · 15 years ago
  41. 06eccea powerpc/mm: Fix numa reserve bootmem page selection by Dave Hansen · 15 years ago
  42. fbc78b0 powerpc/mm: Fix _PAGE_CHG_MASK to protect _PAGE_SPECIAL by Philippe Gerum · 15 years ago
  43. 96a8bac powerpc/fsl-booke: Fix compile warning by Kumar Gala · 15 years ago
  44. 70fe3af powerpc/book-3e: Introduce concept of Book-3e MMU by Kumar Gala · 15 years ago
  45. d66c82e powerpc/fsl-booke: Add new ISA 2.06 page sizes and MAS defines by Kumar Gala · 15 years ago
  46. 7ad9de6 x86: CPA avoid repeated lazy mmu flush by Thomas Gleixner · 15 years ago
  47. 34b0900 x86: warn if arch_flush_lazy_mmu_cpu is called in preemptible context by Thomas Gleixner · 15 years ago
  48. d85cf93 x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemption by Jeremy Fitzhardinge · 15 years ago
  49. be03d9e x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem by Suresh Siddha · 15 years ago
  50. 4f06b04 x86/cpa: make sure cpa is safe to call in lazy mmu mode by Jeremy Fitzhardinge · 15 years ago
  51. 94dba89 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  52. 9ce04f9 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
  53. b3f2caa Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  54. 93431dd Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  55. da8dbb8 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  56. 9f339e7 x86, ptrace, mm: fix double-free on race by Markus Metzger · 15 years ago
  57. 95ec807 [S390] Update default configuration. by Martin Schwidefsky · 15 years ago
  58. 0addff8 [S390] Fix init irq proc build break. by Sachin Sant · 15 years ago
  59. d5e842c [S390] vdso: fix per cpu vdso pointer in lowcore by Martin Schwidefsky · 15 years ago
  60. f47a454 tracing, x86: fix constraint for parent variable by Steven Rostedt · 15 years ago
  61. a240474 powerpc/85xx: Added 36-bit physical device tree for mpc8572ds board by Kumar Gala · 15 years ago
  62. ca34040 powerpc/85xx: Fixed PCI IO region sizes in mpc8572ds*.dts by Kumar Gala · 15 years ago
  63. f99fb8a powerpc/mm: Fix _PAGE_COHERENT support on classic ppc32 HW by Kumar Gala · 15 years ago
  64. 8d30c14 powerpc/mm: Rework I$/D$ coherency (v3) by Benjamin Herrenschmidt · 15 years ago
  65. 4b7ad35 powerpc/amigaone: Default config for AmigaOne boards by Gerhard Pircher · 15 years ago
  66. 8f23735 powerpc/amigaone: Bootwrapper and serial console support for AmigaOne by Gerhard Pircher · 15 years ago
  67. 50408b7 powerpc/amigaone: Generic device tree for all AmigaOne boards by Gerhard Pircher · 15 years ago
  68. 54b318a powerpc/amigaone: Add platform support for AmigaOne by Gerhard Pircher · 15 years ago
  69. 8535ef0 powerpc/eeh: Only disable/enable LSI interrupts in EEH by Mike Mason · 15 years ago
  70. 10156ce powerpc: Disable mv643xx Ethernet port 0 on Pegasos by Gabriel Paubert · 15 years ago
  71. 91b0f5e powerpc/mm: Move 64-bit unmapped_area to top of address space by Anton Blanchard · 15 years ago
  72. c3bd517 powerpc/pci: Move hose_list and pci_address_to_pio to pci-common by Milton Miller · 16 years ago
  73. 6071ed0 powerpc/pseries: Return the number of MSIs we could allocate by Michael Ellerman · 16 years ago
  74. 649781f powerpc/pseries: Check for MSI-X also in rtas_msi_pci_irq_fixup() by Michael Ellerman · 16 years ago
  75. 3a51c0c powerpc/pseries: Add support for ibm,req#msi-x by Michael Ellerman · 16 years ago
  76. e27ed69 powerpc/pseries: Fix MSI-X interrupt querying by Michael Ellerman · 16 years ago
  77. 059f134 powerpc: Allow debugging of LMBs with lmb=debug by Michael Ellerman · 16 years ago
  78. 33642d3 powerpc: Remove unused ppc64_terminate_msg() by Michael Ellerman · 16 years ago
  79. 7ce14a3 powerpc/pseries: Remove write only variable in PCI DLPAR by Milton Miller · 16 years ago
  80. 8b16cd2 powerpc/numa: Remove redundant find_cpu_node() by Milton Miller · 16 years ago
  81. 20fcefe powerpc/numa: Avoid possible reference beyond prop. length in find_min_common_depth() by Milton Miller · 16 years ago
  82. 6a4d7a9 Merge commit 'gcl/next' into next by Benjamin Herrenschmidt · 15 years ago
  83. edbc29d Merge commit 'kumar/next' into next by Benjamin Herrenschmidt · 15 years ago
  84. 1385a7a Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  85. c36c63c Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  86. 226b791 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  87. e3944bf tracing, x86: fix fixup section to return to original code by Steven Rostedt · 15 years ago
  88. b52af40 i8327: fix outb() parameter order by Clemens Ladisch · 15 years ago
  89. e0fc4f9 [ARM] Storage class should be before const qualifier by Tobias Klauser · 15 years ago
  90. 0b2f828 powerpc: Add missing sparsemem.h include by Michael Neuling · 15 years ago
  91. 5b11abf powerpc/pci: mmap anonymous memory when legacy_mem doesn't exist by Benjamin Herrenschmidt · 15 years ago
  92. d87bf76 powerpc/cell: Add missing #include for oprofile by Michael Neuling · 15 years ago
  93. f25f907 powerpc/ftrace: Fix math to calculate offset in TOC by Steven Rostedt · 15 years ago
  94. eef3361 powerpc: Don't emulate mr. instructions by Ananth N Mavinakayanahalli · 15 years ago
  95. 6c24b17 powerpc/fsl-booke: Fix mapping functions to use phys_addr_t by Kumar Gala · 15 years ago
  96. d315760 x86: fix math_emu register frame access by Tejun Heo · 15 years ago
  97. 6707fbb Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  98. a8e807f FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now by David Howells · 15 years ago
  99. a5ef7ca x86: spinlocks: define dummy __raw_spin_is_contended by Kyle McMartin · 15 years ago
  100. ae6af41 x86: math_emu info cleanup by Tejun Heo · 15 years ago