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-08
kprobes: Remove unnecessary initial values of variables
Li zeming
1
-2
/
+2
2024-02-08
tracing/probes: Fix to set arg size and fmt after setting type from BTF
Masami Hiramatsu (Google)
1
-12
/
+13
2024-02-08
tracing/probes: Fix to show a parse error for bad type for $comm
Masami Hiramatsu (Google)
2
-3
/
+7
2024-02-08
PM: EM: Add em_dev_compute_costs()
Lukasz Luba
1
-0
/
+18
2024-02-08
PM: EM: Remove old table
Lukasz Luba
1
-39
/
+7
2024-02-08
PM: EM: Change debugfs configuration to use runtime EM table data
Lukasz Luba
1
-8
/
+59
2024-02-08
PM: EM: Optimize em_cpu_energy() and remove division
Lukasz Luba
1
-4
/
+3
2024-02-08
PM: EM: Support late CPUs booting and capacity adjustment
Lukasz Luba
1
-0
/
+124
2024-02-08
PM: EM: Add performance field to struct em_perf_state and optimize
Lukasz Luba
1
-0
/
+27
2024-02-08
PM: EM: Introduce em_dev_update_perf_domain() for EM updates
Lukasz Luba
1
-0
/
+44
2024-02-08
PM: EM: Add functions for memory allocations for new EM tables
Lukasz Luba
1
-5
/
+33
2024-02-08
PM: EM: Introduce runtime modifiable table
Lukasz Luba
1
-0
/
+53
2024-02-08
PM: EM: Split the allocation and initialization of the EM table
Lukasz Luba
1
-22
/
+33
2024-02-08
PM: EM: Check if the get_cost() callback is present in em_compute_costs()
Lukasz Luba
1
-1
/
+1
2024-02-08
PM: EM: Introduce em_compute_costs()
Lukasz Luba
1
-29
/
+43
2024-02-08
PM: EM: Find first CPU active while updating OPP efficiency
Lukasz Luba
1
-2
/
+9
2024-02-08
PM: EM: Extend em_cpufreq_update_efficiencies() argument list
Lukasz Luba
1
-6
/
+4
2024-02-08
PM: EM: Add missing newline for the message log
Lukasz Luba
1
-1
/
+1
2024-02-07
exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)
Oleg Nesterov
1
-7
/
+3
2024-02-07
getrusage: use sig->stats_lock rather than lock_task_sighand()
Oleg Nesterov
1
-3
/
+13
2024-02-07
getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()
Oleg Nesterov
1
-15
/
+19
2024-02-07
bpf: Merge two CONFIG_BPF entries
Masahiro Yamada
1
-0
/
+1
2024-02-07
dump_stack: Do not get cpu_sync for panic CPU
John Ogness
1
-1
/
+0
2024-02-07
panic: Flush kernel log buffer at the end
John Ogness
1
-0
/
+8
2024-02-07
printk: Avoid non-panic CPUs writing to ringbuffer
John Ogness
1
-20
/
+6
2024-02-07
printk: Disable passing console lock owner completely during panic()
Petr Mladek
1
-0
/
+29
2024-02-07
printk: ringbuffer: Skip non-finalized records in panic
John Ogness
1
-2
/
+26
2024-02-07
printk: Wait for all reserved records with pr_flush()
John Ogness
3
-1
/
+107
2024-02-07
printk: ringbuffer: Cleanup reader terminology
John Ogness
1
-7
/
+9
2024-02-07
printk: Add this_cpu_in_panic()
John Ogness
2
-20
/
+24
2024-02-07
printk: For @suppress_panic_printk check for other CPU in panic
John Ogness
1
-2
/
+1
2024-02-07
printk: ringbuffer: Clarify special lpos values
John Ogness
2
-5
/
+31
2024-02-07
printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()
John Ogness
2
-41
/
+127
2024-02-07
printk: Use prb_first_seq() as base for 32bit seq macros
John Ogness
2
-5
/
+5
2024-02-07
printk: Adjust mapping for 32bit seq macros
Sebastian Andrzej Siewior
1
-1
/
+1
2024-02-07
printk: nbcon: Relocate 32bit seq macros
John Ogness
2
-37
/
+37
2024-02-07
timekeeping: Evaluate system_counterval_t.cs_id instead of .cs
Peter Hilber
1
-4
/
+5
2024-02-07
clockevents: Make clockevents_subsys const
Ricardo B. Marliere
1
-1
/
+1
2024-02-07
clocksource: Make clocksource_subsys const
Ricardo B. Marliere
1
-1
/
+1
2024-02-07
pidfd: getfd should always report ESRCH if a task is exiting
Tycho Andersen
1
-1
/
+20
2024-02-06
pidfd: clone: allow CLONE_THREAD | CLONE_PIDFD together
Oleg Nesterov
1
-3
/
+4
2024-02-06
pidfd: exit: kill the no longer used thread_group_exited()
Oleg Nesterov
1
-24
/
+0
2024-02-06
pidfd: change do_notify_pidfd() to use __wake_up(poll_to_key(EPOLLIN))
Oleg Nesterov
1
-3
/
+4
2024-02-06
hrtimer: Report offline hrtimer enqueue
Frederic Weisbecker
1
-0
/
+3
2024-02-05
bpf: Transfer RCU lock state between subprog calls
Kumar Kartikeya Dwivedi
1
-2
/
+1
2024-02-05
bpf: Allow calling static subprogs while holding a bpf_spin_lock
Kumar Kartikeya Dwivedi
1
-3
/
+8
2024-02-05
Merge branch 'for-6.8-fixes' into for-6.9
Tejun Heo
1
-6
/
+2
2024-02-05
Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask()"
Tejun Heo
1
-6
/
+2
2024-02-05
workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 ordered
Tejun Heo
1
-18
/
+4
2024-02-05
backtracetest: Convert from tasklet to BH workqueue
Tejun Heo
1
-11
/
+7
[prev]
[next]