aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+2
2023-08-09x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesGravatar Kirill A. Shutemov 1-2/+2
2023-08-02x86/shstk: Introduce map_shadow_stack syscallGravatar Rick Edgecombe 1-0/+1
2023-07-27arch: Register fchmodat2, usually as syscall 452Gravatar Palmer Dabbelt 2-0/+2
2023-07-20x86: Fix kthread unwindGravatar Peter Zijlstra 1-1/+15
2023-07-10x86: Rewrite ret_from_fork() in CGravatar Brian Gerst 2-47/+16
2023-07-10x86/32: Remove schedule_tail_wrapper()Gravatar Brian Gerst 1-23/+10
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-0/+2
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+8
2023-06-09cachestat: implement cachestat syscallGravatar Nhat Pham 2-0/+2
2023-06-07x86/entry: Move thunk restore code into thunk functionsGravatar Josh Poimboeuf 1-12/+8
2023-05-18x86/vdso: Include vdso/processor.hGravatar Arnd Bergmann 1-0/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-13/+13
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-11/+2
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+1
2023-03-30docs: move x86 documentation into Documentation/arch/Gravatar Jonathan Corbet 1-1/+1
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoGravatar Josh Poimboeuf 1-6/+6
2023-03-23x86,objtool: Separate unret validation from unwind hintsGravatar Josh Poimboeuf 1-7/+7
2023-03-22x86: Simplify one-level sysctl registration for abi_table2Gravatar Luis Chamberlain 1-10/+1
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsGravatar Fangrui Song 1-4/+1
2023-03-16x86: Allow atomic MM_CONTEXT flags settingGravatar Kirill A. Shutemov 1-1/+1
2023-03-06x86/entry: Change stale function name in comment to error_return()Gravatar Jingyu Wang 1-1/+1
2023-03-02Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+8
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-4/+2
2023-02-23Merge branch 'linus' into objtool/core, to pick up Xen dependenciesGravatar Ingo Molnar 10-54/+44
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-02-11x86/entry: Fix unwinding from kprobe on PUSH/POP instructionGravatar Josh Poimboeuf 1-1/+8
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2023-02-07x86/vdso: Fake 32bit VDSO build on 64bit compile for vgetcpuGravatar Sebastian Andrzej Siewior 3-26/+27
2023-02-06x86/vdso: Provide getcpu for x86-32.Gravatar Sebastian Andrzej Siewior 4-3/+6
2023-01-25x86/vdso: Move VDSO image init to vdso2c generated codeGravatar Brian Gerst 3-24/+10
2023-01-18mm: remove zap_page_range and create zap_vma_pagesGravatar Mike Kravetz 1-3/+1
2023-01-12x86/gsseg: Make asm_load_gs_index() take an u16Gravatar H. Peter Anvin (Intel) 1-1/+1
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-36/+43
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2022-12-12Merge tag 'x86-misc-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-23/+0
2022-12-12Merge tag 'x86-urgent-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+2
2022-12-09x86/vdso: Conditionally export __vdso_sgx_enter_enclave()Gravatar Nathan Chancellor 1-0/+2
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyGravatar Jann Horn 1-23/+0
2022-11-28clocksource: hyper-v: Use TSC PFN getter to map vvar pageGravatar Stanislav Kinsburskiy 1-4/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-1/+1
2022-10-19x86: Remove __USER32_DSGravatar Brian Gerst 1-2/+2
2022-10-17x86/retbleed: Add SKL return thunkGravatar Thomas Gleixner 1-4/+6
2022-10-17x86/entry: Make some entry symbols globalGravatar Thomas Gleixner 1-3/+6
2022-10-17x86/Kconfig: Introduce function paddingGravatar Thomas Gleixner 1-1/+2
2022-10-17x86/entry: Make sync_regs() invocation a tail callGravatar Peter Zijlstra 1-5/+2
2022-10-17objtool: Allow symbol range comparisons for IBT/ENDBRGravatar Peter Zijlstra 1-1/+0