1. a5d33be powerpc/32: Return directly from power_save_ppc32_restore() by Christophe Leroy · 3 years, 10 months ago
  2. 16db543 powerpc/32: Save remaining registers in exception prolog by Christophe Leroy · 3 years, 10 months ago
  3. a305597 powerpc/32: Refactor saving of volatile registers in exception prologs by Christophe Leroy · 3 years, 10 months ago
  4. acc142b powerpc/32: Remove the xfer parameter in EXCEPTION() macro by Christophe Leroy · 3 years, 10 months ago
  5. 4c0104a powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE by Christophe Leroy · 3 years, 10 months ago
  6. 8f6ff5b powerpc/32: Only restore non volatile registers when required by Christophe Leroy · 3 years, 10 months ago
  7. bce4c26 powerpc/32: Add a prepare_transfer_to_handler macro for exception prologs by Christophe Leroy · 3 years, 10 months ago
  8. 719e7e2 powerpc/32: Save trap number on stack in exception prolog by Christophe Leroy · 3 years, 10 months ago
  9. af6f2ce8 powerpc/32: Call bad_page_fault() from do_page_fault() by Christophe Leroy · 3 years, 10 months ago
  10. e729155 powerpc/32: Set regs parameter in r3 in transfer_to_handler by Christophe Leroy · 3 years, 10 months ago
  11. db297c3 powerpc/32: Don't save thread.regs on interrupt entry by Christophe Leroy · 3 years, 10 months ago
  12. b96bae3 powerpc/32: Replace ASM exception exit by C exception exit from ppc64 by Christophe Leroy · 3 years, 10 months ago
  13. e9f9970 powerpc/32: Always save non volatile registers on exception entry by Christophe Leroy · 3 years, 10 months ago
  14. 0f2793e powerpc/32: Perform normal function call in exception entry by Christophe Leroy · 3 years, 10 months ago
  15. 32d2ca0 powerpc/32: Refactor booke critical registers saving by Christophe Leroy · 3 years, 10 months ago
  16. 8f844c0 powerpc/32: Provide a name to exception prolog continuation in virtual mode by Christophe Leroy · 3 years, 10 months ago
  17. dc13b88 powerpc/32: Move exception prolog code into .text once MMU is back on by Christophe Leroy · 3 years, 10 months ago
  18. 7bf1d7e powerpc/32: Use START_EXCEPTION() as much as possible by Christophe Leroy · 3 years, 10 months ago
  19. 5b5e5bc powerpc/32: Add vmap_stack_overflow label inside the macro by Christophe Leroy · 3 years, 10 months ago
  20. a4719f5 powerpc/32: Statically initialise first emergency context by Christophe Leroy · 3 years, 10 months ago
  21. 9b6150f powerpc/32: Enable instruction translation at the same time as data translation by Christophe Leroy · 3 years, 10 months ago
  22. 5b1c9a0 powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xx by Christophe Leroy · 3 years, 10 months ago
  23. 7aa8dd6 powerpc/32: Always enable data translation in exception prolog by Christophe Leroy · 3 years, 10 months ago
  24. 5747230 powerpc/32: Remove ksp_limit by Christophe Leroy · 3 years, 10 months ago
  25. e464d92 powerpc/32: Use fast instruction to set MSR RI in exception prolog on 8xx by Christophe Leroy · 3 years, 10 months ago
  26. 79f4bb1 powerpc/32: Handle bookE debugging in C in exception entry by Christophe Leroy · 3 years, 10 months ago
  27. f93d866 powerpc/32: Entry cpu time accounting in C by Christophe Leroy · 3 years, 10 months ago
  28. be39e10 powerpc/32: Reconcile interrupts in C by Christophe Leroy · 3 years, 10 months ago
  29. 0512aad powerpc/40x: Prepare normal exception handler for enabling MMU early by Christophe Leroy · 3 years, 10 months ago
  30. 0fc1e934 powerpc/40x: Prepare for enabling MMU in critical exception prolog by Christophe Leroy · 3 years, 10 months ago
  31. 26c4688 powerpc/40x: Reorder a few instructions in critical exception prolog by Christophe Leroy · 3 years, 10 months ago
  32. fcd4b43 powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception by Christophe Leroy · 3 years, 10 months ago
  33. 9d3c18a powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macro by Christophe Leroy · 3 years, 10 months ago
  34. 52ae92c powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlers by Christophe Leroy · 3 years, 10 months ago
  35. a58cbed powerpc/traps: Declare unrecoverable_exception() as __noreturn by Christophe Leroy · 3 years, 10 months ago
  36. 2d9f69bc cxl: don't manipulate the mm.mm_users field directly by Laurent Dufour · 3 years, 10 months ago
  37. d943bc7 powerpc/uprobes: Validation for prefixed instruction by Ravi Bangoria · 3 years, 10 months ago
  38. d3ccc97 powerpc/signal: Use __get_user() to copy sigset_t by Christopher M. Riedl · 3 years, 10 months ago
  39. 0f92433 powerpc/signal64: Rewrite rt_sigreturn() to minimise uaccess switches by Daniel Axtens · 3 years, 10 months ago
  40. 96d7a4e powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switches by Daniel Axtens · 3 years, 10 months ago
  41. 193323e powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext() by Christopher M. Riedl · 3 years, 10 months ago
  42. 7bb081c powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext() by Christopher M. Riedl · 3 years, 10 months ago
  43. 2d19630 powerpc/signal64: Remove TM ifdefery in middle of if/else block by Christopher M. Riedl · 3 years, 10 months ago
  44. 1a130b6 powerpc: Reference parameter in MSR_TM_ACTIVE() macro by Christopher M. Riedl · 3 years, 10 months ago
  45. c6c9645 powerpc/signal64: Remove non-inline calls from setup_sigcontext() by Christopher M. Riedl · 3 years, 10 months ago
  46. 609355d powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user() by Christopher M. Riedl · 3 years, 10 months ago
  47. 9466c17 powerpc/uaccess: Add unsafe_copy_from_user() by Christopher M. Riedl · 3 years, 10 months ago
  48. deb9b13 powerpc/qspinlock: Use generic smp_cond_load_relaxed by Davidlohr Bueso · 3 years, 10 months ago
  49. 66f6052 powerpc/spinlock: Unserialize spin_is_locked by Davidlohr Bueso · 3 years, 10 months ago
  50. 2bf3604 powerpc/spinlock: Define smp_mb__after_spinlock only once by Davidlohr Bueso · 3 years, 10 months ago
  51. 93c043e powerpc/ptrace: Convert gpr32_set_common() to user access block by Christophe Leroy · 3 years, 10 months ago
  52. 870779f powerpc/futex: Switch to user_access block by Christophe Leroy · 3 years, 10 months ago
  53. 164dc6c powerpc/net: Switch csum_and_copy_{to/from}_user to user_access block by Christophe Leroy · 3 years, 10 months ago
  54. e63ceeb powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.h by Christophe Leroy · 3 years, 10 months ago
  55. fd69d54 powerpc/syscalls: Use sys_old_select() in ppc_select() by Christophe Leroy · 3 years, 10 months ago
  56. 4b8cda5 powerpc/uaccess: Move copy_mc_xxx() functions down by Christophe Leroy · 3 years, 10 months ago
  57. 7472199 powerpc/uaccess: Swap clear_user() and __clear_user() by Christophe Leroy · 3 years, 10 months ago
  58. c6adc83 powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32 by Christophe Leroy · 3 years, 10 months ago
  59. 6ce56e1 powerpc/pseries: export LPAR security flavor in lparcfg by Laurent Dufour · 3 years, 10 months ago
  60. 90cbac0 powerpc: Enable KFENCE for PPC32 by Christophe Leroy · 3 years, 10 months ago
  61. 0b71b37 powerpc/ptrace: Remove duplicate check from pt_regs_check() by Denis Efremov · 3 years, 10 months ago
  62. 13b8219 powerpc/pseries: Move hvc_vio_init_early() prototype to shared location by Lee Jones · 3 years, 10 months ago
  63. 1a029e0 powerpc: Fix misspellings in tlbflush.h by Zhang Yunkai · 3 years, 10 months ago
  64. 1a0e455 powerpc: Remove duplicate includes by Zhang Yunkai · 3 years, 10 months ago
  65. 1ef1dd9 powerpc/prom: Mark identical_pvr_fixup as __init by Nathan Chancellor · 3 years, 10 months ago
  66. fbced15 powerpc/fadump: Mark fadump_calculate_reserve_size as __init by Nathan Chancellor · 3 years, 10 months ago
  67. 3a72c94 selftests/powerpc: Fix L1D flushing tests for Power10 by Russell Currey · 3 years, 11 months ago
  68. 5c4a480 powerpc: Fix spelling of "droping" to "dropping" in traps.c by Bhaskar Chowdhury · 3 years, 11 months ago
  69. 4f46d57 powerpc: remove unneeded semicolon by Jiapeng Chong · 3 years, 11 months ago
  70. 9634afa powerpc/chrp: Make hydra_init() static by Geert Uytterhoeven · 3 years, 11 months ago
  71. 9be77e1 powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is used by Sebastian Andrzej Siewior · 3 years, 11 months ago
  72. 1e28eed Linux 5.12-rc3 by Linus Torvalds · 3 years, 10 months ago
  73. c995f12 prctl: fix PR_SET_MM_AUXV kernel stack leak by Alexey Dobriyan · 3 years, 10 months ago
  74. 70404fe Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  75. 802b31c Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  76. c72cbc9 Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  77. 19469d2 Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  78. fa509ff Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  79. 75013c6 Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  80. 836d7f05 Merge tag 'efi-urgent-for-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  81. 0a7c10d Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  82. c3c7579 Merge tag 'powerpc-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 10 months ago
  83. 9d0c8e7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 10 months ago
  84. 50eb842 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 10 months ago
  85. b470ebc Merge tag 'irqchip-fixes-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 3 years, 10 months ago
  86. 88fe492 Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 10 months ago
  87. be61af3 Merge tag 'staging-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 3 years, 10 months ago
  88. cc14086 Merge tag 'tty-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 10 months ago
  89. 5c7bdbf Merge tag 'usb-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 10 months ago
  90. 4206234 Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 3 years, 10 months ago
  91. e83bad7 Merge tag 'kbuild-fixes-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 10 months ago
  92. 2766f18 zram: fix broken page writeback by Minchan Kim · 3 years, 10 months ago
  93. 57e0076 zram: fix return value on writeback_store by Minchan Kim · 3 years, 10 months ago
  94. e1baddf mm/memcg: set memcg when splitting page by Zhou Guanghui · 3 years, 10 months ago
  95. be6c898 mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_pages argument by Zhou Guanghui · 3 years, 10 months ago
  96. 61bf318 ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign by Sergei Trofimovich · 3 years, 10 months ago
  97. 0ceb1ac ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls by Sergei Trofimovich · 3 years, 10 months ago
  98. 6ce6442 mm/userfaultfd: fix memory corruption due to writeprotect by Nadav Amit · 3 years, 10 months ago
  99. d9b571c kasan: fix KASAN_STACK dependency for HW_TAGS by Andrey Konovalov · 3 years, 10 months ago
  100. f9d79e8 kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC by Andrey Konovalov · 3 years, 10 months ago