aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGreg Kroah-Hartman9-18/+30
2018-10-19x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernelsChristoph Hellwig1-2/+0
2018-10-17sparc: vDSO: Silence an uninitialized variable warningDan Carpenter1-1/+3
2018-10-17sparc: Fix syscall fallback bugs in VDSO.David S. Miller1-1/+11
2018-10-17Merge branch 'parisc-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxGreg Kroah-Hartman1-1/+1
2018-10-17x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context switch if there is an FPUSebastian Andrzej Siewior1-1/+1
2018-10-17x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior1-1/+0
2018-10-17x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski1-6/+4
2018-10-17x86/entry/32: Clear the CS high bitsJan Kiszka1-6/+7
2018-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGreg Kroah-Hartman10-61/+81
2018-10-16parisc: Fix uninitialized variable usage in unwind.cHelge Deller1-1/+1
2018-10-15Revert "sparc: Convert to using %pOFn instead of device_node.name"David S. Miller4-51/+51
2018-10-14sparc64: Set %l4 properly on trap return after handling signals.David S. Miller1-1/+2
2018-10-14sparc64: Make proc_id signed.David S. Miller1-1/+1
2018-10-14x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGSNathan Chancellor1-0/+1
2018-10-14x86/time: Correct the attribute on jiffies' definitionNathan Chancellor1-1/+1
2018-10-14x86/entry: Add some paranoid entry/exit CR3 handling commentsDave Hansen1-0/+15
2018-10-14x86/percpu: Fix this_cpu_read()Peter Zijlstra1-4/+4
2018-10-14x86/tsc: Force inlining of cyc2ns bitsPeter Zijlstra1-3/+3
2018-10-14Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmGreg Kroah-Hartman2-3/+3
2018-10-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman3-6/+14
2018-10-13KVM: vmx: hyper-v: don't pass EPT configuration info to vmx_hv_remote_flush_tlb()Vitaly Kuznetsov1-1/+5
2018-10-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxGreg Kroah-Hartman2-29/+34
2018-10-12sparc: Throttle perf events properly.David S. Miller1-0/+9
2018-10-12sparc: Fix single-pcr perf event counter management.David S. Miller1-4/+13
2018-10-12Merge tag 'armsoc-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGreg Kroah-Hartman1-0/+11
2018-10-12arm64: perf: Reject stand-alone CHAIN events for PMUv3Will Deacon1-0/+7
2018-10-12arm64: Fix /proc/iomem for reserved but not memory regionsWill Deacon1-29/+27
2018-10-12vmlinux.lds.h: Fix incomplete .text.exit discardsPeter Oberparleiter1-0/+2
2018-10-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGreg Kroah-Hartman4-27/+45
2018-10-10Merge tag 's390-4.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxGreg Kroah-Hartman3-7/+6
2018-10-10Merge tag 'mips_fixes_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGreg Kroah-Hartman5-27/+78
2018-10-09sparc: Wire up io_pgetevents system call.David S. Miller3-4/+5
2018-10-09mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara2-3/+3
2018-10-09Merge tag 'kvmarm-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-masterPaolo Bonzini1-4/+4
2018-10-09KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=mPaolo Bonzini1-1/+5
2018-10-09ARM: KVM: Correctly order SGI register entries in the cp15 arrayMarc Zyngier1-4/+4
2018-10-09Merge tag 'arc-4.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcGreg Kroah-Hartman3-25/+23
2018-10-09x86/mm: Avoid VLA in pgd_alloc()Kees Cook1-2/+8
2018-10-09x86/intel_rdt: Fix out-of-bounds memory access in CBM testsReinette Chatre3-25/+37
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGreg Kroah-Hartman8-61/+65
2018-10-07sparc64: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-07sparc32: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-07sparc: vdso: clean-up vdso MakefileMasahiro Yamada1-5/+3
2018-10-07sparc64: viohs: Remove VLA usageKees Cook1-3/+9
2018-10-07sparc: Convert to using %pOFn instead of device_node.nameRob Herring4-51/+51
2018-10-07Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxGreg Kroah-Hartman3-10/+25
2018-10-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGreg Kroah-Hartman3-7/+25
2018-10-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGreg Kroah-Hartman5-15/+39
2018-10-05ARC: clone syscall to setp r25 as thread pointerVineet Gupta1-0/+20