summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-04-20panic, kexec: make __crash_kexec() NMI safeValentin Schneider4-20/+30
2023-04-20kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider2-5/+14
2023-04-20sched/fair: Fix imbalance overflowVincent Guittot1-0/+10
2023-04-20sched/fair: Move calculate of avg_load to a better locationzgpeng1-2/+3
2023-04-20cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long1-1/+5
2023-04-20tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...Steven Rostedt (Google)1-7/+7
2023-04-20tracing: Add trace_array_puts() to write into instanceSteven Rostedt (Google)1-10/+17
2023-04-13ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian1-1/+12
2023-04-13tracing: Free error logs of tracing instancesSteven Rostedt (Google)1-0/+1
2023-04-13ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()Zheng Yejian1-6/+9
2023-04-13perf/core: Fix the same task check in perf_event_set_outputKan Liang1-1/+1
2023-04-13bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang1-2/+2
2023-04-05tracing: Fix wrong return in kprobe_event_gen_test.cAnton Gusev1-2/+2
2023-04-05sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds2-3/+3
2023-04-05kcsan: avoid passing -g for testMarco Elver1-1/+1
2023-04-05kernel: kcsan: kcsan_test: build without structleak pluginAnders Roxell1-0/+1
2023-03-30sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2-11/+47
2023-03-30sched/fair: sanitize vruntime of entity being placedZhang Qiao1-2/+13
2023-03-30entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-upFrederic Weisbecker1-1/+2
2023-03-30entry: Snapshot thread flagsMark Rutland2-4/+4
2023-03-30bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann1-1/+1
2023-03-30trace/hwlat: Do not start per-cpu thread if it is already runningTero Kristo1-0/+4
2023-03-30trace/hwlat: make use of the helper function kthread_run_on_cpu()Cai Huoqing1-5/+1
2023-03-30kthread: add the helper function kthread_run_on_cpu()Cai Huoqing1-0/+1
2023-03-30tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptrCosta Shulyupin1-2/+2
2023-03-30perf: fix perf_event_context->timeSong Liu1-1/+1
2023-03-30perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong1-1/+1
2023-03-22perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic1-1/+1
2023-03-22trace/hwlat: Do not wipe the contents of per-cpu thread dataTero Kristo1-3/+0
2023-03-22ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin1-1/+2
2023-03-22tracing: Check field value in hist_field_name()Steven Rostedt (Google)1-0/+3
2023-03-22tracing: Make splice_read available againSung-hun Kim1-0/+2
2023-03-17watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error pathsDavid Disseldorp1-0/+1
2023-03-17irqdomain: Fix mapping-creation raceJohan Hovold1-18/+46
2023-03-17btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer1-0/+1
2023-03-17irqdomain: Refactor __irq_domain_alloc_irqs()Johan Hovold1-40/+48
2023-03-17fork: allow CLONE_NEWTIME in clone3 flagsTobias Klauser1-1/+1
2023-03-11kernel/fail_function: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-4/+1
2023-03-11kernel/printk/index.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai1-1/+6
2023-03-10ring-buffer: Handle race between rb_move_tail and rb_check_pagesMukesh Ojha1-32/+10
2023-03-10dax/kmem: Fix leak of memory-hotplug resourcesDan Williams1-14/+0
2023-03-10irqdomain: Fix domain registration raceMarc Zyngier1-19/+43
2023-03-10irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold1-6/+1
2023-03-10irqdomain: Look for existing mapping only onceJohan Hovold1-27/+33
2023-03-10irqdomain: Fix disassociation raceJohan Hovold1-0/+5
2023-03-10irqdomain: Fix association raceJohan Hovold1-5/+14
2023-03-10x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong1-2/+2
2023-03-10x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong1-1/+1
2023-03-10locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpathWaiman Long1-10/+9