summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-04-27x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam1-1/+1
2017-04-27powerpc/kprobe: Fix oops when kprobed on 'stdu' instructionRavi Bangoria1-3/+3
2017-04-27x86/mce: Make the MCE notifier a blocking oneVishal Verma3-16/+5
2017-04-27s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger1-0/+2
2017-04-21mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-11/+30
2017-04-21x86/xen: Fix APIC id mismatch warning on IntelMohit Gambhir1-1/+1
2017-04-21parisc: Fix get_user() for 64-bit value on 32-bit kernelHelge Deller1-31/+55
2017-04-21Revert "MIPS: Lantiq: Fix cascaded IRQ setup"Greg Kroah-Hartman1-17/+21
2017-04-21parisc: fix bugs in pa_memcpyMikulas Patocka1-13/+14
2017-04-21x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner1-1/+1
2017-04-21x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause1-2/+9
2017-04-21x86, pmem: fix broken __copy_user_nocache cache-bypass assumptionsDan Williams1-11/+31
2017-04-21x86/intel_rdt: Fix locking in rdtgroup_schemata_write()Jiri Olsa1-1/+1
2017-04-21x86/signals: Fix lower/upper bound reporting in compat siginfoJoerg Roedel1-2/+2
2017-04-21x86/efi: Don't try to reserve runtime regionsOmar Sandoval1-0/+4
2017-04-21perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra1-0/+3
2017-04-18MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatchMatt Redfearn1-1/+1
2017-04-18MIPS: Select HAVE_IRQ_EXIT_ON_IRQ_STACKMatt Redfearn1-0/+1
2017-04-18MIPS: Switch to the irq_stack in interruptsMatt Redfearn1-5/+76
2017-04-18MIPS: Only change $28 to thread_info if coming from user modeMatt Redfearn1-0/+7
2017-04-18MIPS: Stack unwinding while on IRQ stackMatt Redfearn1-1/+14
2017-04-18MIPS: Introduce irq_stackMatt Redfearn3-0/+24
2017-04-12x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirkMatjaz Hegedic1-1/+1
2017-04-12x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic1-0/+8
2017-04-12x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirkMatjaz Hegedic1-0/+8
2017-04-12firmware: qcom: scm: Fix interrupted SCM callsAndy Gross1-1/+8
2017-04-12arm: kernel: Add SMC structure parameterAndy Gross5-18/+25
2017-04-12kvm: fix page struct leak in handle_vmonPaolo Bonzini1-2/+7
2017-04-12MIPS: c-r4k: Fix Loongson-3's vcache/scache waysize calculationHuacai Chen1-0/+2
2017-04-12MIPS: Flush wrong invalid FTLB entry for huge pageHuacai Chen1-4/+21
2017-04-12MIPS: Add MIPS_CPU_FTLB for Loongson-3A R2Huacai Chen1-1/+1
2017-04-12MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3Huacai Chen2-6/+15
2017-04-12MIPS: Lantiq: fix missing xbar kernel panicHauke Mehrtens1-1/+1
2017-04-12MIPS: End spinlocks with .insnPaul Burton1-4/+4
2017-04-12MIPS: ralink: Fix typos in rt3883 pinctrlJohn Crispin1-2/+2
2017-04-12MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernelsJames Hogan1-1/+1
2017-04-12s390/uaccess: get_user() should zero on failure (again)Heiko Carstens1-1/+1
2017-04-12s390/decompressor: fix initrd corruption caused by bss clearMarcelo Henrique Cerri1-16/+19
2017-04-12xtensa: make __pa work with uncached KSEG addressesMax Filippov1-0/+13
2017-04-12nios2: reserve boot memory for device treeTobias Klauser2-0/+10
2017-04-12x86/mce: Don't print MCEs when mcelog is activeAndi Kleen1-1/+6
2017-04-12powerpc/crypto/crc32c-vpmsum: Fix missing preempt_disable()Michael Ellerman1-0/+3
2017-04-12powerpc: Don't try to fix up misaligned load-with-reservation instructionsPaul Mackerras1-8/+19
2017-04-12powerpc/64: Fix flush_(d|i)cache_range() called from modulesOliver O'Halloran1-2/+2
2017-04-12powerpc/mm: Add missing global TLB invalidate if cxl is activeFrederic Barrat1-2/+5
2017-04-12powerpc: Disable HFSCR[TM] if TM is not supportedBenjamin Herrenschmidt1-0/+9
2017-04-12metag/usercopy: Add missing fixupsJames Hogan1-24/+48
2017-04-12metag/usercopy: Fix src fixup in from user rapf loopsJames Hogan1-8/+28
2017-04-12metag/usercopy: Set flags before ADDZJames Hogan1-4/+4
2017-04-12metag/usercopy: Zero rest of buffer from copy_from_userJames Hogan2-46/+26