index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/entry: Convert Device not available exception to IDTENTRY
Thomas Gleixner
2020-06-11
8
-20
/
+6
*
x86/entry: Convert Invalid Opcode exception to IDTENTRY
Thomas Gleixner
2020-06-11
9
-16
/
+25
*
x86/entry: Convert Bounds exception to IDTENTRY
Thomas Gleixner
2020-06-11
8
-19
/
+8
*
x86/entry: Convert Overflow exception to IDTENTRY
Thomas Gleixner
2020-06-11
8
-15
/
+9
*
x86/entry: Convert Divide Error to IDTENTRY
Thomas Gleixner
2020-06-11
8
-15
/
+26
*
x86/traps: Prepare for using DEFINE_IDTENTRY
Thomas Gleixner
2020-06-11
1
-0
/
+15
*
x86/entry/common: Provide idtentry_enter/exit()
Thomas Gleixner
2020-06-11
2
-0
/
+102
*
x86/idtentry: Provide macros to define/declare IDT entry points
Thomas Gleixner
2020-06-11
4
-1
/
+80
*
x86/entry/32: Provide macro to emit IDT entry stubs
Thomas Gleixner
2020-06-11
1
-0
/
+68
*
x86/entry/64: Provide sane error entry/exit
Thomas Gleixner
2020-06-11
1
-3
/
+19
*
x86/entry: Distangle idtentry
Thomas Gleixner
2020-06-11
1
-183
/
+220
*
x86/entry/64: Reorder idtentries
Thomas Gleixner
2020-06-11
1
-19
/
+17
*
x86/traps: Split trap numbers out in a separate header
Thomas Gleixner
2020-06-11
2
-25
/
+32
*
x86/traps: Make interrupt enable/disable symmetric in C code
Thomas Gleixner
2020-06-11
2
-11
/
+32
*
x86/entry/64: Use native swapgs in asm_load_gs_index()
Thomas Gleixner
2020-06-11
1
-3
/
+3
*
x86/entry: Disable interrupts for native_load_gs_index() in C code
Thomas Gleixner
2020-06-11
2
-10
/
+15
*
x86/traps: Mark sync_regs() noinstr
Thomas Gleixner
2020-06-11
1
-2
/
+1
*
x86/traps: Mark fixup_bad_iret() noinstr
Thomas Gleixner
2020-06-11
1
-7
/
+9
*
x86/entry: Make entry_64_compat.S objtool clean
Peter Zijlstra
2020-06-11
2
-7
/
+20
*
x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline
Thomas Gleixner
2020-06-11
1
-2
/
+2
*
x86/entry: Move irq flags tracing to prepare_exit_to_usermode()
Thomas Gleixner
2020-06-11
4
-22
/
+27
*
x86/entry: Move irq tracing on syscall entry to C-code
Thomas Gleixner
2020-06-11
4
-34
/
+19
*
x86/entry/common: Protect against instrumentation
Thomas Gleixner
2020-06-11
1
-44
/
+89
*
x86/entry: Mark enter_from_user_mode() noinstr
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86/entry/32: Move non entry code into .text section
Thomas Gleixner
2020-06-11
1
-0
/
+9
*
x86/entry/64: Move non entry code into .text section
Thomas Gleixner
2020-06-11
2
-5
/
+15
*
x86/idt: Remove update_intr_gate()
Thomas Gleixner
2020-06-11
2
-9
/
+0
*
bug: Annotate WARN/BUG/stackfail as noinstr safe
Thomas Gleixner
2020-06-11
1
-0
/
+3
*
x86/entry: Exclude low level entry code from sanitizing
Peter Zijlstra
2020-06-11
1
-0
/
+8
*
x86/entry: Remove the unused LOCKDEP_SYSEXIT cruft
Thomas Gleixner
2020-06-11
2
-29
/
+0
*
x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n
Thomas Gleixner
2020-06-11
1
-0
/
+2
*
x86/doublefault: Remove memmove() call
Peter Zijlstra
2020-06-11
1
-1
/
+6
*
x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_area
Andy Lutomirski
2020-06-11
1
-0
/
+25
*
x86/idt: Keep spurious entries unset in system_vectors
Vitaly Kuznetsov
2020-06-11
1
-1
/
+5
*
x86/idt: Annotate alloc_intr_gate() with __init
Vitaly Kuznetsov
2020-06-11
1
-3
/
+13
*
x86/xen: Split HVM vector callback setup and interrupt gate allocation
Vitaly Kuznetsov
2020-06-11
2
-2
/
+2
*
x86/idt: Remove address operator on function machine_check()
Lai Jiangshan
2020-06-11
1
-2
/
+2
*
x86/entry/64: Remove unneeded kernel CR3 switching
Lai Jiangshan
2020-06-11
1
-1
/
+0
*
x86/entry/64: Remove an unused label
Lai Jiangshan
2020-06-11
1
-1
/
+0
*
locking/atomics: Flip fallbacks and instrumentation
Peter Zijlstra
2020-06-11
4
-10
/
+37
*
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-11
3
-26
/
+23
|
\
|
*
x86: kvm_hv_set_msr(): use __put_user() instead of 32bit __clear_user()
Al Viro
2020-06-03
1
-1
/
+1
|
*
TEST_ACCESS_OK _never_ had been checked anywhere
Al Viro
2020-06-03
1
-7
/
+0
|
*
x86: switch cp_stat64() to unsafe_put_user()
Al Viro
2020-06-03
1
-18
/
+22
*
|
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-06-10
3
-22
/
+26
|
\
\
|
*
|
arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macros
Will Deacon
2020-04-16
1
-8
/
+8
|
*
|
arm64: csum: Disable KASAN for do_csum()
Will Deacon
2020-04-15
1
-8
/
+12
|
*
|
compiler/gcc: Raise minimum GCC version for kernel builds to 4.8
Will Deacon
2020-04-15
1
-6
/
+6
|
|
/
*
|
arch/powerpc/mm/pgtable.c: another missed conversion
Andrew Morton
2020-06-10
1
-1
/
+1
*
|
Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-06-10
5
-4
/
+64
|
\
\
[next]