aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-0143-202/+1491
|\
| * RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=nPalmer Dabbelt2022-03-313-3/+0
| * RISC-V: defconfig: Drop redundant SBI HVC and earlyconPalmer Dabbelt2022-03-312-4/+0
| * Documentation: riscv: remove non-existent directory from table of contentsBagas Sanjaya2022-03-311-1/+0
| * riscv: cpu.c: don't use kernel-doc markers for commentsRandy Dunlap2022-03-311-2/+2
| * RISC-V: Enable profiling by defaultAnup Patel2022-03-312-0/+2
| * RISC-V: module: fix apply_r_riscv_rcv_branch_rela typoWu Caize2022-03-311-2/+2
| * RISC-V: Declare per cpu boot data as staticAtish Patra2022-03-311-1/+1
| * RISC-V: Fix a comment typo in riscv_of_parent_hartid()Atish Patra2022-03-301-1/+1
| * riscv: Increase stack size under KASANDmitry Vyukov2022-03-301-2/+8
| * riscv: Fix fill_callchain return valueNikita Shubin2022-03-301-1/+1
| * riscv: dts: canaan: Fix SPI3 bus widthNiklas Cassel2022-03-304-0/+8
| * RISC-V CPU Idle SupportPalmer Dabbelt2022-03-3027-178/+1458
| |\
| | * RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machineAnup Patel2022-03-103-0/+5
| | * dt-bindings: Add common bindings for ARM and RISC-V idle statesAnup Patel2022-03-104-19/+219
| | * cpuidle: Add RISC-V SBI CPU idle driverAnup Patel2022-03-105-0/+658
| | * cpuidle: Factor-out power domain related code from PSCI domain driverAnup Patel2022-03-108-135/+259
| | * RISC-V: Add SBI HSM suspend related definesAnup Patel2022-03-103-8/+25
| | * RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel2022-03-107-21/+279
| | * RISC-V: Rename relocate() and make it globalAnup Patel2022-03-101-3/+4
| | * RISC-V: Enable CPU_IDLE driversAnup Patel2022-03-105-1/+35
| * | riscv: Rename "sp_in_global" to "current_stack_pointer"Kees Cook2022-03-303-4/+5
| * | riscv module: remove (NOLOAD)Fangrui Song2022-03-291-3/+3
* | | Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-04-0136-192/+296
|\ \ \
| * | | s390/alternatives: avoid using jgnop mnemonicVasily Gorbik2022-03-282-2/+2
| * | | s390/pci: rename get_zdev_by_bus() to zdev_from_bus()Niklas Schnelle2022-03-272-4/+4
| * | | s390/pci: improve zpci_dev reference countingNiklas Schnelle2022-03-274-4/+16
| * | | s390/smp: use physical address for SIGP_SET_PREFIX commandAlexander Gordeev2022-03-271-1/+1
| * | | s390: cleanup timer API useYu Liao2022-03-275-27/+10
| * | | s390/zcrypt: fix using the correct variable for sizeof()Jakob Koschel2022-03-271-1/+1
| * | | s390/vfio-ap: fix kernel doc and signature of group notifier functionsTony Krowiak2022-03-271-19/+5
| * | | s390/maccess: rework absolute lowcore accessorsAlexander Gordeev2022-03-276-24/+32
| * | | s390/smp: cleanup control register update routinesAlexander Gordeev2022-03-272-29/+23
| * | | s390/smp: cleanup target CPU callback startingAlexander Gordeev2022-03-271-4/+11
| * | | s390/test_unwind: verify __kretprobe_trampoline is replacedVasily Gorbik2022-03-271-1/+8
| * | | s390/unwind: avoid duplicated unwinding entries for kretprobesVasily Gorbik2022-03-272-2/+3
| * | | s390/unwind: recover kretprobe modified return address in stacktraceVasily Gorbik2022-03-272-6/+15
| * | | s390/kprobes: enable kretprobes framepointer verificationVasily Gorbik2022-03-271-4/+4
| * | | s390/test_unwind: extend kretprobe testVasily Gorbik2022-03-271-16/+33
| * | | s390/ap: adjust whitespaceHeiko Carstens2022-03-271-23/+23
| * | | s390/ap: use insn format for new instructionsHeiko Carstens2022-03-271-7/+7
| * | | s390/alternatives: use insn format for new instructionsHeiko Carstens2022-03-273-8/+8
| * | | s390/alternatives: use instructions instead of byte patternsHeiko Carstens2022-03-272-7/+20
| * | | s390/traps: improve panic message for translation-specification exceptionHeiko Carstens2022-03-271-3/+3
| * | | s390/tape: use bitwise instead of arithmetic operator for flagsHaowen Bai2022-03-271-2/+2
| * | | s390: fix typo in syscall_wrapper.hRussell Currey2022-03-271-1/+1
| * | | s390: crypto: Use min_t() instead of doing it manuallyHaowen Bai2022-03-271-1/+1
| * | | s390/pkey: fix typos in commentsJulia Lawall2022-03-271-1/+1
| * | | s390/zcrypt: Filter admin CPRBs on custom devicesJuergen Christ2022-03-271-1/+24
| * | | s390/zcrypt: Add admask to zcdnJuergen Christ2022-03-272-0/+44