aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-10-10cpu/SMT: Make SMT control more robust against enumeration failuresGravatar Thomas Gleixner 1-5/+13
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+4
2023-09-09Merge tag 'dma-mapping-6.6-2023-09-09' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 4-13/+18
2023-09-08Merge tag 'printk-for-6.6-fixup' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Gravatar Palmer Dabbelt 1-4/+4
2023-09-08Revert "dma-contiguous: check for memory region overlap"Gravatar Zhenhua Huang 1-5/+0
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-38/+20
2023-09-07Revert "printk: export symbols for debug modules"Gravatar Christoph Hellwig 1-2/+0
2023-09-06bpf: make bpf_prog_pack allocator portableGravatar Puranjay Mohan 1-4/+4
2023-09-06bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_allocGravatar Martin KaFai Lau 1-1/+1
2023-09-06bpf: bpf_sk_storage: Fix invalid wait context lockdep reportGravatar Martin KaFai Lau 1-33/+14
2023-09-06bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.Gravatar Sebastian Andrzej Siewior 2-4/+2
2023-09-06bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().Gravatar Sebastian Andrzej Siewior 1-0/+1
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 6-0/+9
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 5-74/+156
2023-09-04Merge branch 'rework/misc-cleanups' into for-linusGravatar Petr Mladek 4-73/+153
2023-09-04kbuild: Show marked Kconfig fragments in "help"Gravatar Kees Cook 6-0/+9
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 12-169/+585
2023-09-02Merge tag 'trace-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 4-21/+37
2023-09-02Merge tag 'timers-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2023-09-02Merge tag 'smp-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+23
2023-09-02Merge tag 'sched-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-09-02cgroup: fix build when CGROUP_SCHED is not enabledGravatar Linus Torvalds 1-14/+14
2023-09-01tracing/filters: Fix coding style issuesGravatar Valentin Schneider 1-2/+4
2023-09-01tracing/filters: Change parse_pred() cpulist ternary into an if blockGravatar Valentin Schneider 1-2/+6
2023-09-01tracing/filters: Fix double-free of struct filter_pred.maskGravatar Valentin Schneider 1-0/+1
2023-09-01tracing/filters: Fix error-handling of cpulist parsing bufferGravatar Valentin Schneider 1-2/+8
2023-09-01tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYGravatar Brian Foster 1-2/+2
2023-09-01ftrace: Use LIST_HEAD to initialize clear_hashGravatar Ruan Jinjie 1-3/+1
2023-09-01ftrace: Use within_module to check rec->ip within specified module.Gravatar Levi Yun 1-4/+2
2023-09-01tracing: Fix race issue between cpu buffer write and swapGravatar Zheng Yejian 1-5/+12
2023-09-01tracing: Remove extra space at the end of hwlat_detector/modeGravatar Mikhail Kobuk 1-1/+1
2023-09-01Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 8-148/+389
2023-09-01Merge tag 'wq-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 2-717/+901
2023-09-01Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 6-181/+243
2023-09-01Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-11/+4
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-3/+3
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-28/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2023-08-31dma-pool: remove a __maybe_unused label in atomic_pool_expandGravatar Christoph Hellwig 1-2/+2
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-11/+158
2023-08-31netfilter: nf_tables: Audit log rule resetGravatar Phil Sutter 1-0/+1
2023-08-31netfilter: nf_tables: Audit log setelem resetGravatar Phil Sutter 1-0/+1
2023-08-30Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-1/+1
2023-08-30Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-08-30Merge tag 'audit-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-17/+21
2023-08-30dma-contiguous: fix the Kconfig entry for CONFIG_DMA_NUMA_CMAGravatar Christoph Hellwig 1-1/+1
2023-08-30cpu/hotplug: Prevent self deadlock on CPU hot-unplugGravatar Thomas Gleixner 1-1/+23
2023-08-30tick/rcu: Fix false positive "softirq work is pending" messagesGravatar Paul Gortmaker 1-1/+1
2023-08-30dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockGravatar Sergey Senozhatsky 1-5/+15