1. dcda287 powerpc/mm: Simplify hpte_decode by Aneesh Kumar K.V · 12 years ago
  2. f6412b7 powerpc/mm: Use hpt_va to compute virtual address by Aneesh Kumar K.V · 12 years ago
  3. f038392 powerpc/mm: Replace open coded CONTEXT_BITS value by Aneesh Kumar K.V · 12 years ago
  4. f3d34445 powerpc/mm: Fix typo in PTRS_PER_PUD by Scott Wood · 12 years ago
  5. b92a66a powerpc: Add denormalisation exception handling for POWER6/7 by Michael Neuling · 12 years ago
  6. eda485f Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into next by Benjamin Herrenschmidt · 12 years ago
  7. 9a5d5bd Merge commit 'v3.6-rc5' into pci/gavin-window-alignment by Bjorn Helgaas · 12 years ago
  8. 271fd03 powerpc/powernv: I/O and memory alignment for P2P bridges by Gavin Shan · 12 years ago
  9. 4c2245b powerpc/PCI: Override pcibios_window_alignment() by Gavin Shan · 12 years ago
  10. c121504 PCI: Refactor pbus_size_mem() by Gavin Shan · 12 years ago
  11. 462d930 PCI: Align P2P windows using pcibios_window_alignment() by Gavin Shan · 12 years ago
  12. ac5ad93 PCI: Add weak pcibios_window_alignment() interface by Gavin Shan · 12 years ago
  13. 6b5e722 powerpc/mm: Match variable types to API by Joe MacDonald · 12 years ago
  14. 11f63d3 powerpc/iommu: Add ppc_md.tce_get() callback for use by VFIO by Alexey Kardashevskiy · 12 years ago
  15. 4715fed powerpc: cleanup old DABRX #defines by Michael Neuling · 12 years ago
  16. cd14457 powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisor by Michael Neuling · 12 years ago
  17. 4474ef0 powerpc: Rework set_dabr so it can take a DABRX value as well by Michael Neuling · 12 years ago
  18. 3ab96a0 powerpc/eeh: Cleanup on EEH PCI address cache by Gavin Shan · 12 years ago
  19. f8f7d63 powerpc/eeh: Trace eeh device from I/O cache by Gavin Shan · 12 years ago
  20. d7bb886 powerpc/eeh: Probe mode support by Gavin Shan · 12 years ago
  21. dbbceee powerpc/eeh: Move stats to PE by Gavin Shan · 12 years ago
  22. 9b3c76f powerpc/eeh: Handle EEH error based on PE by Gavin Shan · 12 years ago
  23. 120dc49 powerpc/eeh: Make EEH handler PE sensitive by Gavin Shan · 12 years ago
  24. c270a24 powerpc/eeh: Do reset based on PE by Gavin Shan · 12 years ago
  25. ff47796 powerpc/eeh: I/O enable and log retrival based on PE by Gavin Shan · 12 years ago
  26. 9e6d2cf powerpc/eeh: Device bars restore based on PE by Gavin Shan · 12 years ago
  27. 371a395 powerpc/eeh: Make EEH operations based on PE by Gavin Shan · 12 years ago
  28. 66523d9 powerpc/eeh: Trace error based on PE from beginning by Gavin Shan · 12 years ago
  29. 5b66352 powerpc/eeh: Trace EEH state based on PE by Gavin Shan · 12 years ago
  30. c533b46 powerpc/eeh: Build EEH event based on PE by Gavin Shan · 12 years ago
  31. 82e8882 powerpc/eeh: Remove PE at appropriate time by Gavin Shan · 12 years ago
  32. 9b84348 powerpc/eeh: Create PEs duing EEH initialization by Gavin Shan · 12 years ago
  33. 22f4ab1 powerpc/eeh: Search PE based on requirement by Gavin Shan · 12 years ago
  34. 55037d1 powerpc/eeh: Create PEs for PHBs by Gavin Shan · 12 years ago
  35. 646a849 powerpc/eeh: Introduce global mutex by Gavin Shan · 12 years ago
  36. 968f968 powerpc/eeh: Introduce eeh_pe struct by Gavin Shan · 12 years ago
  37. 3ea1ae9 powerpc/eeh: More logs for EEH initialization by Gavin Shan · 12 years ago
  38. 7e4bbaf powerpc/eeh: Use slab to allocate eeh devices by Gavin Shan · 12 years ago
  39. 35e5cfe powerpc/eeh: Move EEH initialization around by Gavin Shan · 12 years ago
  40. 407821a powerpc: Initialise paca.data_offset with poison by Michael Ellerman · 12 years ago
  41. 55d512e Linux 3.6-rc5 by Linus Torvalds · 12 years ago
  42. 32d687c Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  43. 11be4bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  44. 5b6e7f1 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  45. aad932e HID: tpkbd: work even if the new Lenovo Keyboard driver is not configured by Andres Freund · 12 years ago
  46. 06c8876 powerpc: Use the XDABR hcall by Michael Neuling · 12 years ago
  47. 3f4693e powerpc: Use consistent name info for arch_hw_breakpoint by Michael Neuling · 12 years ago
  48. ab046a9 powerpc: Pack arch_hw_breakpoint to avoid holes in struct by Michael Neuling · 12 years ago
  49. 4bc77a5 powerpc: Export memory limit via device tree by Suzuki Poulose · 12 years ago
  50. a84fcd4 powerpc: Change memory_limit from phys_addr_t to unsigned long long by Suzuki Poulose · 12 years ago
  51. 0090e02 powerpc: Fix build dependencies for c files requiring libfdt.h by Matthew McClintock · 12 years ago
  52. adbf115 powerpc/oprofile: Fix marked events support on Power7+ not set. by Carl E. Love · 12 years ago
  53. 22d8ce8 powerpc: Define Power7+ PV constant PV_POWER7p by sukadev@linux.vnet.ibm.com · 12 years ago
  54. 752f521 powerpc/pseries: Round up MSI-X requests by Anton Blanchard · 12 years ago
  55. cf1a4cf powerpc/pci: Save P2P bridge resource if possible by Gavin Shan · 12 years ago
  56. bf71d0e Merge tag 'stable/for-linus-3.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  57. f8b9cf0 Merge tag '3.6-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  58. fff34b3 Merge branch 'merge' into next by Benjamin Herrenschmidt · 12 years ago
  59. 28e1e58 powerpc/kprobes: Rename opcode_t in probes.h to ppc_opcode_t by Ananth N Mavinakayanahalli · 12 years ago
  60. 0127262 powerpc: Restore VDSO information on critical exception om BookE by Mihai Caraman · 12 years ago
  61. eeea3ac Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  62. c7c6bf1 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  63. bd12ce8 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  64. 80de7c3 Remove user-triggerable BUG from mpol_to_str by Dave Jones · 12 years ago
  65. 80ba77d xen/pciback: Fix proper FLR steps. by Konrad Rzeszutek Wilk · 12 years ago
  66. 0809095 Merge tag 'mmc-fixes-for-3.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 12 years ago
  67. bc6c836 uml: fix compile error in deliver_alarm() by Miklos Szeredi · 12 years ago
  68. 8a55ade dj: memory scribble in logi_dj by Alan Cox · 12 years ago
  69. cb4f9a2 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  70. 813e643 Merge tag 'gpio-fixes-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 12 years ago
  71. 5e682c0 Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  72. 6d1a050 Merge tag 'fbdev-fixes-for-3.6-1' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  73. 50234c5 Merge tag 'upstream-3.6-rc5' of git://git.infradead.org/linux-ubi by Linus Torvalds · 12 years ago
  74. ed6fe9d Fix order of arguments to compat_put_time[spec|val] by Mikulas Patocka · 12 years ago
  75. b5031ed xen: Use correct masking in xen_swiotlb_alloc_coherent. by Ronny Hegewald · 12 years ago
  76. ce7184b xen: fix logical error in tlb flushing by Alex Shi · 12 years ago
  77. 593d0a3 Merge commit '4cb38750d49010ae72e718d46605ac9ba5a851b4' into stable/for-linus-3.6 by Konrad Rzeszutek Wilk · 12 years ago
  78. 50e9004 xen/p2m: Fix one-off error in checking the P2M tree directory. by Konrad Rzeszutek Wilk · 12 years ago
  79. 636802e powerpc: Don't use __put_user() in patch_instruction by Benjamin Herrenschmidt · 12 years ago
  80. 9fb1b36 powerpc: Make sure IPI handlers see data written by IPI senders by Paul Mackerras · 12 years ago
  81. 7143328 powerpc: Restore correct DSCR in context switch by Anton Blanchard · 12 years ago
  82. 1021cb2 powerpc: Fix DSCR inheritance in copy_thread() by Anton Blanchard · 12 years ago
  83. 00ca0de powerpc: Keep thread.dscr and thread.dscr_inherit in sync by Anton Blanchard · 12 years ago
  84. 1b6ca2a powerpc: Update DSCR on all CPUs when writing sysfs dscr_default by Anton Blanchard · 12 years ago
  85. 375f561 powerpc/powernv: Always go into nap mode when CPU is offline by Paul Mackerras · 12 years ago
  86. dabe859 powerpc: Give hypervisor decrementer interrupts their own handler by Paul Mackerras · 12 years ago
  87. 79c5fce powerpc/vphn: Fix arch_update_cpu_topology() return value by Jesse Larrew · 12 years ago
  88. 8b64a9d powerpc/booke64: Use SPRG0/3 scratch for bolted TLB miss & crit int by Mihai Caraman · 12 years ago
  89. 79b5c8d powerpc/booke64: Eemove mfspr srr1 duplicate in exception prolog by Mihai Caraman · 12 years ago
  90. fecff0f powerpc/booke64: Add DO_KVM kernel hooks by Mihai Caraman · 12 years ago
  91. 5473eb1 powerpc/booke64: Use GSRR registers in Guest Doorbell interrupts by Mihai Caraman · 12 years ago
  92. a131075 powerpc/booke64: Fix machine check handler to use the right prolog by Mihai Caraman · 12 years ago
  93. 8b7b80b powerpc: Uprobes port to powerpc by Ananth N Mavinakayanahalli · 12 years ago
  94. 41ab526 powerpc: Add trap_nr to thread_struct by Ananth N Mavinakayanahalli · 12 years ago
  95. 7118e7e powerpc: Consolidate {k,u}probe definitions by Ananth N Mavinakayanahalli · 12 years ago
  96. d3dbeef powerpc: Rename 64-bit PVR constants to PVR_foo by Michael Ellerman · 12 years ago
  97. d1cfc0c hvc_vio: Improve registration of udbg backend by Benjamin Herrenschmidt · 12 years ago
  98. 92057a4 hvc_console: Better kernel console support by Benjamin Herrenschmidt · 12 years ago
  99. baa436b powerpc: Remove <asm/abs_addr.h> by Michael Ellerman · 12 years ago
  100. beacc6d powerpc: Remove all includes of <asm/abs_addr.h> by Michael Ellerman · 12 years ago