1. 99a3fb8 x86/entry: Convert Segment not present exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  2. 97b3d29 x86/entry: Convert Invalid TSS exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  3. aabfe53 x86/idtentry: Provide IDTENTRY_ERRORCODE by Thomas Gleixner · 4 years, 11 months ago
  4. f95658f x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  5. 866ae2c x86/entry: Convert Device not available exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  6. 49893c5 x86/entry: Convert Invalid Opcode exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  7. 58d9c81 x86/entry: Convert Bounds exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  8. 4b6b911 x86/entry: Convert Overflow exception to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  9. 9d06c40 x86/entry: Convert Divide Error to IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  10. 218e31b x86/traps: Prepare for using DEFINE_IDTENTRY by Thomas Gleixner · 4 years, 11 months ago
  11. 0ba50e8 x86/entry/common: Provide idtentry_enter/exit() by Thomas Gleixner · 4 years, 10 months ago
  12. 53aaf26 x86/idtentry: Provide macros to define/declare IDT entry points by Thomas Gleixner · 4 years, 11 months ago
  13. 6040067 x86/entry/32: Provide macro to emit IDT entry stubs by Thomas Gleixner · 4 years, 11 months ago
  14. 424c7d0 x86/entry/64: Provide sane error entry/exit by Thomas Gleixner · 4 years, 10 months ago
  15. cfa82a0 x86/entry: Distangle idtentry by Thomas Gleixner · 4 years, 11 months ago
  16. 67f1386 x86/entry/64: Reorder idtentries by Thomas Gleixner · 4 years, 11 months ago
  17. 877f183 x86/traps: Split trap numbers out in a separate header by Thomas Gleixner · 4 years, 11 months ago
  18. ca4c6a9 x86/traps: Make interrupt enable/disable symmetric in C code by Thomas Gleixner · 5 years ago
  19. c931720 x86/entry/64: Use native swapgs in asm_load_gs_index() by Thomas Gleixner · 4 years, 8 months ago
  20. 410367e x86/entry: Disable interrupts for native_load_gs_index() in C code by Thomas Gleixner · 4 years, 10 months ago
  21. daf7a69 x86/traps: Mark sync_regs() noinstr by Thomas Gleixner · 4 years, 10 months ago
  22. d73a332 x86/traps: Mark fixup_bad_iret() noinstr by Thomas Gleixner · 4 years, 10 months ago
  23. 1c3e5d3 x86/entry: Make entry_64_compat.S objtool clean by Peter Zijlstra · 4 years, 8 months ago
  24. a7ef9ba x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline by Thomas Gleixner · 4 years, 10 months ago
  25. 4983e5d x86/entry: Move irq flags tracing to prepare_exit_to_usermode() by Thomas Gleixner · 4 years, 10 months ago
  26. dd8e2d9 x86/entry: Move irq tracing on syscall entry to C-code by Thomas Gleixner · 4 years, 11 months ago
  27. 8f159f1 x86/entry/common: Protect against instrumentation by Thomas Gleixner · 4 years, 10 months ago
  28. 1723be3 x86/entry: Mark enter_from_user_mode() noinstr by Thomas Gleixner · 4 years, 10 months ago
  29. 8c0fa8a x86/entry/32: Move non entry code into .text section by Thomas Gleixner · 4 years, 10 months ago
  30. b9f6976 x86/entry/64: Move non entry code into .text section by Thomas Gleixner · 4 years, 10 months ago
  31. fba8dbe x86/idt: Remove update_intr_gate() by Thomas Gleixner · 4 years, 8 months ago
  32. 5916d5f bug: Annotate WARN/BUG/stackfail as noinstr safe by Thomas Gleixner · 4 years, 10 months ago
  33. 126f21f lib/smp_processor_id: Move it into noinstr section by Thomas Gleixner · 4 years, 10 months ago
  34. 0372007 context_tracking: Ensure that the critical path cannot be instrumented by Thomas Gleixner · 4 years, 10 months ago
  35. 20355e5 x86/entry: Exclude low level entry code from sanitizing by Peter Zijlstra · 4 years, 10 months ago
  36. 44d7e4f x86/entry: Remove the unused LOCKDEP_SYSEXIT cruft by Thomas Gleixner · 4 years, 10 months ago
  37. 7250058 x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n by Thomas Gleixner · 4 years, 11 months ago
  38. e966039 x86/doublefault: Remove memmove() call by Peter Zijlstra · 4 years, 11 months ago
  39. 24ae0c9 x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_area by Andy Lutomirski · 4 years, 11 months ago
  40. 1f1fbc7 x86/idt: Keep spurious entries unset in system_vectors by Vitaly Kuznetsov · 4 years, 8 months ago
  41. 0618432 x86/idt: Annotate alloc_intr_gate() with __init by Vitaly Kuznetsov · 4 years, 8 months ago
  42. a0bb51f x86/xen: Split HVM vector callback setup and interrupt gate allocation by Vitaly Kuznetsov · 4 years, 8 months ago
  43. fbaed27 x86/idt: Remove address operator on function machine_check() by Lai Jiangshan · 4 years, 9 months ago
  44. c7589070 x86/entry/64: Remove unneeded kernel CR3 switching by Lai Jiangshan · 4 years, 9 months ago
  45. 26fa126 x86/entry/64: Remove an unused label by Lai Jiangshan · 4 years, 9 months ago
  46. 37f8173 locking/atomics: Flip fallbacks and instrumentation by Peter Zijlstra · 5 years ago
  47. 765dcd2 asm-generic/atomic: Use __always_inline for fallback wrappers by Marco Elver · 5 years ago
  48. b29482f Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  49. 4dbb29f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  50. 1c38372 Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  51. 3a8557e Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  52. 4382a79 Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  53. 79ca035 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 7 months ago
  54. 4152d14 Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Linus Torvalds · 4 years, 7 months ago
  55. 78c24f7 arch/powerpc/mm/pgtable.c: another missed conversion by Andrew Morton · 4 years, 7 months ago
  56. 6d62c5b Merge tag 'docs-5.8-2' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  57. 6672966 Merge tag 'acpi-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
  58. 0c67f6b Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
  59. 49f13b0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 4 years, 7 months ago
  60. 0910270 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 7 months ago
  61. 84fc461 Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 4 years, 7 months ago
  62. 0e083da Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 4 years, 7 months ago
  63. 6f51ab9 Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 4 years, 7 months ago
  64. 058f2e4 proc: s_fs_info may be NULL when proc_kill_sb is called by Alexey Gladkov · 4 years, 7 months ago
  65. 6f63078 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years, 7 months ago
  66. 3a2a875 Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 4 years, 7 months ago
  67. ef9d965 sysctl: reject gigantic reads/write to sysctl files by Christoph Hellwig · 4 years, 7 months ago
  68. 8c46fa9 cdrom: fix an incorrect __user annotation on cdrom_sysctl_info by Christoph Hellwig · 4 years, 7 months ago
  69. c90e794 Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 4 years, 7 months ago
  70. 77d22a4 Documentation/CodingStyle: Fix duplicate "are" typo by Geert Uytterhoeven · 4 years, 7 months ago
  71. f7579007 arch/sparc/mm/srmmu.c: fix build by Andrew Morton · 4 years, 7 months ago
  72. ede439b Merge branch 'acpica' by Rafael J. Wysocki · 4 years, 7 months ago
  73. 50dd154 Merge branches 'pm-cpufreq' and 'pm-acpi' by Rafael J. Wysocki · 4 years, 7 months ago
  74. 4c277e2 Merge branch 'pm-opp' by Rafael J. Wysocki · 4 years, 7 months ago
  75. 5b14671 Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 7 months ago
  76. 52435c8 Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 4 years, 7 months ago
  77. 4964dd2 Merge tag 'afs-fixes-20200609' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
  78. 9ac1eaf clk: mediatek: Remove ifr{0,1}_cfg_regs structures by Stephen Boyd · 4 years, 7 months ago
  79. 45edc7e clk: baikal-t1: remove redundant assignment to variable 'divider' by Colin Ian King · 4 years, 7 months ago
  80. 8ae91d3 clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible" by Colin Ian King · 4 years, 7 months ago
  81. 30b2396 dt-bindings: clock: Add a missing include to MMP Audio Clock binding by Lubomir Rintel · 4 years, 7 months ago
  82. 751ad34 Input: adi - work around module name confict by Arnd Bergmann · 4 years, 7 months ago
  83. 42612e7 Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 7 months ago
  84. ad57a10 Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 4 years, 7 months ago
  85. 3beff76 x86: use proper parentheses around new uaccess macro argument uses by Linus Torvalds · 4 years, 7 months ago
  86. c68421b afs: Make afs_zap_data() static by David Howells · 5 years ago
  87. 4a06fa5 afs: Remove afs_zero_fid as it's not used by David Howells · 5 years ago
  88. fed79fd afs: Fix debugging statements with %px to be %p by David Howells · 4 years, 7 months ago
  89. d1e521a Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 7 months ago
  90. 595a56a Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 7 months ago
  91. fc2fb38 Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 7 months ago
  92. a5ad574 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  93. 013b2de uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned by Oleg Nesterov · 4 years, 8 months ago
  94. 4fa7252 include/linux/cache.h: expand documentation over __read_mostly by Luis Chamberlain · 4 years, 7 months ago
  95. 2a71e81 maccess: return -ERANGE when probe_kernel_read() fails by Christoph Hellwig · 4 years, 7 months ago
  96. fa94111 x86: use non-set_fs based maccess routines by Christoph Hellwig · 4 years, 7 months ago
  97. b58294e maccess: allow architectures to provide kernel probing directly by Christoph Hellwig · 4 years, 7 months ago
  98. fc3562d7 maccess: move user access routines together by Christoph Hellwig · 4 years, 7 months ago
  99. 98a2360 maccess: always use strict semantics for probe_kernel_read by Christoph Hellwig · 4 years, 7 months ago
  100. 7676fbf maccess: remove strncpy_from_unsafe by Christoph Hellwig · 4 years, 7 months ago