summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: Allow CAVIUM_TX2_ERRATUM_219 to be selectedMarc Zyngier2019-10-291-0/+17
* arm64: Enable workaround for Cavium TX2 erratum 219 when running SMTMarc Zyngier2019-10-291-0/+33
* arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier2019-10-293-1/+9
* arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is setMarc Zyngier2019-10-292-3/+69
* parisc: Fix vmap memory leak in ioremap()/iounmap()Helge Deller2019-10-291-5/+7
* s390/kaslr: add support for R_390_GLOB_DAT relocation typeGerald Schaefer2019-10-292-3/+12
* xtensa: fix change_bit in exclusive access optionMax Filippov2019-10-291-1/+1
* xtensa: drop EXPORT_SYMBOL for outs*/ins*Max Filippov2019-10-291-7/+0
* MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton2019-10-291-8/+15
* uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds2019-10-291-0/+23
* s390/mm: fix -Wunused-but-set-variable warningsQian Cai2019-10-292-3/+9
* mips: Loongson: Fix the link time qualifier of 'serial_exit()'Christophe JAILLET2019-10-291-1/+1
* riscv: Fix memblock reservation for device tree blobAlbert Ou2019-10-291-1/+11
* RISC-V: Clear load reservations while restoring hart contextsPalmer Dabbelt2019-10-292-1/+21
* xen/efi: Set nonblocking callbacksRoss Lagerwall2019-10-292-0/+4
* MIPS: dts: ar9331: fix interrupt-controller sizeOleksij Rempel2019-10-291-1/+1
* ARM: dts: am4372: Set memory bandwidth limit for DISPCPeter Ujfalusi2019-10-291-0/+2
* ARM: OMAP2+: Fix warnings with broken omap2_set_init_voltage()Tony Lindgren2019-10-291-100/+0
* ARM: OMAP2+: Add missing LCDC midlemode for am335xTony Lindgren2019-10-292-3/+6
* ARM: OMAP2+: Fix missing reset done flag for am3 and am43Tony Lindgren2019-10-291-1/+2
* ARM: dts: Fix gpio0 flags for am335x-icev2Tony Lindgren2019-10-292-2/+2
* ARM: dts: Fix wrong clocks for dra7 mcaspTony Lindgren2019-10-291-27/+21
* x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan2019-10-172-3/+3
* arm64/sve: Fix wrong free for task->thread.sve_stateMasayoshi Mizuma2019-10-171-17/+15
* arm64: topology: Use PPTT to determine if PE is a threadJeremy Linton2019-10-171-4/+15
* MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang2019-10-172-0/+44
* MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton2019-10-172-0/+5
* USB: rio500: Remove Rio 500 kernel driverBastien Nocera2019-10-177-7/+0
* riscv: Avoid interrupts being erroneously enabled in handle_exception()Vincent Chen2019-10-111-1/+5
* KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson2019-10-111-1/+1
* x86/purgatory: Disable the stackleak GCC plugin for the purgatoryArvind Sankar2019-10-111-0/+1
* DTS: ARM: gta04: introduce legacy spi-cs-high to make display work againH. Nikolaus Schaller2019-10-111-0/+1
* libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V2019-10-111-1/+16
* MIPS: Treat Loongson Extensions as ASEsJiaxun Yang2019-10-114-0/+30
* powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-10-115-22/+134
* powerpc/mm: Fix an Oops in kasan_mmu_init()Christophe Leroy2019-10-111-1/+14
* powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLYChristophe Leroy2019-10-111-8/+13
* powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-10-115-9/+9
* powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisionsAneesh Kumar K.V2019-10-111-2/+28
* powerpc/kasan: Fix shadow area set up for modules.Christophe Leroy2019-10-111-1/+1
* powerpc/kasan: Fix parallel loading of modules.Christophe Leroy2019-10-111-2/+19
* powerpc/powernv/ioda: Fix race in TCE level allocationAlexey Kardashevskiy2019-10-111-5/+13
* powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy2019-10-112-3/+14
* powerpc/powernv: Restrict OPAL symbol map to only be readable by rootAndrew Donnellan2019-10-111-4/+7
* powerpc/ptdump: Fix addresses display on PPC32Christophe Leroy2019-10-111-1/+1
* powerpc/32s: Fix boot failure with DEBUG_PAGEALLOC without KASAN.Christophe Leroy2019-10-112-0/+11
* powerpc/603: Fix handling of the DIRTY flagChristophe Leroy2019-10-111-2/+2
* powerpc/mce: Schedule work from irq_workSantosh Sivaraj2019-10-111-1/+10
* powerpc/mce: Fix MCE handling for huge pagesBalbir Singh2019-10-111-6/+13
* powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown racePaul Mackerras2019-10-115-23/+108