summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz2023-05-171-4/+4
* PM: hibernate: Do not get block device exclusively in test_resume modeChen Yu2023-05-112-4/+12
* PM: hibernate: Turn snapshot_test into global variableChen Yu2023-05-112-1/+7
* timekeeping: Fix references to nonexistent ktime_get_fast_ns()Geert Uytterhoeven2023-05-111-2/+2
* swiotlb: fix debugfs reporting of reserved memory poolsMichael Kelley2023-05-111-2/+4
* swiotlb: relocate PageHighMem test away from rmem_swiotlb_setupDoug Berger2023-05-111-5/+5
* workqueue: Fix hung time report of worker poolsPetr Mladek2023-05-111-3/+7
* tracing/user_events: Ensure write index cannot be negativeBeau Belgrave2023-05-111-0/+3
* sched/clock: Fix local_clock() before sched_clock_init()Aaron Thompson2023-05-111-0/+3
* sched/rt: Fix bad task migration for rt tasksSchspa Shi2023-05-112-0/+5
* perf/core: Fix hardlockup failure caused by perf throttleYang Jihong2023-05-111-2/+2
* sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen2023-05-111-1/+1
* module/decompress: Never use kunmap() for local un-mappingsFabio M. De Francesco2023-05-111-1/+1
* bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev2023-05-111-3/+6
* bpf: Fix race between btf_put and btf_idr walk.Alexei Starovoitov2023-05-111-5/+3
* bpf/btf: Fix is_int_ptr()Feng Zhou2023-05-111-6/+2
* bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc callDave Marchevsky2023-05-111-5/+9
* bpf: factor out fetching basic kfunc metadataAndrii Nakryiko2023-05-111-33/+59
* bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann2023-05-111-3/+3
* bpf: return long from bpf_map_ops funcsJP Kobryn2023-05-1116-89/+89
* bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst2023-05-111-10/+6
* bpf: Free struct bpf_cpumask in call_rcu handlerDavid Vernet2023-05-111-5/+14
* bpf: Only allocate one bpf_mem_cache for bpf_cpumask_maHou Tao2023-05-111-3/+3
* bpf: fix precision propagation verbose loggingAndrii Nakryiko2023-05-111-2/+2
* bpf: take into account liveness when propagating precisionAndrii Nakryiko2023-05-111-2/+4
* tick/common: Align tick period with the HZ tick.Sebastian Andrzej Siewior2023-05-111-1/+11
* rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency checkZqiang2023-05-111-0/+5
* kcsan: Avoid READ_ONCE() in read_instrumented_memory()Marco Elver2023-05-111-4/+13
* tracing: Fix permissions for the buffer_percent fileOndrej Mosnacek2023-05-111-1/+1
* relayfs: fix out-of-bounds access in relay_file_readZhang Zhengming2023-05-111-1/+2
* rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-edZheng Yejian2023-05-111-0/+1
* ring-buffer: Sync IRQ works before buffer destructionJohannes Berg2023-05-111-0/+4
* ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset...Tze-nan Wu2023-05-111-3/+13
* kheaders: Use array declaration instead of charKees Cook2023-05-111-5/+5
* tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)2023-05-111-3/+8
* posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner2023-05-112-14/+71
* 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