summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390: Remove protvirt and kvm config guards for uv codeJanosch Frank2024-07-231-1/+1
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-1/+1
|\
| * s390/irqflags: do not instrument arch_local_irq_*() with KMSANIlya Leoshkevich2024-07-041-1/+1
* | Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-07-198-16/+39
|\ \ | |/ |/|
| * s390/sclp: Diag204 busy indication facility detectionMete Durlu2024-07-101-0/+1
| * s390/smp: Switch to GENERIC_CPU_DEVICESSven Schnelle2024-07-101-1/+1
| * s390/sclp: Add timeout to Store Data requestsPeter Oberparleiter2024-07-011-4/+10
| * s390/sclp: Prevent release of buffer in I/OPeter Oberparleiter2024-07-011-2/+8
| * s390/sclp: Suppress unnecessary Store Data warningPeter Oberparleiter2024-07-011-0/+4
| * s390/3270: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-283-0/+3
| * s390/sclp: Define commands for storage (un)assignmentAlexander Gordeev2024-06-181-2/+5
| * s390/drivers: Replace S390_lowcore by get_lowcore()Sven Schnelle2024-06-182-8/+8
* | s390/sclp: Fix sclp_init() cleanup on failureHeiko Carstens2024-06-241-0/+1
|/
* s390/vmlogrdr: Make use of iucv_alloc_device()Heiko Carstens2024-05-141-17/+3
* Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-05-131-1/+1
|\
| * s390/ap: modularize ap busHolger Dengler2024-04-091-1/+1
* | s390/3270: Fix buffer assignmentSven Schnelle2024-04-261-2/+4
|/
* Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-198-63/+68
|\
| * s390/raw3270: make class3270 constantRicardo B. Marliere2024-03-133-10/+12
| * s390/raw3270: improve raw3270_init() readabilityRicardo B. Marliere2024-03-131-10/+12
| * s390/tape: make tape_class constantRicardo B. Marliere2024-03-131-9/+8
| * s390/vmlogrdr: make vmlogrdr_class constantRicardo B. Marliere2024-03-131-10/+8
| * s390/vmur: make vmur_class constantRicardo B. Marliere2024-03-131-9/+9
| * s390/tape: fix virtual vs physical address confusionHeiko Carstens2024-03-131-4/+8
| * s390/3270: use new address translation helpersHeiko Carstens2024-03-131-7/+7
| * s390/3215: use new address translation helpersHeiko Carstens2024-03-131-2/+2
| * s390/vmur: use new address translation helpersHeiko Carstens2024-03-131-2/+2
| * s390/cio,idal: fix virtual vs physical address confusionHeiko Carstens2024-03-131-3/+3
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-9/+35
|\ \ | |/ |/|
| * s390/mm: implement MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar2024-02-221-6/+35
| * s390/sclp: remove unhandled memory notifier typeSumanth Korikkar2024-02-221-3/+0
* | s390/switch_to: use generic header fileHeiko Carstens2024-02-121-1/+0
* | s390/vmur: fix virtual vs physical address confusionThomas Richter2024-02-091-2/+2
|/
* Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-182-19/+18
|\
| * tty: con3270: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-6/+6
| * tty: con3215: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-12/+12
| * tty: con3215: drop raw3215_info::ubufferJiri Slaby (SUSE)2023-11-231-1/+0
* | s390/uvdevice: Report additional-data length for attestationSteffen Eiden2023-11-231-0/+3
|/
* s390/sclp: replace deprecated strncpy with strtomemJustin Stitt2023-10-251-1/+1
* s390/sclp: handle default case in sclp memory notifierSumanth Korikkar2023-10-251-1/+0
* s390/ctlreg: add struct ctlregHeiko Carstens2023-09-192-6/+6
* s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens2023-09-192-6/+6
* s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-192-6/+6
* s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens2023-09-194-4/+4
* s390/ctlreg: move control register code to separate fileHeiko Carstens2023-09-191-0/+1
* Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-09-071-7/+5
|\
| * s390/monreader: fix virtual vs physical address confusionGerald Schaefer2023-08-301-7/+5
* | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-014-14/+14
|\ \ | |/ |/|
| * tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-114-6/+8
| * tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-114-6/+6