index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-18
x86/stackprotector/64: Convert to normal per-CPU variable
Brian Gerst
2
-3
/
+1
2025-02-14
x86/cfi: Clean up linkage
Peter Zijlstra
5
-0
/
+8
2025-02-12
fs: add open_tree_attr()
Christian Brauner
2
-0
/
+2
2025-02-07
x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c
Kaixiong Yu
1
-5
/
+11
2025-02-03
Revert "x86/module: prepare module loading for ROX allocations of text"
Mike Rapoport (Microsoft)
1
-2
/
+1
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2024-12-02
objtool: Fix ANNOTATE_REACHABLE to be a normal annotation
Peter Zijlstra
1
-3
/
+2
2024-12-02
objtool: Convert {.UN}REACHABLE to ANNOTATE
Peter Zijlstra
1
-2
/
+2
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2024-11-19
Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-42
/
+70
2024-11-18
Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-0
/
+8
2024-11-08
x86/stackprotector: Work around strict Clang TLS symbol requirements
Ard Biesheuvel
1
-0
/
+16
2024-11-07
x86/module: prepare module loading for ROX allocations of text
Mike Rapoport (Microsoft)
1
-1
/
+2
2024-11-06
fs/xattr: add *at family syscalls
Christian Göttsche
2
-0
/
+8
2024-11-02
x86/vdso: Add missing brackets in switch case
Thomas Gleixner
1
-0
/
+5
2024-11-02
x86/vdso: Split virtual clock pages into dedicated mapping
Thomas Weißschuh
2
-21
/
+59
2024-11-02
x86/vdso: Access vdso data without vvar.h
Thomas Weißschuh
1
-5
/
+0
2024-11-02
x86/vdso: Move the rng offset to vsyscall.h
Thomas Weißschuh
1
-0
/
+1
2024-11-02
x86/vdso: Access rng vdso data without vvar.h
Thomas Weißschuh
1
-0
/
+2
2024-11-02
x86/vdso: Access timens vdso data without vvar.h
Thomas Weißschuh
1
-6
/
+0
2024-11-02
x86/vdso: Allocate vvar page from C code
Thomas Weißschuh
1
-11
/
+5
2024-11-02
x86/vdso: Access rng data from kernel without vvar
Thomas Weißschuh
1
-1
/
+0
2024-10-20
Merge tag 'x86_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+4
2024-10-10
x86/entry: Have entry_ibpb() invalidate return predictions
Johannes Wikner
1
-0
/
+5
2024-10-08
x86/entry_32: Clear CPU buffers after register restore in NMI return
Pawan Gupta
1
-1
/
+2
2024-10-08
x86/entry_32: Do not clobber user EFLAGS.ZF
Pawan Gupta
1
-1
/
+2
2024-09-18
Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+3
2024-09-18
Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-09-13
random: vDSO: add a __vdso_getrandom prototype for all architectures
Xi Ruoyao
1
-2
/
+0
2024-09-13
random: vDSO: add __arch_get_k_vdso_rng_data() helper for data page access
Christophe Leroy
1
-0
/
+3
2024-08-02
uretprobe: change syscall number, again
Arnd Bergmann
1
-1
/
+1
2024-07-29
treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*
Valentin Schneider
1
-1
/
+1
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-1
/
+199
2024-07-19
x86: vdso: Wire up getrandom() vDSO implementation
Jason A. Donenfeld
4
-1
/
+199
2024-07-18
Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-0
/
+1
2024-07-15
Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-15
/
+23
2024-07-15
Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+2
2024-07-15
uprobe: Change uretprobe syscall scope and number
Jiri Olsa
1
-1
/
+1
2024-07-03
x86/bhi: Avoid warning in #DB handler due to BHI mitigation
Alexandre Chartre
1
-4
/
+10
2024-06-28
x86/syscall: Mark exit[_group] syscall handlers __noreturn
Josh Poimboeuf
5
-15
/
+23
2024-06-25
syscalls: fix compat_sys_io_pgetevents_time64 usage
Arnd Bergmann
1
-1
/
+1
2024-06-12
x86, arm: Add missing license tag to syscall tables files
Marcin Juszkiewicz
2
-0
/
+2
2024-06-12
uprobe: Wire up uretprobe system call
Jiri Olsa
1
-0
/
+1
2024-05-23
mseal: wire up mseal syscall
Jeff Xu
2
-0
/
+2
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-27
/
+1
2024-05-14
Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2024-05-14
Makefile: remove redundant tool coverage variables
Masahiro Yamada
1
-26
/
+0
2024-05-13
Merge tag 'x86-shstk-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-05-13
Merge tag 'x86-entry-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-19
/
+1
2024-05-13
Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
[prev]
[next]