summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-011-0/+17
|\
| * Crash: add lock to serialize crash hotplug handlingBaoquan He2023-09-291-0/+17
* | Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-011-0/+1
|\ \
| * | sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)2023-09-281-0/+1
* | | Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-303-7/+55
|\ \ \
| * | | tracing/user_events: Align set_bit() address for all archsBeau Belgrave2023-09-301-7/+51
| * | | tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger2023-09-301-0/+1
| * | | ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)2023-09-301-0/+3
| |/ /
* | | Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-09-301-9/+22
|\ \ \
| * | | swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik2023-09-271-6/+20
| * | | swiotlb: use the calculated number of areasRoss Lagerwall2023-09-131-3/+2
* | | | Merge tag 'wq-for-6.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-09-261-6/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_...Zqiang2023-09-181-3/+3
| * | | workqueue: Removed double allocation of wq_update_pod_attrs_bufSteven Rostedt (Google)2023-09-181-3/+0
* | | | Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-241-13/+15
|\ \ \ \
| * | | | ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian2023-09-221-13/+15
| |/ / /
* | | | Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds2023-09-232-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | pidfd: prevent a kernel-doc warningRandy Dunlap2023-09-191-1/+1
| * | | task_work: add kerneldoc annotation for 'data' argumentJens Axboe2023-09-191-0/+1
| |/ /
* | | Merge tag 'sched-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-222-1/+2
|\ \ \
| * | | kernel/sched: Modify initial boot task idle setupLiam R. Howlett2023-09-192-1/+2
| |/ /
* | | Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-216-20/+142
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2023-09-166-20/+142
| |\ \
| | * | bpf: Fix uprobe_multi get_pid_task error pathJiri Olsa2023-09-151-1/+3
| | * | bpf: Skip unit_size checking for global per-cpu allocatorHou Tao2023-09-151-0/+7
| | * | bpf, cgroup: fix multiple kernel-doc warningsRandy Dunlap2023-09-121-6/+7
| | * | bpf: Fix a erroneous check after snprintf()Christophe JAILLET2023-09-121-1/+1
| | * | bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman2023-09-111-5/+7
| | * | bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen2023-09-111-3/+18
| | * | bpf: Ensure unit_size is matched with slab cache object sizeHou Tao2023-09-111-2/+31
| | * | bpf: Don't prefill for unused bpf_mem_cacheHou Tao2023-09-111-2/+14
| | * | bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZEHou Tao2023-09-111-0/+38
| | * | bpf: Add override check to kprobe multi link attachJiri Olsa2023-09-081-0/+16
* | | | Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-171-2/+25
|\ \ \ \
| * | | | sched/fair: Fix SMT4 group_smt_balance handlingTim Chen2023-09-131-1/+11
| * | | | sched/fair: Optimize should_we_balance() for large SMT systemsShrikanth Hegde2023-09-021-1/+14
* | | | | Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-171-0/+1
|\ \ \ \ \
| * | | | | panic: Reenable preemption in WARN slowpathLukas Wunner2023-09-151-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'pm-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-09-153-14/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu2023-09-121-6/+6
| * | | | PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu2023-09-122-8/+10
| | |_|/ | |/| |
* | | | Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-136-30/+88
|\ \ \ \ | |/ / / |/| | |
| * | | eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Jinjie Ruan2023-09-121-4/+9
| * | | tracing/synthetic: Print out u64 values properlyTero Kristo2023-09-111-1/+1
| * | | tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)2023-09-081-13/+0