index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-09
mm: Preserve _PAGE_DEVMAP across mprotect() calls
Jan Kara
1
-1
/
+1
2018-10-09
KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=m
Paolo Bonzini
1
-1
/
+5
2018-10-09
x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one error
Bjorn Helgaas
1
-1
/
+1
2018-10-09
x86/mm: Remove spurious fault pkey check
Dave Hansen
1
-6
/
+7
2018-10-09
x86/mm/vsyscall: Consider vsyscall page part of user address space
Dave Hansen
1
-13
/
+25
2018-10-09
x86/mm: Add vsyscall address helper
Dave Hansen
1
-1
/
+10
2018-10-09
x86/mm: Fix exception table comments
Dave Hansen
1
-13
/
+15
2018-10-09
x86/mm: Add clarifying comments for user addr space
Dave Hansen
1
-0
/
+8
2018-10-09
x86/mm: Break out user address space handling
Dave Hansen
1
-19
/
+28
2018-10-09
x86/mm: Break out kernel address space handling
Dave Hansen
1
-39
/
+62
2018-10-09
x86/mm: Clarify hardware vs. software "error_code"
Dave Hansen
1
-25
/
+52
2018-10-09
x86/mm/tlb: Make lazy TLB mode lazier
Rik van Riel
1
-9
/
+58
2018-10-09
x86/mm/tlb: Add freed_tables element to flush_tlb_info
Rik van Riel
2
-0
/
+2
2018-10-09
x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_range
Rik van Riel
5
-8
/
+11
2018-10-09
x86/mm/tlb: Restructure switch_mm_irqs_off()
Rik van Riel
1
-33
/
+33
2018-10-09
x86/mm/tlb: Always use lazy TLB mode
Rik van Riel
2
-30
/
+1
2018-10-09
x86/mm: Page size aware flush_tlb_mm_range()
Peter Zijlstra
5
-22
/
+32
2018-10-09
x86/hyperv: Enable PV qspinlock for Hyper-V
Yi Sun
4
-0
/
+108
2018-10-09
x86/hyperv: Add GUEST_IDLE_MSR support
Yi Sun
1
-0
/
+5
2018-10-09
x86/mm: Avoid VLA in pgd_alloc()
Kees Cook
1
-2
/
+8
2018-10-09
x86/intel_rdt: Fix initial allocation to consider CDP
Reinette Chatre
1
-3
/
+16
2018-10-09
x86/intel_rdt: CBM overlap should also check for overlap with CDP peer
Reinette Chatre
1
-7
/
+41
2018-10-09
x86/intel_rdt: Introduce utility to obtain CDP peer
Reinette Chatre
1
-0
/
+72
2018-10-09
Merge branch 'x86/urgent' into x86/cache, to pick up dependent fix
Ingo Molnar
15
-132
/
+198
2018-10-09
x86/intel_rdt: Fix out-of-bounds memory access in CBM tests
Reinette Chatre
3
-25
/
+37
2018-10-08
x86/fsgsbase/64: Clean up various details
Ingo Molnar
2
-10
/
+13
2018-10-08
x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...
Ingo Molnar
3
-14
/
+14
2018-10-08
x86/vdso: Initialize the CPU/node NR segment descriptor earlier
Chang S. Bae
2
-32
/
+25
2018-10-08
x86/vdso: Introduce helper functions for CPU and node number
Chang S. Bae
4
-46
/
+49
2018-10-08
x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBER
Chang S. Bae
3
-8
/
+7
2018-10-08
x86/fsgsbase/64: Factor out FS/GS segment loading from __switch_to()
Chang S. Bae
1
-4
/
+10
2018-10-08
x86/fsgsbase/64: Convert the ELF core dump code to the new FSGSBASE helpers
Chang S. Bae
1
-3
/
+3
2018-10-08
x86/fsgsbase/64: Make ptrace use the new FS/GS base helpers
Chang S. Bae
3
-61
/
+18
2018-10-08
x86/fsgsbase/64: Introduce FS/GS base helper functions
Chang S. Bae
3
-46
/
+179
2018-10-08
x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accurately
Andy Lutomirski
1
-10
/
+52
2018-10-08
Merge branch 'linus' into x86/asm, to pick up fixes
Ingo Molnar
45
-258
/
+627
2018-10-06
x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
3
-55
/
+20
2018-10-06
x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
2
-35
/
+48
2018-10-06
x86/extable: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
2
-33
/
+21
2018-10-06
Merge branch 'core/core' into x86/build, to prevent conflicts
Ingo Molnar
7
-57
/
+52
2018-10-06
x86/KASLR: Update KERNEL_IMAGE_SIZE description
Baoquan He
1
-6
/
+9
2018-10-06
kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabled
Lianbo Jiang
1
-19
/
+41
2018-10-06
x86/ioremap: Add an ioremap_encrypted() helper
Lianbo Jiang
2
-9
/
+18
2018-10-05
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
3
-7
/
+25
2018-10-05
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
5
-15
/
+39
2018-10-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Greg Kroah-Hartman
3
-66
/
+97
2018-10-05
Merge branch 'x86/core' into x86/build, to avoid conflicts
Ingo Molnar
18
-211
/
+284
2018-10-04
kvm: nVMX: fix entry with pending interrupt if APICv is enabled
Paolo Bonzini
1
-12
/
+26
2018-10-04
KVM: VMX: hide flexpriority from guest when disabled at the module level
Paolo Bonzini
1
-1
/
+5
2018-10-04
KVM: VMX: check for existence of secondary exec controls before accessing
Sean Christopherson
1
-3
/
+4
[prev]
[next]