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
2024-02-28
sched/fair: Take the scheduling domain into account in select_idle_core()
Keisuke Nishimura
1
-2
/
+2
2024-02-28
sched/fair: Take the scheduling domain into account in select_idle_smt()
Keisuke Nishimura
1
-3
/
+9
2024-02-28
sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irq
Shrikanth Hegde
2
-4
/
+2
2024-02-28
sched/fair: Use existing helper functions to access ->avg_rt and ->avg_dl
Shrikanth Hegde
1
-4
/
+4
2024-02-28
dma-direct: Leak pages on dma_set_decrypted() failure
Rick Edgecombe
1
-4
/
+5
2024-02-28
swiotlb: add debugfs to track swiotlb transient pool usage
ZhangPeng
1
-0
/
+46
2024-02-28
locking/percpu-rwsem: Trigger contention tracepoints only if contended
Namhyung Kim
1
-3
/
+8
2024-02-28
locking/rwsem: Clarify that RWSEM_READER_OWNED is just a hint
Waiman Long
1
-3
/
+3
2024-02-28
locking/qspinlock: Fix 'wait_early' set but not used warning
Waiman Long
1
-1
/
+1
2024-02-27
time: test: Fix incorrect format specifier
David Gow
1
-1
/
+1
2024-02-27
Merge branch 'x86/urgent' into x86/apic, to resolve conflicts
Ingo Molnar
5
-11
/
+11
2024-02-27
smp: Avoid 'setup_max_cpus' namespace collision/shadowing
Ingo Molnar
1
-3
/
+3
2024-02-26
Merge branches 'rcu-doc.2024.02.14a', 'rcu-nocb.2024.02.14a', 'rcu-exp.2024.02.14a', 'rcu-tasks.2024.02.26a' and 'rcu-misc.2024.02.14a' into rcu.2024.02.26a
Boqun Feng
14
-305
/
+384
2024-02-26
timers: Assert no next dyntick timer look-up while CPU is offline
Frederic Weisbecker
1
-3
/
+3
2024-02-26
tick: Assume timekeeping is correctly handed over upon last offline idle call
Frederic Weisbecker
4
-13
/
+6
2024-02-26
tick: Shut down low-res tick from dying CPU
Frederic Weisbecker
3
-10
/
+29
2024-02-26
tick: Split nohz and highres features from nohz_mode
Frederic Weisbecker
4
-26
/
+26
2024-02-26
tick: Move individual bit features to debuggable mask accesses
Frederic Weisbecker
3
-43
/
+73
2024-02-26
tick: Move got_idle_tick away from common flags
Frederic Weisbecker
1
-1
/
+1
2024-02-26
tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE mode
Frederic Weisbecker
1
-1
/
+1
2024-02-26
tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
3
-2
/
+5
2024-02-26
tick: Move tick cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
2
-2
/
+2
2024-02-26
tick: Start centralizing tick related CPU hotplug operations
Frederic Weisbecker
2
-9
/
+16
2024-02-26
tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()
Frederic Weisbecker
1
-5
/
+0
2024-02-26
tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()
Frederic Weisbecker
1
-2
/
+2
2024-02-26
tick: Use IS_ENABLED() whenever possible
Frederic Weisbecker
2
-12
/
+6
2024-02-26
tick/sched: Remove useless oneshot ifdeffery
Frederic Weisbecker
1
-5
/
+1
2024-02-26
tick/nohz: Remove duplicate between lowres and highres handlers
Peng Liu
1
-60
/
+36
2024-02-26
tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup_sched_timer()
Peng Liu
3
-23
/
+20
2024-02-25
rcu-tasks: Maintain real-time response in rcu_tasks_postscan()
Paul E. McKenney
1
-1
/
+21
2024-02-25
rcu-tasks: Eliminate deadlocks involving do_exit() and RCU tasks
Paul E. McKenney
1
-16
/
+28
2024-02-25
rcu-tasks: Maintain lists to eliminate RCU-tasks/do_exit() deadlocks
Paul E. McKenney
1
-10
/
+33
2024-02-25
rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocks
Paul E. McKenney
2
-0
/
+3
2024-02-25
rcu-tasks: Initialize callback lists at rcu_init() time
Paul E. McKenney
4
-6
/
+27
2024-02-25
rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocks
Paul E. McKenney
1
-0
/
+2
2024-02-25
power: port block device access to file
Christian Brauner
1
-14
/
+14
2024-02-24
sched: Add a new function to compare if two cpus have the same capacity
Qais Yousef
1
-0
/
+11
2024-02-23
arm64, crash: wrap crash dumping code into crash related ifdefs
Baoquan He
1
-0
/
+2
2024-02-23
crash: clean up kdump related config items
Baoquan He
1
-3
/
+4
2024-02-23
crash: split crash dumping code out from kexec_core.c
Baoquan He
6
-244
/
+293
2024-02-23
crash: remove dependency of FA_DUMP on CRASH_DUMP
Baoquan He
3
-2
/
+3
2024-02-23
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
6
-215
/
+239
2024-02-23
kexec: split crashkernel reservation code out from crash_core.c
Baoquan He
4
-439
/
+469
2024-02-23
mm/vmalloc: remove vmap_area_list
Baoquan He
2
-4
/
+1
2024-02-23
cred: Use KMEM_CACHE() instead of kmem_cache_create()
Kunwu Chan
1
-2
/
+2
2024-02-23
genirq/matrix: Dynamic bitmap allocation
Björn Töpel
1
-11
/
+17
2024-02-22
bpf: add is_async_callback_calling_insn() helper
Benjamin Tissoires
1
-4
/
+7
2024-02-22
bpf: introduce in_sleepable() helper
Benjamin Tissoires
1
-6
/
+11
2024-02-22
bpf: allow more maps in sleepable bpf programs
Benjamin Tissoires
1
-0
/
+2
2024-02-22
panic: add option to dump blocked tasks in panic_print
Feng Tang
1
-0
/
+4
[prev]
[next]