index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-10-23
63
-954
/
+927
|
\
|
*
x86/hyperv: Enable PV qspinlock for Hyper-V
Yi Sun
2018-10-09
4
-0
/
+108
|
*
x86/hyperv: Add GUEST_IDLE_MSR support
Yi Sun
2018-10-09
1
-0
/
+5
|
*
x86/paravirt: Clean up native_patch()
Borislav Petkov
2018-09-11
2
-57
/
+33
|
*
x86/paravirt: Prevent redefinition of SAVE_FLAGS macro
Juergen Gross
2018-09-06
1
-1
/
+1
|
*
x86/xen: Make xen_reservation_lock static
Juergen Gross
2018-09-06
1
-1
/
+1
|
*
x86/paravirt: Remove unneeded mmu related paravirt ops bits
Juergen Gross
2018-09-03
1
-17
/
+3
|
*
x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
12
-112
/
+103
|
*
x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
9
-18
/
+15
|
*
x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
16
-22
/
+78
|
*
x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
6
-3
/
+9
|
*
x86/paravirt: Introduce new config option PARAVIRT_XXL
Juergen Gross
2018-09-03
4
-0
/
+7
|
*
x86/paravirt: Remove unused paravirt bits
Juergen Gross
2018-09-03
3
-13
/
+1
|
*
x86/paravirt: Use a single ops structure
Juergen Gross
2018-09-03
26
-457
/
+430
|
*
x86/paravirt: Remove clobbers from struct paravirt_patch_site
Juergen Gross
2018-09-03
2
-19
/
+15
|
*
x86/paravirt: Remove clobbers parameter from paravirt patch functions
Juergen Gross
2018-09-03
6
-23
/
+16
|
*
x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() static
Juergen Gross
2018-09-03
2
-12
/
+6
|
*
x86/xen: Add SPDX identifier in arch/x86/xen files
Juergen Gross
2018-09-03
11
-64
/
+20
|
*
x86/xen: Link platform-pci-unplug.o only if CONFIG_XEN_PVHVM
Juergen Gross
2018-09-03
2
-3
/
+1
|
*
x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c
Juergen Gross
2018-09-03
4
-221
/
+139
|
*
x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrella
Juergen Gross
2018-09-03
3
-16
/
+41
*
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-10-23
16
-458
/
+854
|
\
\
|
*
|
x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...
Christophe Leroy
2018-10-22
1
-0
/
+2
|
*
|
x86/mm: Kill stray kernel fault handling comment
Dave Hansen
2018-10-21
1
-1
/
+0
|
*
|
x86/mm: Do not warn about PCI BIOS W+X mappings
Thomas Gleixner
2018-10-10
1
-8
/
+27
|
*
|
x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one error
Bjorn Helgaas
2018-10-09
1
-1
/
+1
|
*
|
x86/mm: Remove spurious fault pkey check
Dave Hansen
2018-10-09
1
-6
/
+7
|
*
|
x86/mm/vsyscall: Consider vsyscall page part of user address space
Dave Hansen
2018-10-09
1
-13
/
+25
|
*
|
x86/mm: Add vsyscall address helper
Dave Hansen
2018-10-09
1
-1
/
+10
|
*
|
x86/mm: Fix exception table comments
Dave Hansen
2018-10-09
1
-13
/
+15
|
*
|
x86/mm: Add clarifying comments for user addr space
Dave Hansen
2018-10-09
1
-0
/
+8
|
*
|
x86/mm: Break out user address space handling
Dave Hansen
2018-10-09
1
-19
/
+28
|
*
|
x86/mm: Break out kernel address space handling
Dave Hansen
2018-10-09
1
-39
/
+62
|
*
|
x86/mm: Clarify hardware vs. software "error_code"
Dave Hansen
2018-10-09
1
-25
/
+52
|
*
|
x86/mm/tlb: Make lazy TLB mode lazier
Rik van Riel
2018-10-09
1
-9
/
+58
|
*
|
x86/mm/tlb: Add freed_tables element to flush_tlb_info
Rik van Riel
2018-10-09
2
-0
/
+2
|
*
|
x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_range
Rik van Riel
2018-10-09
5
-8
/
+11
|
*
|
x86/mm/tlb: Restructure switch_mm_irqs_off()
Rik van Riel
2018-10-09
1
-33
/
+33
|
*
|
x86/mm/tlb: Always use lazy TLB mode
Rik van Riel
2018-10-09
2
-30
/
+1
|
*
|
x86/mm: Page size aware flush_tlb_mm_range()
Peter Zijlstra
2018-10-09
5
-22
/
+32
|
*
|
x86/KASLR: Update KERNEL_IMAGE_SIZE description
Baoquan He
2018-10-06
1
-6
/
+9
|
*
|
kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabled
Lianbo Jiang
2018-10-06
1
-19
/
+41
|
*
|
x86/ioremap: Add an ioremap_encrypted() helper
Lianbo Jiang
2018-10-06
2
-9
/
+18
|
*
|
x86/mm: Fix typo in comment
Takuya Yamamoto
2018-10-03
1
-1
/
+1
|
*
|
x86/mm/cpa: Optimize __cpa_flush_range()
Peter Zijlstra
2018-09-27
1
-1
/
+1
|
*
|
x86/mm/cpa: Factor common code between cpa_flush_*()
Peter Zijlstra
2018-09-27
1
-16
/
+13
|
*
|
x86/mm/cpa: Move CLFLUSH test into cpa_flush_array()
Peter Zijlstra
2018-09-27
1
-11
/
+16
|
*
|
x86/mm/cpa: Move CLFLUSH test into cpa_flush_range()
Peter Zijlstra
2018-09-27
1
-8
/
+7
|
*
|
x86/mm/cpa: Use flush_tlb_kernel_range()
Peter Zijlstra
2018-09-27
1
-4
/
+5
|
*
|
x86/mm/cpa: Unconditionally avoid WBINDV when we can
Peter Zijlstra
2018-09-27
1
-16
/
+2
[next]