index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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
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/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 kvfree_rcu() to release per-cpu ksyncs object
Zqiang
1
-8
/
+1
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
mm: make INVALID_PHYS_ADDR a generic macro
Anshuman Khandual
1
-2
/
+0
2025-11-16
treewide: include linux/pgalloc.h instead of asm/pgalloc.h
Harry Yoo
1
-2
/
+2
2025-11-16
relay: update relay to use mmap_prepare
Lorenzo Stoakes
1
-16
/
+17
2025-11-16
memcg: net: track network throttling due to memcg memory pressure
Shakeel Butt
1
-0
/
+1
2025-11-16
mm: consistently use current->mm in mm_get_unmapped_area()
Ryan Roberts
2
-2
/
+2
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
[prev]
[next]