summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-11-19Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-11-19bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->...Oleg Nesterov
2023-11-19bpf: bpf_iter_task_next: use __next_thread() rather than next_thread()Oleg Nesterov
2023-11-19bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()Oleg Nesterov
2023-11-18Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-11-18bpf: emit frameno for PTR_TO_STACK regs if it differs from current oneAndrii Nakryiko
2023-11-18bpf: smarter verifier log number printing logicAndrii Nakryiko
2023-11-18bpf: omit default off=0 and imm=0 in register state logAndrii Nakryiko
2023-11-18bpf: emit map name in register state if applicable and availableAndrii Nakryiko
2023-11-18bpf: print spilled register state in stack slotAndrii Nakryiko
2023-11-18bpf: extract register state printingAndrii Nakryiko
2023-11-18bpf: move verifier state printing code to kernel/bpf/log.cAndrii Nakryiko
2023-11-18bpf: move verbose_linfo() into kernel/bpf/log.cAndrii Nakryiko
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller
2023-11-18userns: eliminate many kernel-doc warningsRandy Dunlap
2023-11-17bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTSAndrii Nakryiko
2023-11-17Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-15bpf: make __reg{32,64}_deduce_bounds logic more robustAndrii Nakryiko
2023-11-15bpf: remove redundant s{32,64} -> u{32,64} deduction logicAndrii Nakryiko
2023-11-15bpf: add register bounds sanity checks and sanitizationAndrii Nakryiko
2023-11-15bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logicAndrii Nakryiko
2023-11-15bpf: generalize is_scalar_branch_taken() logicAndrii Nakryiko
2023-11-15bpf: generalize reg_set_min_max() to handle non-const register comparisonsAndrii Nakryiko
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song
2023-11-15perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH
2023-11-15Merge branch 'tip/perf/urgent'Peter Zijlstra
2023-11-15sched/timers: Explain why idle task schedules out on remote timer enqueueFrederic Weisbecker
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