summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* trace/hwlat: Do not start per-cpu thread if it is already runningTero Kristo2023-03-221-0/+4
* trace/hwlat: Do not wipe the contents of per-cpu thread dataTero Kristo2023-03-221-3/+0
* ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin2023-03-221-1/+2
* tracing: Check field value in hist_field_name()Steven Rostedt (Google)2023-03-221-0/+3
* tracing: Make splice_read available againSung-hun Kim2023-03-221-0/+2
* watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error pathsDavid Disseldorp2023-03-171-0/+1
* btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer2023-03-171-0/+1
* fork: allow CLONE_NEWTIME in clone3 flagsTobias Klauser2023-03-171-1/+1
* kernel/fail_function: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-111-4/+1
* kernel/printk/index.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-111-1/+1
* tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai2023-03-111-1/+6
* genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov2023-03-111-2/+6
* wait: Return number of exclusive waiters awakenGabriel Krisman Bertazi2023-03-101-7/+11
* tracing/eprobe: Fix to add filter on eprobe description in README fileMasami Hiramatsu (Google)2023-03-101-1/+1
* ring-buffer: Handle race between rb_move_tail and rb_check_pagesMukesh Ojha2023-03-101-32/+10
* kprobes: Fix to handle forcibly unoptimized kprobes on freeing_listMasami Hiramatsu (Google)2023-03-101-13/+10
* dax/kmem: Fix leak of memory-hotplug resourcesDan Williams2023-03-101-14/+0
* panic: fix the panic_print NMI backtrace settingGuilherme G. Piccoli2023-03-101-18/+26
* irqdomain: Fix domain registration raceMarc Zyngier2023-03-101-19/+43
* irqdomain: Fix mapping-creation raceJohan Hovold2023-03-101-18/+46
* irqdomain: Refactor __irq_domain_alloc_irqs()Johan Hovold2023-03-101-40/+48
* irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold2023-03-101-6/+1
* irqdomain: Look for existing mapping only onceJohan Hovold2023-03-101-27/+33
* irqdomain: Fix disassociation raceJohan Hovold2023-03-101-0/+5
* irqdomain: Fix association raceJohan Hovold2023-03-101-5/+14
* x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong2023-03-101-1/+1
* x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong2023-03-101-1/+1
* torture: Fix hang during kthread shutdown phaseJoel Fernandes (Google)2023-03-101-1/+1
* locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpathWaiman Long2023-03-101-10/+9
* PM: EM: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-101-4/+1
* time/debug: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-101-1/+1
* clocksource: Suspend the watchdog temporarily when high read latency detectedFeng Tang2023-03-101-13/+32
* timers: Prevent union confusion from unexpected restart_syscall()Jann Horn2023-03-103-0/+6
* rcu-tasks: Handle queue-shrink/callback-enqueue race conditionZqiang2023-03-101-5/+8
* rcu-tasks: Make rude RCU-Tasks work well with CPU hotplugZqiang2023-03-101-5/+3
* srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALLPingfan Liu2023-03-101-4/+5
* rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney2023-03-101-0/+2
* cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra2023-03-102-0/+8
* trace/blktrace: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-101-2/+2
* exit: Detect and fix irq disabled state in oopsNicholas Piggin2023-03-101-0/+7
* context_tracking: Fix noinstr vs KASANPeter Zijlstra2023-03-101-6/+6
* bpf: Fix global subprog context argument resolution logicAndrii Nakryiko2023-03-101-2/+11
* bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao2023-03-102-3/+3
* workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutexLai Jiangshan2023-03-101-25/+16
* rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker2023-03-102-2/+30
* rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() callsFrederic Weisbecker2023-03-101-4/+0
* rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purposeFrederic Weisbecker2023-03-101-8/+29
* sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello2023-03-101-1/+4
* locking/rwsem: Disable preemption in all down_read*() and up_read() code pathsWaiman Long2023-03-101-6/+24
* PM: sleep: Avoid using pr_cont() in the tasks freezing codeRafael J. Wysocki2023-03-031-13/+8