summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-10-2310-247/+334
|\
| *-. Merge branches 'acpi-pm' and 'pm-sleep'Rafael J. Wysocki2018-10-1810-247/+334
| |\ \
| | | * x86-32, hibernate: Adjust in_suspend after resumed on 32bit systemZhimin Gu2018-10-031-0/+3
| | | * x86-32, hibernate: Set up temporary text mapping for 32bit systemZhimin Gu2018-10-033-4/+34
| | | * x86-32, hibernate: Switch to relocated restore code during resume on 32bit sy...Zhimin Gu2018-10-033-2/+11
| | | * x86-32, hibernate: Switch to original page table after resumedZhimin Gu2018-10-032-5/+9
| | | * x86-32, hibernate: Use the page size macro instead of constant valueZhimin Gu2018-10-031-1/+1
| | | * x86-32, hibernate: Use temp_pgt as the temporary page tableZhimin Gu2018-10-032-2/+3
| | | * x86, hibernate: Rename temp_level4_pgt to temp_pgtZhimin Gu2018-10-034-4/+4
| | | * x86-32, hibernate: Enable CONFIG_ARCH_HIBERNATION_HEADER on 32bit systemZhimin Gu2018-10-032-2/+10
| | | * x86, hibernate: Extract the common code of 64/32 bit systemZhimin Gu2018-10-035-236/+256
| | | * x86-32/asm/power: Create stack frames in hibernate_asm_32.SZhimin Gu2018-10-032-0/+13
| | | * PM / hibernate: Check the success of generating md5 digest before hibernationChen Yu2018-10-031-6/+5
| | | * x86, hibernate: Fix nosave_regions setup for hibernationZhimin Gu2018-10-031-1/+1
* | | | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-231-1/+0
|\ \ \ \
| * | | | gpio: ts5500: Delete platform data handlingLinus Walleij2018-09-041-1/+0
* | | | | Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2018-10-231-3/+14
|\ \ \ \ \
| * \ \ \ \ Merge branch 'regulator-4.20' into regulator-nextMark Brown2018-10-211-3/+14
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij2018-09-171-3/+14
| | |/ / /
* | | | | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-3/+3
|\ \ \ \ \
| * | | | | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-3/+3
* | | | | | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-226-12/+6
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-0150-290/+661
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig2018-09-266-4/+6
| * | | | | | block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-261-3/+0
| * | | | | | xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig2018-09-261-4/+0
| * | | | | | block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-241-3/+2
| | |/ / / / | |/| | | |
* | | | | | x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernelsChristoph Hellwig2018-10-191-2/+0
* | | | | | x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context ...Sebastian Andrzej Siewior2018-10-171-1/+1
* | | | | | x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior2018-10-171-1/+0
* | | | | | x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski2018-10-171-6/+4
* | | | | | x86/entry/32: Clear the CS high bitsJan Kiszka2018-10-171-6/+7
* | | | | | x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGSNathan Chancellor2018-10-141-0/+1
* | | | | | x86/time: Correct the attribute on jiffies' definitionNathan Chancellor2018-10-141-1/+1
* | | | | | x86/entry: Add some paranoid entry/exit CR3 handling commentsDave Hansen2018-10-141-0/+15
* | | | | | x86/percpu: Fix this_cpu_read()Peter Zijlstra2018-10-141-4/+4
* | | | | | x86/tsc: Force inlining of cyc2ns bitsPeter Zijlstra2018-10-141-3/+3
| |_|/ / / |/| | | |
* | | | | Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-141-1/+1
|\ \ \ \ \
| * | | | | mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara2018-10-091-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman2018-10-132-2/+10
|\ \ \ \ \
| * | | | | KVM: vmx: hyper-v: don't pass EPT configuration info to vmx_hv_remote_flush_t...Vitaly Kuznetsov2018-10-131-1/+5
| * | | | | KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=mPaolo Bonzini2018-10-091-1/+5
* | | | | | x86/mm: Avoid VLA in pgd_alloc()Kees Cook2018-10-091-2/+8
* | | | | | x86/intel_rdt: Fix out-of-bounds memory access in CBM testsReinette Chatre2018-10-093-25/+37
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-053-7/+25
|\ \ \ \ \ \
| * | | | | | perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf eventsNatarajan, Janakarajan2018-10-022-0/+18
| * | | | | | perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKXKan Liang2018-10-021-6/+6
| * | | | | | perf/x86/intel/uncore: Use boot_cpu_data.phys_proc_id instead of hardcorded p...Masayoshi Mizuma2018-10-021-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-10-055-15/+39
|\ \ \ \ \ \
| * | | | | | x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski2018-10-041-4/+4
OpenPOWER on IntegriCloud