index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-11
x86/idtentry: Provide macros to define/declare IDT entry points
Thomas Gleixner
4
-1
/
+80
2020-06-11
x86/entry/32: Provide macro to emit IDT entry stubs
Thomas Gleixner
1
-0
/
+68
2020-06-11
x86/entry/64: Provide sane error entry/exit
Thomas Gleixner
1
-3
/
+19
2020-06-11
x86/entry: Distangle idtentry
Thomas Gleixner
1
-182
/
+219
2020-06-11
x86/entry/64: Reorder idtentries
Thomas Gleixner
1
-19
/
+17
2020-06-11
x86/traps: Split trap numbers out in a separate header
Thomas Gleixner
2
-25
/
+32
2020-06-11
x86/traps: Make interrupt enable/disable symmetric in C code
Thomas Gleixner
2
-11
/
+32
2020-06-11
x86/entry/64: Use native swapgs in asm_load_gs_index()
Thomas Gleixner
1
-3
/
+3
2020-06-11
x86/entry: Disable interrupts for native_load_gs_index() in C code
Thomas Gleixner
2
-10
/
+15
2020-06-11
x86/traps: Mark sync_regs() noinstr
Thomas Gleixner
1
-2
/
+1
2020-06-11
x86/traps: Mark fixup_bad_iret() noinstr
Thomas Gleixner
1
-7
/
+9
2020-06-11
x86/entry: Make entry_64_compat.S objtool clean
Peter Zijlstra
2
-7
/
+20
2020-06-11
x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline
Thomas Gleixner
1
-2
/
+2
2020-06-11
x86/entry: Move irq flags tracing to prepare_exit_to_usermode()
Thomas Gleixner
4
-22
/
+27
2020-06-11
x86/entry: Move irq tracing on syscall entry to C-code
Thomas Gleixner
4
-34
/
+19
2020-06-11
x86/entry/common: Protect against instrumentation
Thomas Gleixner
1
-44
/
+89
2020-06-11
x86/entry: Mark enter_from_user_mode() noinstr
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry/32: Move non entry code into .text section
Thomas Gleixner
1
-0
/
+9
2020-06-11
x86/entry/64: Move non entry code into .text section
Thomas Gleixner
2
-5
/
+15
2020-06-11
x86/idt: Remove update_intr_gate()
Thomas Gleixner
2
-9
/
+0
2020-06-11
bug: Annotate WARN/BUG/stackfail as noinstr safe
Thomas Gleixner
1
-0
/
+3
2020-06-11
x86/entry: Exclude low level entry code from sanitizing
Peter Zijlstra
1
-0
/
+8
2020-06-11
x86/entry: Remove the unused LOCKDEP_SYSEXIT cruft
Thomas Gleixner
2
-29
/
+0
2020-06-11
x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n
Thomas Gleixner
1
-0
/
+2
2020-06-11
x86/doublefault: Remove memmove() call
Peter Zijlstra
1
-1
/
+6
2020-06-11
x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_area
Andy Lutomirski
1
-0
/
+25
2020-06-11
x86/idt: Keep spurious entries unset in system_vectors
Vitaly Kuznetsov
1
-1
/
+5
2020-06-11
x86/idt: Annotate alloc_intr_gate() with __init
Vitaly Kuznetsov
1
-3
/
+13
2020-06-11
x86/xen: Split HVM vector callback setup and interrupt gate allocation
Vitaly Kuznetsov
2
-2
/
+2
2020-06-11
x86/idt: Remove address operator on function machine_check()
Lai Jiangshan
1
-2
/
+2
2020-06-11
x86/entry/64: Remove unneeded kernel CR3 switching
Lai Jiangshan
1
-1
/
+0
2020-06-11
x86/entry/64: Remove an unused label
Lai Jiangshan
1
-1
/
+0
2020-06-11
arm64: warn on incorrect placement of the kernel by the bootloader
Ard Biesheuvel
2
-1
/
+6
2020-06-11
kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables
Denis Efremov
4
-7
/
+7
2020-06-11
locking/atomics: Flip fallbacks and instrumentation
Peter Zijlstra
4
-10
/
+37
2020-06-10
riscv: set the permission of vdso_data to read-only
Vincent Chen
1
-2
/
+14
2020-06-10
riscv: use vDSO common flow to reduce the latency of the time-related functions
Vincent Chen
16
-69
/
+199
2020-06-10
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
1
-2
/
+2
2020-06-10
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-26
/
+23
2020-06-10
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux
Linus Torvalds
3
-22
/
+26
2020-06-10
arch/powerpc/mm/pgtable.c: another missed conversion
Andrew Morton
1
-1
/
+1
2020-06-10
Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
5
-4
/
+64
2020-06-10
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
20
-474
/
+19
2020-06-10
Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
Linus Torvalds
2
-4
/
+4
2020-06-10
Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/next
Marc Zyngier
11
-85
/
+111
2020-06-10
KVM: arm64: Move hyp_symbol_addr() to kvm_asm.h
Marc Zyngier
2
-20
/
+20
2020-06-10
arch/sparc/mm/srmmu.c: fix build
Andrew Morton
1
-10
/
+0
2020-06-10
KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception
Marc Zyngier
1
-0
/
+28
2020-06-10
KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts
Marc Zyngier
1
-2
/
+4
2020-06-10
arm64: acpi: fix UBSAN warning
Nick Desaulniers
1
-2
/
+3
[prev]
[next]