summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add extra path pointer check to d_path helperJiri Olsa2023-06-141-1/+11
* bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott2023-06-141-2/+6
* bpf: Fix UAF in task local storageKP Singh2023-06-141-1/+1
* tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello2023-06-091-1/+1
* tracing/histograms: Allow variables to have some modifiersSteven Rostedt (Google)2023-06-091-7/+16
* tracing/timerlat: Always wakeup the timerlat threadDaniel Bristot de Oliveira2023-06-091-0/+2
* module/decompress: Fix error checking on zstd decompressionLucas De Marchi2023-06-091-1/+1
* bpf: netdev: init the offload table earlierJakub Kicinski2023-06-051-1/+1
* x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne2023-05-301-2/+2
* bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov2023-05-301-2/+4
* bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon2023-05-301-1/+1
* rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao2023-05-241-2/+2
* bpf: Add preempt_count_{sub,add} into btf id deny listYafang2023-05-241-0/+4
* bpf: Annotate data races in bpf_local_storageKumar Kartikeya Dwivedi2023-05-241-3/+13
* rcu: Protect rcu_print_task_exp_stall() ->exp_tasks accessZqiang2023-05-241-2/+4
* refscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney2023-05-241-1/+1
* tick/broadcast: Make broadcast device replacement work correctlyThomas Gleixner2023-05-241-32/+88
* perf/core: Fix perf_sample_data not properly initialized for different sweven...Yang Jihong2023-05-241-1/+13
* 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