summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-07-17timers: Add comments about calc_index() ceiling workFrederic Weisbecker
2020-07-17timers: Move trigger_dyntick_cpu() to enqueue_timer()Frederic Weisbecker
2020-07-17timers: Use only bucket expiry for base->next_expiry valueAnna-Maria Behnsen
2020-07-17timers: Preserve higher bits of expiration on index calculationFrederic Weisbecker
2020-07-17timer: Fix wheel index calculation on last levelFrederic Weisbecker
2020-07-16sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-16bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi
2020-07-16cpumap: Formalize map value as a named structLorenzo Bianconi
2020-07-16cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer
2020-07-16dma-mapping: inline the fast path dma-direct callsChristoph Hellwig
2020-07-16dma-mapping: move the remaining DMA API calls out of lineChristoph Hellwig
2020-07-15bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()Peilin Ye
2020-07-14seccomp: Introduce addfd ioctl to seccomp user notifierSargun Dhillon
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov
2020-07-14PM: sleep: spread "const char *" correctnessAlexey Dobriyan
2020-07-14PM: hibernate: fix white space in a few placesXiang Chen
2020-07-14dma-pool: do not allocate pool memory from CMANicolas Saenz Julienne
2020-07-14dma-pool: make sure atomic pool suits deviceNicolas Saenz Julienne
2020-07-14dma-pool: introduce dma_guess_pool()Nicolas Saenz Julienne
2020-07-14dma-pool: get rid of dma_in_atomic_pool()Nicolas Saenz Julienne
2020-07-14dma-direct: provide function to check physical memory area validityNicolas Saenz Julienne
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-13bpf: Use dedicated bpf_trace_printk event instead of trace_printk()Alan Maguire
2020-07-13pidfd: Replace open-coded receive_fd()Kees Cook
2020-07-13pidfd: Add missing sock updates for pidfd_getfd()Kees Cook
2020-07-13bpf: Use BTF_ID to resolve bpf_ctx_convert structJiri Olsa
2020-07-13bpf: Remove btf_id helpers resolvingJiri Olsa
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa
2020-07-13doc:kmsg: explicitly state the return value in case of SEEK_CURBruno Meneguele
2020-07-11Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-07-10seccomp: Use -1 marker for end of mode 1 syscall listKees Cook
2020-07-10seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook
2020-07-10seccomp: Use pr_fmtKees Cook
2020-07-10seccomp: notify about unused filterChristian Brauner
2020-07-10seccomp: Lift wait_queue into struct seccomp_filterChristian Brauner
2020-07-10seccomp: release filter after task is fully deadChristian Brauner
2020-07-10seccomp: rename "usage" to "refs" and documentChristian Brauner
2020-07-10seccomp: Add find_notification helperSargun Dhillon
2020-07-10seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook
2020-07-10Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-07-10lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra
2020-07-10lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra
2020-07-10lockdep: Prepare for NMI IRQ state trackingPeter Zijlstra
2020-07-10kcsan: Make KCSAN compatible with new IRQ state trackingMarco Elver
2020-07-09kgdb: enable arch to support XML packet.Vincent Chen
2020-07-09tracing: Save one trace_event->type by using __TRACE_LAST_TYPEWei Yang