summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-11-119-77/+74
|\
| * s390: always build relocatable kernelHeiko Carstens2022-11-084-9/+5
| * s390/configs: add kasan.config addon config fileHeiko Carstens2022-11-081-0/+3
| * s390/configs: move CONFIG_DEBUG_INFO_BTF into btf.config addon configHeiko Carstens2022-11-084-3/+1
| * s390: update defconfigsHeiko Carstens2022-11-022-65/+65
* | KVM: s390: pci: Fix allocation size of aift kzdev elementsRafael Mendonca2022-11-071-1/+1
* | KVM: s390: pv: don't allow userspace to set the clock under PVNico Boehr2022-11-072-10/+17
|/
* s390/pai: fix raw data collection for PMU pai_extThomas Richter2022-10-261-0/+1
* s390/boot: add secure boot trailerPeter Oberparleiter2022-10-261-2/+11
* s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_i...Heiko Carstens2022-10-261-4/+4
* s390/futex: add missing EX_TABLE entry to __futex_atomic_op()Heiko Carstens2022-10-261-1/+2
* s390/uaccess: add missing EX_TABLE entries to __clear_user()Heiko Carstens2022-10-261-3/+3
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-163-4/+4
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-111-1/+1
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-3/+0
|\ \ | |/ |/|
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-3/+0
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-104-14/+8
|\ \
| * | instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko2022-10-031-1/+2
| * | s390: remove vma linked list walksMatthew Wilcox (Oracle)2022-09-262-3/+6
| * | s390/hugetlb: switch to generic version of follow_huge_pud()Gerald Schaefer2022-09-111-10/+0
| |/
* | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-101-0/+135
|\ \
| * | crypto: Kconfig - simplify cipher entriesRobert Elliott2022-08-261-9/+19
| * | crypto: Kconfig - simplify hash entriesRobert Elliott2022-08-261-18/+24
| * | crypto: Kconfig - simplify CRC entriesRobert Elliott2022-08-261-5/+4
| * | crypto: Kconfig - move s390 entries to a submenuRobert Elliott2022-08-261-0/+120
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-103-4/+3
|\ \ \
| * | | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-2/+0
| * | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
| * | | kbuild: build init/built-in.a just onceMasahiro Yamada2022-09-291-0/+1
* | | | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-0/+2
|\ \ \ \
| * | | | Merge branch 'v6.0-rc7'Peter Zijlstra2022-09-2919-98/+146
| |\| | |
| * | | | perf: Use sample_flags for raw_dataNamhyung Kim2022-09-272-0/+2
* | | | | Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-10-0930-249/+1161
|\ \ \ \ \
| * | | | | s390/pci: remove unused bus_next field from struct zpci_devNiklas Schnelle2022-09-281-1/+0
| * | | | | s390/cio: remove unused ccw_device_force_console() declarationGaosheng Cui2022-09-281-1/+0
| * | | | | s390/pai: Add support for PAI Extension 1 NNPA countersThomas Richter2022-09-165-4/+682
| * | | | | s390/mm: fix no previous prototype warnings in maccess.cAlexander Gordeev2022-09-161-0/+1
| * | | | | s390/mm: uninline copy_oldmem_kernel() functionAlexander Gordeev2022-09-145-15/+19
| * | | | | s390/mm,ptdump: add real memory copy page markersAlexander Gordeev2022-09-141-0/+7
| * | | | | s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev2022-09-148-89/+70
| * | | | | s390/dump: save IPL CPU registers once DAT is availableAlexander Gordeev2022-09-143-35/+34
| * | | | | s390/pci: convert high_memory to physical addressNiklas Schnelle2022-09-141-1/+1
| * | | | | s390/smp,ptdump: add absolute lowcore markersAlexander Gordeev2022-09-141-0/+7
| * | | | | s390/smp: rework absolute lowcore accessAlexander Gordeev2022-09-1414-84/+315
| * | | | | s390/smp: call smp_reinit_ipl_cpu() before scheduler is availableAlexander Gordeev2022-09-143-2/+3
| * | | | | Merge branch 'fixes' into featuresVasily Gorbik2022-09-148-54/+68
| |\ \ \ \ \
| * | | | | | s390/ptdump: add missing amode31 markersHeiko Carstens2022-09-071-0/+6
| * | | | | | s390/mm: split lowcore pages with set_memory_4k()Heiko Carstens2022-09-071-2/+5