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
2023-12-20
kernel/numa.c: Move logging out of numa.h
Kent Overstreet
2
-0
/
+27
2023-12-20
kernel/fork.c: add missing include
Kent Overstreet
1
-0
/
+1
2023-12-20
crash_core: remove duplicated including of kexec.h
Wang Jinchao
1
-1
/
+0
2023-12-20
kexec: use ALIGN macro instead of open-coding it
Yuntao Wang
1
-2
/
+2
2023-12-20
fork: remove redundant TASK_UNINTERRUPTIBLE
Kevin Hao
1
-1
/
+1
2023-12-20
kexec_file: print out debugging message if required
Baoquan He
2
-6
/
+13
2023-12-20
kexec_file: add kexec_file flag to control debug printing
Baoquan He
2
-0
/
+5
2023-12-20
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
2
-6
/
+7
2023-12-20
kexec: select CRYPTO from KEXEC_FILE instead of depending on it
Arnd Bergmann
1
-1
/
+2
2023-12-20
kexec: fix KEXEC_FILE dependencies
Arnd Bergmann
1
-0
/
+1
2023-12-20
bpf: Use c->unit_size to select target cache during free
Hou Tao
1
-94
/
+11
2023-12-20
PM: hibernate: Repair excess function parameter description warning
Randy Dunlap
1
-1
/
+0
2023-12-20
PM: sleep: Remove obsolete comment from unlock_system_sleep()
Kevin Hao
1
-16
/
+0
2023-12-20
tracing/synthetic: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2023-12-20
timers: Fix nextevt calculation when no timers are pending
Anna-Maria Behnsen
1
-2
/
+11
2023-12-20
timers: Rework idle logic
Thomas Gleixner
1
-20
/
+20
2023-12-20
timers: Use already existing function for forwarding timer base
Anna-Maria Behnsen
1
-8
/
+2
2023-12-20
timers: Split out forward timer base functionality
Anna-Maria Behnsen
1
-6
/
+10
2023-12-20
timers: Clarify check in forward_timer_base()
Anna-Maria Behnsen
1
-4
/
+7
2023-12-20
timers: Move store of next event into __next_timer_interrupt()
Anna-Maria Behnsen
1
-5
/
+6
2023-12-20
timers: Do not IPI for deferrable timers
Anna-Maria Behnsen
1
-9
/
+6
2023-12-20
tracing/timers: Add tracepoint for tracking timer base is_idle flag
Anna-Maria Behnsen
1
-3
/
+11
2023-12-20
tracing/timers: Enhance timer_start tracepoint
Anna-Maria Behnsen
1
-1
/
+1
2023-12-20
tick-sched: Warn when next tick seems to be in the past
Anna-Maria Behnsen
1
-0
/
+4
2023-12-20
tick/sched: Cleanup confusing variables
Anna-Maria Behnsen
1
-6
/
+5
2023-12-20
tick-sched: Fix function names in comments
Anna-Maria Behnsen
1
-5
/
+5
2023-12-20
ring-buffer: Read and write to ring buffers with custom sub buffer size
Tzvetomir Stoyanov (VMware)
3
-38
/
+81
2023-12-20
ring-buffer: Set new size of the ring buffer sub page
Tzvetomir Stoyanov (VMware)
1
-7
/
+73
2023-12-20
ring-buffer: Add interface for configuring trace sub buffer size
Tzvetomir Stoyanov (VMware)
2
-0
/
+121
2023-12-20
ring-buffer: Page size per ring buffer
Tzvetomir Stoyanov (VMware)
4
-45
/
+85
2023-12-20
ring-buffer: Have ring_buffer_print_page_header() be able to access ring_buffer_iter
Tzvetomir Stoyanov (VMware)
1
-30
/
+30
2023-12-19
bpf: add support for passing dynptr pointer to global subprog
Andrii Nakryiko
2
-0
/
+30
2023-12-19
bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
Andrii Nakryiko
2
-7
/
+42
2023-12-19
bpf: reuse subprog argument parsing logic for subprog call checks
Andrii Nakryiko
1
-80
/
+30
2023-12-19
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
2
-146
/
+146
2023-12-19
bpf: prepare btf_prepare_func_args() for handling static subprogs
Andrii Nakryiko
2
-14
/
+9
2023-12-19
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
2
-60
/
+15
2023-12-19
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
2
-34
/
+47
2023-12-19
bpf: make the verifier tracks the "not equal" for regs
Menglong Dong
1
-1
/
+37
2023-12-19
module: Remove redundant TASK_UNINTERRUPTIBLE
Kevin Hao
1
-1
/
+1
2023-12-19
Merge tag 'trace-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-55
/
+24
2023-12-19
PM: hibernate: Use kmap_local_page() in copy_data_page()
Chen Haonan
1
-6
/
+6
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
11
-766
/
+93
2023-12-19
ring-buffer: Check if absolute timestamp goes backwards
Steven Rostedt (Google)
1
-18
/
+28
2023-12-19
ring-buffer: Add interrupt information to dump of data sub-buffer
Steven Rostedt (Google)
1
-4
/
+75
2023-12-19
ring-buffer: Remove 32bit timestamp logic
Steven Rostedt (Google)
1
-167
/
+9
2023-12-18
tracing: Increase size of trace_marker_raw to max ring buffer entry
Steven Rostedt (Google)
1
-9
/
+5
2023-12-18
tracing: Have trace_marker break up by lines by size of trace_seq
Steven Rostedt (Google)
1
-0
/
+5
2023-12-18
trace_seq: Increase the buffer size to almost two pages
Steven Rostedt (Google)
2
-6
/
+3
2023-12-18
tracing: Allow for max buffer data size trace_marker writes
Steven Rostedt (Google)
2
-7
/
+39
[prev]
[next]