summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-182-2/+3
|\
| * random: vDSO: add a __vdso_getrandom prototype for all architecturesXi Ruoyao2024-09-131-2/+0
| * random: vDSO: add __arch_get_k_vdso_rng_data() helper for data page accessChristophe Leroy2024-09-131-0/+3
* | Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-181-1/+1
|\ \ | |/ |/|
| * treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*Valentin Schneider2024-07-291-1/+1
* | uretprobe: change syscall number, againArnd Bergmann2024-08-021-1/+1
|/
* Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-244-1/+199
|\
| * x86: vdso: Wire up getrandom() vDSO implementationJason A. Donenfeld2024-07-194-1/+199
* | Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-07-181-0/+1
|\ \
| * | uprobe: Change uretprobe syscall scope and numberJiri Olsa2024-07-151-1/+1
| * | uprobe: Wire up uretprobe system callJiri Olsa2024-06-121-0/+1
* | | Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-165-15/+23
|\ \ \
| * | | x86/syscall: Mark exit[_group] syscall handlers __noreturnJosh Poimboeuf2024-06-285-15/+23
| |/ /
* | | Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-162-0/+2
|\ \ \
| * | | x86, arm: Add missing license tag to syscall tables filesMarcin Juszkiewicz2024-06-122-0/+2
| |/ /
* | / x86/bhi: Avoid warning in #DB handler due to BHI mitigationAlexandre Chartre2024-07-031-4/+10
| |/ |/|
* | syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann2024-06-251-1/+1
|/
* mseal: wire up mseal syscallJeff Xu2024-05-242-0/+2
* Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-27/+1
|\
| * Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-26/+0
| * kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-091-1/+1
* | Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-141-0/+2
|\ \
| * | x86/irq: Install posted MSI notification handlerJacob Pan2024-04-301-0/+2
| |/
* | Merge tag 'x86-shstk-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-141-1/+1
|\ \
| * | x86/shstk: Enable shadow stacks for x32H.J. Lu2024-03-221-1/+1
* | | Merge tag 'x86-entry-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-143-19/+1
|\ \ \
| * | | x86/entry: Merge thunk_64.S and thunk_32.S into thunk.SLai Jiangshan2024-04-093-19/+1
* | | | Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-141-1/+0
|\ \ \ \
| * | | | x86/syscall/compat: Remove ia32_unistd.hBrian Gerst2024-03-221-1/+0
| | |/ / | |/| |
* | | | x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds2024-05-011-26/+2
| |_|/ |/| |
* | | x86/fred: Fix incorrect error code printout in fred_bad_type()Hou Wenlong2024-04-181-4/+4
* | | x86/fred: Fix INT80 emulation for FREDXin Li (Intel)2024-04-182-1/+66
* | | x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta2024-04-083-2/+79
* | | x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds2024-04-084-10/+46
| |/ |/|
* | x86/vdso: Fix rethunk patching for vdso-image-x32.o tooBorislav Petkov (AMD)2024-03-261-0/+1
* | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-0/+2
|\ \ | |/ |/|
| * kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada2024-02-231-0/+2
* | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-128-160/+108
|\ \
| * | x86/vdso: Move vDSO to mmap regionDaniel Micay2024-02-271-55/+2
| * | x86/vdso/kbuild: Group non-standard build attributes and primary object file ...Ingo Molnar2024-02-221-15/+15
| * | Merge branch 'x86/vdso' into x86/core, to resolve conflict and to prepare for...Ingo Molnar2024-02-221-22/+8
| |\ \
| | * | x86/vdso: Use CONFIG_COMPAT_32 to specify vdso32Masahiro Yamada2024-02-081-2/+1
| | * | x86/vdso: Use $(addprefix ) instead of $(foreach )Masahiro Yamada2024-02-081-3/+3
| | * | x86/vdso: Simplify obj-y additionMasahiro Yamada2024-02-081-12/+4
| | * | x86/vdso: Consolidate targets and clean-filesMasahiro Yamada2024-02-081-6/+1
| | |/
| * | x86/vdso: Fix rethunk patching for vdso-image-{32,64}.oJosh Poimboeuf2024-02-201-3/+6
| * | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-146-70/+83
| |\ \
| | * | x86/retpoline: Ensure default return thunk isn't used at runtimeJosh Poimboeuf2024-02-124-59/+72
| | * | x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRYBreno Leitao2024-01-101-2/+2
| | * | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-2/+2