summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-10-043-11/+28
|\
| * tracing/hwlat: Fix a race during cpuhp processingWei Li2024-10-031-0/+2
| * tracing/timerlat: Fix a race during cpuhp processingWei Li2024-10-031-0/+2
| * tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li2024-10-031-7/+6
| * tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li2024-10-031-2/+5
| * tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt2024-10-031-2/+13
* | Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-10-041-4/+5
|\ \
| * | rcu/kvfree: Refactor kvfree_rcu_queue_batch()Uladzislau Rezki (Sony)2024-10-011-4/+5
| |/
* | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-10-041-18/+14
|\ \
| * | close_range(): fix the logics in descriptor table trimmingAl Viro2024-09-301-18/+14
| |/
* | sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner2024-10-041-14/+12
* | Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-10-032-2/+2
|\ \
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
| |/
* | Merge tag 'sched_ext-for-6.12-rc1-fixes-1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-09-301-148/+172
|\ \
| * | sched_ext: Remove redundant p->nr_cpus_allowed checkerZhang Qiao2024-09-271-10/+1
| * | sched_ext: Decouple locks in scx_ops_enable()Tejun Heo2024-09-271-40/+27
| * | sched_ext: Decouple locks in scx_ops_disable_workfn()Tejun Heo2024-09-271-20/+17
| * | sched_ext: Add scx_cgroup_enabled to gate cgroup operations and fix scx_tg_on...Tejun Heo2024-09-271-13/+22
| * | sched_ext: Enable scx_ops_init_task() separatelyTejun Heo2024-09-271-4/+10
| * | sched_ext: Fix SCX_TASK_INIT -> SCX_TASK_READY transitions in scx_ops_enable()Tejun Heo2024-09-271-2/+3
| * | sched_ext: Initialize in bypass modeTejun Heo2024-09-271-10/+15
| * | sched_ext: Remove SCX_OPS_PREPPINGTejun Heo2024-09-271-22/+7
| * | sched_ext: Relocate check_hotplug_seq() call in scx_ops_enable()Tejun Heo2024-09-271-2/+1
| * | sched_ext: Use shorter slice while bypassingTejun Heo2024-09-271-2/+4
| * | sched_ext: Split the global DSQ per NUMA nodeTejun Heo2024-09-271-13/+60
| * | sched_ext: Relocate find_user_dsq()Tejun Heo2024-09-271-5/+5
| * | sched_ext: Allow only user DSQs for scx_bpf_consume(), scx_bpf_dsq_nr_queued(...Tejun Heo2024-09-271-14/+8
| * | sched_ext: Build fix for !CONFIG_SMPTejun Heo2024-09-241-0/+1
* | | Merge tag 'probes-fixes-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-301-1/+1
|\ \ \ | |_|/ |/| |
| * | uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov2024-09-301-1/+1
* | | 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-201-8/+8
| * | | | module: Split modules_install compression and in-kernel decompressionPetr Pavlu2024-08-201-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