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-07-19
rcu: Initialize first_gp_fqs at declaration in rcu_gp_fqs()
Paul E. McKenney
1
-2
/
+1
2022-07-19
rcu/kvfree: Remove useless monitor_todo flag
Joel Fernandes (Google)
1
-17
/
+16
2022-07-19
rcu: Cleanup RCU urgency state for offline CPU
Zqiang
1
-0
/
+1
2022-07-19
rcu: tiny: Record kvfree_call_rcu() call stack for KASAN
Johannes Berg
1
-0
/
+14
2022-07-19
locking/csd_lock: Change csdlock_debug from early_param to __setup
Chen Zhongjin
1
-2
/
+2
2022-07-19
srcu: Make expedited RCU grace periods block even less frequently
Neeraj Upadhyay
1
-19
/
+63
2022-07-19
rcu: Forbid RCU_STRICT_GRACE_PERIOD in TINY_RCU kernels
Paul E. McKenney
1
-1
/
+1
2022-07-19
srcu: Block less aggressively for expedited grace periods
Paul E. McKenney
1
-7
/
+13
2022-07-19
rcu: Immediately boost preempted readers for strict grace periods
Zqiang
1
-1
/
+2
2022-07-19
rcu: Add rnp->cbovldmask check in rcutree_migrate_callbacks()
Zqiang
1
-0
/
+1
2022-07-19
rcu: Avoid tracing a few functions executed in stop machine
Patrick Wang
1
-5
/
+5
2022-07-19
rcu: Decrease FQS scan wait time in case of callback overloading
Paul E. McKenney
1
-1
/
+6
2022-07-19
bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value size
Andrii Nakryiko
1
-4
/
+2
2022-07-19
bpf: make uniform use of array->elem_size everywhere in arraymap.c
Andrii Nakryiko
1
-6
/
+8
2022-07-19
bpf: fix potential 32-bit overflow when accessing ARRAY map element
Andrii Nakryiko
1
-8
/
+12
2022-07-19
bpf: fix lsm_cgroup build errors on esoteric configs
Stanislav Fomichev
2
-3
/
+7
2022-07-19
irqdomain: Use hwirq_max instead of revmap_size for NOMAP domains
Xu Qiang
1
-6
/
+6
2022-07-19
irqdomain: Report irq number for NOMAP domains
Xu Qiang
1
-0
/
+2
2022-07-19
dma-mapping: add dma_opt_mapping_size()
John Garry
1
-0
/
+12
2022-07-18
signal: break out of wait loops on kthread_stop()
Jason A. Donenfeld
1
-0
/
+1
2022-07-18
timekeeping: contribute wall clock to rng on time change
Jason A. Donenfeld
1
-1
/
+6
2022-07-18
swiotlb: move struct io_tlb_slot to swiotlb.c
Christoph Hellwig
1
-0
/
+6
2022-07-18
swiotlb: ensure a segment doesn't cross the area boundary
Chao Gao
1
-1
/
+10
2022-07-18
swiotlb: consolidate rounding up default_nslabs
Chao Gao
1
-17
/
+16
2022-07-18
swiotlb: remove unused fields in io_tlb_mem
Chao Gao
1
-2
/
+0
2022-07-18
swiotlb: fix use after free on error handling path
Dan Carpenter
1
-1
/
+1
2022-07-17
kdump: round up the total memory size to 128M for crashkernel reservation
Tao Liu
1
-2
/
+12
2022-07-17
vmcoreinfo: include kallsyms symbols
Stephen Brennan
1
-0
/
+14
2022-07-17
kallsyms: move declarations to internal header
Stephen Brennan
2
-22
/
+31
2022-07-17
Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-14
/
+31
2022-07-16
Merge tag 'printk-for-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
1
-2
/
+11
2022-07-16
fs: remove no_llseek
Jason A. Donenfeld
1
-2
/
+1
2022-07-15
blktrace: Fix the blk_fill_rwbs() kernel-doc header
Bart Van Assche
1
-3
/
+3
2022-07-15
bpf: iterators: Build and use lightweight bootstrap version of bpftool
Pu Lehui
1
-7
/
+3
2022-07-15
security: Add LSM hook to setgroups() syscall
Micah Morton
1
-0
/
+13
2022-07-15
PM: EM: convert power field to micro-Watts precision and align drivers
Lukasz Luba
1
-8
/
+16
2022-07-15
bpf: Fix check against plain integer v 'NULL'
Ben Dooks
1
-1
/
+2
2022-07-15
Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
1
-9
/
+11
2022-07-15
kexec, KEYS: make the code in bzImage64_verify_sig generic
Coiby Xu
1
-0
/
+17
2022-07-15
kexec: clean up arch_kexec_kernel_verify_sig
Coiby Xu
1
-20
/
+13
2022-07-15
kexec: drop weak attribute from functions
Naveen N. Rao
1
-27
/
+0
2022-07-15
kexec_file: drop weak attribute from functions
Naveen N. Rao
1
-33
/
+2
2022-07-15
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-2
/
+11
2022-07-15
printk: do not wait for consoles when suspended
John Ogness
1
-2
/
+11
2022-07-14
bpf: Fix subprog names in stack traces.
Alexei Starovoitov
1
-3
/
+1
2022-07-14
module: Show the last unloaded module's taint flag(s)
Aaron Tomlin
1
-5
/
+11
2022-07-14
module: Use strscpy() for last_unloaded_module
Aaron Tomlin
1
-1
/
+1
2022-07-14
module: Modify module_flags() to accept show_state argument
Aaron Tomlin
3
-6
/
+9
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-74
/
+127
2022-07-14
bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE
Yafang Shao
1
-0
/
+1
[prev]
[next]