aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2024-02-21Merge tag 'v4.19.292' into v4.19/standard/baseBruce Ashfield
2024-02-21Merge tag 'v4.19.272' into v4.19/standard/baseBruce Ashfield
2024-02-21Merge tag 'v4.19.266' into v4.19/standard/baseBruce Ashfield
2023-08-16x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman
2023-02-06x86/entry/64: Add instruction suffix to SYSRETJan Beulich
2022-11-23x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf
2022-11-23x86/entry: Add kernel IBRS implementationPeter Zijlstra
2022-11-23x86/entry: Remove skip_r11rcxPeter Zijlstra
2022-09-10Merge tag 'v4.19.256' into v4.19/standard/baseBruce Ashfield
2022-09-09Merge tag 'v4.19.247' into v4.19/standard/baseBruce Ashfield
2022-08-25x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers
2022-06-14x86: Fix return value of __setup handlersRandy Dunlap
2021-06-10Merge tag 'v4.19.191' into v4.19/standard/baseBruce Ashfield
2021-05-22x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson
2020-05-28Merge tag 'v4.19.123' into v4.19/standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.19.116' into v4.19/standard/baseBruce Ashfield
2020-05-14x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf
2020-05-14x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn
2020-05-14x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf
2020-05-14x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf
2020-04-17x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner
2020-03-11Merge tag 'v4.19.106' into v4.19/standard/baseBruce Ashfield
2020-03-11Merge tag 'v4.19.104' into v4.19/standard/baseBruce Ashfield
2020-02-24x86/vdso: Provide missing include fileValdis Klētnieks
2020-02-14x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra
2019-09-15Merge tag 'v4.19.65' into v4.19/standard/baseBruce Ashfield
2019-08-06x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf
2019-08-06x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-08-06x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski
2019-08-06gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds
2019-08-06xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan
2019-07-27Merge tag 'v4.19.60' into v4.19/standard/baseBruce Ashfield
2019-07-21x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby
2019-07-21x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner
2019-07-04Merge tag 'v4.19.48' into v4.19/standard/baseBruce Ashfield
2019-07-04Merge tag 'v4.19.46' into v4.19/standard/baseBruce Ashfield
2019-07-04Merge tag 'v4.19.45' into v4.19/standard/baseBruce Ashfield
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-05-25x86_64: Add gap to int3 to allow for call emulationJosh Poimboeuf
2019-05-22sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra
2019-05-17Merge tag 'v4.19.43' into v4.19/standard/baseBruce Ashfield
2019-05-14x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner
2019-05-08Merge tag 'v4.19.35' into v4.19/standard/baseBruce Ashfield
2019-04-29tracing/x86: Fix compilation failure when CONFIG_TRACE_IRQFLAGS is offHe Zhe
2019-04-26tracing/x86: Save CR2 before tracing irqsoff on error_entrySteven Rostedt (VMware)
2019-04-17x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers
2019-04-05kprobes/x86: Blacklist non-attachable interrupt functionsAndrea Righi
2019-01-31x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich
2018-12-29x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan