summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-04-201-0/+15
|\
| * bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann2023-04-191-0/+15
* | Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-192-29/+41
|\ \
| * | mm: fix memory leak on mm_init error handlingMathieu Desnoyers2023-04-181-0/+1
| * | kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek2023-04-181-29/+40
* | | Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-04-161-0/+10
|\ \ \
| * | | sched/fair: Fix imbalance overflowVincent Guittot2023-04-121-0/+10
* | | | Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-04-133-39/+150
|\ \ \ \ | |_|_|/ |/| | |
| * | | cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpusetWaiman Long2023-04-121-1/+2
| * | | cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long2023-04-121-11/+86
| * | | cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long2023-04-121-20/+42
| * | | cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long2023-04-121-1/+5
| * | | cgroup,freezer: hold cpu_hotplug_lock before freezer_mutexTetsuo Handa2023-04-121-2/+5
| * | | cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long2023-03-291-2/+10
| * | | cgroup: fix display of forceidle time at rootJosh Don2023-03-171-3/+1
* | | | Merge tag 'urgent-rcu.2023.04.07a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-04-101-8/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace periodZiwei Dai2023-04-061-8/+19
* | | | Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-04-091-6/+8
|\ \ \ \
| * | | | perf/core: Fix the same task check in perf_event_set_outputKan Liang2023-04-051-1/+1
| * | | | perf: Optimize perf_pmu_migrate_context()Peter Zijlstra2023-04-051-5/+7
* | | | | Merge tag 'dma-mapping-6.3-2023-04-08' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-04-081-3/+3
|\ \ \ \ \
| * | | | | swiotlb: fix a braino in the alignment check fixPetr Tesarik2023-04-061-3/+3
* | | | | | Merge tag 'trace-v6.3-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-082-7/+10
|\ \ \ \ \ \
| * | | | | | tracing/synthetic: Make lastcmd_mutex staticSteven Rostedt (Google)2023-04-061-1/+1
| * | | | | | ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()Zheng Yejian2023-04-061-6/+9
* | | | | | | Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-081-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | mm: enable maple tree RCU mode by defaultLiam R. Howlett2023-04-051-0/+3
| | |/ / / | |/| | |
* | | | | tracing: Free error logs of tracing instancesSteven Rostedt (Google)2023-04-051-0/+1
* | | | | tracing: Fix ftrace_boot_snapshot command line logicSteven Rostedt (Google)2023-04-041-6/+7
* | | | | tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...Steven Rostedt (Google)2023-04-041-7/+7
* | | | | tracing/osnoise: Fix notify new tracing_max_latencyDaniel Bristot de Oliveira2023-04-031-1/+1
* | | | | tracing/timerlat: Notify new max thread latencyDaniel Bristot de Oliveira2023-04-031-0/+2
* | | | | ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian2023-04-031-1/+12
* | | | | tracing/synthetic: Fix races on freeing last_cmdTze-nan Wu2023-04-031-4/+15
* | | | | Merge tag 'dma-mapping-6.3-2023-03-31' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-03-301-13/+16
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | swiotlb: fix slot alignment checksPetr Tesarik2023-03-221-6/+10
| * | | swiotlb: use wrap_area_index() instead of open-coding itPetr Tesarik2023-03-221-4/+1
| * | | swiotlb: fix the deadlock in swiotlb_do_find_slotsGuoRui.Yu2023-03-151-4/+6
* | | | Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-03-262-11/+47
|\ \ \ \
| * | | | sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2023-03-212-11/+47
* | | | | Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-03-261-2/+3
|\ \ \ \ \
| * | | | | entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-upFrederic Weisbecker2023-03-211-1/+2
| * | | | | entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf2023-03-211-1/+1
| |/ / / /
* | | | | Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-251-5/+0
|\ \ \ \ \
| * | | | | fork: remove use of percpu_counter_sum_allDave Chinner2023-03-191-5/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-241-1/+1
|\ \ \ \ \
| * | | | | kcsan: avoid passing -g for testMarco Elver2023-03-231-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-242-2/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-232-2/+11
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann2023-03-211-1/+1