summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-11-036-78/+1288
|\
| * Merge branch 'rework/nbcon-base' into for-linusPetr Mladek2023-11-025-50/+1263
| |\
| | * printk: fix illegal pbufs access for !CONFIG_PRINTKJohn Ogness2023-09-211-26/+18
| | * printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner2023-09-182-0/+85
| | * printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner2023-09-184-8/+134
| | * printk: nbcon: Add sequence handlingThomas Gleixner2023-09-184-7/+136
| | * printk: nbcon: Add ownership state functionsThomas Gleixner2023-09-181-1/+122
| | * printk: nbcon: Add buffer managementThomas Gleixner2023-09-184-15/+99
| | * printk: Make static printk buffers available to nbconJohn Ogness2023-09-182-4/+11
| | * printk: nbcon: Add acquire/release logicThomas Gleixner2023-09-182-0/+553
| | * printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner2023-09-185-4/+120
| * | Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek2023-11-021-13/+13
| |\ \
| | * | printk: Reduce pr_flush() pooling timePetr Mladek2023-10-111-13/+13
| * | | Merge branch 'for-6.7' into for-linusPetr Mladek2023-11-022-15/+12
| |\ \ \
| | * | | vsprintf: uninline simple_strntoull(), reorder argumentsAlexey Dobriyan2023-11-011-13/+12
| | * | | printk: printk: Remove unnecessary statements'len = 0;'Li kunyu2023-10-241-2/+0
* | | | | Merge tag 'livepatching-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-11-031-1/+1
|\ \ \ \ \
| * | | | | livepatch: Fix missing newline character in klp_resolve_symbols()Zheng Yejian2023-09-201-1/+1
* | | | | | Merge tag 'bitmap-for-6.7' of https://github.com/norov/linuxLinus Torvalds2023-11-0310-754/+700
|\ \ \ \ \ \
| * | | | | | buildid: reduce header file dependencies for moduleArnd Bergmann2023-10-181-1/+2
| * | | | | | bitmap: move bitmap_*_region() functions to bitmap.hYury Norov2023-10-162-67/+61
| * | | | | | bitmap: drop _reg_op() functionYury Norov2023-10-141-76/+0
| * | | | | | bitmap: replace _reg_op(REG_OP_ISFREE) with find_next_bit()Yury Norov2023-10-141-1/+1
| * | | | | | bitmap: replace _reg_op(REG_OP_RELEASE) with bitmap_clear()Yury Norov2023-10-141-1/+1
| * | | | | | bitmap: replace _reg_op(REG_OP_ALLOC) with bitmap_set()Yury Norov2023-10-141-1/+4
| * | | | | | bitmap: fix opencoded bitmap_allocate_region()Yury Norov2023-10-141-4/+2
| * | | | | | bitmap: add test for bitmap_*_region() functionsYury Norov2023-10-141-0/+24
| * | | | | | bitmap: align __reg_op() wrappers with modern coding styleYury Norov2023-10-141-7/+5
| * | | | | | lib/bitmap: split-out string-related operations to a separate filesYury Norov2023-10-146-530/+530
| * | | | | | bitmap: Remove dead code, i.e. bitmap_copy_le()Andy Shevchenko2023-10-142-28/+0
| * | | | | | bitmap: Fix a typo ("identify map")Jonathan Neuschäfer2023-10-141-2/+2
| * | | | | | cpumask: kernel-doc cleanups and additionsRandy Dunlap2023-10-142-49/+81
* | | | | | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-02106-1000/+894
|\ \ \ \ \ \ \
| * | | | | | | scripts/gdb/vmalloc: disable on no-MMUBen Wolsieffer2023-11-012-2/+7
| * | | | | | | scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=nClément Léger2023-11-011-4/+5
| * | | | | | | .mailmap: add address mapping for Tomeu VizosoBagas Sanjaya2023-11-011-0/+1
| * | | | | | | mailmap: update email address for Claudiu BezneaClaudiu Beznea2023-11-011-0/+1
| * | | | | | | tools/testing/selftests/mm/run_vmtests.sh: lower the ptrace permissionsItaru Kitayama2023-11-011-0/+1
| * | | | | | | .mailmap: map Benjamin Poirier's addressBagas Sanjaya2023-11-011-0/+1
| * | | | | | | scripts/gdb: add lx_current support for riscvDeepak Gupta2023-11-011-0/+15
| * | | | | | | ocfs2: fix a spelling typo in commentKunwu Chan2023-11-011-1/+1