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
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-30
x86: Change {JMP,CALL}_NOSPEC argument
Peter Zijlstra
11
-35
/
+35
2020-04-30
x86: Simplify retpoline declaration
Peter Zijlstra
3
-40
/
+48
2020-04-30
x86/speculation: Change FILL_RETURN_BUFFER to work with objtool
Peter Zijlstra
1
-6
/
+10
2020-04-30
x86,smap: Fix smap_{save,restore}() alternatives
Peter Zijlstra
1
-3
/
+8
2020-04-30
x86/mm/cpa: Flush direct map alias during cpa
Rick Edgecombe
1
-4
/
+8
2020-04-30
Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-next/asm
Will Deacon
9
-26
/
+4
2020-04-30
crypto: arch/nhpoly1305 - process in explicit 4k chunks
Jason A. Donenfeld
2
-2
/
+2
2020-04-30
crypto: arch/lib - limit simd usage to 4k chunks
Jason A. Donenfeld
3
-16
/
+21
2020-04-28
Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Daniel Borkmann
1
-2
/
+1
2020-04-28
x86/tboot: Mark tboot static
Christoph Hellwig
1
-2
/
+6
2020-04-27
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
2
-2
/
+12
2020-04-27
x86/setup: Add an initrdmem= option to specify initrd physical address
Ronald G. Minnich
1
-0
/
+6
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-2
/
+1
2020-04-26
x86/cpu: Export native_write_cr4() only when CONFIG_LKTDM=m
Thomas Gleixner
1
-0
/
+2
2020-04-26
x86/tlb: Restrict access to tlbstate
Thomas Gleixner
2
-48
/
+49
2020-04-26
x86/tlb: Move PCID helpers where they are used
Thomas Gleixner
2
-127
/
+126
2020-04-26
x86/tlb: Uninline nmi_uaccess_okay()
Thomas Gleixner
2
-32
/
+33
2020-04-26
x86/tlb: Move cr4_set_bits_and_update_boot() to the usage site
Thomas Gleixner
2
-14
/
+13
2020-04-26
x86/tlb: Move paravirt_tlb_remove_table() to the usage site
Thomas Gleixner
2
-5
/
+8
2020-04-26
x86/tlb: Move __flush_tlb_all() out of line
Thomas Gleixner
2
-29
/
+23
2020-04-26
x86/tlb: Move flush_tlb_others() out of line
Thomas Gleixner
3
-10
/
+17
2020-04-26
x86/tlb: Move __flush_tlb_one_kernel() out of line
Thomas Gleixner
8
-47
/
+40
2020-04-26
x86/tlb: Move __flush_tlb_one_user() out of line
Thomas Gleixner
5
-58
/
+59
2020-04-26
x86/tlb: Move __flush_tlb_global() out of line
Thomas Gleixner
4
-45
/
+44
2020-04-26
x86/tlb: Move __flush_tlb() out of line
Thomas Gleixner
7
-36
/
+45
2020-04-25
Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-14
/
+33
2020-04-25
Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2020-04-25
x86/mm: unencrypted non-blocking DMA allocations use coherent pools
David Rientjes
1
-0
/
+1
2020-04-25
x86/unwind/orc: Fix premature unwind stoppage due to IRET frames
Josh Poimboeuf
3
-14
/
+43
2020-04-25
x86/unwind/orc: Fix error path for bad ORC entry type
Josh Poimboeuf
1
-1
/
+1
2020-04-25
x86/unwind/orc: Prevent unwinding before ORC initialization
Josh Poimboeuf
1
-3
/
+3
2020-04-25
x86/unwind/orc: Don't skip the first frame for inactive tasks
Miroslav Benes
1
-1
/
+1
2020-04-25
x86/unwind: Prevent false warnings for non-current tasks
Josh Poimboeuf
3
-18
/
+28
2020-04-25
x86/unwind/orc: Convert global variables to static
Josh Poimboeuf
1
-5
/
+5
2020-04-25
x86/entry/64: Fix unwind hints in rewind_stack_do_exit()
Jann Horn
1
-1
/
+1
2020-04-25
x86/entry/64: Fix unwind hints in __switch_to_asm()
Josh Poimboeuf
1
-3
/
+2
2020-04-25
x86/entry/64: Fix unwind hints in kernel exit path
Josh Poimboeuf
1
-1
/
+2
2020-04-25
x86/entry/64: Fix unwind hints in register clearing code
Josh Poimboeuf
1
-19
/
+21
2020-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-9
/
+37
2020-04-24
bpf, x86_32: Fix logic error in BPF_LDX zero-extension
Wang YanQing
1
-1
/
+1
2020-04-24
bpf, x86_32: Fix clobbering of dst for BPF_JSET
Luke Nelson
1
-4
/
+18
2020-04-24
bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension
Luke Nelson
1
-1
/
+3
2020-04-24
Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2
-60
/
+68
2020-04-24
x86/alternatives: Move temporary_mm helpers into C
Thomas Gleixner
2
-55
/
+55
2020-04-24
x86/cr4: Sanitize CR4.PCE update
Thomas Gleixner
3
-22
/
+25
2020-04-24
KVM: SVM: do not allow VMRUN inside SMM
Paolo Bonzini
1
-1
/
+5
2020-04-24
KVM: nVMX: Store vmcs.EXIT_QUALIFICATION as an unsigned long, not u32
Sean Christopherson
1
-1
/
+2
2020-04-24
x86/cpu: Uninline CR4 accessors
Thomas Gleixner
3
-32
/
+38
2020-04-24
x86/tlb: Uninline __get_current_cr3_fast()
Thomas Gleixner
2
-18
/
+21
2020-04-24
efi: Clean up config table description arrays
Ard Biesheuvel
1
-4
/
+4
[prev]
[next]