summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-07-17timers: Reuse next expiry cache after nohz exitFrederic Weisbecker-4/+2
2020-07-17timers: Always keep track of next expiryFrederic Weisbecker-21/+21
2020-07-17timers: Optimize _next_timer_interrupt() level iterationFrederic Weisbecker-1/+9
2020-07-17timers: Add comments about calc_index() ceiling workFrederic Weisbecker-1/+11
2020-07-17timers: Move trigger_dyntick_cpu() to enqueue_timer()Frederic Weisbecker-36/+25
2020-07-17timers: Use only bucket expiry for base->next_expiry valueAnna-Maria Behnsen-30/+34
2020-07-17timers: Preserve higher bits of expiration on index calculationFrederic Weisbecker-1/+1
2020-07-17timer: Fix wheel index calculation on last levelFrederic Weisbecker-2/+2
2020-07-16sched/fair: handle case of task_h_load() returning 0Vincent Guittot-2/+13
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-24/+24
2020-07-16bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi-2/+15
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi-13/+108
2020-07-16cpumap: Formalize map value as a named structLorenzo Bianconi-13/+15
2020-07-16cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer-1/+1
2020-07-16dma-mapping: inline the fast path dma-direct callsChristoph Hellwig-65/+0
2020-07-16dma-mapping: move the remaining DMA API calls out of lineChristoph Hellwig-9/+164
2020-07-15bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()Peilin Ye-0/+5
2020-07-14seccomp: Introduce addfd ioctl to seccomp user notifierSargun Dhillon-2/+173
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov-174/+211
2020-07-14PM: sleep: spread "const char *" correctnessAlexey Dobriyan-3/+3
2020-07-14PM: hibernate: fix white space in a few placesXiang Chen-3/+3
2020-07-14dma-pool: do not allocate pool memory from CMANicolas Saenz Julienne-9/+2
2020-07-14dma-pool: make sure atomic pool suits deviceNicolas Saenz Julienne-20/+37
2020-07-14dma-pool: introduce dma_guess_pool()Nicolas Saenz Julienne-3/+23
2020-07-14dma-pool: get rid of dma_in_atomic_pool()Nicolas Saenz Julienne-10/+1
2020-07-14dma-direct: provide function to check physical memory area validityNicolas Saenz Julienne-1/+1
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-100/+98
2020-07-13bpf: Use dedicated bpf_trace_printk event instead of trace_printk()Alan Maguire-5/+73
2020-07-13pidfd: Replace open-coded receive_fd()Kees Cook-13/+2
2020-07-13pidfd: Add missing sock updates for pidfd_getfd()Kees Cook-2/+5
2020-07-13bpf: Use BTF_ID to resolve bpf_ctx_convert structJiri Olsa-8/+6
2020-07-13bpf: Remove btf_id helpers resolvingJiri Olsa-84/+5
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa-3/+11
2020-07-13doc:kmsg: explicitly state the return value in case of SEEK_CURBruno Meneguele-0/+8
2020-07-11Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+13
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-281/+461
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-96/+202
2020-07-10seccomp: Use -1 marker for end of mode 1 syscall listKees Cook-5/+5
2020-07-10seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook-0/+9
2020-07-10seccomp: Use pr_fmtKees Cook-1/+2
2020-07-10seccomp: notify about unused filterChristian Brauner-5/+39
2020-07-10seccomp: Lift wait_queue into struct seccomp_filterChristian Brauner-6/+6
2020-07-10seccomp: release filter after task is fully deadChristian Brauner-26/+38
2020-07-10seccomp: rename "usage" to "refs" and documentChristian Brauner-9/+10
2020-07-10seccomp: Add find_notification helperSargun Dhillon-26/+27
2020-07-10seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook-0/+3
2020-07-10Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-1/+5
2020-07-10lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra-16/+16
2020-07-10lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra-18/+22
2020-07-10lockdep: Prepare for NMI IRQ state trackingPeter Zijlstra-4/+42