index
:
mirrors/kernel.org/tip.git
WIP.core/stacktrace
WIP.fixes
WIP.irq
WIP.locking/core
WIP.sched/core
WIP.vdso
WIP.x86/alternatives
WIP.x86/boot
WIP.x86/core
WIP.x86/cpu
WIP.x86/debug
WIP.x86/fpu
WIP.x86/hpet
WIP.x86/ipi
WIP.x86/paravirt
WIP.x86/pti
WIP.x86/stackguards
WIP.x86/timers
WIP.x86/vdso
atomic/core
auto-latest
core-core-for-linus
core-debugobjects-for-linus
core-headers-for-linus
core-mm-for-linus
core-objtool-for-linus
core-rcu-for-linus
core-rseq-for-linus
core-speculation-for-linus
core-stacktrace-for-linus
core-urgent-for-linus
core/core
core/debug
core/debugobjects
core/headers
core/mm
core/objtool
core/printk
core/rcu
core/rseq
core/rslib
core/speculation
core/stacktrace
core/urgent
efi-core-for-linus
efi-urgent-for-linus
efi/core
efi/irqchip
efi/urgent
for-vfs
for-vfs-merged
irq-core-for-linus
irq-urgent-for-linus
irq/core
irq/for-block
irq/urgent
locking-core-for-linus
locking-urgent-for-linus
locking/atomics
locking/core
locking/urgent
master
perf-core-for-linus
perf-urgent-for-linus
perf/core
perf/urgent
ras-core-for-linus
ras-urgent-for-linus
ras/core
ras/urgent
sched-core-for-linus
sched-urgent-for-linus
sched-wait-for-linus
sched/core
sched/urgent
sched/wait
smp-hotplug-for-linus
smp-urgent-for-linus
smp/hotplug
smp/urgent
timers-2038-for-linus
timers-core-for-linus
timers-urgent-for-linus
timers/2038
timers/core
timers/nohz
timers/urgent
timers/vdso
tip
tmp.tmp
x86-alternatives-for-linus
x86-amd-nb-for-linus
x86-apic-for-linus
x86-asm-for-linus
x86-boot-for-linus
x86-build-for-linus
x86-cache-for-linus
x86-cleanups-for-linus
x86-cpu-for-linus
x86-dax-for-linus
x86-debug-for-linus
x86-dma-for-linus
x86-entry-for-linus
x86-fpu-for-linus
x86-grub2-for-linus
x86-hyperv-for-linus
x86-irq-for-linus
x86-kdump-for-linus
x86-microcode-for-linus
x86-mm-for-linus
x86-paravirt-for-linus
x86-platform-for-linus
x86-pti-for-linus
x86-pti-urgent-for-linus
x86-timers-for-linus
x86-topology-for-linus
x86-urgent-for-linus
x86-uv-for-linus
x86-vdso-for-linus
x86/alternatives
x86/amd-nb
x86/apic
x86/asm
x86/boot
x86/build
x86/cache
x86/cleanups
x86/core
x86/cpu
x86/dax
x86/debug
x86/dma
x86/early-printk
x86/entry
x86/fpu
x86/grub2
x86/hyperv
x86/irq
x86/kaslr
x86/kdump
x86/microcode
x86/mm
x86/mpx
x86/olpc
x86/paravirt
x86/platform
x86/pti
x86/pti-urgent
x86/timers
x86/topology
x86/urgent
x86/uv
x86/vdso
Unnamed repository; edit this file 'description' to name the repository.
git mirror robot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
entry_32.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/irq: Seperate unused system vectors from spurious entry again
WIP.irq
Thomas Gleixner
2019-06-28
1
-0
/
+24
*
Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-05-06
1
-2
/
+1
|
\
|
*
x86/entry: Remove unneeded need_resched() loop
x86-entry-for-linus
Valentin Schneider
2019-04-05
1
-2
/
+1
*
|
sched/x86: Save [ER]FLAGS on context switch
Peter Zijlstra
2019-04-03
1
-0
/
+2
|
/
*
Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-11-01
1
-0
/
+7
|
\
|
*
x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls
Alexander Popov
2018-09-04
1
-0
/
+7
*
|
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-10-23
1
-3
/
+5
|
\
\
|
*
|
x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrella
Juergen Gross
2018-09-03
1
-3
/
+5
|
|
/
*
/
x86/entry/32: Clear the CS high bits
Jan Kiszka
2018-10-17
1
-6
/
+7
|
/
*
x86/entry/32: Check for VM86 mode in slow-path check
Joerg Roedel
2018-07-20
1
-2
/
+10
*
x86/entry/32: Add debug code to check entry/exit CR3
Joerg Roedel
2018-07-20
1
-0
/
+43
*
x86/entry/32: Add PTI CR3 switches to NMI handler code
Joerg Roedel
2018-07-20
1
-6
/
+33
*
x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
Joerg Roedel
2018-07-20
1
-4
/
+82
*
x86/entry/32: Simplify debug entry point
Joerg Roedel
2018-07-20
1
-32
/
+3
*
x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
Joerg Roedel
2018-07-20
1
-1
/
+115
*
x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
Joerg Roedel
2018-07-20
1
-4
/
+11
*
x86/entry/32: Leave the kernel via trampoline stack
Joerg Roedel
2018-07-20
1
-2
/
+77
*
x86/entry/32: Enter the kernel via trampoline stack
Joerg Roedel
2018-07-20
1
-20
/
+99
*
x86/entry/32: Split off return-to-kernel path
Joerg Roedel
2018-07-20
1
-3
/
+8
*
x86/entry/32: Unshare NMI return path
Joerg Roedel
2018-07-20
1
-2
/
+6
*
x86/entry/32: Put ESPFIX code into a macro
Joerg Roedel
2018-07-20
1
-48
/
+49
*
x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
Joerg Roedel
2018-07-20
1
-1
/
+1
*
x86/entry/32: Add explicit 'l' instruction suffix
Jan Beulich
2018-06-26
1
-1
/
+1
*
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
2018-06-14
1
-1
/
+1
*
Drivers: hv: vmbus: Implement Direct Mode for stimer0
Michael Kelley
2018-03-06
1
-0
/
+3
*
Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
David Woodhouse
2018-02-20
1
-2
/
+1
*
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-02-10
1
-0
/
+3
|
\
|
*
x86/hyperv: Reenlightenment notifications support
Vitaly Kuznetsov
2018-01-30
1
-0
/
+3
*
|
membarrier/x86: Provide core serializing command
Mathieu Desnoyers
2018-02-05
1
-0
/
+5
|
/
*
x86/retpoline: Simplify vmexit_fill_RSB()
Borislav Petkov
2018-01-27
1
-1
/
+2
*
x86/retpoline: Fill RSB on context switch for affected CPUs
David Woodhouse
2018-01-15
1
-0
/
+11
*
x86/retpoline/entry: Convert entry assembler indirect jumps
David Woodhouse
2018-01-12
1
-2
/
+3
*
x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stack
Dave Hansen
2017-12-22
1
-6
/
+6
*
x86/entry/64: Make cpu_entry_area.tss read-only
Andy Lutomirski
2017-12-17
1
-2
/
+2
*
x86/entry: Clean up the SYSENTER_stack code
Andy Lutomirski
2017-12-17
1
-2
/
+2
*
x86/entry: Remap the TSS into the CPU entry area
Andy Lutomirski
2017-12-17
1
-2
/
+4
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
x86/unwind: Use MSB for frame pointer encoding on 32-bit
Josh Poimboeuf
2017-10-10
1
-2
/
+2
*
x86/idt: Remove the tracing IDT completely
Thomas Gleixner
2017-08-29
1
-10
/
+2
*
x86/traps: Simplify pagefault tracing logic
Thomas Gleixner
2017-08-29
1
-8
/
+0
*
Revert "x86/entry: Fix the end of the stack for newly forked tasks"
Josh Poimboeuf
2017-05-24
1
-11
/
+19
*
x86/ftrace: Move the ftrace specific code out of entry_32.S
Steven Rostedt (VMware)
2017-03-24
1
-169
/
+0
*
x86/entry/32: Relax a pvops stub clobber specification
Jan Beulich
2017-03-01
1
-1
/
+1
*
x86/entry: Fix the end of the stack for newly forked tasks
Josh Poimboeuf
2017-01-12
1
-19
/
+11
*
Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2016-12-15
1
-2
/
+2
|
\
|
*
ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps ...
Steven Rostedt (Red Hat)
2016-12-09
1
-2
/
+2
*
|
x86/entry/unwind: Create stack frames for saved interrupt registers
Josh Poimboeuf
2016-10-21
1
-4
/
+29
*
|
x86/entry/32: Fix the end of the stack for newly forked tasks
Josh Poimboeuf
2016-10-20
1
-3
/
+19
*
|
x86/entry/32: Rename 'error_code' to 'common_exception'
Josh Poimboeuf
2016-10-20
1
-20
/
+23
*
|
x86/entry/32, x86/boot/32: Use local labels
Josh Poimboeuf
2016-10-20
1
-21
/
+22
|
/
[next]