summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-11-20bpf: extract setup_func_entry() utility functionEduard Zingerman-36/+48
2023-11-20bpf: extract __check_reg_arg() utility functionEduard Zingerman-6/+13
2023-11-19Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-22/+19
2023-11-19Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-38/+135
2023-11-19Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+6
2023-11-19Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+17
2023-11-19bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->...Oleg Nesterov-9/+5
2023-11-19bpf: bpf_iter_task_next: use __next_thread() rather than next_thread()Oleg Nesterov-5/+4
2023-11-19bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()Oleg Nesterov-7/+5
2023-11-18Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+4
2023-11-18bpf: emit frameno for PTR_TO_STACK regs if it differs from current oneAndrii Nakryiko-6/+14
2023-11-18bpf: smarter verifier log number printing logicAndrii Nakryiko-11/+68
2023-11-18bpf: omit default off=0 and imm=0 in register state logAndrii Nakryiko-6/+4
2023-11-18bpf: emit map name in register state if applicable and availableAndrii Nakryiko-6/+18
2023-11-18bpf: print spilled register state in stack slotAndrii Nakryiko-19/+17
2023-11-18bpf: extract register state printingAndrii Nakryiko-57/+63
2023-11-18bpf: move verifier state printing code to kernel/bpf/log.cAndrii Nakryiko-403/+342
2023-11-18bpf: move verbose_linfo() into kernel/bpf/log.cAndrii Nakryiko-57/+59
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller-0/+4
2023-11-18userns: eliminate many kernel-doc warningsRandy Dunlap-8/+8
2023-11-17bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTSAndrii Nakryiko-4/+4
2023-11-17Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-29/+66
2023-11-15bpf: make __reg{32,64}_deduce_bounds logic more robustAndrii Nakryiko-16/+8
2023-11-15bpf: remove redundant s{32,64} -> u{32,64} deduction logicAndrii Nakryiko-36/+0
2023-11-15bpf: add register bounds sanity checks and sanitizationAndrii Nakryiko-26/+94
2023-11-15bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logicAndrii Nakryiko-0/+24
2023-11-15bpf: generalize is_scalar_branch_taken() logicAndrii Nakryiko-40/+58
2023-11-15bpf: generalize reg_set_min_max() to handle non-const register comparisonsAndrii Nakryiko-179/+142
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song-7/+21
2023-11-15perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH-12/+28
2023-11-15Merge branch 'tip/perf/urgent'Peter Zijlstra-3249/+7964
2023-11-15sched/timers: Explain why idle task schedules out on remote timer enqueueFrederic Weisbecker-0/+22
2023-11-15sched/cpuidle: Comment about timers requirements VS idle handlerFrederic Weisbecker-0/+30
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra-107/+271
2023-11-15sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entityPeter Zijlstra-58/+78
2023-11-15sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra-15/+17
2023-11-15sched: Unify more update_curr*()Peter Zijlstra-13/+11
2023-11-15sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra-3/+2
2023-11-15sched: Unify runtime accounting across classesPeter Zijlstra-60/+52
2023-11-15sched/eevdf: O(1) fastpath for task selectionAbel Wu-3/+11
2023-11-15sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu-104/+76
2023-11-15sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T-1/+3
2023-11-15sched: Use WRITE_ONCE() for p->on_rqPaul E. McKenney-2/+4
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra-0/+17
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra-3/+6
2023-11-14audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore-1/+1
2023-11-14sched/fair: Fix the decision for load balanceKeisuke Nishimura-3/+7
2023-11-14sched: psi: fix unprivileged polling against cgroupsJohannes Weiner-12/+0
2023-11-14sched/eevdf: Fix vruntime adjustment on reweightAbel Wu-23/+128