summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-131-42/+23
| * | | bpf: more trivial fdget() conversionsAl Viro2024-08-141-15/+7
| * | | bpf: trivial conversions for fdget()Al Viro2024-08-143-21/+9
| * | | bpf: switch maps to CLASS(fd, ...)Al Viro2024-08-143-121/+42
| * | | bpf: factor out fetching bpf_map from FD and adding it to used_maps listAndrii Nakryiko2024-08-141-49/+66
| * | | bpf: switch fdget_raw() uses to CLASS(fd_raw, ...)Al Viro2024-08-141-16/+8
| * | | bpf: convert __bpf_prog_get() to CLASS(fd, ...)Al Viro2024-08-141-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-131-1/+1
| * | | | | | | introduce fd_file(), convert all accessors to it.Al Viro2024-08-1313-68/+68
| |/ / / / / /
* | | | | | | Merge tag 'trace-ring-buffer-v6.12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-225-152/+1223
|\ \ \ \ \ \ \
| * | | | | | | tracing: Add option to set an instance to be the trace_printk destinationSteven Rostedt2024-08-262-5/+36
| * | | | | | | tracing: Have trace_printk not use binary prints if boot bufferSteven Rostedt2024-08-263-17/+35
| * | | | | | | tracing: Allow trace_printk() to go to other instance buffersSteven Rostedt2024-08-261-11/+35
| * | | | | | | tracing: Add "traceoff" flag to boot time tracing instancesSteven Rostedt2024-08-261-1/+30
| * | | | | | | ring-buffer: Align meta-page to sub-buffers for improved TLB usageVincent Donnefort2024-08-261-13/+20
| * | | | | | | ring-buffer: Add magic and struct size to boot up meta dataSteven Rostedt2024-08-261-0/+14
| * | | | | | | ring-buffer: Don't reset persistent ring-buffer meta saved addressesSteven Rostedt2024-08-261-8/+24
| * | | | | | | tracing/fgraph: Have fgraph handle previous boot function addressesSteven Rostedt2024-08-151-5/+18
| * | | | | | | tracing: Allow boot instances to use reserve_mem boot memorySteven Rostedt (Google)2024-08-151-8/+15
| * | | | | | | tracing: Fix ifdef of snapshots to not prevent last_boot_info fileSteven Rostedt2024-08-141-2/+2
| * | | | | | | Merge tag 'v6.11-rc3' into trace/ring-buffer/coreSteven Rostedt2024-08-14174-5032/+7932
| |\ \ \ \ \ \ \
| * | | | | | | | ring-buffer: Use vma_pages() helper functionThorsten Blum2024-07-151-4/+4
| * | | | | | | | tracing: Fix NULL vs IS_ERR() check in enable_instances()Dan Carpenter2024-07-151-1/+1
| * | | | | | | | tracing: Add last boot delta offset for stack tracesSteven Rostedt (Google)2024-06-141-1/+2