aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-07-24xen: Remove redundant initialization of irqColin Ian King1-1/+1
2020-07-24x86/build: Move max-page-size option to LDFLAGS_vmlinuxArvind Sankar1-15/+17
2020-07-24x86/kvm: Use generic xfer to guest work functionThomas Gleixner3-15/+12
2020-07-24x86/entry: Cleanup idtentry_enter/exitThomas Gleixner5-31/+26
2020-07-24x86/entry: Use generic interrupt entry/exit codeThomas Gleixner2-172/+5
2020-07-24x86/entry: Cleanup idtentry_entry/exit_userThomas Gleixner3-15/+11
2020-07-24x86/entry: Use generic syscall exit functionalityThomas Gleixner7-222/+54
2020-07-24x86/entry: Use generic syscall entry functionThomas Gleixner5-179/+45
2020-07-24x86/ptrace: Provide pt_regs helper for entry/exitThomas Gleixner1-0/+5
2020-07-24x86/entry: Move user return notifier out of loopThomas Gleixner1-4/+4
2020-07-24x86/entry: Consolidate 32/64 bit syscall entryThomas Gleixner1-52/+41
2020-07-24x86/entry: Consolidate check_user_regs()Thomas Gleixner1-15/+9
2020-07-24Merge branch 'core/entry' into x86/entryThomas Gleixner20-77/+102
2020-07-24x86/defconfigs: Remove CONFIG_CRYPTO_AES_586 from i386_defconfigSedat Dilek1-1/+0
2020-07-24compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation.h> headerIngo Molnar1-0/+1
2020-07-24x86: Correct noinstr qualifiersIra Weiny2-2/+2
2020-07-24x86/mm: Drop unused MAX_PHYSADDR_BITSArvind Sankar1-5/+1
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie60-293/+487
2020-07-23x86/uaccess: Make __get_user_size() Clang compliant on 32-bitNick Desaulniers1-1/+4
2020-07-23x86/percpu: Remove unused PER_CPU() macroBrian Gerst1-18/+0
2020-07-23x86/percpu: Clean up percpu_stable_op()Brian Gerst1-29/+12
2020-07-23x86/percpu: Clean up percpu_cmpxchg_op()Brian Gerst1-40/+18
2020-07-23x86/percpu: Clean up percpu_xchg_op()Brian Gerst1-43/+18
2020-07-23x86/percpu: Clean up percpu_add_return_op()Brian Gerst1-35/+16
2020-07-23x86/percpu: Remove "e" constraint from XADDBrian Gerst1-1/+1
2020-07-23x86/percpu: Clean up percpu_add_op()Brian Gerst1-77/+22
2020-07-23x86/percpu: Clean up percpu_from_op()Brian Gerst1-35/+15
2020-07-23x86/percpu: Clean up percpu_to_op()Brian Gerst1-55/+35
2020-07-23x86/percpu: Introduce size abstraction macrosBrian Gerst1-0/+30
2020-07-23crypto: x86 - Put back integer parts of include/asm/inst.hUros Bizjak1-0/+148
2020-07-23crypto: x86/crc32c - fix building with clang iasArnd Bergmann1-1/+1
2020-07-23irqdomain/treewide: Free firmware node after domain removalJon Derrick1-0/+5
2020-07-22x86/dumpstack: Show registers dump with trace's log levelDmitry Safonov1-5/+5
2020-07-22x86/dumpstack: Add log_lvl to __show_regs()Dmitry Safonov4-43/+49
2020-07-22x86/dumpstack: Add log_lvl to show_iret_regs()Dmitry Safonov3-6/+6
2020-07-22x86/dumpstack: Dump user space code correctly againThomas Gleixner1-10/+17
2020-07-22x86/stacktrace: Fix reliable check for empty user task stacksJosh Poimboeuf1-5/+0
2020-07-22x86/unwind/orc: Fix ORC for newly forked tasksJosh Poimboeuf1-2/+6
2020-07-22Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media into masterLinus Torvalds1-0/+1
2020-07-22x86/perf: Fix a typoHu Haowen1-1/+1
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra22-81/+108
2020-07-22x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel1-0/+1
2020-07-21exec: Implement kernel_execveEric W. Biederman3-3/+3
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig3-4/+11
2020-07-19copy_xstate_to_kernel: Fix typo which caused GDB regressionKevin Buettner1-1/+1
2020-07-19Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into masterLinus Torvalds12-37/+66
2020-07-19Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into masterLinus Torvalds4-30/+24
2020-07-19x86/boot: Don't add the EFI stub to targetsArvind Sankar1-2/+2
2020-07-19x86/entry: Actually disable stack protectorKees Cook1-3/+11
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig1-0/+1