summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | s390/mm: remove unused access parameter from do_fault_error()Heiko Carstens2022-08-301-8/+7
| * | | | | | s390/delay: sync comment within __delay() with realityHeiko Carstens2022-08-301-7/+4
| * | | | | | s390: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-302-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-091-2/+0
|\ \ \ \ \ \
| * | | | | | KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-261-2/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-072-76/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2022-09-258-18/+37
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | termios: kill uapi termios.h that are identical to generic oneAl Viro2022-09-091-50/+0
| * | | | | | termios: get rid of non-UAPI asm/termios.hAl Viro2022-09-091-12/+0
| * | | | | | termios: start unifying non-UAPI parts of asm/termios.hAl Viro2022-09-091-14/+0
* | | | | | | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-072-0/+19
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | s390/dasd: suppress generic error messages for PPRC secondary devicesStefan Haberland2022-09-211-0/+5