summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-11-15sched/cpuidle: Comment about timers requirements VS idle handlerFrederic Weisbecker
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra
2023-11-15sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entityPeter Zijlstra
2023-11-15sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra
2023-11-15sched: Unify more update_curr*()Peter Zijlstra
2023-11-15sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra
2023-11-15sched: Unify runtime accounting across classesPeter Zijlstra
2023-11-15sched/eevdf: O(1) fastpath for task selectionAbel Wu
2023-11-15sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu
2023-11-15sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T
2023-11-15sched: Use WRITE_ONCE() for p->on_rqPaul E. McKenney
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra
2023-11-14audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore
2023-11-14sched/fair: Fix the decision for load balanceKeisuke Nishimura
2023-11-14sched: psi: fix unprivileged polling against cgroupsJohannes Weiner
2023-11-14sched/eevdf: Fix vruntime adjustment on reweightAbel Wu
2023-11-14bpf: Add a new kfunc for cgroup1 hierarchyYafang Shao
2023-11-12LSM: Create lsm_list_modules system callCasey Schaufler
2023-11-12LSM: syscalls for current process attributesCasey Schaufler
2023-11-12audit: Send netlink ACK before setting connection in auditd_setChris Riches
2023-11-12cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()Waiman Long
2023-11-12cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumaskWaiman Long
2023-11-12cgroup/cpuset: Keep track of CPUs in isolated partitionsWaiman Long
2023-11-12workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_un...Waiman Long
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner
2023-11-10Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-11-11tracing/kprobes: Fix the order of argument descriptionsYujie Liu
2023-11-10Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-11-10bpf: Add crosstask check to __bpf_get_stackJordan Rome
2023-11-10Merge branch 'for-6.8-bpf' of https://git.kernel.org/pub/scm/linux/kernel/git...Alexei Starovoitov
2023-11-10tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)
2023-11-09bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko
2023-11-09bpf: fix precision backtracking instruction iterationAndrii Nakryiko
2023-11-09bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko
2023-11-09bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning refDave Marchevsky
2023-11-09bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enumDave Marchevsky
2023-11-09bpf: Use bpf_mem_free_rcu when bpf_obj_dropping non-refcounted nodesDave Marchevsky
2023-11-09bpf: Add KF_RCU flag to bpf_refcount_acquire_implDave Marchevsky
2023-11-09bpf: replace register_is_const() with is_reg_const()Shung-Hsi Yu
2023-11-09bpf: Introduce KF_ARG_PTR_TO_CONST_STRSong Liu
2023-11-09bpf: Factor out helper check_reg_const_str()Song Liu
2023-11-09bpf: Add __bpf_dynptr_data* for in kernel useSong Liu
2023-11-09bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2023-11-09bpf: generalize reg_set_min_max() to handle two sets of two registersAndrii Nakryiko
2023-11-09bpf: prepare reg_set_min_max for second set of registersAndrii Nakryiko
2023-11-09bpf: unify 32-bit and 64-bit is_branch_taken logicAndrii Nakryiko
2023-11-09bpf: generalize is_branch_taken to handle all conditional jumps in one placeAndrii Nakryiko
2023-11-09bpf: move is_branch_taken() downAndrii Nakryiko
2023-11-09bpf: generalize is_branch_taken() to work with two registersAndrii Nakryiko