summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds18-117/+250
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds13-107/+89
2023-11-03Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-12/+21
2023-11-03Merge tag 'mfd-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds1-0/+4
2023-11-02module/decompress: use kvmalloc() consistentlyAndrea Righi1-4/+4
2023-11-02Merge branch 'rework/nbcon-base' into for-linusPetr Mladek4-50/+1134
2023-11-02Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek1-13/+13
2023-11-02Merge branch 'for-6.7' into for-linusPetr Mladek1-2/+0
2023-11-02Merge tag 'modules-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+4
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+7
2023-11-02bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu1-1/+6
2023-11-02bpf: Relax allowlist for css_task iterChuyi Zhou1-4/+12
2023-11-02bpf: Check map->usercnt after timer->timer is assignedHou Tao1-9/+16
2023-11-02bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky1-6/+3
2023-11-02bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky7-36/+18
2023-11-02bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun1-1/+1
2023-11-02bpf: fix compilation error without CGROUPSMatthieu Baerts3-3/+17
2023-11-02tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)1-1/+1
2023-11-02tracing: Have trace_event_file have ref countersSteven Rostedt (Google)4-4/+48
2023-11-02Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds1-4/+11
2023-11-02Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds4-125/+89
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-61/+9
2023-11-02Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Linus Torvalds4-30/+32
2023-11-02Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds4-27/+63
2023-11-02Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-11/+14
2023-11-02rcu/tasks-trace: Handle new PF_IDLE semanticsFrederic Weisbecker1-1/+1
2023-11-02Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2-59/+102
2023-11-02rcu/tasks: Handle new PF_IDLE semanticsFrederic Weisbecker1-2/+28
2023-11-02rcu: Introduce rcu_cpu_online()Frederic Weisbecker2-0/+9
2023-11-01rcu: Break rcu_node_0 --> &rq->__lock orderPeter Zijlstra1-11/+25
2023-11-01module: Annotate struct module_notes_attrs with __counted_byKees Cook1-1/+1
2023-11-01module: Fix comment typoZhu Mao1-1/+1