summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: make pmdp_invalidate() do invalidation onlyGerald Schaefer2017-10-081-1/+3
* ARM: remove duplicate 'const' annotations'Arnd Bergmann2017-10-086-6/+6
* ARM: dts: BCM5301X: Fix memory start addressJon Mason2017-10-081-1/+1
* x86/acpi: Restore the order of CPU IDsDou Liyang2017-10-082-20/+13
* parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav2017-10-081-45/+49
* MIPS: smp-cps: Fix retrieval of VPE mask on big endian CPUsMatt Redfearn2017-10-081-1/+1
* MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn2017-10-084-20/+60
* kasan: do not sanitize kexec purgatoryMike Galbraith2017-10-081-0/+1
* mips: ath79: clock:- Unmap region obtained by of_iomapArvind Yadav2017-10-081-2/+5
* MIPS: Lantiq: Fix another request_mem_region() return code checkArnd Bergmann2017-10-081-2/+2
* arm: dts: mt2701: Add subsystem clock controller device nodesJames Liao2017-10-081-0/+36
* ARM: 8635/1: nommu: allow enabling REMAP_VECTORS_TO_RAMAfzal Mohammed2017-10-081-2/+1
* ARM: dts: am335x-chilisom: Wakeup from RTC-only state by power on eventMarcin Niestroj2017-10-081-0/+8
* MIPS: ralink: Fix incorrect assignment on ralink_socColin Ian King2017-10-081-1/+1
* MIPS: ralink: Fix a typo in the pinmux setup.John Crispin2017-10-081-9/+9
* MIPS: Ensure bss section ends on a long-aligned addressPaul Burton2017-10-081-1/+1
* ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for msiof nodesSimon Horman2017-10-081-4/+8
* ARM: dts: exynos: Add CPU OPPs for Exynos4412 PrimeBartlomiej Zolnierkiewicz2017-10-085-5/+48
* swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini2017-10-051-0/+1
* KVM: VMX: use cmpxchg64Paolo Bonzini2017-10-051-6/+6
* KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang2017-10-051-12/+21
* KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang2017-10-051-5/+1
* x86/fpu: Don't let userspace set bogus xcomp_bvEric Biggers2017-10-052-2/+11
* x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour2017-10-051-23/+24
* kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson2017-10-051-0/+5
* KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr2017-10-051-2/+7
* kvm/x86: Handle async PF in RCU read-side critical sectionsBoqun Feng2017-10-051-1/+2
* KVM: VMX: simplify and fix vmx_vcpu_pi_loadPaolo Bonzini2017-10-051-33/+35
* KVM: VMX: avoid double list add with VT-d posted interruptsPaolo Bonzini2017-10-051-37/+25
* KVM: VMX: extract __pi_post_blockPaolo Bonzini2017-10-051-33/+38
* arm64: fault: Route pte translation faults via do_translation_faultWill Deacon2017-10-051-1/+1
* arm64: Make sure SPsel is always setMarc Zyngier2017-10-051-0/+1
* s390/mm: fix write access check in gup_huge_pmd()Gerald Schaefer2017-10-051-4/+3
* powerpc/ftrace: Pass the correct stack pointer for DYNAMIC_FTRACE_WITH_REGSNaveen N. Rao2017-10-051-8/+12
* powerpc/tm: Flush TM only if CPU has TM featureGustavo Romero2017-10-051-1/+1
* powerpc/pseries: Fix parent_dn reference leak in add_dt_node()Tyrel Datwyler2017-10-051-1/+3
* KVM: PPC: Book3S HV: Protect updates to spapr_tce_tables listPaul Mackerras2017-10-051-0/+3
* KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()Paul Mackerras2017-10-051-23/+31
* s390/mm: fix race on mm->context.flush_mmMartin Schwidefsky2017-09-273-3/+7
* s390/mm: fix local TLB flushing vs. detach of an mm address spaceMartin Schwidefsky2017-09-272-23/+7
* ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2017-09-272-3/+6
* powerpc: Fix DAR reporting when alignment handler faultsMichael Ellerman2017-09-271-45/+74
* MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)Douglas Leung2017-09-271-39/+94
* MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)Douglas Leung2017-09-272-70/+50
* MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumerationAleksandar Markovic2017-09-273-22/+20
* MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputsAleksandar Markovic2017-09-272-2/+34
* MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputsAleksandar Markovic2017-09-272-2/+42
* MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagationAleksandar Markovic2017-09-272-91/+41
* MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separatelyAleksandar Markovic2017-09-272-2/+8
* MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsAleksandar Markovic2017-09-272-4/+4