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-14
mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE
Muchun Song
1
-9
/
+11
2022-07-14
Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-24
/
+33
2022-07-14
Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
Linus Torvalds
1
-1
/
+10
2022-07-14
PM: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-16
/
+13
2022-07-14
blktrace: Use the new blk_opf_t type
Bart Van Assche
1
-26
/
+25
2022-07-14
blktrace: Trace remapped requests correctly
Bart Van Assche
1
-1
/
+1
2022-07-14
block: remove bdevname
Christoph Hellwig
1
-2
/
+2
2022-07-13
bpf: Tidy up verifier check_func_arg()
Joanne Koong
1
-28
/
+38
2022-07-13
Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-14
/
+23
2022-07-13
ima: force signature verification when CONFIG_KEXEC_SIG is configured
Coiby Xu
1
-1
/
+10
2022-07-13
sysctl: Fix data-races in proc_dointvec_ms_jiffies().
Kuniyuki Iwashima
1
-4
/
+4
2022-07-13
sysctl: Fix data-races in proc_dou8vec_minmax().
Kuniyuki Iwashima
1
-2
/
+2
2022-07-13
swiotlb: split up the global swiotlb lock
Tianyu Lan
1
-40
/
+189
2022-07-13
sched/core: Always flush pending blk_plug
John Keeping
1
-2
/
+6
2022-07-13
sched/fair: fix case with reduced capacity CPU
Vincent Guittot
1
-12
/
+42
2022-07-13
perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()
Peter Zijlstra
1
-14
/
+31
2022-07-13
Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next
Dave Airlie
28
-680
/
+267
2022-07-12
bpf: Make non-preallocated allocation low priority
Yafang Shao
4
-6
/
+6
2022-07-12
bpf, x86: fix freeing of not-finalized bpf_prog_pack
Song Liu
1
-17
/
+12
2022-07-12
Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-6
/
+10
2022-07-12
bpf: reparent bpf maps on memcg offlining
Roman Gushchin
1
-8
/
+28
2022-07-12
bpf: add a ksym BPF iterator
Alan Maguire
1
-0
/
+91
2022-07-12
tracing/histograms: Simplify create_hist_fields()
Zheng Yejian
1
-3
/
+2
2022-07-12
tracing/user_events: Fix syntax errors in comments
Xiang wangx
1
-1
/
+1
2022-07-12
ftrace: Be more specific about arch impact when function tracer is enabled
Steven Rostedt (Google)
1
-1
/
+2
2022-07-12
tracing: Fix sleeping while atomic in kdb ftdump
Douglas Anderson
1
-5
/
+6
2022-07-12
tracing/histograms: Fix memory leak problem
Zheng Yejian
1
-0
/
+2
2022-07-12
module: Move module's Kconfig items in kernel/module/
Christophe Leroy
1
-0
/
+293
2022-07-12
swiotlb: fail map correctly with failed io_tlb_default_mem
Robin Murphy
1
-1
/
+1
2022-07-12
Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-0
/
+9
2022-07-11
kunit: unify module and builtin suite definitions
Jeremy Kerr
1
-0
/
+6
2022-07-11
module: panic: Taint the kernel when selftest modules load
David Gow
1
-0
/
+7
2022-07-11
Merge tag 'modules-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
3
-22
/
+35
2022-07-11
bpf: Remove is_valid_bpf_tramp_flags()
Xu Kuohai
2
-0
/
+6
2022-07-11
module: Use vzalloc() instead of vmalloc()/memset(0)
Yang Yingliang
1
-2
/
+1
2022-07-11
module: Increase readability of module_kallsyms_lookup_name()
Christophe Leroy
1
-14
/
+24
2022-07-11
module: Fix ERRORs reported by checkpatch.pl
Christophe Leroy
2
-4
/
+7
2022-07-11
module: Add support for default value for module async_probe
Saravana Kannan
1
-1
/
+10
2022-07-11
module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RT
Aaron Tomlin
1
-11
/
+11
2022-07-11
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
2
-6
/
+15
2022-07-11
Merge 5.19-rc6 into char-misc-next
Greg Kroah-Hartman
4
-72
/
+52
2022-07-10
Merge branch irq/plic-masking into irq/irqchip-next
Marc Zyngier
5
-20
/
+18
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
10
-207
/
+869
2022-07-09
ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()
Sven Schnelle
1
-1
/
+1
2022-07-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-7
/
+13
2022-07-08
bpf: Check attach_func_proto more carefully in check_return_code
Stanislav Fomichev
1
-5
/
+16
2022-07-08
sysctl: Fix data races in proc_dointvec_jiffies().
Kuniyuki Iwashima
1
-2
/
+5
2022-07-08
sysctl: Fix data races in proc_doulongvec_minmax().
Kuniyuki Iwashima
1
-2
/
+2
2022-07-08
sysctl: Fix data races in proc_douintvec_minmax().
Kuniyuki Iwashima
1
-1
/
+1
2022-07-08
sysctl: Fix data races in proc_dointvec_minmax().
Kuniyuki Iwashima
1
-1
/
+1
[prev]
[next]