summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen2024-03-151-1/+1
* bpf: check bpf_func_state->callback_depth when pruning statesEduard Zingerman2024-03-151-0/+3
* bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau2024-03-011-1/+4
* sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis2024-03-011-4/+5
* tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter2024-02-231-1/+1
* tracing: Make system_callback() function staticSteven Rostedt (Google)2024-02-231-1/+1
* sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds2024-02-231-0/+6
* eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)2024-02-231-1/+1
* eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)2024-02-233-103/+221
* tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)2024-02-231-0/+3
* tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu2024-02-231-1/+1
* ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)2024-02-231-0/+10
* ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort2024-02-231-1/+1
* Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...Tejun Heo2024-02-231-6/+2
* tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)2024-02-231-2/+2
* tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)2024-02-231-12/+13
* tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)2024-02-232-3/+7
* tracing/synthetic: Fix trace_string() return valueThorsten Blum2024-02-231-1/+2
* tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)2024-02-231-38/+37
* tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira2024-02-231-3/+3
* tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)2024-02-231-2/+4
* hrtimer: Report offline hrtimer enqueueFrederic Weisbecker2024-02-161-0/+3
* 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