index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-15
Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-85
/
+101
2024-10-15
Merge tag 'trace-ringbuffer-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-21
/
+29
2024-10-15
bpf: Fix truncation bug in coerce_reg_to_size_sx()
Dimitar Kanaliev
1
-4
/
+4
2024-10-15
ring-buffer: Fix reader locking when changing the sub buffer order
Petr Pavlu
1
-18
/
+26
2024-10-14
posix-clock: Fix missing timespec64 check in pc_clock_settime()
Jinjie Ruan
1
-0
/
+3
2024-10-14
cgroup: Fix potential overflow issue when checking max_depth
Xiu Jianfeng
1
-2
/
+2
2024-10-14
sched_ext: Remove unnecessary cpu_relax()
David Vernet
1
-1
/
+0
2024-10-14
ring-buffer: Fix refcount setting of boot mapped buffers
Steven Rostedt
1
-3
/
+3
2024-10-14
sched/fair: Fix external p->on_rq users
Peter Zijlstra
6
-6
/
+32
2024-10-14
sched/psi: Fix mistaken CPU pressure indication after corrupted task state bug
Johannes Weiner
2
-21
/
+39
2024-10-11
Merge tag 'rcu.fixes.6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+7
2024-10-11
sched/core: Dequeue PSI signals for blocked tasks that are delayed
Peter Zijlstra
1
-1
/
+3
2024-10-11
sched: Fix delayed_dequeue vs switched_from_fair()
Peter Zijlstra
5
-34
/
+30
2024-10-11
sched/core: Disable page allocation in task_tick_mm_cid()
Waiman Long
2
-3
/
+16
2024-10-11
sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()
Phil Auld
1
-1
/
+1
2024-10-10
bpf: Fix unpopulated path_size when uprobe_multi fields unset
Tyrone Wu
1
-19
/
+17
2024-10-10
sched_ext: Don't hold scx_tasks_lock for too long
Tejun Heo
1
-2
/
+17
2024-10-10
sched_ext: Move scx_tasks_lock handling into scx_task_iter helpers
Tejun Heo
1
-54
/
+56
2024-10-10
sched_ext: bypass mode shouldn't depend on ops.select_cpu()
Tejun Heo
1
-13
/
+15
2024-10-10
sched_ext: Move scx_buildin_idle_enabled check to scx_bpf_select_cpu_dfl()
Tejun Heo
1
-10
/
+10
2024-10-10
sched_ext: Start schedulers with consistent p->scx.slice values
Tejun Heo
1
-1
/
+1
2024-10-10
Revert "sched_ext: Use shorter slice while bypassing"
Tejun Heo
1
-4
/
+2
2024-10-10
Merge tag 'trace-ringbuffer-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+6
2024-10-10
bpf: fix kfunc btf caching for modules
Toke Høiland-Jørgensen
1
-1
/
+7
2024-10-10
rcu/nocb: Fix rcuog wake-up from offline softirq
Frederic Weisbecker
1
-1
/
+7
2024-10-10
sched_ext: use correct function name in pick_task_scx() warning message
Honglei Wang
1
-2
/
+2
2024-10-09
bpf: fix unpopulated name_len field in perf_event link info
Tyrone Wu
1
-7
/
+22
2024-10-09
bpf: use kvzmalloc to allocate BPF verifier environment
Rik van Riel
1
-2
/
+2
2024-10-09
bpf: Check the remaining info_cnt before repeating btf fields
Hou Tao
1
-4
/
+10
2024-10-09
Merge tag 'mm-hotfixes-stable-2024-10-09-15-46' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-4
/
+16
2024-10-09
resource, kunit: fix user-after-free in resource_test_region_intersects()
Huang Ying
1
-4
/
+14
2024-10-09
kthread: unpark only parked kthread
Frederic Weisbecker
1
-0
/
+2
2024-10-09
ring-buffer: Do not have boot mapped buffers hook to CPU hotplug
Steven Rostedt
1
-3
/
+6
2024-10-08
Merge tag 'sched_ext-for-6.12-rc2-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-19
/
+37
2024-10-08
bpf, lsm: Remove bpf_lsm_key_free hook
Thomas Weißschuh
1
-4
/
+0
2024-10-08
cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction
Chen Ridong
1
-1
/
+18
2024-10-07
bpf: Fix memory leak in bpf_core_apply
Jiri Olsa
1
-0
/
+1
2024-10-07
sched_ext, scx_qmap: Add and use SCX_ENQ_CPU_SELECTED
Tejun Heo
1
-0
/
+1
2024-10-07
sched/core: Add ENQUEUE_RQ_SELECTED to indicate whether ->select_task_rq() wa...
Tejun Heo
2
-2
/
+9
2024-10-07
sched/core: Make select_task_rq() take the pointer to wake_flags instead of v...
Tejun Heo
1
-5
/
+8
2024-10-04
sched_ext: scx_cgroup_exit() may be called without successful scx_cgroup_init()
Tejun Heo
1
-1
/
+0
2024-10-04
sched_ext: Improve error reporting during loading
Tejun Heo
1
-11
/
+19
2024-10-04
Merge tag 'trace-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-11
/
+28
2024-10-04
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+5
2024-10-04
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-18
/
+14
2024-10-03
sched: psi: fix bogus pressure spikes from aggregation race
Johannes Weiner
1
-14
/
+12
2024-10-03
tracing/hwlat: Fix a race during cpuhp processing
Wei Li
1
-0
/
+2
2024-10-03
tracing/timerlat: Fix a race during cpuhp processing
Wei Li
1
-0
/
+2
2024-10-03
tracing/timerlat: Drop interface_lock in stop_kthread()
Wei Li
1
-7
/
+6
2024-10-03
tracing/timerlat: Fix duplicated kthread creation due to CPU online/offline
Wei Li
1
-2
/
+5
[prev]
[next]