index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
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-21
Merge branch 'objtool/core'
Peter Zijlstra
224
-5155
/
+9809
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
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_cpumasks()
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/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-1
/
+4
2025-11-20
sched_ext: Fix scx_enable() crash on helper kthread creation failure
Saket Kumar Bhaskar
1
-1
/
+4
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
watch_queue: Use local kmap in post_one_notification()
Davidlohr Bueso
1
-2
/
+2
2025-11-18
genirq: Use raw_spinlock_irq() in irq_set_affinity_notifier()
Chengkaitao
1
-1
/
+1
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/git/vfs/vfs
Linus Torvalds
2
-8
/
+4
2025-11-17
Merge tag 'sched_ext-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-13
/
+13
2025-11-17
sched/fair: Proportional newidle balance
Peter Zijlstra
5
-4
/
+61
2025-11-17
sched/fair: Small cleanup to update_newidle_cost()
Peter Zijlstra
1
-4
/
+7
2025-11-17
sched/fair: Small cleanup to sched_balance_newidle()
Peter Zijlstra
1
-4
/
+6
2025-11-17
sched/fair: Revert max_newidle_lb_cost bump
Peter Zijlstra
1
-16
/
+3
2025-11-17
sched/fair: Reimplement NEXT_BUDDY to align with EEVDF goals
Mel Gorman
1
-22
/
+130
2025-11-17
sched/fair: Enable scheduler feature NEXT_BUDDY
Mel Gorman
1
-1
/
+1
2025-11-17
sched: Increase sched_tick_remote timeout
Phil Auld
1
-1
/
+1
2025-11-17
sched/fair: Have SD_SERIALIZE affect newidle balancing
Peter Zijlstra
1
-1
/
+1
2025-11-17
sched/fair: Skip sched_balance_running cmpxchg when balance is not due
Tim Chen
1
-26
/
+28
2025-11-17
Merge back earlier material related to system sleep for 6.19
Rafael J. Wysocki
6
-30
/
+122
2025-11-17
sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_work
Zqiang
1
-1
/
+1
2025-11-16
Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2025-11-15
crash: fix crashkernel resource shrink
Sourabh Jain
1
-1
/
+1
2025-11-15
Merge tag 'timers-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-6
/
+6
2025-11-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
5
-40
/
+72
2025-11-14
time: Fix a few typos in time[r] related code comments
Jianyun Gao
2
-2
/
+2
2025-11-14
time: tick-oneshot: Add missing Return and parameter descriptions to kernel-doc
Sunday Adelodun
1
-1
/
+19
2025-11-14
bpf: account for current allocated stack depth in widen_imprecise_scalars()
Eduard Zingerman
1
-2
/
+4
2025-11-14
PM: suspend: Make pm_test delay interruptible by wakeup events
Riwen Lu
1
-1
/
+5
2025-11-14
posix-timers: Plug potential memory leak in do_timer_create()
Eslam Khafagy
1
-6
/
+6
2025-11-14
hrtimer: Store time as ktime_t in restart block
Thomas Weißschuh
2
-4
/
+4
2025-11-14
nstree: fix kernel-doc comments for internal functions
Kriish Sharma
1
-2
/
+3
2025-11-14
nsproxy: fix free_nsproxy() and simplify create_new_namespaces()
Christian Brauner
1
-16
/
+20
[prev]
[next]