summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-01-17arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon2-10/+8
2019-01-17x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao1-1/+1
2019-01-13powerpc/tm: Set MSR[TS] just prior to recheckpointBreno Leitao2-15/+49
2019-01-13Revert "powerpc/tm: Unset MSR[TS] if not recheckpointing"Greg Kroah-Hartman2-29/+9
2019-01-13arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel2-5/+6
2019-01-13arm64: drop linker script hack to hide __efistub_ symbolsArd Biesheuvel1-28/+18
2019-01-13powerpc/boot: Set target when cross-compiling for clangJoel Stanley1-0/+5
2019-01-13powerpc: Disable -Wbuiltin-requires-header when setjmp is usedJoel Stanley2-1/+7
2019-01-13powerpc: avoid -mno-sched-epilog on GCC 4.9 and newerNicholas Piggin1-2/+6
2019-01-13powerpc: consolidate -mno-sched-epilog into FTRACE flagsNicholas Piggin5-13/+13
2019-01-13powerpc: remove old GCC version checksNicholas Piggin1-29/+2
2019-01-13m68k: Fix memblock-related crashesGeert Uytterhoeven2-2/+2
2019-01-13x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov1-5/+2
2019-01-13x86/mm: Fix guard hole handlingKirill A. Shutemov3-9/+15
2019-01-13powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran1-3/+16
2019-01-13ARM: dts: imx7d-nitrogen7: Fix the description of the Wifi clockFabio Estevam1-2/+7
2019-01-13ARM: imx: update the cpu power up timing setting on i.mx6sxAnson Huang1-1/+1
2019-01-13ARM: dts: imx7d-pico: Describe the Wifi clockFabio Estevam1-1/+21
2019-01-13powerpc/mm: Fix linux page tables build with some configsMichael Ellerman1-0/+1
2019-01-13powerpc: Fix COFF zImage booting on old powermacsPaul Mackerras1-1/+3
2019-01-13arm64: dts: mt7622: fix no more console output on rfb1Ryder Lee1-1/+6
2019-01-13ARM: dts: sun8i: a83t: bananapi-m3: increase vcc-pd voltage to 3.3VCorentin Labbe1-2/+2
2019-01-09MIPS: Only include mmzone.h when CONFIG_NEED_MULTIPLE_NODES=yPaul Burton2-3/+4
2019-01-09arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon2-4/+5
2019-01-09ARM: dts: exynos: Specify I2S assigned clocks in proper nodeSylwester Nawrocki2-10/+8
2019-01-09arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1Will Deacon1-1/+1
2019-01-09MIPS: Fix a R10000_LLSC_WAR logic in atomic.hHuacai Chen1-1/+1
2019-01-09MIPS: OCTEON: mark RGMII interface disabled on OCTEON IIIAaro Koskinen1-1/+2
2019-01-09MIPS: Expand MIPS32 ASIDs to 64 bitsPaul Burton4-9/+7
2019-01-09MIPS: Align kernel load address to 64KBHuacai Chen1-3/+4
2019-01-09MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen1-0/+5
2019-01-09MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3Huacai Chen5-7/+70
2019-01-09MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton2-20/+22
2019-01-09powerpc/tm: Unset MSR[TS] if not recheckpointingBreno Leitao2-9/+29
2019-01-09clocksource/drivers/arc_timer: Utilize generic sched_clockAlexey Brodkin1-0/+1
2019-01-09KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() failsSean Christopherson1-2/+5
2019-01-09arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptibleMarc Zyngier1-10/+25
2019-01-09KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson1-1/+1
2019-01-09x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()Dan Williams1-6/+0
2019-01-09x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko2-2/+3
2019-01-09s390/pci: fix sleeping in atomic during hotplugSebastian Ott1-1/+1
2019-01-09powerpc/fsl: Fix spectre_v2 mitigations reportingDiana Craciun1-1/+1
2018-12-29mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky5-6/+6
2018-12-29x86/intel_rdt: Ensure a CPU remains online for the region's pseudo-locking se...Reinette Chatre1-0/+4
2018-12-29x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan1-1/+2
2018-12-29x86/mm: Fix decoy address handling vs 32-bit buildsDan Williams1-2/+11
2018-12-29x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King1-0/+2
2018-12-29KVM: Fix UAF in nested posted interrupt processingCfir Cohen1-0/+2
2018-12-29kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost2-0/+3
2018-12-29KVM: X86: Fix NULL deref in vcpu_scan_ioapicWanpeng Li1-1/+1