1. 1ddf499 powerpc: Turn on the EBB H/FSCR bits by Michael Neuling · 12 years ago
  2. 1de2bd4 powerpc: Replace CPU_FTR_BCTAR with CPU_FTR_ARCH_207S by Michael Ellerman · 12 years ago
  3. 53b56ca powerpc: Setup BHRB instructions facility in HFSCR for POWER8 by Anshuman Khandual · 12 years ago
  4. fc2a6cf powerpc: Fix interrupt range check on debug exception by Bharat Bhushan · 12 years ago
  5. 1f6aaac powerpc: Update tlbie/tlbiel as per ISA doc by Aneesh Kumar K.V · 12 years ago
  6. 3dc4fec powerpc: Print page size info during boot by Aneesh Kumar K.V · 12 years ago
  7. d8139eb powerpc: print both base and actual page size on hash failure by Aneesh Kumar K.V · 12 years ago
  8. 7e74c39 powerpc: Fix hpte_decode to use the correct decoding for page sizes by Aneesh Kumar K.V · 12 years ago
  9. b1022fb powerpc: Decode the pte-lp-encoding bits correctly. by Aneesh Kumar K.V · 12 years ago
  10. 74f227b powerpc: Use encode avpn where we need only avpn values by Aneesh Kumar K.V · 12 years ago
  11. 5c1f6ee powerpc: Reduce PTE table memory wastage by Aneesh Kumar K.V · 12 years ago
  12. d614bb0 powerpc: Move the pte free routines from common header by Aneesh Kumar K.V · 12 years ago
  13. 419df06 powerpc: Reduce the PTE_INDEX_SIZE by Aneesh Kumar K.V · 12 years ago
  14. e2b3d20 powerpc: Switch 16GB and 16MB explicit hugepages to a different page table format by Aneesh Kumar K.V · 12 years ago
  15. cf9427b powerpc: New hugepage directory format by Aneesh Kumar K.V · 12 years ago
  16. 0e5f35d powerpc: Don't truncate pgd_index wrongly by Aneesh Kumar K.V · 12 years ago
  17. cc3665a powerpc: Don't hard code the size of pte page by Aneesh Kumar K.V · 12 years ago
  18. ce54152 powerpc: Save DAR and DSISR in pt_regs on MCE by Aneesh Kumar K.V · 12 years ago
  19. 4b8f63d powerpc: Use signed formatting when printing error by Aneesh Kumar K.V · 12 years ago
  20. 601abdc3 powerpc/pseries: Correct builds break when CONFIG_SMP not defined by Nathan Fontenot · 12 years ago
  21. 177c192 powerpc/booke: Remove obsolete macro FINISH_EXCEPTION by Kevin Hao · 12 years ago
  22. fb4696c powerpc/rtas_flash: Fix bad memory access by Vasant Hegde · 12 years ago
  23. 9f3a90e powerpc: Fix build failure after merge of the cgroup tree by Stephen Rothwell · 12 years ago
  24. d5bbe65 powerpc: Fix usage of setup_pci_atmu() by Michael Neuling · 12 years ago
  25. bc23100 Merge remote-tracking branch 'kumar/next' into next by Benjamin Herrenschmidt · 12 years ago
  26. 28bf41a Merge remote-tracking branch 'agust/next' into next by Benjamin Herrenschmidt · 12 years ago
  27. fba2369 mm: use vm_unmapped_area() on powerpc architecture by Michel Lespinasse · 12 years ago
  28. 34d0717 mm: remove free_area_cache use in powerpc architecture by Michel Lespinasse · 12 years ago
  29. 9e2ecdb powerpc/fsl-booke: add the reg prop for pci bridge device node for T4/B4 by Kevin Hao · 12 years ago
  30. 04aa99c powerpc/fsl-pci: don't unmap the PCI SoC controller registers in setup_pci_atmu by Kevin Hao · 12 years ago
  31. 9aa171f powerpc/dts: Fix the dts for p1025rdb 36bit by Zhicheng Fan · 12 years ago
  32. 3925f46 powerpc/perf: Enable branch stack sampling framework by Anshuman Khandual · 12 years ago
  33. b111355 powerpc/perf: Define BHRB generic functions, data and flags for POWER8 by Anshuman Khandual · 12 years ago
  34. 5afc9b52 powerpc/perf: Add new BHRB related generic functions, data and flags by Anshuman Khandual · 12 years ago
  35. 7376093 powerpc/perf: Add basic assembly code to read BHRB entries on POWER8 by Anshuman Khandual · 12 years ago
  36. 9521395 powerpc/perf: Add new BHRB related instructions for POWER8 by Anshuman Khandual · 12 years ago
  37. e05b9b9 powerpc/perf: Power8 PMU support by Michael Ellerman · 12 years ago
  38. 8f61aa3 powerpc/perf: Add support for SIER by Michael Ellerman · 12 years ago
  39. 860aad7 powerpc/perf: Add regs_no_sipr() by Michael Ellerman · 12 years ago
  40. 3390405 powerpc/perf: Add an accessor for regs->result by Michael Ellerman · 12 years ago
  41. 5682c46 powerpc/perf: Convert mmcra_sipr/sihv() to regs_sipr/sihv() by Michael Ellerman · 12 years ago
  42. 7a78683 powerpc/perf: Add an explict flag indicating presence of SLOT field by Michael Ellerman · 12 years ago
  43. 240686c powerpc: Initialise PMU related regs on Power8 by Michael Ellerman · 12 years ago
  44. 959c9bd powerpc/powernv: Fix invalid IOMMU table by Gavin Shan · 12 years ago
  45. 373f565 powerpc/powernv: Build DMA space for PE on PHB3 by Gavin Shan · 12 years ago
  46. 4cce955 powerpc/powernv: TCE invalidation for PHB3 by Gavin Shan · 12 years ago
  47. 137436c powerpc/powernv: Patch MSI EOI handler on P8 by Gavin Shan · 12 years ago
  48. a486bdb powerpc/powernv: Add option CONFIG_POWERNV_MSI by Gavin Shan · 12 years ago
  49. aa0c033 powerpc/powernv: Supports PHB3 by Gavin Shan · 12 years ago
  50. a485c70 powerpc: Fix "attempt to move .org backwards" error by Paul Mackerras · 12 years ago
  51. e04fa61 powerpc/pseries: Add /proc interface to control topology updates by Nathan Fontenot · 12 years ago
  52. 1b1218d powerpc/pseries: Enable PRRN handling by Nathan Fontenot · 12 years ago
  53. b7abef0 powerpc/pseries: RE-enable Virtual Processor Home Node updating by Jesse Larrew · 12 years ago
  54. 176bbf1 powerpc/pseries: Update NUMA VDSO information when updating CPU maps by Jesse Larrew · 12 years ago
  55. 30c0535 powerpc/pseries: Use stop machine to update cpu maps by Nathan Fontenot · 12 years ago
  56. 5d88aa8 powerpc/pseries: Update CPU maps when device tree is updated by Jesse Larrew · 12 years ago
  57. 8002b0c powerpc/pseries: Update numa.c to use updated firmware_has_feature() by Nathan Fontenot · 12 years ago
  58. f0ff7eb powerpc/pseries: Update firmware_has_feature() to check architecture vector 5 bits by Nathan Fontenot · 12 years ago
  59. 43c0ea6 powerpc/pseries: Use ARRAY_SIZE to iterate over firmware_features_table array by Nathan Fontenot · 12 years ago
  60. 530b5e1 powerpc/pseries: Move architecture vector definitions to prom.h by Nathan Fontenot · 12 years ago
  61. 49c68a8 powerpc/pseries: Add PRRN RTAS event handler by Jesse Larrew · 12 years ago
  62. 2e9b7b0 powerpc/pseries: Correct buffer parsing in update_dt_node() by Nathan Fontenot · 12 years ago
  63. 762ec15 powerpc/pseries: Expose pseries devicetree_update() by Nathan Fontenot · 12 years ago
  64. 3e96ca7 powerpc: Fix hardware IRQs with MMU on exceptions when HV=0 by Michael Neuling · 12 years ago
  65. 8c2a381 powerpc/power8: Fix secondary CPUs hanging on boot for HV=0 by Michael Neuling · 12 years ago
  66. 29ce3c5 powerpc: Add isync to copy_and_flush by Michael Neuling · 12 years ago
  67. 2171364 powerpc: Add HWCAP2 aux entry by Michael Neuling · 12 years ago
  68. 6263fb3 powerpc/powernv: Fix missing Kconfig dependency for MSIs by Benjamin Herrenschmidt · 12 years ago
  69. 234d15d Merge remote-tracking branch 'origin/master' into next by Benjamin Herrenschmidt · 12 years ago
  70. 6747e83 powerpc/spufs: Initialise inode->i_ino in spufs_new_inode() by Michael Ellerman · 12 years ago
  71. fd2d37c powerpc/rtas_flash: New return code to indicate FW entitlement expiry by Vasant Hegde · 12 years ago
  72. f51005d powerpc/rtas_flash: Update return token comments by Vasant Hegde · 12 years ago
  73. 51e0eaf powerpc/cell: Only iterate over online nodes in cbe_init_pm_irq() by Michael Ellerman · 12 years ago
  74. 973e2ab Merge remote-tracking branch 'mpe/master' into next by Benjamin Herrenschmidt · 12 years ago
  75. 5676005 powerpc/pseries/lparcfg: Fix possible overflow are more than 1026 by Chen Gang · 12 years ago
  76. ebd004e powerpc/pmac/smu: Use %*ph to print small buffers by Andy Shevchenko · 12 years ago
  77. 28d170a ptrace/powerpc: Don't flush_ptrace_hw_breakpoint() on fork() by Oleg Nesterov · 12 years ago
  78. fcb41a2 powerpc: Add VDSO version of time by Adhemerval Zanella · 12 years ago
  79. 60d509f Linux 3.9-rc8 by Linus Torvalds · 12 years ago
  80. 3125929 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  81. 12c71c4 Merge branch 'vm_ioremap_memory-examples' by Linus Torvalds · 12 years ago
  82. 830ac85 Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  83. db93f8b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  84. 8c3a13c Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  85. 851b3f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  86. c437d88 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  87. 83f1b4b net: fix incorrect credentials passing by Linus Torvalds · 12 years ago
  88. c0a9f45 Merge remote-tracking branch 'efi/urgent' into x86/urgent by H. Peter Anvin · 12 years ago
  89. 74c3e3f x86, microcode: Verify the family before dispatching microcode patching by H. Peter Anvin · 12 years ago
  90. c846ad9 net: rate-limit warn-bad-offload splats. by Ben Greear · 12 years ago
  91. b261c20 net: ax88796: avoid 64 bit arithmetic by Arnd Bergmann · 12 years ago
  92. e393ce5 qlge: Update version to 1.00.00.32. by Jitendra Kalsaria · 12 years ago
  93. c5e991a qlge: Fix ethtool autoneg advertising. by Jitendra Kalsaria · 12 years ago
  94. ae721f3 qlge: Fix receive path to drop error frames by Sritej Velaga · 12 years ago
  95. b79d4a8 Merge branch 'qmi_wwan' by David S. Miller · 12 years ago
  96. cc6ba5f net: qmi_wwan: prevent duplicate mac address on link (firmware bug workaround) by Bjørn Mork · 12 years ago
  97. 6483bdc net: qmi_wwan: fixup destination address (firmware bug workaround) by Bjørn Mork · 12 years ago
  98. 6ff509a net: qmi_wwan: fixup missing ethernet header (firmware bug workaround) by Bjørn Mork · 12 years ago
  99. 0cb670e Merge branch 'bonding' by David S. Miller · 12 years ago
  100. d632ce9 bonding: in bond_mc_swap() bond's mc addr list is walked without lock by nikolay@redhat.com · 12 years ago