| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: mark stuff as __ro_after_init | Alexey Dobriyan | 2023-10-18 | 4 | -12/+12 |
* | gcov: annotate struct gcov_iterator with __counted_by | Kees Cook | 2023-10-18 | 1 | -1/+1 |
* | kernel/signal: remove unnecessary NULL values from ucounts | Li kunyu | 2023-10-18 | 1 | -1/+1 |
* | crash_core.c: remove unneeded functions | Baoquan He | 2023-10-04 | 1 | -18/+0 |
* | crash_core: move crashk_*res definition into crash_core.c | Baoquan He | 2023-10-04 | 2 | -17/+16 |
* | crash_core: add generic function to do reservation | Baoquan He | 2023-10-04 | 1 | -1/+106 |
* | crash_core: change parse_crashkernel() to support crashkernel=,high|low parsing | Baoquan He | 2023-10-04 | 1 | -3/+33 |
* | crash_core: change the prototype of function parse_crashkernel() | Baoquan He | 2023-10-04 | 1 | -3/+12 |
* | crash_core.c: remove unnecessary parameter of function | Baoquan He | 2023-10-04 | 1 | -4/+4 |
* | pid: pid_ns_ctl_handler: remove useless comment | Rong Tao | 2023-10-04 | 1 | -6/+0 |
* | kthread: add kthread_stop_put | Andreas Gruenbacher | 2023-10-04 | 3 | -12/+24 |
* | taskstats: fill_stats_for_tgid: use for_each_thread() | Oleg Nesterov | 2023-10-04 | 1 | -3/+2 |
* | getrusage: use __for_each_thread() | Oleg Nesterov | 2023-10-04 | 1 | -3/+1 |
* | getrusage: add the "signal_struct *sig" local variable | Oleg Nesterov | 2023-10-04 | 1 | -18/+19 |
* | signal: complete_signal: use __for_each_thread() | Oleg Nesterov | 2023-10-04 | 1 | -3/+2 |
* | panic: use atomic_try_cmpxchg in panic() and nmi_panic() | Uros Bizjak | 2023-10-04 | 1 | -9/+13 |
* | __kill_pgrp_info: simplify the calculation of return value | Oleg Nesterov | 2023-10-04 | 1 | -6/+11 |
* | kill task_struct->thread_group | Oleg Nesterov | 2023-10-04 | 2 | -4/+0 |
* | docs: fix link s390/zfcpdump.rst | Costa Shulyupin | 2023-10-04 | 1 | -1/+1 |
* | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s... | Linus Torvalds | 2023-10-01 | 1 | -0/+17 |
|\ |
|
| * | Crash: add lock to serialize crash hotplug handling | Baoquan He | 2023-09-30 | 1 | -0/+17 |
* | | Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-10-01 | 1 | -0/+1 |
|\ \ |
|
| * | | sched/rt: Fix live lock between select_fallback_rq() and RT push | Joel Fernandes (Google) | 2023-09-28 | 1 | -0/+1 |
* | | | Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2023-10-01 | 3 | -7/+55 |
|\ \ \ |
|
| * | | | tracing/user_events: Align set_bit() address for all archs | Beau Belgrave | 2023-09-30 | 1 | -7/+51 |
| * | | | tracing: relax trace_event_eval_update() execution with cond_resched() | Clément Léger | 2023-09-30 | 1 | -0/+1 |
| * | | | ring-buffer: Update "shortest_full" in polling | Steven Rostedt (Google) | 2023-09-30 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d... | Linus Torvalds | 2023-09-30 | 1 | -9/+22 |
|\ \ \ |
|
| * | | | swiotlb: fix the check whether a device has used software IO TLB | Petr Tesarik | 2023-09-27 | 1 | -6/+20 |
| * | | | swiotlb: use the calculated number of areas | Ross Lagerwall | 2023-09-13 | 1 | -3/+2 |
* | | | | Merge tag 'wq-for-6.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-09-26 | 1 | -6/+3 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_... | Zqiang | 2023-09-18 | 1 | -3/+3 |
| * | | | workqueue: Removed double allocation of wq_update_pod_attrs_buf | Steven Rostedt (Google) | 2023-09-18 | 1 | -3/+0 |
* | | | | Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2023-09-24 | 1 | -13/+15 |
|\ \ \ \ |
|
| * | | | | ring-buffer: Fix bytes info in per_cpu buffer stats | Zheng Yejian | 2023-09-22 | 1 | -13/+15 |
| |/ / / |
|
* | | | | Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s... | Linus Torvalds | 2023-09-23 | 2 | -1/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | pidfd: prevent a kernel-doc warning | Randy Dunlap | 2023-09-19 | 1 | -1/+1 |
| * | | | task_work: add kerneldoc annotation for 'data' argument | Jens Axboe | 2023-09-19 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge tag 'sched-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-09-22 | 2 | -1/+2 |
|\ \ \ |
|
| * | | | kernel/sched: Modify initial boot task idle setup | Liam R. Howlett | 2023-09-19 | 2 | -1/+2 |
| |/ / |
|
* | | | Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2023-09-21 | 6 | -20/+142 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2023-09-16 | 6 | -20/+142 |
| |\ \ |
|
| | * | | bpf: Fix uprobe_multi get_pid_task error path | Jiri Olsa | 2023-09-15 | 1 | -1/+3 |
| | * | | bpf: Skip unit_size checking for global per-cpu allocator | Hou Tao | 2023-09-15 | 1 | -0/+7 |
| | * | | bpf, cgroup: fix multiple kernel-doc warnings | Randy Dunlap | 2023-09-12 | 1 | -6/+7 |
| | * | | bpf: Fix a erroneous check after snprintf() | Christophe JAILLET | 2023-09-12 | 1 | -1/+1 |
| | * | | bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init | Eduard Zingerman | 2023-09-12 | 1 | -5/+7 |
| | * | | bpf: Avoid deadlock when using queue and stack maps from NMI | Toke Høiland-Jørgensen | 2023-09-12 | 1 | -3/+18 |
| | * | | bpf: Ensure unit_size is matched with slab cache object size | Hou Tao | 2023-09-11 | 1 | -2/+31 |
| | * | | bpf: Don't prefill for unused bpf_mem_cache | Hou Tao | 2023-09-11 | 1 | -2/+14 |