summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-295-38/+86
|\
| * Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar2024-09-293-30/+47
| |\
| | * locking/rwsem: Move is_rwsem_reader_owned() and rwsem_owner() under CONFIG_DE...Waiman Long2024-09-101-12/+10
| | * locking/lockdep: Simplify character output in seq_line()Markus Elfring2024-08-061-1/+1
| | * lockdep: fix deadlock issue between lockdep and rcuZhiguo Niu2024-08-061-16/+32
| | * lockdep: Use str_plural() to fix Coccinelle warningThorsten Blum2024-08-061-1/+1
| | * lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bugLuis Claudio R. Goncalves2024-08-051-0/+3
| * | jump_label: Fix static_key_slow_dec() yet againPeter Zijlstra2024-09-101-7/+27
| * | static_call: Replace pointless WARN_ON() in static_call_module_notify()Thomas Gleixner2024-09-061-1/+1
| * | static_call: Handle module init failure correctly in static_call_del_module()Thomas Gleixner2024-09-061-0/+11
* | | Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-283-73/+85
|\ \ \
| * | | module: Refine kmemleak scanned areasVincent Donnefort2024-09-131-14/+4
| * | | module: abort module loading when sysfs setup suffer errorsChunhui Li2024-09-131-21/+42
| * | | module: Clean up the description of MODULE_SIG_<type>Petr Pavlu2024-08-191-8/+8
| * | | module: Split modules_install compression and in-kernel decompressionPetr Pavlu2024-08-191-30/+31
* | | | [tree-wide] finally take no_llseek outAl Viro2024-09-278-12/+0
* | | | Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"Linus Torvalds2024-09-261-20/+1
* | | | Merge tag 'probes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-09-263-52/+193
|\ \ \ \
| * | | | tracing/fprobe: Support raw tracepoints on future loaded modulesMasami Hiramatsu (Google)2024-09-251-50/+101
| * | | | tracing/fprobe: Support raw tracepoint events on modulesMasami Hiramatsu (Google)2024-09-251-8/+38
| * | | | tracepoint: Support iterating tracepoints in a loading moduleMasami Hiramatsu (Google)2024-09-251-8/+29
| * | | | tracepoint: Support iterating over tracepoints on modulesMasami Hiramatsu (Google)2024-09-251-0/+21
| * | | | uprobes: turn trace_uprobe's nhit counter to be per-CPU oneAndrii Nakryiko2024-09-251-3/+21
* | | | | Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-251-1/+1
|\ \ \ \ \
| * | | | | kernel/fork.c: get estimated free pages by memblock apiWei Yang2024-08-111-1/+1
* | | | | | Kbuild: make MODVERSIONS support depend on not being a compile test buildLinus Torvalds2024-09-251-0/+1
* | | | | | Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-246-280/+158
|\ \ \ \ \ \
| * | | | | | bpf: convert bpf_token_create() to CLASS(fd, ...)Al Viro2024-09-121-42/+23
| * | | | | | bpf: more trivial fdget() conversionsAl Viro2024-08-131-15/+7
| * | | | | | bpf: trivial conversions for fdget()Al Viro2024-08-133-21/+9
| * | | | | | bpf: switch maps to CLASS(fd, ...)Al Viro2024-08-133-121/+42
| * | | | | | bpf: factor out fetching bpf_map from FD and adding it to used_maps listAndrii Nakryiko2024-08-131-49/+66
| * | | | | | bpf: switch fdget_raw() uses to CLASS(fd_raw, ...)Al Viro2024-08-131-16/+8
| * | | | | | bpf: convert __bpf_prog_get() to CLASS(fd, ...)Al Viro2024-08-131-22/+9
| * | | | | | Merge remote-tracking branch 'vfs/stable-struct_fd'Andrii Nakryiko2024-08-1315-274/+284
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-09-241-6/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | tinyconfig: remove unnecessary 'is not set' for choice blocksMasahiro Yamada2024-09-011-6/+0
* | | | | | | | | Merge tag 'dma-mapping-6.12-2024-09-24' of git://git.infradead.org/users/hch/...Linus Torvalds2024-09-241-28/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dma-mapping: report unlimited DMA addressing in IOMMU DMA pathLeon Romanovsky2024-09-231-1/+5
| * | | | | | | | | dma-mapping: fix vmap and mmap of noncontiougs allocationsChristoph Hellwig2024-09-221-27/+10
* | | | | | | | | | Merge tag 'sched_ext-for-6.12-rc1-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-09-243-8/+29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched_ext: Provide a sysfs enable_seq counterAndrea Righi2024-09-231-0/+17
| * | | | | | | | | | sched_ext: Fix build when !CONFIG_STACKTRACETejun Heo2024-09-231-3/+4
| * | | | | | | | | | sched, sched_ext: Disable SM_IDLE/rq empty path when scx_enabled()Pat Somaru2024-09-231-1/+2
| * | | | | | | | | | sched: Put task_group::idle under CONFIG_GROUP_SCHED_WEIGHTYu Liao2024-09-231-4/+5
| * | | | | | | | | | sched: Add dummy version of sched_group_set_idle()Yu Liao2024-09-231-0/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-231-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | genirq/msi: Silence 'set affinity failed' warningMarek Vasut2024-07-291-1/+1
* | | | | | | | | | | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-2313-69/+69
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | struct fd: representation changeAl Viro2024-08-121-1/+1