summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2024-08-02uretprobe: change syscall number, againArnd Bergmann1-1/+1
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-1/+199
2024-07-19x86: vdso: Wire up getrandom() vDSO implementationJason A. Donenfeld4-1/+199
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+1
2024-07-16Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-15/+23
2024-07-16Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2024-07-15uprobe: Change uretprobe syscall scope and numberJiri Olsa1-1/+1
2024-07-03x86/bhi: Avoid warning in #DB handler due to BHI mitigationAlexandre Chartre1-4/+10
2024-06-28x86/syscall: Mark exit[_group] syscall handlers __noreturnJosh Poimboeuf5-15/+23
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-06-12x86, arm: Add missing license tag to syscall tables filesMarcin Juszkiewicz2-0/+2
2024-06-12uprobe: Wire up uretprobe system callJiri Olsa1-0/+1
2024-05-24mseal: wire up mseal syscallJeff Xu2-0/+2
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-27/+1
2024-05-14Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-26/+0
2024-05-14Merge tag 'x86-shstk-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-05-14Merge tag 'x86-entry-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-19/+1
2024-05-14Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-01x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds1-26/+2
2024-04-30x86/irq: Install posted MSI notification handlerJacob Pan1-0/+2
2024-04-18x86/fred: Fix incorrect error code printout in fred_bad_type()Hou Wenlong1-4/+4
2024-04-18x86/fred: Fix INT80 emulation for FREDXin Li (Intel)2-1/+66
2024-04-09x86/entry: Merge thunk_64.S and thunk_32.S into thunk.SLai Jiangshan3-19/+1
2024-04-08x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta3-2/+79
2024-04-08x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds4-10/+46
2024-03-26x86/vdso: Fix rethunk patching for vdso-image-x32.o tooBorislav Petkov (AMD)1-0/+1
2024-03-22x86/shstk: Enable shadow stacks for x32H.J. Lu1-1/+1
2024-03-22x86/syscall/compat: Remove ia32_unistd.hBrian Gerst1-1/+0
2024-03-22Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+2
2024-03-12Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-160/+108
2024-03-12Merge tag 'x86-entry-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-20/+13
2024-03-12Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-19/+446
2024-02-27x86/vdso: Move vDSO to mmap regionDaniel Micay1-55/+2
2024-02-23kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada1-0/+2
2024-02-22x86/vdso/kbuild: Group non-standard build attributes and primary object file ...Ingo Molnar1-15/+15
2024-02-22Merge branch 'x86/vdso' into x86/core, to resolve conflict and to prepare for...Ingo Molnar1-22/+8
2024-02-20x86/vdso: Fix rethunk patching for vdso-image-{32,64}.oJosh Poimboeuf1-3/+6
2024-02-20x86/entry_32: Add VERW just before userspace transitionPawan Gupta1-0/+3
2024-02-20x86/entry_64: Add VERW just before userspace transitionPawan Gupta2-0/+12
2024-02-20x86/bugs: Add asm helpers for executing VERWPawan Gupta1-0/+23
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar6-70/+83
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar14-246/+240
2024-02-12x86/retpoline: Ensure default return thunk isn't used at runtimeJosh Poimboeuf4-59/+72
2024-02-08x86/vdso: Use CONFIG_COMPAT_32 to specify vdso32Masahiro Yamada1-2/+1
2024-02-08x86/vdso: Use $(addprefix ) instead of $(foreach )Masahiro Yamada1-3/+3
2024-02-08x86/vdso: Simplify obj-y additionMasahiro Yamada1-12/+4
2024-02-08x86/vdso: Consolidate targets and clean-filesMasahiro Yamada1-6/+1
2024-02-01x86/fred: Add FRED initialization functionsH. Peter Anvin (Intel)1-0/+21