1. 156ca2b powerpc: introduce asm/swab.h by Harvey Harrison · 16 years ago
  2. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 16 years ago
  3. ea435467 atomic_t: unify all arch definitions by Matthew Wilcox · 16 years ago
  4. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
  5. 3340289 mm: report the MMU pagesize in /proc/pid/smaps by Mel Gorman · 16 years ago
  6. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  7. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  8. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  9. 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 16 years ago
  10. 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
  11. 597b0d2 Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
  12. 9150641 cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): powerpc by Rusty Russell · 16 years ago
  13. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  14. c2452f3 shrink struct dentry by Nick Piggin · 16 years ago
  15. ca9edae KVM: Consolidate userspace memory capability reporting into common code by Avi Kivity · 16 years ago
  16. 7b70159 KVM: ppc: mostly cosmetic updates to the exit timing accounting code by Hollis Blanchard · 16 years ago
  17. 73e75b4 KVM: ppc: Implement in-kernel exit timing statistics by Hollis Blanchard · 16 years ago
  18. c5fbdff KVM: ppc: save and restore guest mappings on context switch by Hollis Blanchard · 16 years ago
  19. 7924bd4 KVM: ppc: directly insert shadow mappings into the hardware TLB by Hollis Blanchard · 16 years ago
  20. c0ca609 powerpc/44x: declare tlb_44x_index for use in C code by Hollis Blanchard · 16 years ago
  21. 8916861 KVM: ppc: support large host pages by Hollis Blanchard · 16 years ago
  22. fe4e771 KVM: ppc: fix userspace mapping invalidation on context switch by Hollis Blanchard · 16 years ago
  23. df9b856 KVM: ppc: use prefetchable mappings for guest memory by Hollis Blanchard · 16 years ago
  24. bf5d402 KVM: ppc: use MMUCR accessor to obtain TID by Hollis Blanchard · 16 years ago
  25. 74ef740 KVM: ppc: fix Kconfig constraints by Hollis Blanchard · 16 years ago
  26. fcfdbd2 KVM: ppc: improve trap emulation by Hollis Blanchard · 16 years ago
  27. d4cf389 KVM: ppc: optimize irq delivery path by Hollis Blanchard · 16 years ago
  28. 9ab8084 KVM: ppc: optimize find first bit by Hollis Blanchard · 16 years ago
  29. 1b6766c KVM: ppc: optimize kvm stat handling by Hollis Blanchard · 16 years ago
  30. b8fd68a KVM: ppc: fix set regs to take care of msr change by Hollis Blanchard · 16 years ago
  31. 5cf8ca2 KVM: ppc: adjust vcpu types to support 64-bit cores by Hollis Blanchard · 16 years ago
  32. db93f57 KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor by Hollis Blanchard · 16 years ago
  33. 5cbb510 KVM: ppc: Move the last bits of 44x code out of booke.c by Hollis Blanchard · 16 years ago
  34. 75f74f0 KVM: ppc: refactor instruction emulation into generic and core-specific pieces by Hollis Blanchard · 16 years ago
  35. c381a04 ppc: Create disassemble.h to extract instruction fields by Hollis Blanchard · 16 years ago
  36. 9dd921c KVM: ppc: Refactor powerpc.c to relocate 440-specific code by Hollis Blanchard · 16 years ago
  37. d9fbd03 KVM: ppc: combine booke_guest.c and booke_host.c by Hollis Blanchard · 16 years ago
  38. 0f55dc4 KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe" by Hollis Blanchard · 16 years ago
  39. a0d7b9f KVM: ppc: Move 440-specific TLB code into 44x_tlb.c by Hollis Blanchard · 16 years ago
  40. 79741dd [PATCH] idle cputime accounting by Martin Schwidefsky · 16 years ago
  41. 457533a [PATCH] fix scaled & unscaled cputime accounting by Martin Schwidefsky · 16 years ago
  42. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
  43. 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
  44. 33edcf1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
  45. 3c92ec8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  46. ca9153a powerpc/44x: Support 16K/64K base page sizes on 44x by Ilya Yanok · 16 years ago
  47. 6ca4f74 powerpc: Force memory size to be a multiple of PAGE_SIZE by Hollis Blanchard · 16 years ago
  48. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  49. 1db2a5c1 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  50. a39b863 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  51. 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
  52. 86c6f27 cpumask: powerpc: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumask by Rusty Russell · 16 years ago
  53. 4e20228 Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/core by Ingo Molnar · 16 years ago
  54. fc5243d [S390] arch_setup_additional_pages arguments by Martin Schwidefsky · 16 years ago
  55. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  56. f8f50b1 powerpc/32: Wire up the trampoline code for kdump by Dale Farnsworth · 16 years ago
  57. ccdcef7 powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32M by Dale Farnsworth · 16 years ago
  58. 01695a9 powerpc/32: Allow __ioremap on RAM addresses for kdump kernel by Anton Vorontsov · 16 years ago
  59. 6f29c32 powerpc/32: Setup OF properties for kdump by Dale Farnsworth · 16 years ago
  60. 7375331 powerpc/32/kdump: Implement crash_setup_regs() using ppc_save_regs() by Anton Vorontsov · 16 years ago
  61. 322b439 powerpc: Prepare xmon_save_regs for use with kdump by Anton Vorontsov · 16 years ago
  62. 5be8554 powerpc: Remove default kexec/crash_kernel ops assignments by Anton Vorontsov · 16 years ago
  63. 77733f8 powerpc: Make default kexec/crash_kernel ops implicit by Anton Vorontsov · 16 years ago
  64. 2e8e4f5 powerpc: Setup OF properties for ppc32 kexec by Dale Farnsworth · 16 years ago
  65. b906cfa powerpc/pseries: Fix cpu hotplug by Sebastien Dugue · 16 years ago
  66. fad7b9b powerpc: Fix KVM build on ppc440 by Paul Mackerras · 16 years ago
  67. def434c powerpc/cell: add QPACE as a separate Cell platform by Benjamin Krill · 16 years ago
  68. e68558d powerpc/cell: fix build breakage with CONFIG_SPUFS disabled by Arnd Bergmann · 16 years ago
  69. aec739e powerpc/mpc5200: add rts/cts handling in PSC UART driver by Wolfram Sang · 16 years ago
  70. 6b61e69 powerpc/mpc5200: Add MDMA/UDMA support to MPC5200 ATA driver by Tim Yamin · 16 years ago
  71. aaab5e8 powerpc/mpc5200: Disable bestcomm prefetching when ATA DMA enabled by Grant Likely · 16 years ago
  72. e4efe3c powerpc/mpc5200: Bestcomm fixes to ATA support by Tim Yamin · 16 years ago
  73. 6228824 powerpc/mpc5200: Bugfix on handling variable sized buffer descriptors by Grant Likely · 16 years ago
  74. dd952cb powerpc/mpc5200: Make internal 5200 PIC the default interrupt controller by Grant Likely · 16 years ago
  75. bcb73f5 powerpc/mpc5200: Document and tidy irq driver by Grant Likely · 16 years ago
  76. a149535 powerpc: Fix missing 'blr' in _tlbia() by Benjamin Herrenschmidt · 16 years ago
  77. 49e6e3f powerpc/bootwrapper: Use the child-bus #address-cells to decide which range entry to use by Scott Wood · 16 years ago
  78. e14d774 powerpc: Const-qualify Device Node Argument to DCR Resource Extent API by Grant Erickson · 16 years ago
  79. 9dce3ce powerpc/44x: 44x TLB doesn't need "Guarded" set for all pages by Benjamin Herrenschmidt · 16 years ago
  80. 64b3d0e powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED by Benjamin Herrenschmidt · 16 years ago
  81. 7752035 powerpc/mm: Runtime allocation of mmu context maps for nohash CPUs by Benjamin Herrenschmidt · 16 years ago
  82. 760ec0e powerpc/44x: No need to mask MSR:CE, ME or DE in _tlbil_va on 440 by Benjamin Herrenschmidt · 16 years ago
  83. 2a4aca11 powerpc/mm: Split low level tlb invalidate for nohash processors by Benjamin Herrenschmidt · 16 years ago
  84. f048aac powerpc/mm: Add SMP support to no-hash TLB handling by Benjamin Herrenschmidt · 16 years ago
  85. 7c03d65 powerpc/mm: Introduce MMU features by Benjamin Herrenschmidt · 16 years ago
  86. 2ca8cf7 powerpc/mm: Rework context management for CPUs with no hash table by Benjamin Herrenschmidt · 16 years ago
  87. 5e69661 powerpc/mm: Split mmu_context handling by Benjamin Herrenschmidt · 16 years ago
  88. 6d2170b powerpc/4xx: Extended DCR support v2 by Benjamin Herrenschmidt · 16 years ago
  89. fecba96 powerpc: Add reboot notifier to Collaborative Memory Manager by Brian King · 16 years ago
  90. 2218108 powerpc: Disable Collaborative Memory Manager for kdump by Brian King · 16 years ago
  91. 5d84e4b powerpc/iseries: viodasd needs to depend on CONFIG_BLOCK by Stephen Rothwell · 16 years ago
  92. 532774e powerpc: Pass a valid token to rtas_call() in phyp-dump code by Tony Breeds · 16 years ago
  93. 7a2eab0 powerpc: Protect against NULL pointer deref in phyp-dump code by Tony Breeds · 16 years ago
  94. 8168b54 powerpc: Rename struct vm_region to avoid conflict with NOMMU by David Howells · 16 years ago
  95. 13ba3c0 powerpc: Convert sysfs cache code to of_find_next_cache_node() by Nathan Lynch · 16 years ago
  96. b2ea25b powerpc: Convert cpu_to_l2cache() to of_find_next_cache_node() by Nathan Lynch · 16 years ago
  97. e523f72 powerpc: Add of_find_next_cache_node() by Nathan Lynch · 16 years ago
  98. 30cd324 Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  99. 64db4cf "Tree RCU": scalable classic RCU implementation by Paul E. McKenney · 16 years ago
  100. b9974dc Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago