summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann2023-05-111-3/+3
* bpf: Remove misleading spec_v1 check on var-offset stack readLuis Gerhorst2023-05-111-10/+6
* 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
* 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
* sched/fair: Fixes for capacity inversion detectionQais Yousef2023-04-261-2/+11
* sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef2023-04-261-5/+9
* sched/fair: Detect capacity inversionQais Yousef2023-04-262-3/+79
* kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek2023-04-261-29/+40
* bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann2023-04-261-0/+15
* cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long2023-04-201-11/+86
* cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long2023-04-201-20/+42
* cgroup/cpuset: Skip spread flags update on v2Waiman Long2023-04-201-4/+8
* sched/fair: Fix imbalance overflowVincent Guittot2023-04-201-0/+10
* cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long2023-04-201-1/+5
* cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long2023-04-201-2/+10
* cgroup: fix display of forceidle time at rootJosh Don2023-04-201-3/+1
* tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...Steven Rostedt (Google)2023-04-201-7/+7
* tracing: Add trace_array_puts() to write into instanceSteven Rostedt (Google)2023-04-201-10/+17
* cgroup,freezer: hold cpu_hotplug_lock before freezer_mutexTetsuo Handa2023-04-201-2/+5
* mm: enable maple tree RCU mode by default.Liam R. Howlett2023-04-131-0/+3
* ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian2023-04-131-1/+12
* tracing/synthetic: Make lastcmd_mutex staticSteven Rostedt (Google)2023-04-131-1/+1
* tracing: Free error logs of tracing instancesSteven Rostedt (Google)2023-04-131-0/+1
* tracing/osnoise: Fix notify new tracing_max_latencyDaniel Bristot de Oliveira2023-04-131-1/+1
* tracing/timerlat: Notify new max thread latencyDaniel Bristot de Oliveira2023-04-131-0/+2
* tracing/synthetic: Fix races on freeing last_cmdTze-nan Wu2023-04-131-4/+15
* ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()Zheng Yejian2023-04-131-6/+9
* perf/core: Fix the same task check in perf_event_set_outputKan Liang2023-04-131-1/+1
* tracing: Fix wrong return in kprobe_event_gen_test.cAnton Gusev2023-04-061-2/+2
* sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds2023-04-062-3/+3
* tracing: Do not let histogram values have some modifiersSteven Rostedt (Google)2023-04-061-0/+9
* tracing: Add .graph suffix option to histogram valueMasami Hiramatsu (Google)2023-04-062-17/+63
* tracing: Add .percent suffix option to histogram valuesMasami Hiramatsu (Google)2023-04-062-15/+78
* kcsan: avoid passing -g for testMarco Elver2023-04-061-1/+1
* kernel: kcsan: kcsan_test: build without structleak pluginAnders Roxell2023-04-061-0/+1
* sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2023-03-302-11/+47
* sched/fair: sanitize vruntime of entity being placedZhang Qiao2023-03-301-2/+13
* entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-upFrederic Weisbecker2023-03-301-1/+2
* entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf2023-03-301-1/+1
* bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann2023-03-301-1/+1