aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-11-19Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+17
2023-11-18Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+4
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscGravatar Helge Deller 1-0/+4
2023-11-17Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-29/+66
2023-11-15bpf: Do not allocate percpu memory at init stageGravatar Yonghong Song 2-7/+21
2023-11-15perf/core: Fix cpuctx refcountingGravatar Peter Zijlstra 1-0/+17
2023-11-14audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Gravatar Paul Moore 1-1/+1
2023-11-10Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-5/+6
2023-11-11tracing/kprobes: Fix the order of argument descriptionsGravatar Yujie Liu 1-1/+1
2023-11-10Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 4-10/+81
2023-11-10tracing: fprobe-event: Fix to check tracepoint event and returnGravatar Masami Hiramatsu (Google) 1-4/+5
2023-11-09bpf: fix control-flow graph checking in privileged modeGravatar Andrii Nakryiko 1-15/+8
2023-11-09bpf: fix precision backtracking instruction iterationGravatar Andrii Nakryiko 1-2/+19
2023-11-09bpf: handle ldimm64 properly in check_cfg()Gravatar Andrii Nakryiko 1-7/+20
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 9-62/+75
2023-11-08Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Linus Torvalds 3-14/+63
2023-11-08Merge tag 'kgdb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Gravatar Linus Torvalds 2-4/+6
2023-11-08swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMICGravatar Petr Tesarik 1-1/+2
2023-11-07bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regGravatar Chuyi Zhou 2-2/+2
2023-11-06kdb: Corrects comment for kdballocenvGravatar Yuran Pereira 1-4/+3
2023-11-06dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all sy...Gravatar Jia He 3-2/+50
2023-11-06dma-mapping: move dma_addressing_limited() out of lineGravatar Jia He 1-0/+15
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+10
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-27/+24
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 9-182/+352
2023-11-03Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-65/+1147
2023-11-03Merge tag 'livepatching-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-11-03swiotlb: do not free decrypted pages if dynamicGravatar Petr Tesarik 1-9/+16
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 18-117/+250
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 13-107/+89
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 2-12/+21
2023-11-02Merge tag 'mfd-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 1-0/+4
2023-11-02module/decompress: use kvmalloc() consistentlyGravatar Andrea Righi 1-4/+4
2023-11-02Merge branch 'rework/nbcon-base' into for-linusGravatar Petr Mladek 4-50/+1134
2023-11-02Merge branch 'rework/misc-cleanups' into for-linusGravatar Petr Mladek 1-13/+13
2023-11-02Merge branch 'for-6.7' into for-linusGravatar Petr Mladek 1-2/+0
2023-11-01Merge tag 'modules-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-4/+4
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-0/+7
2023-11-01bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDGravatar Shung-Hsi Yu 1-1/+6
2023-11-01bpf: Relax allowlist for css_task iterGravatar Chuyi Zhou 1-4/+12
2023-11-01bpf: Check map->usercnt after timer->timer is assignedGravatar Hou Tao 1-9/+16
2023-11-01bpf: Add __bpf_hook_{start,end} macrosGravatar Dave Marchevsky 1-6/+3
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosGravatar Dave Marchevsky 7-36/+18
2023-11-01bpf: Fix check_stack_write_fixed_off() to correctly spill immGravatar Hao Sun 1-1/+1
2023-11-01bpf: fix compilation error without CGROUPSGravatar Matthieu Baerts 3-3/+17
2023-11-01tracing: Have the user copy of synthetic event address use correct contextGravatar Steven Rostedt (Google) 1-1/+1
2023-11-01tracing: Have trace_event_file have ref countersGravatar Steven Rostedt (Google) 4-4/+48
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-4/+11
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 4-125/+89