summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf: Fix the nr_addr_filters fixPeter Zijlstra2024-02-051-3/+1
* bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao2024-02-051-0/+6
* bpf: Set need_defer as false when clearing fd array during map freeHou Tao2024-02-051-9/+14
* bpf: Check rcu_read_lock_trace_held() before calling bpf map helpersHou Tao2024-02-051-5/+8
* audit: Send netlink ACK before setting connection in auditd_setChris Riches2024-02-051-7/+24
* perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH2024-02-051-12/+28
* tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen2024-01-311-0/+5
* clocksource: Skip watchdog check for large watchdog intervalsJiri Wiesner2024-01-311-1/+24
* genirq: Initialize resend_node hlist for all interrupt descriptorsDawei Li2024-01-311-1/+1
* bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer2024-01-311-0/+1
* bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2024-01-311-2/+15
* rcu: Defer RCU kthreads wakeup when CPU is dyingFrederic Weisbecker2024-01-312-3/+34
* tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu2024-01-311-1/+6
* bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman2024-01-311-2/+17
* bpf: widening for callback iteratorsEduard Zingerman2024-01-311-2/+22
* bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman2024-01-311-98/+174
* bpf: extract setup_func_entry() utility functionEduard Zingerman2024-01-311-36/+48
* bpf: extract __check_reg_arg() utility functionEduard Zingerman2024-01-311-6/+13
* bpf: print full verifier states on infinite loop detectionEduard Zingerman2024-01-311-0/+4
* bpf: correct loop detection for iterators convergenceEduard Zingerman2024-01-311-4/+203
* bpf: exact states comparison for iterator convergence checksEduard Zingerman2024-01-311-31/+187
* bpf: extract same_callsites() as utility functionEduard Zingerman2024-01-311-5/+15
* bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman2024-01-311-15/+13
* kexec: do syscore_shutdown() in kernel_kexecJames Gowans2024-01-311-0/+1
* PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang2024-01-311-19/+19
* async: Introduce async_schedule_dev_nocall()Rafael J. Wysocki2024-01-311-0/+29
* async: Split async_schedule_node_domain()Rafael J. Wysocki2024-01-311-22/+34
* kdb: Fix a potential buffer overflow in kdb_local()Christophe JAILLET2024-01-251-2/+0
* bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun2024-01-251-0/+4
* bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa2024-01-251-0/+9
* tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens2024-01-251-0/+5
* bpf: Use c->unit_size to select target cache during freeHou Tao2024-01-251-94/+11
* bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao2024-01-251-2/+15
* bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao2024-01-251-10/+12
* bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao2024-01-251-0/+3
* bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao2024-01-251-0/+4
* dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang2024-01-251-1/+3
* bpf: Fix a race condition between btf_put() and map_free()Yonghong Song2024-01-251-1/+5
* bpf: Fix accesses to uninit stack slotsAndrei Matei2024-01-251-39/+26
* bpf: Guard stack limits against 32bit overflowAndrei Matei2024-01-251-3/+3
* bpf: Fix verification of indirect var-off stack accessAndrei Matei2024-01-251-10/+4
* bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko2024-01-251-1/+1
* bpf: Defer the free of inner map when necessaryHou Tao2024-01-252-8/+35
* bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao2024-01-254-10/+12
* bpf: enforce precision of R0 on callback returnAndrii Nakryiko2024-01-251-0/+7
* bpf: Add crosstask check to __bpf_get_stackJordan Rome2024-01-251-1/+10
* bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner2024-01-251-0/+3
* sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin2024-01-251-10/+10
* posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2024-01-202-45/+14
* ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)2024-01-201-0/+6