summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
Commit message (Expand)AuthorAgeFilesLines
* 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-141-9/+35
|\ \ | |/ |/|
| * s390/mm: implement MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar2024-02-211-6/+35
| * s390/sclp: remove unhandled memory notifier typeSumanth Korikkar2024-02-211-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
| * tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-114-6/+4
* | s390/mm: make virt_to_pfn() a static inlineLinus Walleij2023-08-161-1/+1
* | docs: move s390 under archCosta Shulyupin2023-07-241-1/+1
* | s390/mm: remove redundant check against VMEM_MAX_PHYSAlexander Gordeev2023-07-241-4/+0
* | s390: add support for user-defined certificatesAnastasia Eskova2023-07-241-0/+1
|/
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-062-2/+2
|\
| * Revert "s390/mm: get rid of VMEM_MAX_PHYS macro"Alexander Gordeev2023-07-041-3/+3
| * s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-032-2/+2
| * s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2023-06-281-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-032-8/+225
|\ \ | |/ |/|
| * s390/uvdevice: Add 'Lock Secret Store' UVCSteffen Eiden2023-06-161-0/+39
| * s390/uvdevice: Add 'List Secrets' UVCSteffen Eiden2023-06-161-0/+52
| * s390/uvdevice: Add 'Add Secret' UVCSteffen Eiden2023-06-161-0/+63
| * s390/uvdevice: Add info IOCTLSteffen Eiden2023-06-162-8/+71
* | s390/zcore: conditionally clear memory on reiplMikhail Zaslonko2023-06-011-1/+40
|/
* Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-303-6/+6
|\
| * s390/sclp: replace zero-length array with flexible-array memberHeiko Carstens2023-04-132-2/+2