index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-17
timers: Reuse next expiry cache after nohz exit
Frederic Weisbecker
1
-4
/
+2
2020-07-17
timers: Always keep track of next expiry
Frederic Weisbecker
1
-21
/
+21
2020-07-17
timers: Optimize _next_timer_interrupt() level iteration
Frederic Weisbecker
1
-1
/
+9
2020-07-17
timers: Add comments about calc_index() ceiling work
Frederic Weisbecker
1
-1
/
+11
2020-07-17
timers: Move trigger_dyntick_cpu() to enqueue_timer()
Frederic Weisbecker
1
-36
/
+25
2020-07-17
timers: Use only bucket expiry for base->next_expiry value
Anna-Maria Behnsen
1
-30
/
+34
2020-07-17
timers: Preserve higher bits of expiration on index calculation
Frederic Weisbecker
1
-1
/
+1
2020-07-17
timer: Fix wheel index calculation on last level
Frederic Weisbecker
1
-2
/
+2
2020-07-16
sched/fair: handle case of task_h_load() returning 0
Vincent Guittot
1
-2
/
+13
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
10
-24
/
+24
2020-07-16
bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries
Lorenzo Bianconi
1
-2
/
+15
2020-07-16
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
1
-13
/
+108
2020-07-16
cpumap: Formalize map value as a named struct
Lorenzo Bianconi
1
-13
/
+15
2020-07-16
cpumap: Use non-locked version __ptr_ring_consume_batched
Jesper Dangaard Brouer
1
-1
/
+1
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/...
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
-20
/
+37
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/ker...
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
[prev]
[next]