index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-25
bpf: Prevent escaping of kptr loaded from maps
Kumar Kartikeya Dwivedi
1
-7
/
+28
2022-04-25
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
3
-13
/
+119
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
3
-41
/
+50
2022-04-25
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
4
-35
/
+401
2022-04-25
bpf: Use bpf_prog_run_array_cg_flags everywhere
Stanislav Fomichev
1
-48
/
+24
2022-04-25
kernel/kexec_core: move kexec_core sysctls into its own file
yingelin
2
-13
/
+22
2022-04-25
genirq/matrix: Remove redundant assignment to variable 'end'
Colin Ian King
1
-1
/
+1
2022-04-25
timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick is stopped
Nicholas Piggin
1
-2
/
+10
2022-04-25
audit: use fsnotify group lock helpers
Amir Goldstein
1
-16
/
+16
2022-04-25
fsnotify: make allow_dups a property of the group
Amir Goldstein
1
-2
/
+2
2022-04-25
fsnotify: pass flags argument to fsnotify_alloc_group()
Amir Goldstein
3
-3
/
+4
2022-04-24
Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+5
2022-04-24
Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-6
/
+6
2022-04-22
PM: CXL: Disable suspend
Dan Williams
3
-3
/
+7
2022-04-23
bpf: Allow attach TRACING programs through LINK_CREATE command
Andrii Nakryiko
1
-54
/
+56
2022-04-22
printk: add kthread console printers
John Ogness
1
-22
/
+307
2022-04-22
printk: add functions to prefer direct printing
John Ogness
7
-2
/
+65
2022-04-22
printk: add pr_flush()
John Ogness
1
-0
/
+83
2022-04-22
printk: move buffer definitions into console_emit_next_record() caller
John Ogness
1
-17
/
+43
2022-04-22
printk: refactor and rework printing logic
John Ogness
1
-213
/
+228
2022-04-22
printk: add con_printk() macro for console details
John Ogness
1
-6
/
+7
2022-04-22
printk: call boot_delay_msec() in printk_delay()
John Ogness
1
-3
/
+4
2022-04-22
printk: get caller_id/timestamp after migration disable
John Ogness
1
-4
/
+6
2022-04-22
printk: wake waiters for safe and NMI contexts
John Ogness
1
-12
/
+16
2022-04-22
printk: wake up all waiters
John Ogness
1
-1
/
+1
2022-04-22
printk: add missing memory barrier to wake_up_klogd()
John Ogness
1
-3
/
+36
2022-04-22
printk: rename cpulock functions
John Ogness
1
-35
/
+36
2022-04-22
arm64/sme: Implement vector length configuration prctl()s
Mark Brown
1
-0
/
+12
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
1
-0
/
+1
2022-04-22
sched/fair: Revise comment about lb decision matrix
Tao Zhou
1
-1
/
+1
2022-04-22
sched/psi: report zeroes for CPU full at the system level
Chengming Zhou
1
-6
/
+9
2022-04-22
sched/fair: Delete useless condition in tg_unthrottle_up()
Chengming Zhou
1
-1
/
+1
2022-04-22
sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rq
Chengming Zhou
3
-8
/
+8
2022-04-22
sched/fair: Move calculate of avg_load to a better location
zgpeng
1
-2
/
+3
2022-04-22
psi: Fix trigger being fired unexpectedly at initial
Hailong Liu
1
-1
/
+2
2022-04-22
signal: Deliver SIGTRAP on perf event asynchronously if blocked
Marco Elver
2
-4
/
+18
2022-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
7
-30
/
+35
2022-04-21
kcov: don't generate a warning on vm_insert_page()'s failure
Aleksandr Nogikh
1
-2
/
+5
2022-04-21
workqueue: Restrict kworker in the offline CPU pool running on housekeeping CPUs
Zqiang
1
-1
/
+1
2022-04-21
ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=n
Luis Chamberlain
1
-0
/
+6
2022-04-21
latencytop: move sysctl to its own file
liaohua
2
-22
/
+29
2022-04-21
ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=y
Luis Chamberlain
1
-37
/
+34
2022-04-21
bpf: Move check_ptr_off_reg before check_map_access
Kumar Kartikeya Dwivedi
1
-38
/
+38
2022-04-21
bpf: Make btf_find_field more generic
Kumar Kartikeya Dwivedi
1
-31
/
+89
2022-04-20
rcuscale: Allow rcuscale without RCU Tasks Rude/Trace
Paul E. McKenney
2
-3
/
+11
2022-04-20
rcuscale: Allow rcuscale without RCU Tasks
Paul E. McKenney
2
-2
/
+11
2022-04-20
refscale: Allow refscale without RCU Tasks Rude/Trace
Paul E. McKenney
2
-3
/
+11
2022-04-20
refscale: Allow refscale without RCU Tasks
Paul E. McKenney
2
-2
/
+11
2022-04-20
rcutorture: Allow rcutorture without RCU Tasks Rude
Paul E. McKenney
3
-9
/
+26
2022-04-20
rcutorture: Allow rcutorture without RCU Tasks
Paul E. McKenney
3
-7
/
+25
[prev]
[next]