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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-16
dma-mapping: inline the fast path dma-direct calls
Christoph Hellwig
1
-65
/
+0
2020-07-16
dma-mapping: move the remaining DMA API calls out of line
Christoph Hellwig
2
-9
/
+164
2020-07-15
bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()
Peilin Ye
1
-0
/
+5
2020-07-14
seccomp: Introduce addfd ioctl to seccomp user notifier
Sargun Dhillon
1
-2
/
+173
2020-07-14
Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace into bpf-next
Alexei Starovoitov
5
-174
/
+211
2020-07-14
PM: sleep: spread "const char *" correctness
Alexey Dobriyan
2
-3
/
+3
2020-07-14
PM: hibernate: fix white space in a few places
Xiang Chen
1
-3
/
+3
2020-07-14
dma-pool: do not allocate pool memory from CMA
Nicolas Saenz Julienne
1
-9
/
+2
2020-07-14
dma-pool: make sure atomic pool suits device
Nicolas Saenz Julienne
1
-19
/
+36
2020-07-14
dma-pool: introduce dma_guess_pool()
Nicolas Saenz Julienne
1
-3
/
+23
2020-07-14
dma-pool: get rid of dma_in_atomic_pool()
Nicolas Saenz Julienne
1
-10
/
+1
2020-07-14
dma-direct: provide function to check physical memory area validity
Nicolas Saenz Julienne
1
-1
/
+1
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-100
/
+98
2020-07-13
bpf: Use dedicated bpf_trace_printk event instead of trace_printk()
Alan Maguire
3
-5
/
+73
2020-07-13
pidfd: Replace open-coded receive_fd()
Kees Cook
1
-13
/
+2
2020-07-13
pidfd: Add missing sock updates for pidfd_getfd()
Kees Cook
1
-2
/
+5
2020-07-13
bpf: Use BTF_ID to resolve bpf_ctx_convert struct
Jiri Olsa
1
-8
/
+6
2020-07-13
bpf: Remove btf_id helpers resolving
Jiri Olsa
1
-84
/
+5
2020-07-13
bpf: Resolve BTF IDs in vmlinux image
Jiri Olsa
2
-3
/
+11
2020-07-13
doc:kmsg: explicitly state the return value in case of SEEK_CUR
Bruno Meneguele
1
-0
/
+8
2020-07-11
Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-0
/
+13
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
30
-281
/
+461
2020-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
9
-96
/
+202
2020-07-10
seccomp: Use -1 marker for end of mode 1 syscall list
Kees Cook
1
-5
/
+5
2020-07-10
seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
Kees Cook
1
-0
/
+9
2020-07-10
seccomp: Use pr_fmt
Kees Cook
1
-1
/
+2
2020-07-10
seccomp: notify about unused filter
Christian Brauner
1
-5
/
+39
2020-07-10
seccomp: Lift wait_queue into struct seccomp_filter
Christian Brauner
1
-6
/
+6
2020-07-10
seccomp: release filter after task is fully dead
Christian Brauner
3
-26
/
+38
2020-07-10
seccomp: rename "usage" to "refs" and document
Christian Brauner
1
-9
/
+10
2020-07-10
seccomp: Add find_notification helper
Sargun Dhillon
1
-26
/
+27
2020-07-10
seccomp: Report number of loaded filters in /proc/$pid/status
Kees Cook
1
-0
/
+3
2020-07-10
Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+5
2020-07-10
lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument
Peter Zijlstra
2
-16
/
+16
2020-07-10
lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
Peter Zijlstra
3
-18
/
+22
2020-07-10
lockdep: Prepare for NMI IRQ state tracking
Peter Zijlstra
1
-4
/
+42
2020-07-10
kcsan: Make KCSAN compatible with new IRQ state tracking
Marco Elver
2
-7
/
+7
2020-07-09
kgdb: enable arch to support XML packet.
Vincent Chen
1
-0
/
+13
2020-07-09
tracing: Save one trace_event->type by using __TRACE_LAST_TYPE
Wei Yang
1
-2
/
+2
2020-07-09
tracing: Simplify defining of the next event id
Wei Yang
1
-6
/
+6
2020-07-09
Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
4
-48
/
+61
2020-07-09
bpf: net: Avoid incorrect bpf_sk_reuseport_detach call
Martin KaFai Lau
1
-2
/
+3
2020-07-09
bpf: net: Avoid copying sk_user_data of reuseport_array during sk_clone
Martin KaFai Lau
1
-4
/
+9
2020-07-09
timer: Prevent base->clk from moving backward
Frederic Weisbecker
1
-3
/
+14
2020-07-08
audit: issue CWD record to accompany LSM_AUDIT_DATA_* records
Richard Guy Briggs
1
-2
/
+15
2020-07-08
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
1
-16
/
+21
2020-07-08
kprobes: Do not expose probe addresses to non-CAP_SYSLOG
Kees Cook
1
-2
/
+2
2020-07-08
module: Do not expose section addresses to non-CAP_SYSLOG
Kees Cook
1
-3
/
+3
2020-07-08
module: Refactor section attr into bin attribute
Kees Cook
1
-21
/
+24
2020-07-08
kallsyms: Refactor kallsyms_show_value() to take cred
Kees Cook
3
-9
/
+14
[prev]
[next]