index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
x86/entry: Move SYSENTER_stack to the beginning of struct tss_struct
Andy Lutomirski
2017-12-17
2
-9
/
+33
|
|
*
|
|
x86/dumpstack: Handle stack overflow on all stacks
Andy Lutomirski
2017-12-17
1
-10
/
+14
|
|
*
|
|
x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
Andy Lutomirski
2017-12-17
6
-33
/
+37
|
|
*
|
|
x86/kasan/64: Teach KASAN about the cpu_entry_area
Andy Lutomirski
2017-12-17
1
-1
/
+17
|
|
*
|
|
x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...
Andy Lutomirski
2017-12-17
4
-18
/
+44
|
|
*
|
|
x86/entry/gdt: Put per-CPU GDT remaps in ascending order
Andy Lutomirski
2017-12-17
1
-1
/
+1
|
|
*
|
|
x86/dumpstack: Add get_stack_info() support for the SYSENTER stack
Andy Lutomirski
2017-12-17
4
-0
/
+34
|
|
*
|
|
x86/entry/64: Allocate and enable the SYSENTER stack
Andy Lutomirski
2017-12-17
7
-14
/
+10
|
|
*
|
|
x86/irq/64: Print the offending IP in the stack overflow warning
Andy Lutomirski
2017-12-17
1
-2
/
+2
|
|
*
|
|
x86/irq: Remove an old outdated comment about context tracking races
Andy Lutomirski
2017-12-17
1
-12
/
+0
|
|
*
|
|
x86/unwinder: Handle stack overflows more gracefully
Josh Poimboeuf
2017-12-17
5
-60
/
+65
|
|
*
|
|
x86/unwinder/orc: Dont bail on stack overflow
Andy Lutomirski
2017-12-17
1
-2
/
+12
|
|
*
|
|
x86/entry/64/paravirt: Use paravirt-safe macro to access eflags
Boris Ostrovsky
2017-12-17
4
-3
/
+19
|
|
*
|
|
x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow
Andrey Ryabinin
2017-12-17
2
-8
/
+137
|
|
*
|
|
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
2017-12-17
3
-4
/
+4
|
|
*
|
|
perf/x86: Enable free running PEBS for REGS_USER/INTR
Andi Kleen
2017-12-17
2
-1
/
+27
|
|
*
|
|
x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD
Rudolf Marek
2017-12-17
2
-2
/
+6
|
|
*
|
|
x86/cpufeature: Add User-Mode Instruction Prevention definitions
Ricardo Neri
2017-12-17
1
-0
/
+1
|
|
*
|
|
Merge commit 'upstream-x86-virt' into WIP.x86/mm
Ingo Molnar
2017-12-17
13
-83
/
+109
|
|
|
\
\
\
|
|
*
\
\
\
Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.base
Ingo Molnar
2017-12-17
1
-0
/
+6
|
|
|
\
\
\
\
|
|
*
\
\
\
\
Merge branch 'upstream-x86-selftests' into WIP.x86/pti.base
Ingo Molnar
2017-12-17
10
-424
/
+439
|
|
|
\
\
\
\
\
|
|
*
\
\
\
\
\
Merge commit 'upstream-x86-entry' into WIP.x86/mm
Ingo Molnar
2017-12-17
47
-349
/
+540
|
|
|
\
\
\
\
\
\
*
|
|
\
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2017-12-18
5
-4
/
+69
|
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
2017-12-17
1
-3
/
+44
|
*
|
|
|
|
|
|
|
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
2017-12-17
1
-1
/
+1
|
*
|
|
|
|
|
|
|
bpf: add a bpf_override_function helper
Josef Bacik
2017-12-12
4
-0
/
+24
*
|
|
|
|
|
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-12-15
13
-75
/
+150
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
x86/decoder: Fix and update the opcodes map
Randy Dunlap
2017-12-15
1
-2
/
+11
|
*
|
|
|
|
|
|
|
|
x86/power: Make restore_processor_context() sane
Andy Lutomirski
2017-12-15
3
-41
/
+62
|
*
|
|
|
|
|
|
|
|
x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()
Andy Lutomirski
2017-12-15
1
-6
/
+3
|
*
|
|
|
|
|
|
|
|
x86/power/64: Use struct desc_ptr for the IDT in struct saved_context
Andy Lutomirski
2017-12-15
2
-12
/
+2
|
*
|
|
|
|
|
|
|
|
x86/unwinder/guess: Prevent using CONFIG_UNWINDER_GUESS=y with CONFIG_STACKDE...
Andrey Ryabinin
2017-12-11
1
-0
/
+1
|
*
|
|
|
|
|
|
|
|
x86/build: Don't verify mtools configuration file for isoimage
Changbin Du
2017-12-11
1
-1
/
+3
|
*
|
|
|
|
|
|
|
|
x86/mm/kmmio: Fix mmiotrace for page unaligned addresses
Karol Herbst
2017-12-11
2
-7
/
+9
|
*
|
|
|
|
|
|
|
|
x86/boot/compressed/64: Print error if 5-level paging is not supported
Kirill A. Shutemov
2017-12-07
1
-0
/
+16
|
*
|
|
|
|
|
|
|
|
x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
Kirill A. Shutemov
2017-12-07
3
-4
/
+41
|
*
|
|
|
|
|
|
|
|
x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculation
Prarit Bhargava
2017-12-07
1
-2
/
+2
*
|
|
|
|
|
|
|
|
|
Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-12-15
1
-1
/
+1
|
\
\
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
x86/Xen: don't report ancient LAPIC version
Jan Beulich
2017-12-12
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-12-15
1
-6
/
+21
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
x86/PCI: Only enable a 64bit BAR on single-socket AMD Family 15h
Christian König
2017-12-06
1
-5
/
+15
|
*
|
|
|
|
|
|
|
|
|
x86/PCI: Fix infinite loop in search for 64bit BAR placement
Christian König
2017-12-06
1
-1
/
+6
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-12-12
1
-7
/
+0
|
\
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
crypto: salsa20 - fix blkcipher_walk API usage
Eric Biggers
2017-11-29
1
-7
/
+0
|
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-12-10
5
-64
/
+47
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
KVM: x86: fix APIC page invalidation
Radim Krčmář
2017-12-06
2
-0
/
+17
|
*
|
|
|
|
|
|
|
|
|
KVM: VMX: fix page leak in hardware_setup()
Jim Mattson
2017-12-05
1
-1
/
+0
|
*
|
|
|
|
|
|
|
|
|
KVM: VMX: remove I/O port 0x80 bypass on Intel hosts
Andrew Honig
2017-12-05
1
-5
/
+0
|
*
|
|
|
|
|
|
|
|
|
x86,kvm: remove KVM emulator get_fpu / put_fpu
Rik van Riel
2017-12-05
3
-36
/
+0
|
*
|
|
|
|
|
|
|
|
|
x86,kvm: move qemu/guest FPU switching out to vcpu_run
Rik van Riel
2017-12-05
2
-22
/
+30
|
|
|
_
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
[prev]
[next]