summary refs log tree commit diff
path: root/kernel
AgeCommit message (Expand)Author
2022-12-31bpf: Pin the start cgroup in cgroup_iter_seq_init()Hou Tao
2022-12-31module: Fix NULL vs IS_ERR checking for module_get_next_pageMiaoqian Lin
2022-12-31bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko
2022-12-31bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko
2022-12-31bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi
2022-12-31bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_IDKumar Kartikeya Dwivedi
2022-12-31relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia
2022-12-31cpu/hotplug: Do not bail-out in DYING/STARTING sectionsVincent Donnefort
2022-12-31cpu/hotplug: Make target_store() a nop when target == statePhil Auld
2022-12-31futex: Resend potentially swallowed owner death notificationAlexey Izbyshev
2022-12-31genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang
2022-12-31perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin
2022-12-31PM: hibernate: Fix mistake in kerneldoc commentxiongxin
2022-12-31sched/psi: Fix possible missing or delayed pending eventHao Lee
2022-12-31sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef
2022-12-31sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef
2022-12-31sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef
2022-12-31seccomp: Move copy_seccomp() to no failure path.Kuniyuki Iwashima
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-05proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds
2022-12-05proc: avoid integer type confusion in get_proc_longLinus Torvalds
2022-12-04Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-11-29perf: Fix perf_pending_task() UaFPeter Zijlstra
2022-11-28Merge tag 'trace-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-11-27Merge tag 'perf_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-25Merge tag 'pm-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-24perf: Consider OS filter failPeter Zijlstra
2022-11-24perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra
2022-11-23tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)
2022-11-23tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)
2022-11-23tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)
2022-11-22gcov: clang: fix the buffer overflow issueMukesh Ojha
2022-11-22tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira
2022-11-22tracing/user_events: Fix memory leak in user_event_create()Xiu Jianfeng
2022-11-22tracing/hist: add in missing * in comment blocksColin Ian King
2022-11-22Revert "cpufreq: schedutil: Move max CPU capacity to sugov_policy"Sam Wu
2022-11-21bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai
2022-11-20Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-20Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-11-20tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)
2022-11-20Merge tag 'sched_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-11-20Merge tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-17tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian
2022-11-17tracing: Remove unused __bad_type_size() methodQiujun Huang