summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-03-25exit: fix the usage of delay_group_leader->exit_code in do_notify_parent() an...Oleg Nesterov
2025-03-25pidfs: cleanup the usage of do_notify_pidfd()Oleg Nesterov
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'perf-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds
2025-03-24Merge tag 'stop-machine.2025.03.21a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-24Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-03-24Merge tag 'seccomp-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'execve-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-24Merge tag 'kernel-6.15-rc1.tasklist_lock' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.pipe' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf
2025-03-21Merge tag 'sched-urgent-2025-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-20Merge tag 'dma-mapping-6.14-2025-03-21' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-03-20cgroup: rstat: Cleanup flushing functions and lockingYosry Ahmed
2025-03-20pidfs: improve multi-threaded exec and premature thread-group leader exit pol...Christian Brauner
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar
2025-03-19sched/debug: Make 'const_debug' tunables unconditional __read_mostlyIngo Molnar
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar
2025-03-19cgroup/rstat: avoid disabling irqs for O(num_cpu)Eric Dumazet
2025-03-19pidfs: ensure that PIDFS_INFO_EXIT is availableChristian Brauner
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar
2025-03-18fs: dedup handling of struct filename init and refcounts bumpsMateusz Guzik
2025-03-17Merge tag 'probes-fixes-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-17sched/topology: Stop exposing partition_sched_domains_lockedJuri Lelli
2025-03-17cgroup/cpuset: Remove partition_and_rebuild_sched_domainsJuri Lelli
2025-03-17sched/topology: Remove redundant dl_clear_root_domain callJuri Lelli
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli
2025-03-17sched/deadline: Ignore special tasks when rebuilding domainsJuri Lelli
2025-03-17tracing: Use preempt_model_str()Sebastian Andrzej Siewior
2025-03-17perf: Clean up pmu specific dataKan Liang
2025-03-17sched: Add a generic function to return the preemption stringSebastian Andrzej Siewior
2025-03-17perf: Supply task information to sched_task()Kan Liang
2025-03-17perf: attach/detach PMU specific dataKan Liang
2025-03-17perf: Save PMU specific data in task_structKan Liang
2025-03-17perf/ring_buffer: Allow the EPOLLRDNORM flag for pollTao Chen
2025-03-17perf/core: Use POLLHUP for pinned events in errorNamhyung Kim