summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/dasd: use new address translation helpersHeiko Carstens2024-03-136-76/+76
* s390/dasd: remove superfluous virt_to_phys() conversionHeiko Carstens2024-03-131-2/+2
* s390/virtio_ccw: avoid converting dma addresses / handlesHalil Pasic2024-03-131-18/+53
* s390/virtio_ccw: use DMA handle from DMA APIHalil Pasic2024-03-135-47/+57
* s390/virtio_ccw: fix virtual vs physical address confusionHalil Pasic2024-03-131-39/+39
* s390/cio: use bitwise types to allow for type checkingHeiko Carstens2024-03-137-27/+35
* s390/cio: introduce bitwise dma types and helper functionsHalil Pasic2024-03-131-0/+103
* s390/vfio_ccw: fix virtual vs physical address confusionHeiko Carstens2024-03-131-1/+1
* s390/cio: fix virtual vs physical address confusionHeiko Carstens2024-03-131-2/+2
* s390/dasd_eckd: fix virtual vs physical address confusionHeiko Carstens2024-03-132-8/+8
* s390/dcssblk: fix virtual vs physical address confusionGerald Schaefer2024-03-131-1/+1
* s390/iucv: fix receive buffer virtual vs physical address confusionAlexander Gordeev2024-03-131-2/+1
* s390/zcrypt: fix reference counting on zcrypt card objectsHarald Freudenberger2024-03-131-0/+2
* s390/vtime: fix average steal time calculationMete Durlu2024-03-131-2/+2
* s390/sysinfo: allow response buffer in normal memoryAlexander Gordeev2024-03-131-1/+1
* Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-03-127-138/+419
|\
| * dump_stack: Do not get cpu_sync for panic CPUJohn Ogness2024-02-073-4/+15
| * panic: Flush kernel log buffer at the endJohn Ogness2024-02-071-0/+8
| * printk: Avoid non-panic CPUs writing to ringbufferJohn Ogness2024-02-071-20/+6
| * printk: Disable passing console lock owner completely during panic()Petr Mladek2024-02-071-0/+29
| * printk: ringbuffer: Skip non-finalized records in panicJohn Ogness2024-02-071-2/+26
| * printk: Wait for all reserved records with pr_flush()John Ogness2024-02-073-1/+107
| * printk: ringbuffer: Cleanup reader terminologyJohn Ogness2024-02-071-7/+9
| * printk: Add this_cpu_in_panic()John Ogness2024-02-072-20/+24
| * printk: For @suppress_panic_printk check for other CPU in panicJohn Ogness2024-02-071-2/+1
| * printk: ringbuffer: Clarify special lpos valuesJohn Ogness2024-02-072-5/+31
| * printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()John Ogness2024-02-072-41/+127
| * printk: Use prb_first_seq() as base for 32bit seq macrosJohn Ogness2024-02-072-5/+5
| * printk: Adjust mapping for 32bit seq macrosSebastian Andrzej Siewior2024-02-071-1/+1
| * printk: nbcon: Relocate 32bit seq macrosJohn Ogness2024-02-072-37/+37
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-1239-68/+51
* | Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-03-1211-215/+210
|\ \
| * \ Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linusVlastimil Babka2024-03-126-55/+79
| |\ \
| | * | mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGEVlastimil Babka2024-02-263-23/+7
| | * | mm, slab: use an enum to define SLAB_ cache creation flagsVlastimil Babka2024-02-262-30/+70
| | * | mm, slab: deprecate SLAB_MEM_SPREAD flagVlastimil Babka2024-02-262-3/+3
| * | | Merge branch 'slab/for-6.9/optimize-get-freelist' into slab/for-linusVlastimil Babka2024-03-121-18/+14
| |\ \ \
| | * | | mm/slub: remove unused parameter in next_freelist_entry()Chengming Zhou2024-01-231-4/+3
| | * | | mm/slub: remove full list manipulation for non-debug slabChengming Zhou2024-01-231-4/+0
| | * | | mm/slub: directly load freelist from cpu partial slab in the likely caseChengming Zhou2024-01-231-10/+11
| | |/ /
| * | | slab: remove PARTIAL_NODE slab_stateChengming Zhou2024-03-052-2/+0
| * | | mm, slab: remove memcg_from_slab_obj()Vlastimil Babka2024-03-041-5/+0
| * | | mm, slab: remove the corner case of inc_slabs_node()Chengming Zhou2024-03-011-11/+2
| * | | mm/slab: Fix a kmemleak in kmem_cache_destroy()Xiaolei Wang2024-03-012-6/+8
| * | | mm, slab: fix the comment of cpu partial listChengming Zhou2024-02-211-1/+1
| * | | mm, slab: remove unused object_size parameter in kmem_cache_flags()Chengming Zhou2024-02-213-9/+5
| * | | mm/slub: remove parameter 'flags' in create_kmalloc_caches()Zheng Yejian2024-01-303-10/+9
| * | | mm/slub: make the description of slab_min_objects helpful in docXiongwei Song2024-01-221-1/+1
| * | | mm/slub: replace slub_$params with slab_$params in slub.rstXiongwei Song2024-01-221-30/+30
| * | | mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song2024-01-226-64/+62