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
/
entry_32.S
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-31
x86: Use CONFIG_PREEMPTION
Thomas Gleixner
1
-3
/
+3
2019-07-24
x86/entry/32: Pass cr2 to do_async_page_fault()
Matt Mullins
1
-4
/
+9
2019-07-17
x86/mm, tracing: Fix CR2 corruption
Peter Zijlstra
1
-3
/
+22
2019-07-17
x86/entry/32: Simplify common_exception
Peter Zijlstra
1
-23
/
+13
2019-07-09
x86/entry/32: Fix ENDPROC of common_spurious
Jiri Slaby
1
-1
/
+1
2019-07-08
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-40
/
+105
2019-07-03
x86/irq: Seperate unused system vectors from spurious entry again
Thomas Gleixner
1
-0
/
+24
2019-06-25
x86/stackframe/32: Provide consistent pt_regs
Peter Zijlstra
1
-10
/
+95
2019-06-25
x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.h
Peter Zijlstra
1
-16
/
+0
2019-06-25
x86/entry/32: Clean up return from interrupt preemption path
Peter Zijlstra
1
-14
/
+10
2019-05-06
Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+1
2019-04-05
x86/entry: Remove unneeded need_resched() loop
Valentin Schneider
1
-2
/
+1
2019-04-03
sched/x86: Save [ER]FLAGS on context switch
Peter Zijlstra
1
-0
/
+2
2018-11-01
Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+7
2018-10-23
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+5
2018-10-17
x86/entry/32: Clear the CS high bits
Jan Kiszka
1
-6
/
+7
2018-09-04
x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls
Alexander Popov
1
-0
/
+7
2018-09-03
x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrella
Juergen Gross
1
-3
/
+5
2018-07-20
x86/entry/32: Check for VM86 mode in slow-path check
Joerg Roedel
1
-2
/
+10
2018-07-20
x86/entry/32: Add debug code to check entry/exit CR3
Joerg Roedel
1
-0
/
+43
2018-07-20
x86/entry/32: Add PTI CR3 switches to NMI handler code
Joerg Roedel
1
-6
/
+33
2018-07-20
x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
Joerg Roedel
1
-4
/
+82
2018-07-20
x86/entry/32: Simplify debug entry point
Joerg Roedel
1
-32
/
+3
2018-07-20
x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
Joerg Roedel
1
-1
/
+115
2018-07-20
x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
Joerg Roedel
1
-4
/
+11
2018-07-20
x86/entry/32: Leave the kernel via trampoline stack
Joerg Roedel
1
-2
/
+77
2018-07-20
x86/entry/32: Enter the kernel via trampoline stack
Joerg Roedel
1
-20
/
+99
2018-07-20
x86/entry/32: Split off return-to-kernel path
Joerg Roedel
1
-3
/
+8
2018-07-20
x86/entry/32: Unshare NMI return path
Joerg Roedel
1
-2
/
+6
2018-07-20
x86/entry/32: Put ESPFIX code into a macro
Joerg Roedel
1
-48
/
+49
2018-07-20
x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
Joerg Roedel
1
-1
/
+1
2018-06-26
x86/entry/32: Add explicit 'l' instruction suffix
Jan Beulich
1
-1
/
+1
2018-06-14
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
1
-1
/
+1
2018-03-06
Drivers: hv: vmbus: Implement Direct Mode for stimer0
Michael Kelley
1
-0
/
+3
2018-02-20
Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
David Woodhouse
1
-2
/
+1
2018-02-10
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+3
2018-02-05
membarrier/x86: Provide core serializing command
Mathieu Desnoyers
1
-0
/
+5
2018-01-30
x86/hyperv: Reenlightenment notifications support
Vitaly Kuznetsov
1
-0
/
+3
2018-01-27
x86/retpoline: Simplify vmexit_fill_RSB()
Borislav Petkov
1
-1
/
+2
2018-01-15
x86/retpoline: Fill RSB on context switch for affected CPUs
David Woodhouse
1
-0
/
+11
2018-01-12
x86/retpoline/entry: Convert entry assembler indirect jumps
David Woodhouse
1
-2
/
+3
2017-12-22
x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stack
Dave Hansen
1
-6
/
+6
2017-12-17
x86/entry/64: Make cpu_entry_area.tss read-only
Andy Lutomirski
1
-2
/
+2
2017-12-17
x86/entry: Clean up the SYSENTER_stack code
Andy Lutomirski
1
-2
/
+2
2017-12-17
x86/entry: Remap the TSS into the CPU entry area
Andy Lutomirski
1
-2
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-10
x86/unwind: Use MSB for frame pointer encoding on 32-bit
Josh Poimboeuf
1
-2
/
+2
2017-08-29
x86/idt: Remove the tracing IDT completely
Thomas Gleixner
1
-10
/
+2
2017-08-29
x86/traps: Simplify pagefault tracing logic
Thomas Gleixner
1
-8
/
+0
2017-05-24
Revert "x86/entry: Fix the end of the stack for newly forked tasks"
Josh Poimboeuf
1
-11
/
+19
[next]