1. 9b6150f powerpc/32: Enable instruction translation at the same time as data translation by Christophe Leroy · 3 years, 10 months ago
  2. 5b1c9a0 powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xx by Christophe Leroy · 3 years, 10 months ago
  3. 7aa8dd6 powerpc/32: Always enable data translation in exception prolog by Christophe Leroy · 3 years, 10 months ago
  4. 5747230 powerpc/32: Remove ksp_limit by Christophe Leroy · 3 years, 10 months ago
  5. e464d92 powerpc/32: Use fast instruction to set MSR RI in exception prolog on 8xx by Christophe Leroy · 3 years, 10 months ago
  6. 79f4bb1 powerpc/32: Handle bookE debugging in C in exception entry by Christophe Leroy · 3 years, 10 months ago
  7. f93d866 powerpc/32: Entry cpu time accounting in C by Christophe Leroy · 3 years, 10 months ago
  8. be39e10 powerpc/32: Reconcile interrupts in C by Christophe Leroy · 3 years, 10 months ago
  9. 0512aad powerpc/40x: Prepare normal exception handler for enabling MMU early by Christophe Leroy · 3 years, 10 months ago
  10. 0fc1e934 powerpc/40x: Prepare for enabling MMU in critical exception prolog by Christophe Leroy · 3 years, 10 months ago
  11. 26c4688 powerpc/40x: Reorder a few instructions in critical exception prolog by Christophe Leroy · 3 years, 10 months ago
  12. fcd4b43 powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception by Christophe Leroy · 3 years, 10 months ago
  13. 9d3c18a powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macro by Christophe Leroy · 3 years, 10 months ago
  14. 52ae92c powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlers by Christophe Leroy · 3 years, 10 months ago
  15. a58cbed powerpc/traps: Declare unrecoverable_exception() as __noreturn by Christophe Leroy · 3 years, 10 months ago
  16. 2d9f69bc cxl: don't manipulate the mm.mm_users field directly by Laurent Dufour · 3 years, 11 months ago
  17. d943bc7 powerpc/uprobes: Validation for prefixed instruction by Ravi Bangoria · 3 years, 10 months ago
  18. d3ccc97 powerpc/signal: Use __get_user() to copy sigset_t by Christopher M. Riedl · 3 years, 11 months ago
  19. 0f92433 powerpc/signal64: Rewrite rt_sigreturn() to minimise uaccess switches by Daniel Axtens · 3 years, 11 months ago
  20. 96d7a4e powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switches by Daniel Axtens · 3 years, 11 months ago
  21. 193323e powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext() by Christopher M. Riedl · 3 years, 11 months ago
  22. 7bb081c powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext() by Christopher M. Riedl · 3 years, 11 months ago
  23. 2d19630 powerpc/signal64: Remove TM ifdefery in middle of if/else block by Christopher M. Riedl · 3 years, 11 months ago
  24. 1a130b6 powerpc: Reference parameter in MSR_TM_ACTIVE() macro by Christopher M. Riedl · 3 years, 11 months ago
  25. c6c9645 powerpc/signal64: Remove non-inline calls from setup_sigcontext() by Christopher M. Riedl · 3 years, 11 months ago
  26. 609355d powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user() by Christopher M. Riedl · 3 years, 11 months ago
  27. 9466c17 powerpc/uaccess: Add unsafe_copy_from_user() by Christopher M. Riedl · 3 years, 11 months ago
  28. deb9b13 powerpc/qspinlock: Use generic smp_cond_load_relaxed by Davidlohr Bueso · 3 years, 11 months ago
  29. 66f6052 powerpc/spinlock: Unserialize spin_is_locked by Davidlohr Bueso · 3 years, 11 months ago
  30. 2bf3604 powerpc/spinlock: Define smp_mb__after_spinlock only once by Davidlohr Bueso · 3 years, 11 months ago
  31. 93c043e powerpc/ptrace: Convert gpr32_set_common() to user access block by Christophe Leroy · 3 years, 11 months ago
  32. 870779f powerpc/futex: Switch to user_access block by Christophe Leroy · 3 years, 11 months ago
  33. 164dc6c powerpc/net: Switch csum_and_copy_{to/from}_user to user_access block by Christophe Leroy · 3 years, 11 months ago
  34. e63ceeb powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.h by Christophe Leroy · 3 years, 11 months ago
  35. fd69d54 powerpc/syscalls: Use sys_old_select() in ppc_select() by Christophe Leroy · 3 years, 11 months ago
  36. 4b8cda5 powerpc/uaccess: Move copy_mc_xxx() functions down by Christophe Leroy · 3 years, 11 months ago
  37. 7472199 powerpc/uaccess: Swap clear_user() and __clear_user() by Christophe Leroy · 3 years, 11 months ago
  38. c6adc83 powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32 by Christophe Leroy · 3 years, 11 months ago
  39. 6ce56e1 powerpc/pseries: export LPAR security flavor in lparcfg by Laurent Dufour · 3 years, 11 months ago
  40. 90cbac0 powerpc: Enable KFENCE for PPC32 by Christophe Leroy · 3 years, 11 months ago
  41. 0b71b37 powerpc/ptrace: Remove duplicate check from pt_regs_check() by Denis Efremov · 3 years, 11 months ago
  42. 13b8219 powerpc/pseries: Move hvc_vio_init_early() prototype to shared location by Lee Jones · 3 years, 11 months ago
  43. 1a029e0 powerpc: Fix misspellings in tlbflush.h by Zhang Yunkai · 3 years, 11 months ago
  44. 1a0e455 powerpc: Remove duplicate includes by Zhang Yunkai · 3 years, 11 months ago
  45. 1ef1dd9 powerpc/prom: Mark identical_pvr_fixup as __init by Nathan Chancellor · 3 years, 11 months ago
  46. fbced15 powerpc/fadump: Mark fadump_calculate_reserve_size as __init by Nathan Chancellor · 3 years, 11 months ago
  47. 3a72c94 selftests/powerpc: Fix L1D flushing tests for Power10 by Russell Currey · 4 years ago
  48. 5c4a480 powerpc: Fix spelling of "droping" to "dropping" in traps.c by Bhaskar Chowdhury · 3 years, 11 months ago
  49. 4f46d57 powerpc: remove unneeded semicolon by Jiapeng Chong · 3 years, 11 months ago
  50. 9634afa powerpc/chrp: Make hydra_init() static by Geert Uytterhoeven · 4 years ago
  51. 9be77e1 powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is used by Sebastian Andrzej Siewior · 4 years ago
  52. 1e28eed Linux 5.12-rc3 by Linus Torvalds · 3 years, 10 months ago
  53. c995f12 prctl: fix PR_SET_MM_AUXV kernel stack leak by Alexey Dobriyan · 3 years, 10 months ago
  54. 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
  55. 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
  56. 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
  57. 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
  58. 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
  59. 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
  60. 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
  61. 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
  62. 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
  63. 9d0c8e7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 10 months ago
  64. 50eb842 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 10 months ago
  65. 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
  66. 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
  67. 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
  68. 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
  69. 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
  70. 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
  71. 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
  72. 2766f18 zram: fix broken page writeback by Minchan Kim · 3 years, 10 months ago
  73. 57e0076 zram: fix return value on writeback_store by Minchan Kim · 3 years, 10 months ago
  74. e1baddf mm/memcg: set memcg when splitting page by Zhou Guanghui · 3 years, 10 months ago
  75. 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
  76. 61bf318 ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign by Sergei Trofimovich · 3 years, 10 months ago
  77. 0ceb1ac ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls by Sergei Trofimovich · 3 years, 10 months ago
  78. 6ce6442 mm/userfaultfd: fix memory corruption due to writeprotect by Nadav Amit · 3 years, 10 months ago
  79. d9b571c kasan: fix KASAN_STACK dependency for HW_TAGS by Andrey Konovalov · 3 years, 10 months ago
  80. f9d79e8 kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC by Andrey Konovalov · 3 years, 10 months ago
  81. 96cfe2c mm/madvise: replace ptrace attach requirement for process_madvise by Suren Baghdasaryan · 3 years, 10 months ago
  82. 149fc78 include/linux/sched/mm.h: use rcu_dereference in in_vfork() by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  83. 0aa41ca kfence: fix reports if constant function prefixes exist by Marco Elver · 3 years, 10 months ago
  84. df3ae2c kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations by Marco Elver · 3 years, 10 months ago
  85. 702b16d kfence: fix printk format for ptrdiff_t by Marco Elver · 3 years, 10 months ago
  86. 97e49102 linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP* by Arnd Bergmann · 3 years, 10 months ago
  87. f0b15b6 MAINTAINERS: exclude uapi directories in API/ABI section by Vlastimil Babka · 3 years, 10 months ago
  88. e7850f4 binfmt_misc: fix possible deadlock in bm_register_write by Lior Ribak · 3 years, 10 months ago
  89. 184cee5 mm/highmem.c: fix zero_user_segments() with start > end by OGAWA Hirofumi · 3 years, 10 months ago
  90. 4eae4ef hugetlb: do early cow when page pinned on src mm by Peter Xu · 3 years, 10 months ago
  91. ca6eb14 mm: use is_cow_mapping() across tree where proper by Peter Xu · 3 years, 10 months ago
  92. 97a7e47 mm: introduce page_needs_cow_for_dma() for deciding whether cow by Peter Xu · 3 years, 10 months ago
  93. ca7e045 hugetlb: break earlier in add_reservation_in_range() when we can by Peter Xu · 3 years, 10 months ago
  94. 2103cf9 hugetlb: dedup the code to add a new file_region by Peter Xu · 3 years, 10 months ago
  95. 82e69a1 mm/fork: clear PASID for new mm by Fenghua Yu · 3 years, 10 months ago
  96. 0740a50 mm/page_alloc.c: refactor initialization of struct page for holes in memory layout by Mike Rapoport · 3 years, 10 months ago
  97. ea29b20 init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM by Masahiro Yamada · 3 years, 10 months ago
  98. cbf78d8 stop_machine: mark helpers __always_inline by Arnd Bergmann · 3 years, 10 months ago
  99. 34dc2ef memblock: fix section mismatch warning by Arnd Bergmann · 3 years, 10 months ago
  100. bcbcf50 kbuild: fix ld-version.sh to not be affected by locale by Masahiro Yamada · 3 years, 10 months ago