aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-05-04Merge tag 'powerpc-5.1-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-4/+14
2019-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 13-42/+120
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+3
2019-05-02powerpc/32s: Fix BATs setting with CONFIG_STRICT_KERNEL_RWXGravatar Christophe Leroy 1-4/+14
2019-05-01Merge tag 'arc-5.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Gravatar Linus Torvalds 3-23/+25
2019-05-01gcc-9: properly declare the {pv,hv}clock_page storageGravatar Linus Torvalds 1-2/+2
2019-05-01KVM: nVMX: Fix size checks in vmx_set_nested_stateGravatar Jim Mattson 1-2/+2
2019-04-30KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointerGravatar Sean Christopherson 2-4/+2
2019-04-30x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEGravatar Vitaly Kuznetsov 2-0/+2
2019-04-30KVM: x86: Whitelist port 0x7e for pre-incrementing %ripGravatar Sean Christopherson 2-2/+20
2019-04-29x86: make ZERO_PAGE() at least parse its argumentGravatar Linus Torvalds 1-1/+1
2019-04-28Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 4-6/+20
2019-04-28Merge tag 'powerpc-5.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 3-40/+60
2019-04-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-1/+7
2019-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+5
2019-04-27KVM: VMX: Move RSB stuffing to before the first RET after VM-ExitGravatar Rick Edgecombe 2-3/+12
2019-04-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-3/+8
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-2/+3
2019-04-25MIPS: eBPF: Make ebpf_to_mips_reg() staticGravatar YueHaibing 1-2/+3
2019-04-25perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1...Gravatar Harry Pan 1-5/+5
2019-04-24x86/mm: Fix a crash with kmemleak_scan()Gravatar Qian Cai 1-0/+6
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 16-1/+65
2019-04-23ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheGravatar Ard Biesheuvel 1-1/+15
2019-04-23ARM: 8856/1: NOMMU: Fix CCR register faulty initialization when MPU is disabledGravatar Tigran Tadevosyan 1-1/+1
2019-04-23ARM: fix function graph tracer and unwinder dependenciesGravatar Russell King 2-4/+4
2019-04-23arm64/module: ftrace: deal with place relative nature of PLTsGravatar Ard Biesheuvel 1-2/+7
2019-04-23arm64: mm: Ensure tail of unaligned initrd is reservedGravatar Bjorn Andersson 1-1/+1
2019-04-22Merge tag 'mips_fixes_5.1_3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-7/+1
2019-04-22x86/boot: Disable RSDP parsing temporarilyGravatar Borislav Petkov 1-1/+1
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-31/+92
2019-04-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 11-14/+41
2019-04-19x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log prio...Gravatar Hans de Goede 1-2/+2
2019-04-19x86/cpu/bugs: Use __initconst for 'const' init dataGravatar Andi Kleen 1-3/+3
2019-04-19x86/kprobes: Avoid kretprobe recursion bugGravatar Masami Hiramatsu 1-2/+20
2019-04-19x86/kprobes: Verify stack frame on kretprobeGravatar Masami Hiramatsu 1-0/+26
2019-04-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+1
2019-04-18arm64: futex: Restore oldval initialization to work around buggy compilersGravatar Nathan Chancellor 1-1/+1
2019-04-18KVM: lapic: Convert guest TSC to host time domain if necessaryGravatar Sean Christopherson 1-3/+21
2019-04-18KVM: lapic: Allow user to disable adaptive tuning of timer advancementGravatar Sean Christopherson 3-5/+17
2019-04-18KVM: lapic: Track lapic timer advance per vCPUGravatar Sean Christopherson 5-25/+28
2019-04-18KVM: lapic: Disable timer advancement if adaptive tuning goes haywireGravatar Sean Christopherson 1-0/+4
2019-04-18x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012Gravatar Vitaly Kuznetsov 1-1/+10
2019-04-18KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too shortGravatar Liran Alon 1-3/+6
2019-04-18Merge tag 'kvm-ppc-fixes-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 2-4/+6
2019-04-18Merge tag 's390-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 3-6/+6
2019-04-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-12/+24
2019-04-18perf/x86/amd: Add event map for AMD Family 17hGravatar Kim Phillips 1-9/+26
2019-04-18x86/mm/KASLR: Fix the size of the direct mapping sectionGravatar Baoquan He 1-1/+1
2019-04-17powerpc/mm_iommu: Allow pinning large regionsGravatar Alexey Kardashevskiy 1-4/+20
2019-04-17powerpc/mm_iommu: Fix potential deadlockGravatar Alexey Kardashevskiy 1-36/+39