summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-06-22arm64: use the correct function type for __arm64_sys_ni_syscallSami Tolvanen2-10/+11
2019-06-22arm64: use the correct function type in SYSCALL_DEFINE0Sami Tolvanen1-9/+9
2019-06-22arm64: fix syscall_fn_t typeSami Tolvanen1-1/+1
2019-06-22KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpuPaul Mackerras1-8/+1
2019-06-22KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras3-8/+8
2019-06-22ia64: fix build errors by exporting paddr_to_nid()Randy Dunlap1-0/+1
2019-06-22x86/CPU/AMD: Don't force the CPB cap when running under a hypervisorFrank van der Linden1-2/+5
2019-06-22powerpc/powernv: Return for invalid IMC domainAnju T Sudhakar1-0/+4
2019-06-22perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraintsStephane Eranian1-14/+14
2019-06-19x86/resctrl: Prevent NULL pointer dereference when local MBM is disabledPrarit Bhargava1-0/+3
2019-06-19x86/mm/KASLR: Compute the size of the vmemmap section properlyBaoquan He1-1/+10
2019-06-19x86/kasan: Fix boot with 5-level paging and KASANAndrey Ryabinin1-1/+1
2019-06-19x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov1-1/+1
2019-06-19KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger1-14/+21
2019-06-19KVM: x86/pmu: do not mask the value that is written to fixed PMUsPaolo Bonzini1-5/+8
2019-06-19KVM: x86/pmu: mask the result of rdpmc according to the width of the countersPaolo Bonzini4-13/+15
2019-06-19KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse2-0/+2
2019-06-19arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland1-3/+8
2019-06-19s390/kasan: fix strncpy_from_user kasan checksVasily Gorbik1-0/+2
2019-06-15ARM: exynos: Fix undefined instruction during Exynos5422 resumeMarek Szyprowski1-0/+19
2019-06-15ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8 regulators on ...Krzysztof Kozlowski1-0/+2
2019-06-15ARM: OMAP2+: pm33xx-core: Do not Turn OFF CEFUSE as PPA may be using itKabir Sahane1-3/+5
2019-06-15ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG as "ipg" clock to SDMAAndrey Smirnov1-1/+1
2019-06-15ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" clock to SDMAAndrey Smirnov1-1/+1
2019-06-15ARM: dts: imx6ul: Specify IMX6UL_CLK_IPG as "ipg" clock to SDMAAndrey Smirnov1-1/+1
2019-06-15ARM: dts: imx7d: Specify IMX7D_CLK_IPG as "ipg" clock to SDMAAndrey Smirnov1-2/+2
2019-06-15ARM: dts: imx6sll: Specify IMX6SLL_CLK_IPG as "ipg" clock to SDMAAndrey Smirnov1-1/+1
2019-06-15ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMAAndrey Smirnov1-1/+1
2019-06-15ARM: dts: imx53: Specify IMX5_CLK_IPG as "ahb" clock to SDMAAndrey Smirnov1-1/+1
2019-06-15ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMAAndrey Smirnov1-1/+1
2019-06-15ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMAAndrey Smirnov1-1/+1
2019-06-15x86/PCI: Fix PCI IRQ routing table memory leakWenwen Wang1-2/+8
2019-06-15mips: Make sure dt memory regions are validSerge Semin1-1/+13
2019-06-15uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski1-1/+1
2019-06-15perf/x86/intel: Allow PEBS multi-entry in watermark modeStephane Eranian1-1/+1
2019-06-15ARM: prevent tracing IPI_CPU_BACKTRACEArnd Bergmann2-1/+6
2019-06-11Revert "MIPS: perf: ath79: Fix perfcount IRQ assignment"Greg Kroah-Hartman1-0/+6
2019-06-11MIPS: pistachio: Build uImage.gz by defaultPaul Burton1-0/+1
2019-06-11MIPS: Bounds check virt_addr_validPaul Burton1-0/+5
2019-06-11s390/mm: fix address space detection in exception handlingGerald Schaefer1-1/+4
2019-06-11x86/insn-eval: Fix use-after-free access to LDT entryJann Horn1-23/+24
2019-06-11x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2-0/+43
2019-06-11pstore: Convert buf_lock to semaphoreKees Cook1-2/+0
2019-06-09x86/kprobes: Set instruction page as executableNadav Amit1-4/+20
2019-06-09x86/ftrace: Set trampoline pages as executableNadav Amit1-0/+8
2019-06-09x86/ftrace: Do not call function graph from dynamic trampolinesSteven Rostedt (VMware)2-23/+26
2019-06-09Revert "x86/build: Move _etext to actual end of .text"Greg Kroah-Hartman1-3/+3
2019-06-09arm64: Fix the arm64_personality() syscall wrapper redirectionCatalin Marinas1-1/+1
2019-06-09KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth4-0/+10
2019-06-09powerpc/perf: Fix MMCRA corruption by bhrb_filterRavi Bangoria3-2/+10