summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-25s390/pci: improve DMA translation init and exitNiklas Schnelle8-43/+76
2021-08-25s390/pci: simplify CLP List PCI handlingNiklas Schnelle3-87/+102
2021-08-25s390/pci: handle FH state mismatch only on disableNiklas Schnelle3-6/+16
2021-08-25s390/pci: fix misleading rc in clp_set_pci_fn()Niklas Schnelle2-20/+20
2021-08-25s390/boot: factor out offset_vmlinux_info() functionAlexander Gordeev1-8/+12
2021-08-25s390/kasan: fix large PMD pages address alignment checkAlexander Gordeev1-21/+20
2021-08-25s390/zcrypt: remove gratuitious NULL check in .remove() callbacksJulian Wiedmann3-12/+10
2021-08-25s390/ap: use the common driver-data pointerJulian Wiedmann6-45/+30
2021-08-25s390/ap: use the common device_driver pointerJulian Wiedmann3-8/+4
2021-08-25s390/pci: reset zdev->zbus on registration failureNiklas Schnelle1-1/+2
2021-08-25s390/pci: cleanup resources only if necessaryNiklas Schnelle1-1/+2
2021-08-18s390/sclp: reserve memory occupied by sclp early bufferAlexander Egorenkov3-2/+3
2021-08-18s390/zcrypt: fix wrong offset index for APKA master key valid stateHarald Freudenberger1-4/+4
2021-08-18s390/mm: remove unused cmma functionsDavid Hildenbrand2-46/+0
2021-08-18s390/qdio: remove unused support for SLIB parametersJulian Wiedmann3-42/+0
2021-08-18s390/qdio: consolidate QIB codeJulian Wiedmann1-27/+15
2021-08-18s390/qdio: use dev_info() in qdio_print_subchannel_info()Julian Wiedmann1-5/+2
2021-08-18s390/qdio: fine-tune the queue syncJulian Wiedmann1-11/+20
2021-08-18s390/qdio: clean up SIGA capability trackingJulian Wiedmann3-33/+15
2021-08-18s390/qdio: remove unused sync-after-IRQ infrastructureJulian Wiedmann2-16/+3
2021-08-18s390/qdio: use absolute data address in ESTABLISH ccwJulian Wiedmann1-1/+1
2021-08-18s390/cio: add dev_busid sysfs entry for each subchannelVineeth Vijayan1-0/+17
2021-08-18s390/cio: add rescan functionality on channel subsystemVineeth Vijayan1-0/+13
2021-08-05s390: rename dma section to amode31Heiko Carstens17-132/+135
2021-08-05s390/mm: use page_to_virt() in __kernel_map_pages()Heiko Carstens1-1/+1
2021-08-05s390/sclp: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-2/+2
2021-08-05s390: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior8-21/+21
2021-08-03s390/ftrace: implement hotpatchingIlya Leoshkevich7-57/+313
2021-08-03ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich2-2/+18
2021-07-30s390: move the install rule to arch/s390/MakefileMasahiro Yamada2-5/+2
2021-07-30s390: enable KCSANIlya Leoshkevich6-0/+6
2021-07-30kcsan: use u64 instead of cycles_tHeiko Carstens1-1/+1
2021-07-30s390: add kfence region to pagetable dumperSven Schnelle1-0/+16
2021-07-30s390: add support for KFENCESven Schnelle5-4/+54
2021-07-30kfence: add function to mask address bitsSven Schnelle1-1/+12
2021-07-30s390/mm: implement set_memory_4k()Heiko Carstens2-2/+18
2021-07-30kfence, x86: only define helpers if !MODULEMarco Elver1-0/+4
2021-07-27s390/delay: get rid of not needed header includesHeiko Carstens1-9/+2
2021-07-27s390/boot: get rid of arithmetics on function pointersHeiko Carstens1-1/+1
2021-07-27s390/headers: fix code style in module.hIlya Leoshkevich1-4/+2
2021-07-27s390/hwcaps: make sie capability regular hwcapHeiko Carstens2-22/+4
2021-07-27s390/hwcaps: remove hwcap stfle checkHeiko Carstens1-1/+1
2021-07-27s390/hwcaps: remove z/Architecture mode active checkHeiko Carstens1-2/+1
2021-07-27s390/hwcaps: use consistent coding style / remove commentsHeiko Carstens1-54/+13
2021-07-27s390/hwcaps: open code initialization of first six hwcap bitsHeiko Carstens1-6/+24
2021-07-27s390/hwcaps: split setup_hwcaps()Heiko Carstens1-9/+15
2021-07-27s390/hwcaps: move setup_hwcaps()Heiko Carstens2-158/+160
2021-07-27s390/hwcaps: add sanity checksHeiko Carstens2-0/+4
2021-07-27s390/hwcaps: use named initializers for hwcap string arraysHeiko Carstens1-4/+23
2021-07-27s390/hwcaps: introduce HWCAP bit numbersHeiko Carstens1-23/+52