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-10-02
ntp: Move pps monitors into ntp_data
Thomas Gleixner
1
-17
/
+16
2024-10-02
ntp: Move pps_freq/stabil into ntp_data
Thomas Gleixner
1
-15
/
+16
2024-10-02
ntp: Move pps_shift/intcnt into ntp_data
Thomas Gleixner
1
-26
/
+28
2024-10-02
ntp: Move pps_fbase into ntp_data
Thomas Gleixner
1
-7
/
+8
2024-10-02
ntp: Move pps_jitter into ntp_data
Thomas Gleixner
1
-6
/
+7
2024-10-02
ntp: Move pps_ft into ntp_data
Thomas Gleixner
1
-17
/
+19
2024-10-02
ntp: Move pps_valid into ntp_data
Thomas Gleixner
1
-5
/
+9
2024-10-02
ntp: Move ntp_next_leap_sec into ntp_data
Thomas Gleixner
1
-16
/
+16
2024-10-02
ntp: Move time_adj/ntp_tick_adj into ntp_data
Thomas Gleixner
1
-20
/
+19
2024-10-02
ntp: Move time_freq/reftime into ntp_data
Thomas Gleixner
1
-20
/
+18
2024-10-02
ntp: Move time_max/esterror into ntp_data
Thomas Gleixner
1
-22
/
+16
2024-10-02
ntp: Move time_offset/constant into ntp_data
Thomas Gleixner
1
-25
/
+24
2024-10-02
ntp: Move tick_stat* into ntp_data
Thomas Gleixner
1
-90
/
+85
2024-10-02
ntp: Move tick_length* into ntp_data
Thomas Gleixner
1
-16
/
+18
2024-10-02
ntp: Introduce struct ntp_data
Thomas Gleixner
1
-29
/
+36
2024-10-02
ntp: Read reference time only once
Thomas Gleixner
1
-5
/
+5
2024-10-02
ntp: Convert functions with only two states to bool
Thomas Gleixner
1
-17
/
+11
2024-10-02
ntp: Cleanup formatting of code
Anna-Maria Behnsen
1
-24
/
+13
2024-10-02
ntp: Clean up comments
Thomas Gleixner
1
-66
/
+78
2024-10-02
ntp: Make tick_usec static
Thomas Gleixner
1
-1
/
+4
2024-10-02
ntp: Remove unused tick_nsec
Thomas Gleixner
1
-6
/
+2
2024-10-02
sched/eevdf: Fix wakeup-preempt by checking cfs_rq->nr_running
Chen Yu
1
-1
/
+1
2024-10-02
sched: Fix sched_delayed vs cfs_bandwidth
Mike Galbraith
1
-3
/
+6
2024-10-01
rcu/kvfree: Refactor kvfree_rcu_queue_batch()
Uladzislau Rezki (Sony)
1
-4
/
+5
2024-10-01
bpf: sync_linked_regs() must preserve subreg_def
Eduard Zingerman
1
-0
/
+5
2024-09-30
Merge tag 'sched_ext-for-6.12-rc1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-148
/
+172
2024-09-30
cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.c
everestkc
1
-8
/
+8
2024-09-30
Merge tag 'probes-fixes-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-1
/
+1
2024-09-30
ftrace: Have calltime be saved in the fgraph storage
Steven Rostedt
3
-33
/
+51
2024-09-30
ftrace: Use a running sleeptime instead of saving on shadow stack
Steven Rostedt
4
-25
/
+59
2024-09-30
fgraph: Use fgraph data to store subtime for profiler
Steven Rostedt
2
-26
/
+61
2024-09-30
tracing: Fix function timing profiler to initialize hashtable
Masami Hiramatsu (Google)
1
-0
/
+4
2024-09-29
close_range(): fix the logics in descriptor table trimming
Al Viro
1
-18
/
+14
2024-09-30
uprobes: fix kernel info leak via "[uprobes]" vma
Oleg Nesterov
1
-1
/
+1
2024-09-29
Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-38
/
+86
2024-09-29
Merge branch 'locking/core' into locking/urgent, to pick up pending commits
Ingo Molnar
3
-30
/
+47
2024-09-28
Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
3
-73
/
+85
2024-09-27
sched/ext: Use tg_cgroup() to elieminate duplicate code
Zhang Qiao
1
-9
/
+2
2024-09-27
sched/ext: Fix unmatch trailing comment of CONFIG_EXT_GROUP_SCHED
Zhang Qiao
1
-1
/
+1
2024-09-27
sched_ext: Factor out move_task_between_dsqs() from scx_dispatch_from_dsq()
Tejun Heo
1
-41
/
+75
2024-09-27
sched_ext: Remove redundant p->nr_cpus_allowed checker
Zhang Qiao
1
-10
/
+1
2024-09-27
sched_ext: Decouple locks in scx_ops_enable()
Tejun Heo
1
-40
/
+27
2024-09-27
sched_ext: Decouple locks in scx_ops_disable_workfn()
Tejun Heo
1
-20
/
+17
2024-09-27
sched_ext: Add scx_cgroup_enabled to gate cgroup operations and fix scx_tg_online()
Tejun Heo
1
-13
/
+22
2024-09-27
sched_ext: Enable scx_ops_init_task() separately
Tejun Heo
1
-4
/
+10
2024-09-27
sched_ext: Fix SCX_TASK_INIT -> SCX_TASK_READY transitions in scx_ops_enable()
Tejun Heo
1
-2
/
+3
2024-09-27
sched_ext: Initialize in bypass mode
Tejun Heo
1
-10
/
+15
2024-09-27
sched_ext: Remove SCX_OPS_PREPPING
Tejun Heo
1
-22
/
+7
2024-09-27
sched_ext: Relocate check_hotplug_seq() call in scx_ops_enable()
Tejun Heo
1
-2
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
8
-12
/
+0
[prev]
[next]