index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
entry_32.S
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/entry/32: Remove unused 'restore_all_notrace' local label
Borislav Petkov
2019-11-27
1
-1
/
+0
*
x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bit
Andy Lutomirski
2019-11-26
1
-0
/
+42
*
Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-11-26
1
-1
/
+7
|
\
|
*
x86/entry/32: Clarify register saving in __switch_to_asm()
Thomas Gleixner
2019-11-16
1
-1
/
+7
*
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-11-26
1
-80
/
+80
|
\
\
|
*
|
x86/entry/32: Remove unused resume_userspace label
Thomas Gleixner
2019-11-16
1
-1
/
+0
|
*
|
x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2019-10-18
1
-12
/
+12
|
*
|
x86/asm/32: Change all ENTRY+END to SYM_CODE_*
Jiri Slaby
2019-10-18
1
-52
/
+52
|
*
|
x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*
Jiri Slaby
2019-10-18
1
-1
/
+2
|
*
|
x86/asm: Remove the last GLOBAL user and remove the macro
Jiri Slaby
2019-10-18
1
-2
/
+2
|
*
|
x86/asm/entry: Annotate interrupt symbols properly
Jiri Slaby
2019-10-18
1
-14
/
+14
|
|
/
*
|
x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3
Andy Lutomirski
2019-11-25
1
-3
/
+18
*
|
x86/entry/32: Fix NMI vs ESPFIX
Peter Zijlstra
2019-11-21
1
-12
/
+41
*
|
x86/entry/32: Unwind the ESPFIX stack earlier on exception entry
Andy Lutomirski
2019-11-21
1
-14
/
+16
*
|
x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL
Andy Lutomirski
2019-11-21
1
-31
/
+35
*
|
x86/entry/32: Use %ss segment where required
Andy Lutomirski
2019-11-21
1
-5
/
+14
*
|
x86/entry/32: Fix IRET exception
Peter Zijlstra
2019-11-21
1
-1
/
+1
*
|
x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout
Jan Beulich
2019-11-19
1
-13
/
+9
*
|
x86/stackframe/32: Repair 32-bit Xen PV
Jan Beulich
2019-11-19
1
-2
/
+2
|
/
*
x86: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-07-31
1
-3
/
+3
*
x86/entry/32: Pass cr2 to do_async_page_fault()
Matt Mullins
2019-07-24
1
-4
/
+9
*
x86/mm, tracing: Fix CR2 corruption
Peter Zijlstra
2019-07-17
1
-3
/
+22
*
x86/entry/32: Simplify common_exception
Peter Zijlstra
2019-07-17
1
-23
/
+13
*
x86/entry/32: Fix ENDPROC of common_spurious
Jiri Slaby
2019-07-09
1
-1
/
+1
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-07-09
1
-40
/
+105
|
\
|
*
x86/stackframe/32: Provide consistent pt_regs
Peter Zijlstra
2019-06-25
1
-10
/
+95
|
*
x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.h
Peter Zijlstra
2019-06-25
1
-16
/
+0
|
*
x86/entry/32: Clean up return from interrupt preemption path
Peter Zijlstra
2019-06-25
1
-14
/
+10
*
|
x86/irq: Seperate unused system vectors from spurious entry again
Thomas Gleixner
2019-07-03
1
-0
/
+24
|
/
*
Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-05-07
1
-2
/
+1
|
\
|
*
x86/entry: Remove unneeded need_resched() loop
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
[next]