summaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-17s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_GENSECK2 IOCTLHolger Dengler3-21/+102
2023-08-17s390/pkey: fix/harmonize internal keyblob headersHolger Dengler3-11/+4
2023-08-16s390/ipl: add common ipl parameter attribute groupSven Schnelle1-22/+6
2023-08-16s390/ipl: add missing secure/has_secure file to ipl type 'unknown'Sven Schnelle1-0/+2
2023-08-16s390/dcssblk: fix kernel crash with list_add corruptionGerald Schaefer1-1/+3
2023-08-16s390/mm: make virt_to_pfn() a static inlineLinus Walleij6-7/+15
2023-08-16s390/boot: fix multi-line comments styleAlexander Gordeev1-2/+4
2023-08-16s390/boot: account Real Memory Copy and Lowcore areasAlexander Gordeev1-1/+2
2023-08-16s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev4-5/+9
2023-08-16s390/boot: cleanup number of page table levels setupAlexander Gordeev1-5/+4
2023-08-09s390: remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-09s390: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada3-3/+3
2023-08-09s390: remove unneeded #include <asm/export.h>Masahiro Yamada1-2/+0
2023-08-09s390/smp: ensure global control register contents are in syncHeiko Carstens1-3/+12
2023-08-01s390/cert_store: select CRYPTO_LIB_SHA256Sven Schnelle1-0/+1
2023-07-29s390/cert_store: fix error return code in fill_cs_keyring()Yang Yingliang1-0/+1
2023-07-29s390/pfault: use consistent comment styleHeiko Carstens1-10/+20
2023-07-29s390/pfault: cleanup inline assembliesHeiko Carstens2-15/+17
2023-07-29s390/pfault: use early_param() instead if __setup()Heiko Carstens1-2/+1
2023-07-29s390/pfault: remove not needed packed and aligned attributesHeiko Carstens1-1/+1
2023-07-29s390/pfault: use UL instead of ULLHeiko Carstens1-3/+3
2023-07-29s390/mm: move pfault code to own C fileHeiko Carstens7-236/+266
2023-07-27s390/defconfigs: set CONFIG_FUNCTION_GRAPH_RETVAL=yHeiko Carstens2-0/+2
2023-07-27s390/ftrace: use la instead of aghik in return_to_handler()Heiko Carstens1-1/+1
2023-07-27s390/ebcdic: fix typo in commentChristophe JAILLET1-1/+1
2023-07-27s390/diag: fix diagnose 8c descriptionHeiko Carstens1-1/+1
2023-07-24s390: use obj-y to descend into drivers/s390/Masahiro Yamada2-1/+2
2023-07-24docs: move s390 under archCosta Shulyupin24-20/+20
2023-07-24s390/tracing: pass struct ftrace_regs to ftrace_trace_functionSven Schnelle2-25/+34
2023-07-24s390/hypfs: stop using ENOSYS error codeSven Schnelle1-3/+3
2023-07-24s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2-3/+0
2023-07-24s390/extmem: improve reporting of -ERANGE errorAlexander Gordeev1-3/+6
2023-07-24s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev4-1/+6
2023-07-24s390/mm: remove redundant check against VMEM_MAX_PHYSAlexander Gordeev1-4/+0
2023-07-24s390/dcssblk: fix virtual vs physical address confusionAlexander Gordeev1-10/+7
2023-07-24s390/dcssblk: use IS_ALIGNED() for alignment checksAlexander Gordeev1-3/+4
2023-07-24s390/kexec: make machine_kexec() depend on CONFIG_KEXEC_COREAlexander Gordeev1-2/+3
2023-07-24s390/ftrace: enable HAVE_FUNCTION_GRAPH_RETVALSven Schnelle4-2/+31
2023-07-24s390/hypfs: factor out filesystem codeHeiko Carstens12-587/+709
2023-07-24s390/hypfs: remove open-coded PTR_ALIGN()Heiko Carstens1-6/+1
2023-07-24s390/hypfs: simplify memory allocationHeiko Carstens2-34/+30
2023-07-24s390/zcrypt: remove CEX2 and CEX3 device driversHarald Freudenberger12-939/+42
2023-07-24s390/sthyi: enforce 4k alignment of vmalloc'ed areaHeiko Carstens1-1/+3
2023-07-24s390/diag: handle diag 204 subcode 4 address correctlyHeiko Carstens2-0/+4
2023-07-24s390: add support for user-defined certificatesAnastasia Eskova7-1/+825
2023-07-24Linux 6.5-rc3v6.5-rc3Linus Torvalds1-1/+1
2023-07-23kbuild: rust: avoid creating temporary filesMiguel Ojeda2-2/+9
2023-07-23tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella1-1/+2
2023-07-23ring-buffer: Do not swap cpu_buffer during resize processChen Lin2-2/+15
2023-07-23tracing: Remove unused extern declaration tracing_map_set_field_descr()YueHaibing1-4/+0