aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-18x86/stackprotector/64: Convert to normal per-CPU variableBrian Gerst2-3/+1
2025-02-14x86/cfi: Clean up linkagePeter Zijlstra5-0/+8
2025-02-12fs: add open_tree_attr()Christian Brauner2-0/+2
2025-02-07x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.cKaixiong Yu1-5/+11
2025-02-03Revert "x86/module: prepare module loading for ROX allocations of text"Mike Rapoport (Microsoft)1-2/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2024-12-02objtool: Fix ANNOTATE_REACHABLE to be a normal annotationPeter Zijlstra1-3/+2
2024-12-02objtool: Convert {.UN}REACHABLE to ANNOTATEPeter Zijlstra1-2/+2
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-42/+70
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-0/+8
2024-11-08x86/stackprotector: Work around strict Clang TLS symbol requirementsArd Biesheuvel1-0/+16
2024-11-07x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)1-1/+2
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche2-0/+8
2024-11-02x86/vdso: Add missing brackets in switch caseThomas Gleixner1-0/+5
2024-11-02x86/vdso: Split virtual clock pages into dedicated mappingThomas Weißschuh2-21/+59
2024-11-02x86/vdso: Access vdso data without vvar.hThomas Weißschuh1-5/+0
2024-11-02x86/vdso: Move the rng offset to vsyscall.hThomas Weißschuh1-0/+1
2024-11-02x86/vdso: Access rng vdso data without vvar.hThomas Weißschuh1-0/+2
2024-11-02x86/vdso: Access timens vdso data without vvar.hThomas Weißschuh1-6/+0
2024-11-02x86/vdso: Allocate vvar page from C codeThomas Weißschuh1-11/+5
2024-11-02x86/vdso: Access rng data from kernel without vvarThomas Weißschuh1-1/+0
2024-10-20Merge tag 'x86_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2024-10-10x86/entry: Have entry_ibpb() invalidate return predictionsJohannes Wikner1-0/+5
2024-10-08x86/entry_32: Clear CPU buffers after register restore in NMI returnPawan Gupta1-1/+2
2024-10-08x86/entry_32: Do not clobber user EFLAGS.ZFPawan Gupta1-1/+2
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+3
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-09-13random: vDSO: add a __vdso_getrandom prototype for all architecturesXi Ruoyao1-2/+0
2024-09-13random: vDSO: add __arch_get_k_vdso_rng_data() helper for data page accessChristophe Leroy1-0/+3
2024-08-02uretprobe: change syscall number, againArnd Bergmann1-1/+1
2024-07-29treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*Valentin Schneider1-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-15Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-15/+23
2024-07-15Merge 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-23mseal: 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-13Merge tag 'x86-shstk-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-05-13Merge tag 'x86-entry-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-19/+1
2024-05-13Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0