summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas2024-11-141-0/+30
|\ \
| * | prctl: arch-agnostic prctl for shadow stackMark Brown2024-10-041-0/+30
| |/
* | Merge tag 'rcu.fixes.6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-10-111-1/+7
|\ \
| * | rcu/nocb: Fix rcuog wake-up from offline softirqFrederic Weisbecker2024-10-101-1/+7
* | | Merge tag 'trace-ringbuffer-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-10-101-3/+6
|\ \ \
| * | | ring-buffer: Do not have boot mapped buffers hook to CPU hotplugSteven Rostedt2024-10-091-3/+6
| |/ /
* | | Merge tag 'mm-hotfixes-stable-2024-10-09-15-46' of git://git.kernel.org/pub/s...Linus Torvalds2024-10-102-4/+16
|\ \ \
| * | | resource, kunit: fix user-after-free in resource_test_region_intersects()Huang Ying2024-10-091-4/+14
| * | | kthread: unpark only parked kthreadFrederic Weisbecker2024-10-091-0/+2
| |/ /
* | | Merge tag 'sched_ext-for-6.12-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-083-19/+37
|\ \ \ | |/ / |/| |
| * | sched_ext, scx_qmap: Add and use SCX_ENQ_CPU_SELECTEDTejun Heo2024-10-071-0/+1
| * | sched/core: Add ENQUEUE_RQ_SELECTED to indicate whether ->select_task_rq() wa...Tejun Heo2024-10-072-2/+9
| * | sched/core: Make select_task_rq() take the pointer to wake_flags instead of v...Tejun Heo2024-10-071-5/+8
| * | sched_ext: scx_cgroup_exit() may be called without successful scx_cgroup_init()Tejun Heo2024-10-041-1/+0
| * | sched_ext: Improve error reporting during loadingTejun Heo2024-10-041-11/+19
* | | 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