aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-22sched: Better document ttwu()Peter Zijlstra2-25/+173
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra18-195/+411
2020-07-22sched: Fix race against ptrace_freeze_trace()Peter Zijlstra1-10/+14
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song3-5/+19
2020-07-21bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song1-1/+0
2020-07-21bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi1-4/+7
2020-07-21bpf, netns: Fix build without CONFIG_INETJakub Sitnicki1-0/+4
2020-07-21audit: report audit wait metric in audit status replyMax Englander1-10/+25
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs1-2/+2
2020-07-21exec: Implement kernel_execveEric W. Biederman1-3/+3
2020-07-20ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks1-1/+1
2020-07-20time/sched_clock: Use raw_read_seqcount_latch()Ahmed S. Darwish1-1/+1
2020-07-20sched_clock: Expose struct clock_read_dataPeter Zijlstra1-28/+13
2020-07-19Merge tag 'timers-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+16
2020-07-19Merge tag 'sched-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-18/+66
2020-07-19Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+35
2020-07-19prctl: exe link permission error changed from -EINVAL to -EPERMNicolas Viennot1-1/+1
2020-07-19prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exeNicolas Viennot1-4/+7
2020-07-19pid_namespace: use checkpoint_restore_ns_capable() for ns_last_pidAdrian Reber1-1/+1
2020-07-19pid: use checkpoint_restore_ns_capable() for set_tidAdrian Reber1-1/+1
2020-07-19dma-debug: use named initializers for dir2nameChristoph Hellwig1-2/+6
2020-07-19dma-mapping: add a dma_ops_bypass flag to struct deviceChristoph Hellwig2-22/+60
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig2-1/+6
2020-07-17inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-1/+31
2020-07-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki3-3/+24
2020-07-17bpf, netns: Handle multiple link attachmentsJakub Sitnicki2-9/+136
2020-07-18futex: Remove unused or redundant includesAndré Almeida1-17/+0
2020-07-18futex: Consistently use fshared as booleanAndré Almeida1-5/+5
2020-07-17futex: Remove needless goto'sAndré Almeida1-24/+16
2020-07-17futex: Remove put_futex_key()André Almeida1-49/+12
2020-07-17genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner1-2/+35
2020-07-17timers: Lower base clock forwarding thresholdFrederic Weisbecker1-1/+1
2020-07-17timers: Remove must_forward_clkFrederic Weisbecker1-16/+6
2020-07-17timers: Spare timer softirq until next expiryFrederic Weisbecker1-41/+8
2020-07-17timers: Expand clk forward logic beyond nohzFrederic Weisbecker1-22/+4
2020-07-17timers: Reuse next expiry cache after nohz exitFrederic Weisbecker1-4/+2
2020-07-17timers: Always keep track of next expiryFrederic Weisbecker1-21/+21
2020-07-17timers: Optimize _next_timer_interrupt() level iterationFrederic Weisbecker1-1/+9
2020-07-17timers: Add comments about calc_index() ceiling workFrederic Weisbecker1-1/+11
2020-07-17timers: Move trigger_dyntick_cpu() to enqueue_timer()Frederic Weisbecker1-36/+25
2020-07-17timers: Use only bucket expiry for base->next_expiry valueAnna-Maria Behnsen1-30/+34
2020-07-17timers: Preserve higher bits of expiration on index calculationFrederic Weisbecker1-1/+1
2020-07-17timer: Fix wheel index calculation on last levelFrederic Weisbecker1-2/+2
2020-07-16sched/fair: handle case of task_h_load() returning 0Vincent Guittot1-2/+13
2020-07-16treewide: Remove uninitialized_var() usageKees Cook10-24/+24
2020-07-16bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi1-2/+15
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi1-13/+108
2020-07-16cpumap: Formalize map value as a named structLorenzo Bianconi1-13/+15
2020-07-16cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer1-1/+1
2020-07-16dma-mapping: inline the fast path dma-direct callsChristoph Hellwig1-65/+0