1. b92adb7 signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturn by Eric W. Biederman · 7 years ago
  2. 8b9c6b2 signal/ia64: Use the generic force_sigsegv in setup_frame by Eric W. Biederman · 7 years ago
  3. b059454 signal/arm: Use send_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  4. 3ee6a44 signal/arm: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  5. 05e792e signal/arm: Push siginfo generation into arm_notify_die by Eric W. Biederman · 7 years ago
  6. c852680 signal/arm64: Use send_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  7. f3a900b signal/arm64: Add and use arm64_force_sig_ptrace_errno_trap by Eric W. Biederman · 6 years ago
  8. 2627f03 signal/arm64: In ptrace_hbptriggered name the signal description string by Eric W. Biederman · 6 years ago
  9. 009f608 signal/arm64: Remove arm64_force_sig_info by Eric W. Biederman · 6 years ago
  10. b4d5557 signal/arm64: Add and use arm64_force_sig_mceerr as appropriate by Eric W. Biederman · 6 years ago
  11. feca355 signal/arm64: Add and use arm64_force_sig_fault where appropriate by Eric W. Biederman · 6 years ago
  12. 559d8d9 signal/arm64: Only call set_thread_esr once in do_page_fault by Eric W. Biederman · 6 years ago
  13. 2d2837f signal/arm64: Only perform one esr_to_fault_info call in do_page_fault by Eric W. Biederman · 6 years ago
  14. effb093 signal/arm64: Expand __do_user_fault and remove it by Eric W. Biederman · 6 years ago
  15. aefab2b signal/arm64: For clarity separate the 3 signal sending cases in do_page_fault by Eric W. Biederman · 6 years ago
  16. 9ea3a97 signal/arm64: Consolidate the two hwpoison cases in do_page_fault by Eric W. Biederman · 6 years ago
  17. f29ad20 signal/arm64: Factor set_thread_esr out of __do_user_fault by Eric W. Biederman · 6 years ago
  18. 1628a7c signal/arm64: Factor out arm64_show_signal from arm64_force_sig_info by Eric W. Biederman · 6 years ago
  19. 24b8f79 signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info by Eric W. Biederman · 6 years ago
  20. 6fa998e signal/arm64: Push siginfo generation into arm64_notify_die by Eric W. Biederman · 6 years ago
  21. f383d8b signal/powerpc: Use force_sig_fault where appropriate by Eric W. Biederman · 6 years ago
  22. 77c7072 signal/powerpc: Simplify _exception_pkey by using force_sig_pkuerr by Eric W. Biederman · 6 years ago
  23. 5d8fb8a signal/powerpc: Specialize _exception_pkey for handling pkey exceptions by Eric W. Biederman · 6 years ago
  24. c1c7c85 signal/powerpc: Call force_sig_fault from _exception by Eric W. Biederman · 6 years ago
  25. 2c44ce2 signal/powerpc: Factor the common exception code into exception_common by Eric W. Biederman · 6 years ago
  26. cd60ab7a signal/powerpc: Remove pkey parameter from __bad_area_nosemaphore by Eric W. Biederman · 6 years ago
  27. 8eb2ba2 signal/powerpc: Call _exception_pkey directly from bad_key_fault_exception by Eric W. Biederman · 6 years ago
  28. 9f2ee69 signal/powerpc: Remove pkey parameter from __bad_area by Eric W. Biederman · 6 years ago
  29. f654fc0 signal/powerpc: Use force_sig_mceerr as appropriate by Eric W. Biederman · 7 years ago
  30. 0a996c1 signal/x86: Use force_sig_fault where appropriate by Eric W. Biederman · 6 years ago
  31. 419ceeb signal/x86: Pass pkey by value by Eric W. Biederman · 6 years ago
  32. b4fd52f signal/x86: Replace force_sig_info_fault with force_sig_fault by Eric W. Biederman · 6 years ago
  33. 9db812d signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphore by Eric W. Biederman · 6 years ago
  34. aba1ecd signal/x86: Pass pkey not vma into __bad_area by Eric W. Biederman · 6 years ago
  35. 988bbc7b signal/x86: Don't compute pkey in __do_page_fault by Eric W. Biederman · 6 years ago
  36. 25c102d signal/x86: Remove pkey parameter from mm_fault_error by Eric W. Biederman · 6 years ago
  37. 27274f7 signal/x86: Remove the pkey parameter from do_sigbus by Eric W. Biederman · 6 years ago
  38. 768fd9c signal/x86: Remove pkey parameter from bad_area_nosemaphore by Eric W. Biederman · 6 years ago
  39. 164881b signal/x86/traps: Simplify trap generation by Eric W. Biederman · 7 years ago
  40. afe8448 signal/x86/traps: Use force_sig instead of open coding it. by Eric W. Biederman · 7 years ago
  41. 851ce9e signal/x86/traps: Use force_sig_bnderr by Eric W. Biederman · 7 years ago
  42. 79e21d6 signal/x86/traps: Move more code into do_trap_no_signal so it can be reused by Eric W. Biederman · 7 years ago
  43. 6ace109 signal/x86/traps: Factor out show_signal by Eric W. Biederman · 7 years ago
  44. 8d68fa0 signal/x86: Move mpx siginfo generation into do_bounds by Eric W. Biederman · 7 years ago
  45. 8a35eb2 signal/x86: In trace_mpx_bounds_register_exception add __user annotations by Eric W. Biederman · 7 years ago
  46. 585a8b9 signal/x86: Use send_sig_mceerr as apropriate by Eric W. Biederman · 7 years ago
  47. 40e5539 signal/x86: Move MCE error reporting out of force_sig_info_fault by Eric W. Biederman · 7 years ago
  48. 73f297a signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap by Eric W. Biederman · 7 years ago
  49. efc463a signal: Simplify tracehook_report_syscall_exit by Eric W. Biederman · 7 years ago
  50. 4a63c1ff signal: Properly deliver SIGSEGV from x86 uprobes by Eric W. Biederman · 6 years ago
  51. aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  52. d207ea8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  53. 2a8a2b7 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  54. 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  55. b326272 Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  56. 1bc2767 Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  57. 18b8bfd Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  58. aa5b105 Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  59. e1dbc5a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  60. 4def196 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  61. 7db7a8f arm64: rockchip: Force CONFIG_PM on Rockchip systems by Marc Zyngier · 6 years ago
  62. d1558df ARM: rockchip: Force CONFIG_PM on Rockchip systems by Marc Zyngier · 6 years ago
  63. e988024 arm64: dts: Fix various entry-method properties to reflect documentation by Amit Kucheria · 6 years ago
  64. 6a01228 x86/speculation/l1tf: Suggest what to do on systems with too much RAM by Vlastimil Babka · 6 years ago
  65. b0a182f x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAM by Vlastimil Babka · 6 years ago
  66. 33e1787 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  67. 8f2bc80 s390: ebcdic: convert comments to UTF-8 by Arnd Bergmann · 6 years ago
  68. 3723c63 treewide: convert ISO_8859-1 text comments to utf-8 by Arnd Bergmann · 6 years ago
  69. 3cc97be treewide: correct "differenciate" and "instanciate" typos by Finn Thain · 6 years ago
  70. d475fac arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.h by Will Deacon · 6 years ago
  71. d503ac5 kbuild: rename LDFLAGS to KBUILD_LDFLAGS by Masahiro Yamada · 6 years ago
  72. 706a1ea Merge branch 'tlb-fixes' by Linus Torvalds · 6 years ago
  73. d40acad Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  74. 0c4b0f8 Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  75. 2ab054f Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 6 years ago
  76. 2f34a64 Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  77. ee09075 Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  78. 9e259f9 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  79. 5563ae9 Merge tag 'riscv-for-linus-4.19-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  80. 48a8b97 x86/mm: Only use tlb_remove_table() for paravirt by Peter Zijlstra · 6 years ago
  81. d86564a mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE by Peter Zijlstra · 6 years ago
  82. 0f52b3a powerpc/mce: Fix SLB rebolting during MCE recovery path. by Mahesh Salgaonkar · 6 years ago
  83. 8cfbdbdc KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages by Paul Mackerras · 6 years ago
  84. f08d08f powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transition by Aneesh Kumar K.V · 6 years ago
  85. bd0dbb7 powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid. by Aneesh Kumar K.V · 6 years ago
  86. 810e9f8 powerpc/nohash: fix pte_access_permitted() by Christophe Leroy · 6 years ago
  87. 52a288c x86/mm/tlb: Revert the recent lazy TLB patches by Peter Zijlstra · 6 years ago
  88. 815f0dd include/linux/compiler*.h: make compiler-*.h mutually exclusive by Nick Desaulniers · 6 years ago
  89. 2edd73a ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_info by Tony Luck · 6 years ago
  90. 45b74a6 Merge branch 'parisc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  91. 433bcf6 Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  92. b372115 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  93. cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  94. 7290d58 module: use relative references for __ksymtab entries by Ard Biesheuvel · 6 years ago
  95. f922c4a module: allow symbol exports to be disabled by Ard Biesheuvel · 6 years ago
  96. 271ca78 arch: enable relative relocations for arm64, power and x86 by Ard Biesheuvel · 6 years ago
  97. a670468 mm: zero out the vma in vma_init() by Andrew Morton · 6 years ago
  98. 93065ac mm, oom: distinguish blockable mode for mmu notifiers by Michal Hocko · 6 years ago
  99. 0027ff2 KVM: VMX: fixes for vmentry_l1d_flush module parameter by Paolo Bonzini · 6 years ago
  100. 024d83c KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled by Thomas Gleixner · 6 years ago