index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-36
/
+43
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-12-12
Merge tag 'x86-misc-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2022-12-12
Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-23
/
+0
2022-12-12
Merge tag 'x86-urgent-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2022-12-09
x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
Nathan Chancellor
1
-0
/
+2
2022-12-01
vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copy
Jann Horn
1
-23
/
+0
2022-11-28
clocksource: hyper-v: Use TSC PFN getter to map vvar page
Stanislav Kinsburskiy
1
-4
/
+3
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-10-19
x86: Remove __USER32_DS
Brian Gerst
1
-2
/
+2
2022-10-17
x86/retbleed: Add SKL return thunk
Thomas Gleixner
1
-4
/
+6
2022-10-17
x86/entry: Make some entry symbols global
Thomas Gleixner
1
-3
/
+6
2022-10-17
x86/Kconfig: Introduce function padding
Thomas Gleixner
1
-1
/
+2
2022-10-17
x86/entry: Make sync_regs() invocation a tail call
Peter Zijlstra
1
-5
/
+2
2022-10-17
objtool: Allow symbol range comparisons for IBT/ENDBR
Peter Zijlstra
1
-1
/
+0
2022-10-17
x86: Fixup asm-offsets duplicate
Peter Zijlstra (Intel)
1
-1
/
+1
2022-10-17
x86/percpu: Move current_top_of_stack next to current_task
Thomas Gleixner
3
-8
/
+8
2022-10-17
x86/entry: Align SYM_CODE_START() variants
Thomas Gleixner
2
-8
/
+12
2022-10-17
x86/vdso: Ensure all kernel code is seen by objtool
Thomas Gleixner
1
-5
/
+6
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-4
/
+8
2022-10-03
x86: kmsan: disable instrumentation of unsupported code
Alexander Potapenko
1
-0
/
+3
2022-09-26
x86: remove vma linked list walks
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-09-26
treewide: Filter out CC_FLAGS_CFI
Sami Tolvanen
1
-1
/
+2
2022-08-16
x86/entry: Fix entry_INT80_compat for Xen PV guests
Juergen Gross
1
-1
/
+1
2022-08-10
x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments
Nick Desaulniers
1
-1
/
+1
2022-08-06
Merge tag 'x86-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-7
/
+2
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+1
2022-08-04
x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=y
Andrea Righi
3
-7
/
+2
2022-07-14
x86/entry: Remove UNTRAIN_RET from native_irq_return_ldt
Alexandre Chartre
1
-1
/
+0
2022-07-07
x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry
Peter Zijlstra
1
-3
/
+6
2022-06-29
x86/retbleed: Add fine grained Kconfig knobs
Peter Zijlstra
1
-0
/
+4
2022-06-27
x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
Josh Poimboeuf
2
-4
/
+0
2022-06-27
objtool: Add entry UNRET validation
Peter Zijlstra
2
-4
/
+5
2022-06-27
x86/bugs: Add retbleed=ibpb
Peter Zijlstra
2
-1
/
+23
2022-06-27
x86/xen: Add UNTRAIN_RET
Peter Zijlstra
1
-1
/
+7
2022-06-27
x86/entry: Add kernel IBRS implementation
Peter Zijlstra
3
-9
/
+110
2022-06-27
x86: Add magic AMD return-thunk
Peter Zijlstra
2
-0
/
+10
2022-06-27
x86/entry: Avoid very early RET
Peter Zijlstra
1
-10
/
+2
2022-06-27
x86: Use return-thunk in asm code
Peter Zijlstra
1
-0
/
+1
2022-06-27
x86/vsyscall_emu/64: Don't use RET in vsyscall emulation
Peter Zijlstra
1
-3
/
+6
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULE
Thomas Gleixner
1
-1
/
+1
2022-05-24
Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2022-05-23
Merge tag 'x86_vdso_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-05-23
Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-05-23
Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-126
/
+55
2022-05-23
Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+11
2022-05-20
x86/entry: Fixup objtool/ibt validation
Peter Zijlstra
2
-0
/
+6
2022-05-19
x86/entry: Fix register corruption in compat syscall
Josh Poimboeuf
2
-5
/
+5
2022-05-19
x86/sev: Mark the code returning to user space as syscall gap
Lai Jiangshan
2
-0
/
+4
[next]