summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-04-211-11/+30
* x86/xen: Fix APIC id mismatch warning on IntelMohit Gambhir2017-04-211-1/+1
* parisc: Fix get_user() for 64-bit value on 32-bit kernelHelge Deller2017-04-211-31/+55
* Revert "MIPS: Lantiq: Fix cascaded IRQ setup"Greg Kroah-Hartman2017-04-211-17/+21
* parisc: fix bugs in pa_memcpyMikulas Patocka2017-04-211-13/+14
* x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner2017-04-211-1/+1
* x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause2017-04-211-2/+9
* x86, pmem: fix broken __copy_user_nocache cache-bypass assumptionsDan Williams2017-04-211-11/+31
* x86/intel_rdt: Fix locking in rdtgroup_schemata_write()Jiri Olsa2017-04-211-1/+1
* x86/signals: Fix lower/upper bound reporting in compat siginfoJoerg Roedel2017-04-211-2/+2
* x86/efi: Don't try to reserve runtime regionsOmar Sandoval2017-04-211-0/+4
* perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra2017-04-211-0/+3
* MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatchMatt Redfearn2017-04-181-1/+1
* MIPS: Select HAVE_IRQ_EXIT_ON_IRQ_STACKMatt Redfearn2017-04-181-0/+1
* MIPS: Switch to the irq_stack in interruptsMatt Redfearn2017-04-181-5/+76
* MIPS: Only change $28 to thread_info if coming from user modeMatt Redfearn2017-04-181-0/+7
* MIPS: Stack unwinding while on IRQ stackMatt Redfearn2017-04-181-1/+14
* MIPS: Introduce irq_stackMatt Redfearn2017-04-183-0/+24
* x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirkMatjaz Hegedic2017-04-121-1/+1
* x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic2017-04-121-0/+8
* x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirkMatjaz Hegedic2017-04-121-0/+8
* firmware: qcom: scm: Fix interrupted SCM callsAndy Gross2017-04-121-1/+8
* arm: kernel: Add SMC structure parameterAndy Gross2017-04-125-18/+25
* kvm: fix page struct leak in handle_vmonPaolo Bonzini2017-04-121-2/+7
* MIPS: c-r4k: Fix Loongson-3's vcache/scache waysize calculationHuacai Chen2017-04-121-0/+2
* MIPS: Flush wrong invalid FTLB entry for huge pageHuacai Chen2017-04-121-4/+21
* MIPS: Add MIPS_CPU_FTLB for Loongson-3A R2Huacai Chen2017-04-121-1/+1
* MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3Huacai Chen2017-04-122-6/+15
* MIPS: Lantiq: fix missing xbar kernel panicHauke Mehrtens2017-04-121-1/+1
* MIPS: End spinlocks with .insnPaul Burton2017-04-121-4/+4
* MIPS: ralink: Fix typos in rt3883 pinctrlJohn Crispin2017-04-121-2/+2
* MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernelsJames Hogan2017-04-121-1/+1
* s390/uaccess: get_user() should zero on failure (again)Heiko Carstens2017-04-121-1/+1
* s390/decompressor: fix initrd corruption caused by bss clearMarcelo Henrique Cerri2017-04-121-16/+19
* xtensa: make __pa work with uncached KSEG addressesMax Filippov2017-04-121-0/+13
* nios2: reserve boot memory for device treeTobias Klauser2017-04-122-0/+10
* x86/mce: Don't print MCEs when mcelog is activeAndi Kleen2017-04-121-1/+6
* powerpc/crypto/crc32c-vpmsum: Fix missing preempt_disable()Michael Ellerman2017-04-121-0/+3
* powerpc: Don't try to fix up misaligned load-with-reservation instructionsPaul Mackerras2017-04-121-8/+19
* powerpc/64: Fix flush_(d|i)cache_range() called from modulesOliver O'Halloran2017-04-121-2/+2
* powerpc/mm: Add missing global TLB invalidate if cxl is activeFrederic Barrat2017-04-121-2/+5
* powerpc: Disable HFSCR[TM] if TM is not supportedBenjamin Herrenschmidt2017-04-121-0/+9
* metag/usercopy: Add missing fixupsJames Hogan2017-04-121-24/+48
* metag/usercopy: Fix src fixup in from user rapf loopsJames Hogan2017-04-121-8/+28
* metag/usercopy: Set flags before ADDZJames Hogan2017-04-121-4/+4
* metag/usercopy: Zero rest of buffer from copy_from_userJames Hogan2017-04-122-46/+26
* metag/usercopy: Add early abort to copy_to_userJames Hogan2017-04-121-0/+20
* metag/usercopy: Fix alignment error checkingJames Hogan2017-04-121-6/+4
* metag/usercopy: Drop unused macrosJames Hogan2017-04-121-113/+0
* arm64: mm: unaligned access by user-land should be received as SIGBUSVictor Kamensky2017-04-121-18/+24