index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-20
cpuset: Treat cpusets in attaching as populated
Chen Ridong
1
-8
/
+27
2025-11-21
Merge tag 'v6.18-rc6' into drm-next
Dave Airlie
35
-157
/
+412
2025-11-20
crash: export crashkernel CMA reservation to userspace
Sourabh Jain
1
-0
/
+21
2025-11-20
watchdog: add sys_info sysctls to dump sys info on system lockup
Feng Tang
1
-3
/
+41
2025-11-20
hung_task: add hung_task_sys_info sysctl to dump sys info on task-hung
Feng Tang
1
-12
/
+28
2025-11-20
kernel/hung_task: unexport sysctl_hung_task_timeout_secs
Christoph Hellwig
1
-1
/
+0
2025-11-20
panic: sys_info: align constant definition names with parameters
Andy Shevchenko
1
-1
/
+1
2025-11-20
PM: sleep: Call pm_sleep_fs_sync() instead of ksys_sync_helper()
Samuel Wu
3
-3
/
+13
2025-11-20
PM: sleep: Add support for wakeup during filesystem sync
Samuel Wu
2
-6
/
+74
2025-11-20
Merge back material related to system sleep for 6.19
Rafael J. Wysocki
6
-76
/
+134
2025-11-20
sched: Provide and use set_need_resched_current()
Peter Zijlstra
5
-24
/
+13
2025-11-20
workqueue: Init rescuer's affinities as wq_unbound_cpumask
Lai Jiangshan
1
-2
/
+5
2025-11-20
workqueue: Let DISASSOCIATED workers follow unbound wq cpumask changes
Lai Jiangshan
1
-0
/
+13
2025-11-20
workqueue: Update the rescuer's affinity only when it is detached
Lai Jiangshan
1
-5
/
+5
2025-11-20
timers/migration: Exclude isolated cpus from hierarchy
Gabriele Monaco
2
-0
/
+146
2025-11-20
sched/isolation: Force housekeeping if isolcpus and nohz_full don't leave any
Gabriele Monaco
1
-0
/
+23
2025-11-20
cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...
Gabriele Monaco
1
-6
/
+6
2025-11-20
timers/migration: Use scoped_guard on available flag set/clear
Gabriele Monaco
1
-17
/
+17
2025-11-20
timers/migration: Add mask for CPUs available in the hierarchy
Gabriele Monaco
1
-1
/
+14
2025-11-20
timers/migration: Rename 'online' bit to 'available'
Gabriele Monaco
2
-13
/
+13
2025-11-20
Merge tag 'sched_ext-for-6.18-rc6-fixes-2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+4
2025-11-20
PCI/P2PDMA: Simplify bus address mapping API
Leon Romanovsky
1
-2
/
+2
2025-11-20
sched_ext: Fix scx_enable() crash on helper kthread creation failure
Saket Kumar Bhaskar
1
-1
/
+4
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-77
/
+109
2025-11-20
sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplug
Pingfan Liu
1
-6
/
+48
2025-11-20
cgroup/cpuset: Introduce cpuset_cpus_allowed_locked()
Pingfan Liu
1
-15
/
+36
2025-11-20
timekeeping: Fix resource leak in tk_aux_sysfs_init() error paths
Malaya Kumar Rout
1
-9
/
+12
2025-11-20
sched/mmcid: Use cpumask_weighted_or()
Thomas Gleixner
1
-2
/
+3
2025-11-20
sched/mmcid: Prevent pointless work in mm_update_cpus_allowed()
Thomas Gleixner
1
-3
/
+8
2025-11-20
sched/mmcid: Move scheduler code out of global header
Thomas Gleixner
1
-2
/
+18
2025-11-20
sched: Fixup whitespace damage
Thomas Gleixner
1
-4
/
+4
2025-11-20
sched/mmcid: Use proper data structures
Thomas Gleixner
3
-24
/
+24
2025-11-20
sched/mmcid: Revert the complex CID management
Thomas Gleixner
3
-749
/
+62
2025-11-20
perf: Fix 0 count issue of cpu-clock
Dapeng Mi
1
-1
/
+1
2025-11-19
tick/sched: Fix bogus condition in report_idle_softirq()
Wen Yang
1
-6
/
+5
2025-11-19
smp: Introduce a helper function to check for pending IPIs
Ulf Hansson
1
-0
/
+22
2025-11-19
printk: Avoid scheduling irq_work on suspend
John Ogness
3
-18
/
+55
2025-11-19
printk: Allow printk_trigger_flush() to flush all types
John Ogness
2
-2
/
+23
2025-11-19
ima: Access decompressed kernel module to verify appended signature
Coiby Xu
1
-3
/
+14
2025-11-19
tracing: Switch to use %ptSp
Andy Shevchenko
1
-3
/
+3
2025-11-19
watch_queue: Use local kmap in post_one_notification()
Davidlohr Bueso
1
-2
/
+2
2025-11-18
bpf: Replace bpf memory allocator with kmalloc_nolock() in local storage
Amery Hung
1
-107
/
+45
2025-11-18
bpf: Save memory alloction info in bpf_local_storage
Amery Hung
1
-44
/
+8
2025-11-18
bpf: Remove smap argument from bpf_selem_free()
Amery Hung
1
-9
/
+10
2025-11-18
bpf: Always charge/uncharge memory when allocating/unlinking storage elements
Amery Hung
1
-12
/
+10
2025-11-18
genirq: Use raw_spinlock_irq() in irq_set_affinity_notifier()
Chengkaitao
1
-1
/
+1
2025-11-17
bpf: Fix invalid prog->stats access when update_effective_progs fails
Pu Lehui
1
-0
/
+3
2025-11-17
PM: hibernate: Clean up kernel-doc comment style usage
Sunday Adelodun
1
-46
/
+12
2025-11-17
Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2
-8
/
+4
2025-11-17
Merge tag 'sched_ext-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-13
/
+13
[prev]
[next]