1. d4bf905 powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACK by Christophe Leroy · 5 years ago
  2. 71c3a88 Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  3. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  4. 83fa805 Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  5. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  6. ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  7. 58b278f powerpc: Provide initial documentation for PAPR hcalls by Vaibhav Jain · 5 years ago
  8. 9933819 powerpc/32s: Fix CPU wake-up from sleep mode by Christophe Leroy · 5 years ago
  9. cd08f10 powerpc/32s: Enable CONFIG_VMAP_STACK by Christophe Leroy · 5 years ago
  10. 94dd54c powerpc/32s: Avoid crossing page boundary while changing SRR0/1. by Christophe Leroy · 5 years ago
  11. 2e15001 powerpc/32s: Reorganise DSI handler. by Christophe Leroy · 5 years ago
  12. 99b2291 powerpc/8xx: Enable CONFIG_VMAP_STACK by Christophe Leroy · 5 years ago
  13. d52668f powerpc/8xx: Move tail of alignment exception out of line by Michael Ellerman · 5 years ago
  14. afe1ec5 powerpc/8xx: Split breakpoint exception by Christophe Leroy · 5 years ago
  15. 596419a powerpc/8xx: Move DataStoreTLBMiss perf handler by Christophe Leroy · 5 years ago
  16. 9260f76 powerpc/8xx: Drop exception entries for non-existing exceptions by Christophe Leroy · 5 years ago
  17. 6edc318 powerpc/8xx: Use alternative scratch registers in DTLB miss handler by Christophe Leroy · 5 years ago
  18. 547db12 powerpc/32: Use vmapped stacks for interrupts by Christophe Leroy · 5 years ago
  19. 3978eb7 powerpc/32: Add early stack overflow detection with VMAP stack. by Christophe Leroy · 5 years ago
  20. 63289e7 powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK by Christophe Leroy · 5 years ago
  21. 0284748 powerpc/32: prepare for CONFIG_VMAP_STACK by Christophe Leroy · 5 years ago
  22. c9c84fd powerpc/32: add a macro to get and/or save DAR and DSISR on stack. by Christophe Leroy · 5 years ago
  23. 5ae8fab powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0 by Christophe Leroy · 5 years ago
  24. 1ca9db5 powerpc/32: save DEAR/DAR before calling handle_page_fault by Christophe Leroy · 5 years ago
  25. 1f1c4d0 powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.h by Christophe Leroy · 5 years ago
  26. 39bccfd powerpc/32: replace MTMSRD() by mtmsr by Christophe Leroy · 5 years ago
  27. 736bcdd powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2 by Jordan Niethe · 5 years ago
  28. def0bfd powerpc: use probe_user_read() and probe_user_write() by Christophe Leroy · 5 years ago
  29. 3ab3f3c powerpc/pci: Fold pcibios_setup_device() into pcibios_bus_add_device() by Oliver O'Halloran · 5 years ago
  30. 4e0942c powerpc/eeh: Only dump stack once if an MMIO loop is detected by Oliver O'Halloran · 5 years ago
  31. a4af49f powerpc/pcidn: Warn when sriov pci_dn management is used incorrectly by Oliver O'Halloran · 5 years ago
  32. 8cd6aac powerpc/pcidn: Make VF pci_dn management CONFIG_PCI_IOV specific by Oliver O'Halloran · 5 years ago
  33. 1fb4124 powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOV by Oliver O'Halloran · 5 years ago
  34. 3489cdc powerpc/eeh_sysfs: Make clearing EEH_DEV_SYSFS saner by Oliver O'Halloran · 6 years ago
  35. 758b423 powerpc/eeh_sysfs: Remove double pci_dn lookup. by Oliver O'Halloran · 6 years ago
  36. 4107248 powerpc/eeh_sysfs: ifdef pseries sr-iov sysfs properties by Oliver O'Halloran · 6 years ago
  37. 89f5183 powerpc/eeh_sysfs: Fix incorrect comment by Oliver O'Halloran · 6 years ago
  38. b1268f4 powerpc/eeh_cache: Don't use pci_dn when inserting new ranges by Oliver O'Halloran · 6 years ago
  39. bfc2eae powerpc/vdso32: miscellaneous optimisations by Christophe Leroy · 5 years ago
  40. e33ffc9 powerpc/vdso32: implement clock_getres entirely by Christophe Leroy · 5 years ago
  41. 6e2f9e9 powerpc/vdso32: use LOAD_REG_IMMEDIATE() by Christophe Leroy · 5 years ago
  42. 2c29eef powerpc/vdso32: Don't read cache line size from the datapage on PPC32. by Christophe Leroy · 5 years ago
  43. ec0895f0 powerpc/vdso32: inline __get_datapage() by Christophe Leroy · 5 years ago
  44. 654abc6 powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE by Christophe Leroy · 5 years ago
  45. 902137b powerpc/32: Add VDSO version of getcpu on non SMP by Christophe Leroy · 5 years ago
  46. 39413ae powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size. by Christophe Leroy · 5 years ago
  47. fddb5d4 open: introduce openat2(2) syscall by Aleksa Sarai · 5 years ago
  48. ed0bc98 powerpc/64s: Reimplement power4_idle code in C by Nicholas Piggin · 6 years ago
  49. 4c82266 arch/powerpc/setup: Drop dummy_con initialization by Arvind Sankar · 5 years ago
  50. 9a2cef0 arch: wire up pidfd_getfd syscall by Sargun Dhillon · 5 years ago
  51. 1c7f4fe powerpc/pci: Remove pcibios_setup_bus_devices() by Oliver O'Halloran · 5 years ago
  52. 30d87ef powerpc/pci: Fix pcibios_setup_device() ordering by Shawn Anastasio · 5 years ago
  53. 3b5b999 powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE number by Oliver O'Halloran · 5 years ago
  54. 5290ae2 powerpc/64: Use {SAVE,REST}_NVGPRS macros by Jordan Niethe · 5 years ago
  55. 1e5f8a3 Merge tag 'v5.5-rc3' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
  56. 749e412 Merge 5.5-rc3 into tty-next by Greg Kroah-Hartman · 5 years ago
  57. d68fefd tty/serial: Migrate 8250_fsl to use has_sysrq by Dmitry Safonov · 5 years ago
  58. 099bc48 powerpc/irq: fix stack overflow verification by Christophe Leroy · 5 years ago
  59. fdc5569e sched/rt, powerpc: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  60. 5522634 powerpc: Fix vDSO clock_getres() by Vincenzo Frascino · 5 years ago
  61. 71eb40f powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKE by Christophe Leroy · 5 years ago
  62. ceb3074 Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  63. 7794b1d Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  64. 80eb5fe Merge tag 'powerpc-spectre-rsb' of powerpc-CVE-2019-18660.bundle by Linus Torvalds · 5 years ago
  65. 77a0594 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  66. 1d87200 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  67. 8dcd71b powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmp by Nathan Chancellor · 5 years ago
  68. 1c11ca7 y2038: fix typo in powerpc vdso "LOPART" by Arnd Bergmann · 5 years ago
  69. 793b08e powerpc/kexec: Move kexec files into a dedicated subdir. by Christophe Leroy · 5 years ago
  70. 9f7bd92 powerpc/32: Split kexec low level code out of misc_32.S by Christophe Leroy · 5 years ago
  71. 265c349 powerpc: Add support for GENERIC_EARLY_IOREMAP by Christophe Leroy · 5 years ago
  72. 98ba8e8 Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 5 years ago
  73. 3a0990c powerpc/booke: Spelling s/date/data/ by Geert Uytterhoeven · 5 years ago
  74. 75d319c y2038: syscalls: change remaining timeval to __kernel_old_timeval by Arnd Bergmann · 5 years ago
  75. 176ed98 y2038: vdso: powerpc: avoid timespec references by Arnd Bergmann · 5 years ago
  76. ddccf40 y2038: vdso: change timeval to __kernel_old_timeval by Arnd Bergmann · 7 years ago
  77. 3df1911 Merge branch 'topic/kaslr-book3e32' into next by Michael Ellerman · 5 years ago
  78. af2e8c6 KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel by Michael Ellerman · 5 years ago
  79. 39e72bf powerpc/book3s64: Fix link stack flush on context switch by Michael Ellerman · 5 years ago
  80. 74277f0 powerpc/fsl_booke/kaslr: export offset in VMCOREINFO ELF notes by Jason Yan · 5 years ago
  81. 921a79b powerpc/fsl_booke/kaslr: dump out kernel offset information on panic by Jason Yan · 5 years ago
  82. 2b0e86cc powerpc/fsl_booke/32: implement KASLR infrastructure by Jason Yan · 5 years ago
  83. c061b38 powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper by Jason Yan · 5 years ago
  84. aa1d209 powerpc/fsl_booke/32: introduce create_kaslr_tlb_entry() helper by Jason Yan · 5 years ago
  85. 8054df0 powerpc: unify definition of M_IF_NEEDED by Jason Yan · 5 years ago
  86. 565f9bc powerpc/fadump: when fadump is supported register the fadump sysfs files. by Michal Suchanek · 5 years ago
  87. de84ffc powerpc/eeh: differentiate duplicate detection message by Sam Bobroff · 5 years ago
  88. 1db550f powerpc/64s/exception: Fix kaup -> kuap typo by Andrew Donnellan · 5 years ago
  89. bbbd7f1 powerpc: Replace GPL boilerplate with SPDX identifiers by Thomas Huth · 5 years ago
  90. d7e02f7b powerpc/book3s/mm: Update Oops message to print the correct translation in use by Aneesh Kumar K.V · 6 years ago
  91. 090d5ab powerpc/64s: Fix debugfs_simple_attr.cocci warnings by YueHaibing · 6 years ago
  92. 27985b2 powerpc/watchpoint: Don't ignore extraneous exceptions blindly by Ravi Bangoria · 5 years ago
  93. c3f68b0 powerpc/watchpoint: Fix ptrace code that muck around with address/len by Ravi Bangoria · 5 years ago
  94. b57aeab powerpc/watchpoint: Fix length calculation for unaligned target by Ravi Bangoria · 5 years ago
  95. b811be6 powerpc/watchpoint: Introduce macros for watchpoint length by Ravi Bangoria · 5 years ago
  96. 4e706af powerpc/security: Fix wrong message when RFI Flush is disable by Gustavo L. F. Walbon · 6 years ago
  97. 0a87ccd powerpc/pseries: Enable support for ibm,drc-info property by Tyrel Datwyler · 5 years ago
  98. d34a570 Merge branch 'topic/secureboot' into next by Michael Ellerman · 5 years ago
  99. bd5d9c7 powerpc: expose secure variables to userspace via sysfs by Nayna Jain · 5 years ago
  100. 9155e23 powerpc/powernv: Add OPAL API interface to access secure variable by Nayna Jain · 5 years ago