summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | printk: nbcon: Add sequence handlingThomas Gleixner2023-09-183-7/+132
| | * | | | | | | printk: nbcon: Add ownership state functionsThomas Gleixner2023-09-181-1/+122
| | * | | | | | | printk: nbcon: Add buffer managementThomas Gleixner2023-09-183-15/+92
| | * | | | | | | printk: Make static printk buffers available to nbconJohn Ogness2023-09-182-4/+11
| | * | | | | | | printk: nbcon: Add acquire/release logicThomas Gleixner2023-09-181-0/+497
| | * | | | | | | printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner2023-09-184-4/+89
| * | | | | | | | 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-021-2/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | 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 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-0218-117/+250
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-184-12/+12
| * | | | | | | | | | | gcov: annotate struct gcov_iterator with __counted_byKees Cook2023-10-181-1/+1
| * | | | | | | | | | | kernel/signal: remove unnecessary NULL values from ucountsLi kunyu2023-10-181-1/+1
| * | | | | | | | | | | crash_core.c: remove unneeded functionsBaoquan He2023-10-041-18/+0
| * | | | | | | | | | | crash_core: move crashk_*res definition into crash_core.cBaoquan He2023-10-042-17/+16
| * | | | | | | | | | | crash_core: add generic function to do reservationBaoquan He2023-10-041-1/+106
| * | | | | | | | | | | crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He2023-10-041-3/+33
| * | | | | | | | | | | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-3/+12
| * | | | | | | | | | | crash_core.c: remove unnecessary parameter of functionBaoquan He2023-10-041-4/+4
| * | | | | | | | | | | pid: pid_ns_ctl_handler: remove useless commentRong Tao2023-10-041-6/+0
| * | | | | | | | | | | kthread: add kthread_stop_putAndreas Gruenbacher2023-10-043-12/+24
| * | | | | | | | | | | taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov2023-10-041-3/+2
| * | | | | | | | | | | getrusage: use __for_each_thread()Oleg Nesterov2023-10-041-3/+1
| * | | | | | | | | | | getrusage: add the "signal_struct *sig" local variableOleg Nesterov2023-10-041-18/+19
| * | | | | | | | | | | signal: complete_signal: use __for_each_thread()Oleg Nesterov2023-10-041-3/+2
| * | | | | | | | | | | panic: use atomic_try_cmpxchg in panic() and nmi_panic()Uros Bizjak2023-10-041-9/+13
| * | | | | | | | | | | __kill_pgrp_info: simplify the calculation of return valueOleg Nesterov2023-10-041-6/+11
| * | | | | | | | | | | kill task_struct->thread_groupOleg Nesterov2023-10-042-4/+0
| * | | | | | | | | | | docs: fix link s390/zfcpdump.rstCosta Shulyupin2023-10-041-1/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-0213-107/+89
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()Kefeng Wang2023-10-251-1/+1
| * | | | | | | | | | | sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Kefeng Wang2023-10-251-1/+1
| * | | | | | | | | | | mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2023-10-181-1/+1
| * | | | | | | | | | | sched: remove wait bookmarksMatthew Wilcox (Oracle)2023-10-181-50/+10
| * | | | | | | | | | | hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham2023-10-181-1/+14
| * | | | | | | | | | | mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-6/+0
| * | | | | | | | | | | bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-8/+8
| * | | | | | | | | | | mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes2023-10-181-2/+2
| * | | | | | | | | | | mm: make __access_remote_vm() staticLorenzo Stoakes2023-10-181-1/+1
| * | | | | | | | | | | sched/numa, mm: make numa migrate functions to take a folioKefeng Wang2023-10-161-6/+6
| * | | | | | | | | | | mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest2023-10-062-7/+27
| * | | | | | | | | | | rcu: dynamically allocate the rcu-kfree shrinkerQi Zheng2023-10-041-9/+12
| * | | | | | | | | | | rcu: dynamically allocate the rcu-lazy shrinkerQi Zheng2023-10-041-9/+10
| * | | | | | | | | | | mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik2023-10-043-9/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-022-12/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | module: enable automatic module signing with FIPS 202 SHA-3Dimitri John Ledkov2023-10-271-0/+15
| * | | | | | | | | | | padata: Fix refcnt handling in padata_free_shell()WangJinchao2023-10-271-1/+5