summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* printk: Make pr_flush() staticThomas Gleixner2022-09-292-9/+3
* printk: do not wait for consoles when suspendedJohn Ogness2022-07-151-2/+11
* Revert "printk: add functions to prefer direct printing"Petr Mladek2022-06-239-78/+2
* Revert "printk: add kthread console printers"Petr Mladek2022-06-232-309/+22
* Revert "printk: extend console_lock for per-console locking"Petr Mladek2022-06-232-220/+56
* Revert "printk: remove @console_locked"Petr Mladek2022-06-231-14/+15
* Revert "printk: Block console kthreads when direct printing will be required"Petr Mladek2022-06-231-3/+1
* Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek2022-06-236-47/+0
* printk: Wait for the global console lock when the system is going downPetr Mladek2022-06-156-0/+47
* printk: Block console kthreads when direct printing will be requiredPetr Mladek2022-06-151-1/+3
* Revert "printk: wake up all waiters"John Ogness2022-05-271-1/+1
* Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-2515-321/+1174
|\
| * Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-05-2312-321/+1034
| |\
| | * printk, tracing: fix console tracepointMarco Elver2022-05-061-2/+2
| | * printk: remove @console_lockedJohn Ogness2022-04-261-15/+14
| | * printk: extend console_lock for per-console lockingJohn Ogness2022-04-262-56/+220
| | * printk: add kthread console printersJohn Ogness2022-04-222-22/+309
| | * printk: add functions to prefer direct printingJohn Ogness2022-04-229-2/+78
| | * printk: add pr_flush()John Ogness2022-04-222-0/+90
| | * printk: move buffer definitions into console_emit_next_record() callerJohn Ogness2022-04-221-17/+43
| | * printk: refactor and rework printing logicJohn Ogness2022-04-222-213/+230
| | * printk: add con_printk() macro for console detailsJohn Ogness2022-04-221-6/+7
| | * printk: call boot_delay_msec() in printk_delay()John Ogness2022-04-221-3/+4
| | * printk: get caller_id/timestamp after migration disableJohn Ogness2022-04-221-4/+6
| | * printk: wake waiters for safe and NMI contextsJohn Ogness2022-04-221-12/+16
| | * printk: wake up all waitersJohn Ogness2022-04-221-1/+1
| | * printk: add missing memory barrier to wake_up_klogd()John Ogness2022-04-221-3/+36
| | * printk: cpu sync always disable interruptsJohn Ogness2022-04-221-9/+9
| | * printk: rename cpulock functionsJohn Ogness2022-04-224-60/+73
| * | printk/index: Printk index feature documentationPetr Mladek2022-04-133-0/+139
| * | MAINTAINERS: Add printk indexing maintainers on mention of printk_indexChris Down2022-04-011-0/+1
| |/
* | Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-05-2514-143/+283
|\ \
| | \
| | \
| *-. \ Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into s...Vlastimil Babka2022-05-239-91/+238
| |\ \ \
| | | * | mm/slub: remove unused kmem_cache_order_objects maxMiaohe Lin2022-05-022-3/+0
| | | * | mm/slab_common: move dma-kmalloc caches creation into new_kmalloc_cache()Ohhoon Kwon2022-04-131-15/+3
| | * | | slab, documentation: add description of debugfs files for SLUB cachesOliver Glitta2022-04-061-0/+64
| | * | | mm/slub: sort debugfs output by frequency of stack tracesOliver Glitta2022-04-061-0/+16
| | * | | mm/slub: distinguish and print stack traces in debugfs filesOliver Glitta2022-04-061-2/+26
| | * | | mm/slub: use stackdepot to save stack trace in objectsOliver Glitta2022-04-064-31/+47
| | * | | mm/slub: move struct track init out of set_track()Vlastimil Babka2022-04-061-17/+15
| | * | | lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka2022-04-063-29/+73
| | |/ /
| * | | MAINTAINERS: add myself as reviewer for slabHyeonggon Yoo2022-05-101-0/+1
| * | | mm: slab: fix comment for __assume_kmalloc_alignmentAndrey Konovalov2022-05-021-3/+3
| * | | mm: slab: fix comment for ARCH_KMALLOC_MINALIGNAndrey Konovalov2022-05-021-1/+1
| * | | mm/slub: remove unneeded return value of slab_pad_checkMiaohe Lin2022-04-201-7/+5
| * | | mm/slub: remove meaningless node check in ___slab_alloc()JaeSang Yoo2022-04-131-1/+0
| * | | mm/slub: remove duplicate flag in allocate_slab()Jiyoup Kim2022-04-131-1/+1
| * | | mm/slub: remove unused parameter in setup_object*()JaeSang Yoo2022-04-131-11/+8
| * | | mm/slab.c: fix commentsYixuan Cao2022-04-071-6/+6
| * | | mm/slub, kunit: Make slub_kunit unaffected by user specified flagsHyeonggon Yoo2022-04-064-7/+18