summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2020-06-11x86/idtentry: Provide macros to define/declare IDT entry pointsThomas Gleixner
2020-06-11x86/entry/32: Provide macro to emit IDT entry stubsThomas Gleixner
2020-06-11x86/entry/64: Provide sane error entry/exitThomas Gleixner
2020-06-11x86/entry: Distangle idtentryThomas Gleixner
2020-06-11x86/entry/64: Reorder idtentriesThomas Gleixner
2020-06-11x86/traps: Split trap numbers out in a separate headerThomas Gleixner
2020-06-11x86/traps: Make interrupt enable/disable symmetric in C codeThomas Gleixner
2020-06-11x86/entry/64: Use native swapgs in asm_load_gs_index()Thomas Gleixner
2020-06-11x86/entry: Disable interrupts for native_load_gs_index() in C codeThomas Gleixner
2020-06-11x86/traps: Mark sync_regs() noinstrThomas Gleixner
2020-06-11x86/traps: Mark fixup_bad_iret() noinstrThomas Gleixner
2020-06-11x86/entry: Make entry_64_compat.S objtool cleanPeter Zijlstra
2020-06-11x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inlineThomas Gleixner
2020-06-11x86/entry: Move irq flags tracing to prepare_exit_to_usermode()Thomas Gleixner
2020-06-11x86/entry: Move irq tracing on syscall entry to C-codeThomas Gleixner
2020-06-11x86/entry/common: Protect against instrumentationThomas Gleixner
2020-06-11x86/entry: Mark enter_from_user_mode() noinstrThomas Gleixner
2020-06-11x86/entry/32: Move non entry code into .text sectionThomas Gleixner
2020-06-11x86/entry/64: Move non entry code into .text sectionThomas Gleixner
2020-06-11x86/idt: Remove update_intr_gate()Thomas Gleixner
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner
2020-06-11x86/entry: Exclude low level entry code from sanitizingPeter Zijlstra
2020-06-11x86/entry: Remove the unused LOCKDEP_SYSEXIT cruftThomas Gleixner
2020-06-11x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=nThomas Gleixner
2020-06-11x86/doublefault: Remove memmove() callPeter Zijlstra
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_areaAndy Lutomirski
2020-06-11x86/idt: Keep spurious entries unset in system_vectorsVitaly Kuznetsov
2020-06-11x86/idt: Annotate alloc_intr_gate() with __initVitaly Kuznetsov
2020-06-11x86/xen: Split HVM vector callback setup and interrupt gate allocationVitaly Kuznetsov
2020-06-11x86/idt: Remove address operator on function machine_check()Lai Jiangshan
2020-06-11x86/entry/64: Remove unneeded kernel CR3 switchingLai Jiangshan
2020-06-11x86/entry/64: Remove an unused labelLai Jiangshan
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-10arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds
2020-06-10arch/sparc/mm/srmmu.c: fix buildAndrew Morton
2020-06-09x86: use proper parentheses around new uaccess macro argument usesLinus Torvalds
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-09x86: use non-set_fs based maccess routinesChristoph Hellwig
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse