1. ebd3119 powerpc/mm: Add devmap support for ppc64 by Oliver O'Halloran · 8 years ago
  2. b584c25 powerpc/vmemmap: Add altmap support by Oliver O'Halloran · 8 years ago
  3. d7d9b61 powerpc/vmemmap: Reshuffle vmemmap_free() by Oliver O'Halloran · 8 years ago
  4. 7a849a6 powerpc/hugetlbfs: Export HPAGE_SHIFT by Oliver O'Halloran · 8 years ago
  5. 4e287e6 powerpc: use spin loop primitives in some functions by Nicholas Piggin · 8 years ago
  6. ede8e2b powerpc/64: implement spin loop primitives by Nicholas Piggin · 8 years ago
  7. 4d0d7c0 powerpc/powernv/idle: Clear r12 on wakeup from stop lite by Akshay Adiga · 8 years ago
  8. 39e4675 powerpc/mm: Add comments on vmemmap physical mapping by Anshuman Khandual · 8 years ago
  9. b0f36c1 powerpc/mm: Add comments to the vmemmap layout by Anshuman Khandual · 8 years ago
  10. c642af9 powerpc/smp: Convert NR_CPUS to nr_cpu_ids by Santosh Sivaraj · 8 years ago
  11. f8d0d5d powerpc/smp: Do not BUG_ON if invalid CPU during kick by Santosh Sivaraj · 8 years ago
  12. adeb866 powerpc/44x: Add generic compatible string for I2C EEPROM by Javier Martinez Canillas · 8 years ago
  13. 8d0590c powerpc/83xx: Add generic compatible string for I2C EEPROM by Javier Martinez Canillas · 8 years ago
  14. 9b40916 powerpc/512x: Add generic compatible string for I2C EEPROM by Javier Martinez Canillas · 8 years ago
  15. 226b939 powerpc/fsl: Add generic compatible string for I2C EEPROM by Javier Martinez Canillas · 8 years ago
  16. fd39318 powerpc/5200: Add generic compatible string for I2C EEPROM by Javier Martinez Canillas · 8 years ago
  17. 68fa647 powerpc/fadump: add reschedule point while releasing memory by Hari Bathini · 8 years ago
  18. a5a05b9 powerpc/fadump: provide a helpful error message by Hari Bathini · 8 years ago
  19. eae0dfc powerpc/fadump: avoid holes in boot memory area when fadump is registered by Hari Bathini · 8 years ago
  20. a77af552 powerpc/fadump: avoid duplicates in crash memory ranges by Hari Bathini · 8 years ago
  21. 24bedcb powerpc/perf: Fix branch event code for power9 by Madhavan Srinivasan · 8 years ago
  22. 89d8bb1 powerpc/xive: Silence message about VP block allocation by Benjamin Herrenschmidt · 8 years ago
  23. ba6d334 powerpc/64s: Invalidate ERAT on powersave wakeup for POWER9 by Benjamin Herrenschmidt · 8 years ago
  24. 74e27c6 powerpc: Only do ERAT invalidate on radix context switch on P9 DD1 by Benjamin Herrenschmidt · 8 years ago
  25. 8e3f1b1 powerpc/powernv/pci: Enable 64-bit devices to access >4GB DMA space by Russell Currey · 8 years ago
  26. a0f9862 powerpc/powernv/pci: Add helper to check if a PE has a single vendor by Russell Currey · 8 years ago
  27. a4b48ba powerpc/powernv/pci: Add support for PHB4 diagnostics by Russell Currey · 8 years ago
  28. 5cb1f8f powerpc/powernv/pci: Dynamically allocate PHB diag data by Russell Currey · 8 years ago
  29. 31bbd45 powerpc/powernv/pci: Reduce spam when dumping PEST by Russell Currey · 8 years ago
  30. 2bafb7f powerpc/tm: Fix comment by Michael Neuling · 8 years ago
  31. aa9a951 powerpc: Fix asm offsets to point to actual FP and VMX regs by Michael Neuling · 8 years ago
  32. 64ebb9a powerpc: Fix /proc/cpuinfo revision for POWER9 DD2 by Michael Neuling · 8 years ago
  33. 0428491 powerpc/mm: Trace tlbie(l) instructions by Balbir Singh · 8 years ago
  34. d4cfb11 powerpc: Convert VDSO update function to use new update_vsyscall interface by Paul Mackerras · 8 years ago
  35. 6b847d7 powerpc/time: Fix tracing in time.c by Santosh Sivaraj · 8 years ago
  36. fd88b94 powerpc/64s: Rename slb_allocate_realmode() to slb_allocate() by Michael Ellerman · 8 years ago
  37. 442b6e8 powerpc/64s: Rename slb_miss_realmode() to slb_miss_common() by Michael Ellerman · 8 years ago
  38. b102063 powerpc/64s: Use BRANCH_TO_COMMON() for slb_miss_realmode by Michael Ellerman · 8 years ago
  39. 8568f1e0 powerpc/64s/paca: EX_CTR is not used with RELOCATABLE=n, remove it by Nicholas Piggin · 8 years ago
  40. 635942a powerpc/64s/paca: EX_R3 can be merged with EX_DAR by Nicholas Piggin · 8 years ago
  41. dbeea1d powerpc/64s/paca: EX_LR can be merged with EX_DAR by Nicholas Piggin · 8 years ago
  42. 36670fc powerpc/64s/paca: EX_SRR0 is unused, remove it by Nicholas Piggin · 8 years ago
  43. 8c38851 powerpc/64s: Add EX_SIZE definition for paca exception save areas by Nicholas Piggin · 8 years ago
  44. 4d7cd3b powerpc/64s: Avoid r3 save/restore in SLB miss handler by Nicholas Piggin · 8 years ago
  45. fe5482c powerpc/64s: SLB miss already has CTR saved for relocatable kernel by Nicholas Piggin · 8 years ago
  46. 7c28f04 powerpc/64s: Avoid saving faulting address into EX_DAR in SLB miss by Nicholas Piggin · 8 years ago
  47. d59afff powerpc/64s: Preserve r3 in slb_allocate_realmode() by Nicholas Piggin · 8 years ago
  48. 40d2434 powerpc/64s/idle: Run latch switch is done with MSR[EE]=0 by Nicholas Piggin · 8 years ago
  49. 95acdc0 powerpc/64s/idle: Predict HMI wakeup as unlikely by Nicholas Piggin · 8 years ago
  50. 9d29250 powerpc/64s/idle: Avoid SRR usage in idle sleep/wake paths by Nicholas Piggin · 8 years ago
  51. b51351e powerpc/64s/idle: Branch to handler with virtual mode offset by Nicholas Piggin · 8 years ago
  52. b48bbb8 powerpc/64s: Don't unbalance the return branch predictor in __replay_interrupt() by Nicholas Piggin · 8 years ago
  53. a9af97a powerpc/64s: msgclr when handling doorbell exceptions from system reset by Nicholas Piggin · 8 years ago
  54. 771d430 powerpc/64s/idle: Process interrupts from system reset wakeup by Nicholas Piggin · 8 years ago
  55. 2525db0 powerpc/powernv: Simplify lazy IRQ handling in CPU offline by Nicholas Piggin · 8 years ago
  56. 2201f99 powerpc/64s/idle: Move soft interrupt mask logic into C code by Nicholas Piggin · 8 years ago
  57. 07d2a62 powerpc/64s: Avoid cpabort in context switch when possible by Nicholas Piggin · 8 years ago
  58. 9145eff powerpc/64: Drop explicit hwsync in context switch by Nicholas Piggin · 8 years ago
  59. 837e72f powerpc/64: Drop reservation-clearing ldarx in context switch by Nicholas Piggin · 8 years ago
  60. e4c0fc5 powerpc/64s: Leave interrupts hard enabled in context switch for radix by Nicholas Piggin · 8 years ago
  61. bc4f65e powerpc/64: Avoid restore_math call if possible in syscall exit by Nicholas Piggin · 8 years ago
  62. acd7d8c powerpc/64s: Optimize hypercall/syscall entry by Nicholas Piggin · 8 years ago
  63. 9abcc98 powerpc/mm/radix: Only add X for pages overlapping kernel text by Michael Ellerman · 8 years ago
  64. 0edc2ca Revert "powerpc: Handle simultaneous interrupts at once" by Michael Ellerman · 8 years ago
  65. 90df4bf powerpc/64s: Machine check handle ifetch from foreign real address for POWER9 by Nicholas Piggin · 8 years ago
  66. 4386c09 powerpc/mm: Rename map_page() to map_kernel_page() on 32-bit by Christophe Leroy · 8 years ago
  67. d248564 powerpc/mm/hugetlb: Add support for page accounting by Balbir Singh · 8 years ago
  68. abd667b powerpc/mm/book(e)(3s)/32: Add page table accounting by Balbir Singh · 8 years ago
  69. de3b876 powerpc/mm/book(e)(3s)/64: Add page table accounting by Balbir Singh · 8 years ago
  70. c5cee64 powerpc/mm/hash: Do a local flush if possible when no batch is active by Balbir Singh · 8 years ago
  71. b802ab4 powerpc: Fix some spelling mistakes by Colin Ian King · 8 years ago
  72. f718d42 powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_altivec() by Matt Brown · 8 years ago
  73. 48a316e powerpc/fadump: Set an upper limit for boot memory size by Hari Bathini · 8 years ago
  74. e7467dc powerpc/fadump: Update comment about offset where fadump is reserved by Hari Bathini · 8 years ago
  75. 81d9eca powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is used by Hari Bathini · 8 years ago
  76. 98b8cd7 powerpc/fadump: Return error when fadump registration fails by Michal Suchanek · 8 years ago
  77. f782ddf powerpc: Remove __ilog2()s and use generic ones by Christophe Leroy · 8 years ago
  78. 22ef33b powerpc: Replace ffz() by equivalent generic function by Christophe Leroy · 8 years ago
  79. 2fcff79 powerpc: Use builtin functions for fls()/__fls()/fls64() by Christophe Leroy · 8 years ago
  80. f83647d powerpc: Discard ffs()/__ffs() function and use builtin functions instead by Christophe Leroy · 8 years ago
  81. 45cb08f powerpc: Handle simultaneous interrupts at once by Christophe Leroy · 8 years ago
  82. 3c29b60 powerpc/8xx: fix mpc8xx_get_irq() return on no irq by Christophe Leroy · 8 years ago
  83. 362957c powerpc/40x: Clear MSR_DR in one insn instead of two by Christophe Leroy · 8 years ago
  84. 92aa2fe powerpc/mm: The 8xx doesn't call do_page_fault() for breakpoints by Christophe Leroy · 8 years ago
  85. da929f6 powerpc/mm: Evaluate user_mode(regs) only once in do_page_fault() by Christophe Leroy · 8 years ago
  86. 97a011e powerpc/mm: Remove a redundant test in do_page_fault() by Christophe Leroy · 8 years ago
  87. e8de85c powerpc/mm: Only call store_updates_sp() on stores in do_page_fault() by Christophe Leroy · 8 years ago
  88. 9affa9e powerpc/mm: Remove __this_fixmap_does_not_exist() by Christophe Leroy · 8 years ago
  89. e63739b powerpc/mm/ptdump: Dump the first entry of the linear mapping as well by Balbir Singh · 8 years ago
  90. 83a092c powerpc: Link warning for orphan sections by Nicholas Piggin · 8 years ago
  91. c494ade powerpc/64: Tool to check head sections location sanity by Nicholas Piggin · 8 years ago
  92. 951eede powerpc/64: Handle linker stubs in low .text code by Nicholas Piggin · 8 years ago
  93. 4ea8065 powerpc/64s: Tool to flag direct branches from unrelocated interrupt vectors by Nicholas Piggin · 8 years ago
  94. efe0160 powerpc/64: Linker on-demand sfpr functions for modules by Nicholas Piggin · 8 years ago
  95. cde9f2f powerpc/64: Do not create new section for save/restore functions by Nicholas Piggin · 8 years ago
  96. 7c868b6 powerpc/64: Do not link crtsaveres.o in boot by Nicholas Piggin · 8 years ago
  97. baa25b5 powerpc/64: Do not link crtsavres.o in vmlinux by Nicholas Piggin · 8 years ago
  98. e8c6882 powerpc/64: Place sfpr section explicitly with the linker script by Nicholas Piggin · 8 years ago
  99. 308d263 powerpc: Use uapi/asm-generic/sockios.h by Stephen Rothwell · 8 years ago
  100. b87901e powerpc: Use the asm-generic versions of some uapi includes by Stephen Rothwell · 8 years ago