summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-03Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-11/+16
2023-12-01rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)1-9/+14
2023-12-01kprobes: consistent rcu api usage for kretprobe holderJP Kobryn1-2/+2
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+2
2023-11-27bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao1-0/+2
2023-11-26Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra1-1/+2
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-136/+266
2023-11-21bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-2/+17
2023-11-21bpf: widening for callback iteratorsEduard Zingerman1-2/+22
2023-11-21bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman1-99/+175
2023-11-21bpf: extract setup_func_entry() utility functionEduard Zingerman1-36/+48
2023-11-21bpf: extract __check_reg_arg() utility functionEduard Zingerman1-6/+13
2023-11-20Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-22/+19
2023-11-20Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-38/+135
2023-11-20Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+6
2023-11-20Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+17
2023-11-19Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller1-0/+4
2023-11-17Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-29/+66
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song2-7/+21
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra1-0/+17
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra1-3/+6
2023-11-15audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore1-1/+1
2023-11-15sched/fair: Fix the decision for load balanceKeisuke Nishimura1-3/+7
2023-11-15sched: psi: fix unprivileged polling against cgroupsJohannes Weiner1-12/+0
2023-11-15sched/eevdf: Fix vruntime adjustment on reweightAbel Wu1-23/+128
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2-22/+19
2023-11-11Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+6
2023-11-11tracing/kprobes: Fix the order of argument descriptionsYujie Liu1-1/+1
2023-11-10Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Linus Torvalds4-10/+81
2023-11-10tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)1-4/+5
2023-11-10bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko1-15/+8
2023-11-10bpf: fix precision backtracking instruction iterationAndrii Nakryiko1-2/+19
2023-11-10bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko1-7/+20
2023-11-10Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds9-62/+75
2023-11-08Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds3-14/+63
2023-11-08Merge tag 'kgdb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2-4/+6
2023-11-08swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMICPetr Tesarik1-1/+2
2023-11-08bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou2-2/+2
2023-11-06kdb: Corrects comment for kdballocenvYuran Pereira1-4/+3
2023-11-06dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all sy...Jia He3-2/+50
2023-11-06dma-mapping: move dma_addressing_limited() out of lineJia He1-0/+15
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+10
2023-11-04Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-27/+24
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds9-182/+352
2023-11-03Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-65/+1147
2023-11-03Merge tag 'livepatching-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-11-03swiotlb: do not free decrypted pages if dynamicPetr Tesarik1-9/+16