Age | Commit message (Expand) | Author | Files | Lines |
2018-10-23 | Merge tag 'pm-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 10 | -247/+334 |
2018-10-23 | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -1/+0 |
2018-10-23 | Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 1 | -3/+14 |
2018-10-22 | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -3/+3 |
2018-10-22 | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -12/+6 |
2018-10-21 | Merge branch 'regulator-4.20' into regulator-next | Mark Brown | 1 | -3/+14 |
2018-10-19 | x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernels | Christoph Hellwig | 1 | -2/+0 |
2018-10-18 | Merge branches 'acpi-pm' and 'pm-sleep' | Rafael J. Wysocki | 10 | -247/+334 |
2018-10-17 | x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context ... | Sebastian Andrzej Siewior | 1 | -1/+1 |
2018-10-17 | x86/fpu: Remove second definition of fpu in __fpu__restore_sig() | Sebastian Andrzej Siewior | 1 | -1/+0 |
2018-10-17 | x86/entry/64: Further improve paranoid_entry comments | Andy Lutomirski | 1 | -6/+4 |
2018-10-17 | x86/entry/32: Clear the CS high bits | Jan Kiszka | 1 | -6/+7 |
2018-10-14 | x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGS | Nathan Chancellor | 1 | -0/+1 |
2018-10-14 | x86/time: Correct the attribute on jiffies' definition | Nathan Chancellor | 1 | -1/+1 |
2018-10-14 | x86/entry: Add some paranoid entry/exit CR3 handling comments | Dave Hansen | 1 | -0/+15 |
2018-10-14 | x86/percpu: Fix this_cpu_read() | Peter Zijlstra | 1 | -4/+4 |
2018-10-14 | x86/tsc: Force inlining of cyc2ns bits | Peter Zijlstra | 1 | -3/+3 |
2018-10-14 | Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 1 | -1/+1 |
2018-10-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Greg Kroah-Hartman | 2 | -2/+10 |
2018-10-13 | KVM: vmx: hyper-v: don't pass EPT configuration info to vmx_hv_remote_flush_t... | Vitaly Kuznetsov | 1 | -1/+5 |
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/mm: Avoid VLA in pgd_alloc() | Kees Cook | 1 | -2/+8 |
2018-10-09 | x86/intel_rdt: Fix out-of-bounds memory access in CBM tests | Reinette Chatre | 3 | -25/+37 |
2018-10-06 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 3 | -7/+25 |
2018-10-06 | 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-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 |
2018-10-04 | x86/vdso: Fix vDSO syscall fallback asm constraint regression | Andy Lutomirski | 1 | -4/+4 |
2018-10-03 | x86-32, hibernate: Adjust in_suspend after resumed on 32bit system | Zhimin Gu | 1 | -0/+3 |
2018-10-03 | x86-32, hibernate: Set up temporary text mapping for 32bit system | Zhimin Gu | 3 | -4/+34 |
2018-10-03 | x86-32, hibernate: Switch to relocated restore code during resume on 32bit sy... | Zhimin Gu | 3 | -2/+11 |
2018-10-03 | x86-32, hibernate: Switch to original page table after resumed | Zhimin Gu | 2 | -5/+9 |
2018-10-03 | x86-32, hibernate: Use the page size macro instead of constant value | Zhimin Gu | 1 | -1/+1 |
2018-10-03 | x86-32, hibernate: Use temp_pgt as the temporary page table | Zhimin Gu | 2 | -2/+3 |
2018-10-03 | x86, hibernate: Rename temp_level4_pgt to temp_pgt | Zhimin Gu | 4 | -4/+4 |
2018-10-03 | x86-32, hibernate: Enable CONFIG_ARCH_HIBERNATION_HEADER on 32bit system | Zhimin Gu | 2 | -2/+10 |
2018-10-03 | x86, hibernate: Extract the common code of 64/32 bit system | Zhimin Gu | 5 | -236/+256 |
2018-10-03 | x86-32/asm/power: Create stack frames in hibernate_asm_32.S | Zhimin Gu | 2 | -0/+13 |
2018-10-03 | PM / hibernate: Check the success of generating md5 digest before hibernation | Chen Yu | 1 | -6/+5 |
2018-10-03 | x86, hibernate: Fix nosave_regions setup for hibernation | Zhimin Gu | 1 | -1/+1 |
2018-10-03 | x86/cpu/amd: Remove unnecessary parentheses | Nathan Chancellor | 1 | -1/+1 |
2018-10-03 | x86/vdso: Only enable vDSO retpolines when enabled and supported | Andy Lutomirski | 1 | -2/+14 |
2018-10-02 | x86/tsc: Fix UV TSC initialization | Mike Travis | 1 | -0/+4 |
2018-10-02 | x86/platform/uv: Provide is_early_uv_system() | Mike Travis | 1 | -0/+6 |
2018-10-02 | perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf events | Natarajan, Janakarajan | 2 | -0/+18 |
2018-10-02 | perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKX | Kan Liang | 1 | -6/+6 |
2018-10-02 | perf/x86/intel/uncore: Use boot_cpu_data.phys_proc_id instead of hardcorded p... | Masayoshi Mizuma | 1 | -1/+1 |