summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-10x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross5-0/+144
2020-06-10x86/cpu: Add 'table' argument to cpu_matches()Mark Gross1-10/+13
2020-06-10x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2-1/+33
2020-06-07s390/mm: fix set_huge_pte_at() for empty ptesGerald Schaefer1-3/+6
2020-06-07x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor1-2/+2
2020-06-07ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACTVineet Gupta1-0/+1
2020-06-07ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev1-2/+3
2020-06-07s390/ftrace: save traced function callerVasily Gorbik1-0/+1
2020-06-07powerpc/powernv: Avoid re-registration of imc debugfs directoryAnju T Sudhakar1-23/+16
2020-06-07mm: Fix mremap not considering huge pmd devmapFan Yang1-0/+1
2020-06-03copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro1-38/+48
2020-06-03x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl1-1/+1
2020-06-03parisc: Fix kernel panic in mem_init()Helge Deller1-1/+1
2020-06-03ARM: dts: bcm: HR2: Fix PPI interrupt typesHamish Martin1-3/+3
2020-06-03ARM: dts: bcm2835-rpi-zero-w: Fix led polarityVincent Stehlé1-1/+1
2020-06-03ARM: dts/imx6q-bx50v3: Set display interface clock parentsRobert Beckett4-25/+15
2020-06-03ARM: uaccess: fix DACR mismatch with nested exceptionsRussell King1-5/+20
2020-06-03ARM: uaccess: integrate uaccess_save and uaccess_restoreRussell King1-17/+13
2020-06-03ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.hRussell King4-89/+112
2020-06-03ARM: 8843/1: use unified assembler in headersStefan Agner3-14/+14
2020-06-03ARM: 8970/1: decompressor: increase tag sizeŁukasz Stelmach1-1/+1
2020-06-03riscv: stacktrace: Fix undefined reference to `walk_stackframe'Kefeng Wang1-1/+1
2020-06-03ARM: dts: rockchip: fix pinctrl sub nodename for spi in rk322x.dtsiJohan Jonker1-2/+2
2020-06-03ARM: dts: rockchip: swap clock-names of gpu nodesJohan Jonker3-3/+3
2020-06-03arm64: dts: rockchip: swap interrupts interrupt-names rk3399 gpu nodeJohan Jonker1-4/+4
2020-06-03arm64: dts: rockchip: fix status for &gmac2phy in rk3328-evb.dtsJohan Jonker1-1/+1
2020-06-03ARM: dts: rockchip: fix phy nodename for rk3228-evbJohan Jonker1-1/+1
2020-05-27x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf1-0/+7
2020-05-27powerpc/64s: Disable STRICT_KERNEL_RWXMichael Ellerman1-1/+1
2020-05-27powerpc: Remove STRICT_KERNEL_RWX incompatibility with RELOCATABLERussell Currey1-1/+1
2020-05-27ARM: futex: Address build warningThomas Gleixner1-2/+7
2020-05-27x86/apic: Move TSC deadline timer debug printkThomas Gleixner1-13/+14
2020-05-27riscv: set max_pfn to the PFN of the last pageVincent Chen1-0/+2
2020-05-27KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin1-7/+6
2020-05-20KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson1-1/+1
2020-05-20ARM: dts: r8a7740: Add missing extal2 to CPG nodeGeert Uytterhoeven1-1/+1
2020-05-20arm64: dts: renesas: r8a77980: Fix IPMMU VIP[01] nodesYoshihiro Shimoda1-0/+2
2020-05-20ARM: dts: r8a73a4: Add missing CMT1 interruptsGeert Uytterhoeven1-1/+8
2020-05-20arm64: dts: rockchip: Rename dwc3 device nodes on rk3399 to make dtc happyChen-Yu Tsai1-2/+2
2020-05-20arm64: dts: rockchip: Replace RK805 PMIC node name with "pmic" on rk3328 boardsChen-Yu Tsai2-2/+2
2020-05-20x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf1-7/+9
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov3-1/+15
2020-05-20ARM: dts: imx27-phytec-phycard-s-rdk: Fix the I2C1 pinctrl entriesFabio Estevam1-2/+2
2020-05-20ARM: dts: dra7: Fix bus_dma_limit for PCIeKishon Vijay Abraham I1-2/+2
2020-05-20arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig1-0/+1
2020-05-20riscv: fix vdso build with lldIlie Halip1-3/+3
2020-05-14x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf3-14/+43
2020-05-14x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf1-1/+1
2020-05-14x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf1-3/+3
2020-05-14x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes1-1/+1