index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-18
Merge branch 'x86/boot' into x86/mm, to pick up interacting changes
Ingo Molnar
99
-1182
/
+2138
2017-07-18
x86/numa_emulation: Recalculate numa_nodes_parsed from emulated nodes
Wei Yang
1
-0
/
+7
2017-07-18
x86/numa_emulation: Assign physnode_mask directly from numa_nodes_parsed
Wei Yang
1
-10
/
+8
2017-07-18
x86/numa_emulation: Refine the calculation of max_emu_nid and dfl_phys_nid
Wei Yang
1
-13
/
+17
2017-07-18
x86/boot/KASLR: Rename process_e820_entry() into process_mem_region()
Baoquan He
1
-3
/
+3
2017-07-18
x86/boot/KASLR: Switch to pass struct mem_vector to process_e820_entry()
Baoquan He
1
-11
/
+14
2017-07-18
x86/boot/KASLR: Wrap e820 entries walking code into new function process_e820...
Baoquan He
1
-17
/
+21
2017-07-18
x86/asm: Add unwind hint annotations to sync_core()
Josh Poimboeuf
1
-0
/
+3
2017-07-18
x86/entry/64: Add unwind hint annotations
Josh Poimboeuf
3
-11
/
+66
2017-07-18
objtool, x86: Add facility for asm code to provide unwind hints
Josh Poimboeuf
2
-0
/
+210
2017-07-18
x86/dumpstack: Fix interrupt and exception stack boundary checks
Josh Poimboeuf
2
-4
/
+4
2017-07-18
x86/dumpstack: Fix occasionally missing registers
Josh Poimboeuf
1
-5
/
+7
2017-07-18
x86/entry/64: Initialize the top of the IRQ stack before switching stacks
Andy Lutomirski
1
-1
/
+23
2017-07-18
x86/entry/64: Refactor IRQ stacks and make them NMI-safe
Andy Lutomirski
3
-26
/
+64
2017-07-18
x86/mm, KVM: Fix warning when !CONFIG_PREEMPT_COUNT
Roman Kagan
1
-1
/
+1
2017-07-17
x86/hyper-v: stash the max number of virtual/logical processor
Vitaly Kuznetsov
2
-3
/
+11
2017-07-17
x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is set
Vitaly Kuznetsov
2
-2
/
+7
2017-07-16
x86/platform/uv/BAU: Fix congested_response_us not taking effect
Justin Ernst
1
-4
/
+2
2017-07-16
x86/cpu: Use indirect call to measure performance in init_amd_k6()
Mikulas Patocka
1
-0
/
+1
2017-07-15
Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+0
2017-07-15
Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-21
/
+29
2017-07-15
Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
14
-172
/
+320
2017-07-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+1
2017-07-14
kvm: x86: hyperv: make VP_INDEX managed by userspace
Roman Kagan
4
-19
/
+40
2017-07-14
KVM: async_pf: Let guest support delivery of async_pf from guest mode
Wanpeng Li
6
-5
/
+13
2017-07-14
KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf
Wanpeng Li
5
-10
/
+35
2017-07-14
KVM: async_pf: Add L1 guest async_pf #PF vmexit handler
Wanpeng Li
5
-37
/
+51
2017-07-14
KVM: x86: Simplify kvm_x86_ops->queue_exception parameter list
Wanpeng Li
4
-13
/
+12
2017-07-13
kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2
Roman Kagan
4
-6
/
+17
2017-07-13
KVM: x86: make backwards_tsc_observed a per-VM variable
Ladi Prosek
2
-4
/
+3
2017-07-12
x86/efi: move asmlinkage before return type
Joe Perches
1
-2
/
+2
2017-07-12
x86/mmap: properly account for stack randomization in mmap_base
Rik van Riel
1
-1
/
+6
2017-07-12
x86: ascii armor the x86_64 boot init stack canary
Rik van Riel
1
-0
/
+1
2017-07-12
include/linux/string.h: add the option of fortified string.h functions
Daniel Micay
5
-1
/
+23
2017-07-12
kernel/watchdog: split up config options
Nicholas Piggin
2
-1
/
+2
2017-07-12
kexec: move vmcoreinfo out of the kernel's .bss section
Xunlei Pang
2
-3
/
+3
2017-07-12
KVM: SVM: Enable Virtual VMLOAD VMSAVE feature
Janakarajan Natarajan
2
-0
/
+25
2017-07-12
KVM: SVM: Add Virtual VMLOAD VMSAVE feature definition
Janakarajan Natarajan
1
-0
/
+1
2017-07-12
KVM: SVM: Rename lbr_ctl field in the vmcb control area
Janakarajan Natarajan
2
-6
/
+6
2017-07-12
KVM: SVM: Prepare for new bit definition in lbr_ctl
Janakarajan Natarajan
2
-2
/
+4
2017-07-12
KVM: SVM: handle singlestep exception when skipping emulated instructions
Ladi Prosek
1
-26
/
+33
2017-07-12
KVM: x86: take slots_lock in kvm_free_pit
Radim Krčmář
1
-0
/
+2
2017-07-12
kvm: vmx: Properly handle machine check during VM-entry
Jim Mattson
1
-6
/
+9
2017-07-12
KVM: x86: update master clock before computing kvmclock_offset
Radim Krčmář
1
-1
/
+7
2017-07-12
kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fields
Jim Mattson
1
-26
/
+34
2017-07-12
kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controls
Jim Mattson
1
-11
/
+6
2017-07-12
kvm: nVMX: Validate the I/O bitmaps on nested VM-entry
Jim Mattson
1
-0
/
+16
2017-07-12
kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH fails
Jim Mattson
1
-2
/
+2
2017-07-10
binfmt_elf: use ELF_ET_DYN_BASE only for PIE
Kees Cook
1
-6
/
+7
2017-07-10
x86/kasan: don't allocate extra shadow memory
Andrey Ryabinin
1
-6
/
+1
[prev]
[next]