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
2020-10-08
seccomp: Make duplicate listener detection non-racy
Jann Horn
1
-7
/
+31
2020-10-08
tracing: Fix synthetic print fmt check for use of __get_str()
Steven Rostedt (VMware)
1
-1
/
+1
2020-10-08
tracing: Remove a pointless assignment
Sudip Mukherjee
1
-1
/
+0
2020-10-08
ftrace: Format variable declarations of ftrace_allocate_records
Steven Rostedt (VMware)
1
-1
/
+2
2020-10-08
ftrace: Simplify the calculation of page number for ftrace_page->records
Wei Yang
1
-3
/
+4
2020-10-08
ftrace: Simplify the hash calculation
Steven Rostedt (VMware)
1
-4
/
+3
2020-10-08
ftrace: Use fls() to get the bits for dup_hash()
Wei Yang
1
-2
/
+3
2020-10-08
tracing: Change synthetic event string format to limit printed length
Steven Rostedt (VMware)
1
-1
/
+3
2020-10-08
tracing: Add README information for synthetic_events file
Tom Zanussi
1
-1
/
+6
2020-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-4
/
+4
2020-10-08
bpf: Fix scalar32_min_max_or bounds tracking
Daniel Borkmann
1
-4
/
+4
2020-10-07
bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n
Yonghong Song
1
-0
/
+2
2020-10-07
kernel/bpf/verifier: Fix build when NET is not enabled
Randy Dunlap
1
-0
/
+4
2020-10-07
cpufreq: schedutil: Simplify sugov_fast_switch()
Rafael J. Wysocki
1
-6
/
+2
2020-10-07
dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handling
Christoph Hellwig
1
-61
/
+39
2020-10-07
dma-direct: factor out a dma_direct_alloc_from_pool helper
Christoph Hellwig
1
-19
/
+20
2020-10-07
dma-direct check for highmem pages in dma_direct_alloc_pages
Christoph Hellwig
1
-0
/
+11
2020-10-06
usermodehelper: reset umask to default before executing user process
Linus Torvalds
1
-0
/
+9
2020-10-06
Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-next
Marc Zyngier
2
-4
/
+33
2020-10-06
genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flag
Maulik Shah
2
-4
/
+33
2020-10-06
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
3
-3
/
+1
2020-10-06
dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dma
Christoph Hellwig
3
-2
/
+121
2020-10-06
dma-mapping: move dma-debug.h to kernel/dma/
Christoph Hellwig
3
-3
/
+125
2020-10-06
dma-mapping: remove <asm/dma-contiguous.h>
Christoph Hellwig
1
-1
/
+5
2020-10-06
dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>
Christoph Hellwig
5
-5
/
+31
2020-10-06
dma-contiguous: remove dma_contiguous_set_default
Christoph Hellwig
1
-1
/
+1
2020-10-06
dma-contiguous: remove dev_set_cma_area
Christoph Hellwig
1
-2
/
+2
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
6
-3
/
+6
2020-10-06
cma: decrease CMA_ALIGNMENT lower limit to 2
Paul Cercueil
1
-1
/
+1
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-12
/
+15
2020-10-05
tracing: Add support for dynamic strings to synthetic events
Tom Zanussi
4
-38
/
+241
2020-10-05
tracing: Save normal string variables
Tom Zanussi
1
-2
/
+32
2020-10-05
tracing: Fix parse_synth_field() error handling
Tom Zanussi
1
-2
/
+4
2020-10-05
tracing: Change STR_VAR_MAX_LEN
Tom Zanussi
2
-1
/
+3
2020-10-06
bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMI
Song Liu
2
-5
/
+97
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-3
/
+3
2020-10-05
PM: hibernate: remove the bogus call to get_gendisk() in software_resume()
Christoph Hellwig
1
-11
/
+0
2020-10-05
block: add a bdget_part helper
Christoph Hellwig
1
-7
/
+2
2020-10-05
printk: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-10-05
bpf, verifier: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-10-05
cpufreq: Move traces and update to policy->cur to cpufreq core
Viresh Kumar
1
-11
/
+1
2020-10-05
fs/kernel_file_read: Add "offset" arg for partial reads
Kees Cook
2
-3
/
+3
2020-10-05
module: Call security_kernel_post_load_data()
Kees Cook
1
-4
/
+10
2020-10-05
LSM: Introduce kernel_post_load_data() hook
Kees Cook
2
-2
/
+2
2020-10-05
fs/kernel_read_file: Add file_size output argument
Kees Cook
2
-3
/
+3
2020-10-05
fs/kernel_read_file: Remove redundant size argument
Kees Cook
2
-11
/
+10
2020-10-05
fs/kernel_read_file: Split into separate include file
Scott Branden
2
-0
/
+2
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
Kees Cook
1
-1
/
+1
2020-10-05
tracing: Add trace_export support for trace_marker
Tingwei Zhang
1
-0
/
+9
2020-10-05
tracing: Add trace_export support for event trace
Tingwei Zhang
1
-125
/
+134
[prev]
[next]