summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-07-20powerpc: Fix build break due to missing PPC_FEATURE2_HTM_NOSCMichael Ellerman1-2/+1
2016-07-20MIPS: Fix page table corruption on THP permission changes.David Daney1-1/+2
2016-07-19x86/amd_nb: Fix boot crash on non-AMD systemsBorislav Petkov1-2/+2
2016-07-12MIPS: Fix 64k page support for 32 bit kernels.Ralf Baechle1-1/+1
2016-07-12sparc64: Fix return from trap window fill crashes.David S. Miller5-52/+116
2016-07-12sparc: Harden signal return frame checks.David S. Miller5-45/+92
2016-07-12sparc64: Take ctx_alloc_lock properly in hugetlb_setup().David S. Miller1-3/+7
2016-07-12sparc/PCI: Fix for panic while enabling SR-IOVBabu Moger1-0/+17
2016-07-12sparc64: Fix sparc64_set_context stack handling.David S. Miller1-1/+1
2016-07-12sparc64: Fix numa node distance initializationNitin Gupta1-0/+8
2016-07-12sparc64: Fix bootup regressions on some Kconfig combinations.David S. Miller8-55/+34
2016-07-12sparc: Fix system call tracing register handling.Mike Frysinger2-0/+53
2016-07-12MIPS: Reserve nosave data for hibernationHuacai Chen1-0/+3
2016-07-12ARM: OMAP3: Add cpuidle parameters table for omap3430Pali Rohár1-1/+68
2016-07-12x86/mm/kmmio: Fix mmiotrace for hugepagesKarol Herbst1-29/+59
2016-07-12powerpc: Update TM user feature bits in scan_features()Anton Blanchard1-4/+5
2016-07-12ASoC: samsung: pass DMA channels as pointersArnd Bergmann3-47/+57
2016-07-12PCI: Move domain assignment from arm64 to generic codeLorenzo Pieralisi1-22/+0
2016-07-12Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL"Michael Holzheu1-7/+0
2016-07-12arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin1-1/+1
2016-07-12ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)Vineet Gupta1-1/+0
2016-07-12KVM: arm/arm64: Stop leaking vcpu pid referencesJames Morse1-0/+1
2016-07-12powerpc/tm: Always reclaim in start_thread() for exec() class syscallsCyril Bur1-0/+10
2016-07-12arm64: mm: remove page_mapping check in __sync_icache_dcacheShaokun Zhang1-4/+0
2016-07-12kprobes/x86: Clear TF bit in fault on single-steppingMasami Hiramatsu1-0/+12
2016-07-11MIPS: KVM: Fix modular KVM under QEMUJames Hogan4-1/+13
2016-07-11ARM: 8579/1: mm: Fix definition of pmd_mknotpresentSteve Capper1-2/+5
2016-07-11ARM: 8578/1: mm: ensure pmd_present only checks the valid bitWill Deacon3-1/+2
2016-06-19x86, build: copy ldlinux.c32 to image.isoH. Peter Anvin1-0/+3
2016-06-19parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller1-1/+9
2016-06-19KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini1-0/+5
2016-06-19ARM: fix PTRACE_SETVFPREGS on SMP systemsRussell King1-1/+1
2016-06-19powerpc: Use privileged SPR number for MMCR2Thomas Huth1-1/+1
2016-06-19powerpc: Fix definition of SIAR and SDAR registersThomas Huth1-2/+2
2016-06-18powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridgeRussell Currey1-15/+36
2016-06-06xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini1-2/+5
2016-06-06x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsiJiang Liu2-0/+3
2016-06-06MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki2-3/+16
2016-06-06MIPS: math-emu: Fix jalr emulation when rd == $0Paul Burton1-3/+5
2016-06-06powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()Gavin Shan1-0/+23
2016-06-06powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()Gavin Shan1-3/+0
2016-06-06MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan3-36/+29
2016-06-06MIPS: KVM: Fix timer IRQ race when freezing timerJames Hogan1-5/+23
2016-06-03MIPS: Avoid using unwind_stack() with usermodeJames Hogan1-1/+1
2016-06-03MIPS: Don't unwind to user mode with EVAJames Hogan1-1/+1
2016-06-03MIPS: Fix siginfo.h to use strict posix typesJames Hogan1-9/+9
2016-06-03arm64: Ensure pmd_present() returns false after pmd_mknotpresent()Catalin Marinas2-3/+2
2016-06-03mm: fix huge zero page accounting in smaps reportKirill A. Shutemov4-0/+14
2016-06-03MIPS: ath79: make bootconsole wait for both THRE and TEMTMatthias Schiffer1-2/+4
2016-06-03arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tablesMarc Zyngier1-6/+11