summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-05-27x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf
2020-05-27s390/kexec_file: fix initrd location for kdump kernelPhilipp Rudo
2020-05-27sparc32: fix page table traversal in srmmu_nocache_init()Mike Rapoport
2020-05-27sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()Mike Rapoport
2020-05-27sh: include linux/time_types.h for sockiosArnd Bergmann
2020-05-27s390/kaslr: add support for R_390_JMP_SLOT relocation typeGerald Schaefer
2020-05-27s390/pci: Fix s390_mmio_read/write with MIONiklas Schnelle
2020-05-27powerpc/64s: Disable STRICT_KERNEL_RWXMichael Ellerman
2020-05-27arm64: Fix PTRACE_SYSEMU semanticsKeno Fischer
2020-05-27bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann
2020-05-27ARM: futex: Address build warningThomas Gleixner
2020-05-27x86/apic: Move TSC deadline timer debug printkThomas Gleixner
2020-05-27ARC: [plat-hsdk]: fix USB regressionEugeniy Paltsev
2020-05-20KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson
2020-05-20riscv: perf: RISCV_BASE_PMU should be independentKefeng Wang
2020-05-20powerpc/ima: Fix secure boot rules in ima arch policyNayna Jain
2020-05-20powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin
2020-05-20ARM: dts: r8a7740: Add missing extal2 to CPG nodeGeert Uytterhoeven
2020-05-20arm64: dts: renesas: r8a77980: Fix IPMMU VIP[01] nodesYoshihiro Shimoda
2020-05-20ARM: dts: r8a73a4: Add missing CMT1 interruptsGeert Uytterhoeven
2020-05-20arm64: dts: imx8mn: Change SDMA1 ahb clock for imx8mnAdam Ford
2020-05-20arm64: dts: rockchip: Rename dwc3 device nodes on rk3399 to make dtc happyChen-Yu Tsai
2020-05-20arm64: dts: rockchip: Replace RK805 PMIC node name with "pmic" on rk3328 boardsChen-Yu Tsai
2020-05-20arm64: dts: meson-g12-common: fix dwc2 clock namesNeil Armstrong
2020-05-20arm64: dts: qcom: msm8996: Reduce vdd_apc voltageBjorn Andersson
2020-05-20arm64: dts: meson-g12b-khadas-vim3: add missing frddr_a status propertyNeil Armstrong
2020-05-20arm64: dts: meson-g12b-ugoos-am6: fix usb vbus-supplyNeil Armstrong
2020-05-20x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2020-05-20KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger
2020-05-20powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy
2020-05-20powerpc/vdso32: Fallback on getres syscall when clock is unknownChristophe Leroy
2020-05-20ARM: dts: imx6dl-yapp4: Fix Ursa board Ethernet connectionMichal Vokáč
2020-05-20ARM: dts: imx27-phytec-phycard-s-rdk: Fix the I2C1 pinctrl entriesFabio Estevam
2020-05-20ARM: dts: dra7: Fix bus_dma_limit for PCIeKishon Vijay Abraham I
2020-05-20x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)
2020-05-20arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig
2020-05-20riscv: fix vdso build with lldIlie Halip
2020-05-20kvm: nVMX: reflect MTF VM-exits if injected by L1Oliver Upton
2020-05-20KVM: nVMX: Consolidate nested MTF checks to helper functionOliver Upton
2020-05-14kvm: ioapic: Restrict lazy EOI update to edge-triggered interruptsPaolo Bonzini
2020-05-14arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan
2020-05-14KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit
2020-05-14x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf
2020-05-14x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf
2020-05-14x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf
2020-05-14x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes
2020-05-14x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn
2020-05-14x86/entry/64: Fix unwind hints in __switch_to_asm()Josh Poimboeuf
2020-05-14x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf