summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-11-261-1/+2
|\
| * lockdep: Fix block chain corruptionPeter Zijlstra2023-11-241-1/+2
* | Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-231-136/+266
|\ \ | |/ |/|
| * bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman2023-11-201-2/+17
| * bpf: widening for callback iteratorsEduard Zingerman2023-11-201-2/+22
| * bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman2023-11-201-99/+175
| * bpf: extract setup_func_entry() utility functionEduard Zingerman2023-11-201-36/+48
| * bpf: extract __check_reg_arg() utility functionEduard Zingerman2023-11-201-6/+13
* | Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-192-22/+19
|\ \
| * | hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-11-112-22/+19
* | | Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-11-192-38/+135
|\ \ \
| * | | sched/fair: Fix the decision for load balanceKeisuke Nishimura2023-11-141-3/+7
| * | | sched: psi: fix unprivileged polling against cgroupsJohannes Weiner2023-11-141-12/+0
| * | | sched/eevdf: Fix vruntime adjustment on reweightAbel Wu2023-11-141-23/+128
* | | | Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-11-191-3/+6
|\ \ \ \
| * | | | futex: Fix hardcoded flagsPeter Zijlstra2023-11-151-3/+6
| |/ / /
* | | | Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-11-191-0/+17
|\ \ \ \
| * | | | perf/core: Fix cpuctx refcountingPeter Zijlstra2023-11-151-0/+17
| |/ / /
* | | | Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-181-0/+4
|\ \ \ \
| * | | | prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller2023-11-181-0/+4
| |/ / /
* | | | Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-171-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore2023-11-141-1/+1
| |/ /
* | | Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-162-29/+66
|\ \ \ | |/ / |/| |
| * | bpf: Do not allocate percpu memory at init stageYonghong Song2023-11-152-7/+21
| * | bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko2023-11-091-15/+8
| * | bpf: fix precision backtracking instruction iterationAndrii Nakryiko2023-11-091-2/+19
| * | bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko2023-11-091-7/+20
* | | Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-102-5/+6
|\ \ \
| * | | tracing/kprobes: Fix the order of argument descriptionsYujie Liu2023-11-111-1/+1
| * | | tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)2023-11-101-4/+5
| |/ /
* | | Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-11-104-10/+81
|\ \ \ | |/ / |/| |
| * | swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMICPetr Tesarik2023-11-081-1/+2
| * | dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all sy...Jia He2023-11-063-2/+50
| * | dma-mapping: move dma_addressing_limited() out of lineJia He2023-11-061-0/+15
| * | swiotlb: do not free decrypted pages if dynamicPetr Tesarik2023-11-031-9/+16
* | | Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-099-62/+75
|\ \ \
| * | | bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou2023-11-072-2/+2
| * | | bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu2023-11-011-1/+6
| * | | bpf: Relax allowlist for css_task iterChuyi Zhou2023-11-011-4/+12
| * | | bpf: Check map->usercnt after timer->timer is assignedHou Tao2023-11-011-9/+16
| * | | bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky2023-11-011-6/+3
| * | | bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-017-36/+18
| * | | bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun2023-11-011-1/+1
| * | | bpf: fix compilation error without CGROUPSMatthieu Baerts2023-11-013-3/+17
* | | | Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2023-11-083-14/+63
|\ \ \ \
| * | | | rcu/tasks-trace: Handle new PF_IDLE semanticsFrederic Weisbecker2023-11-011-1/+1
| * | | | rcu/tasks: Handle new PF_IDLE semanticsFrederic Weisbecker2023-11-011-2/+28
| * | | | rcu: Introduce rcu_cpu_online()Frederic Weisbecker2023-11-012-0/+9
| * | | | rcu: Break rcu_node_0 --> &rq->__lock orderPeter Zijlstra2023-11-011-11/+25
* | | | | Merge tag 'kgdb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2023-11-082-4/+6
|\ \ \ \ \