summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4 days2-42/+70
|\
| * x86/vdso: Add missing brackets in switch caseThomas Gleixner2024-11-021-0/+5
| * x86/vdso: Split virtual clock pages into dedicated mappingThomas Weißschuh2024-11-022-21/+59
| * x86/vdso: Access vdso data without vvar.hThomas Weißschuh2024-11-021-5/+0
| * x86/vdso: Move the rng offset to vsyscall.hThomas Weißschuh2024-11-021-0/+1
| * x86/vdso: Access rng vdso data without vvar.hThomas Weißschuh2024-11-021-0/+2
| * x86/vdso: Access timens vdso data without vvar.hThomas Weißschuh2024-11-021-6/+0
| * x86/vdso: Allocate vvar page from C codeThomas Weißschuh2024-11-021-11/+5
| * x86/vdso: Access rng data from kernel without vvarThomas Weißschuh2024-11-021-1/+0
* | Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5 days2-0/+8
|\ \
| * | fs/xattr: add *at family syscallsChristian Göttsche2024-11-062-0/+8
| |/
* | x86/stackprotector: Work around strict Clang TLS symbol requirementsArd Biesheuvel2024-11-081-0/+16
* | Merge tag 'x86_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-10-201-2/+4
|\ \
| * | x86/entry_32: Clear CPU buffers after register restore in NMI returnPawan Gupta2024-10-081-1/+2
| * | x86/entry_32: Do not clobber user EFLAGS.ZFPawan Gupta2024-10-081-1/+2
| |/
* / x86/entry: Have entry_ibpb() invalidate return predictionsJohannes Wikner2024-10-101-0/+5
|/
* 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-155-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-152-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-232-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-101-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-131-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-133-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-131-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
| |/ |/|