summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-07-24entry: Provide generic syscall exit functionThomas Gleixner-0/+169
2020-07-24entry: Provide generic syscall entry functionalityThomas Gleixner-0/+101
2020-07-24sched: Warn if garbage is passed to default_wake_function()Chris Wilson-0/+1
2020-07-24timers: Recalculate next timer interrupt only when necessaryFrederic Weisbecker-3/+18
2020-07-23tracefs: Remove unnecessary debug_fs checks.Peter Enderborg-3/+1
2020-07-23padata: remove padata_parallel_queueDaniel Jordan-26/+20
2020-07-23padata: fold padata_alloc_possible() into padata_alloc()Daniel Jordan-28/+5
2020-07-23padata: remove effective cpumasks from the instanceDaniel Jordan-27/+3
2020-07-23padata: inline single call of pd_setup_cpumasks()Daniel Jordan-23/+9
2020-07-23padata: remove stop functionDaniel Jordan-14/+0
2020-07-23padata: remove start functionDaniel Jordan-25/+1
2020-07-22arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider-11/+0
2020-07-22smp: Fix a potential usage of stale nr_cpusMuchun Song-2/+1
2020-07-22sched/fair: update_pick_idlest() Select group with lowest group_util when idl...Peter Puhov-1/+7
2020-07-22sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker-2/+2
2020-07-22sched: Better document ttwu()Peter Zijlstra-25/+173
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra-195/+411
2020-07-22sched: Fix race against ptrace_freeze_trace()Peter Zijlstra-10/+14
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song-5/+19
2020-07-21bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song-1/+0
2020-07-21bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi-4/+7
2020-07-21bpf, netns: Fix build without CONFIG_INETJakub Sitnicki-0/+4
2020-07-21audit: report audit wait metric in audit status replyMax Englander-10/+25
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs-2/+2
2020-07-21exec: Implement kernel_execveEric W. Biederman-3/+3
2020-07-20ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks-1/+1
2020-07-20time/sched_clock: Use raw_read_seqcount_latch()Ahmed S. Darwish-1/+1
2020-07-20sched_clock: Expose struct clock_read_dataPeter Zijlstra-28/+13
2020-07-19Merge tag 'timers-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+16
2020-07-19Merge tag 'sched-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+66
2020-07-19Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+35
2020-07-19prctl: exe link permission error changed from -EINVAL to -EPERMNicolas Viennot-1/+1
2020-07-19prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exeNicolas Viennot-4/+7
2020-07-19pid_namespace: use checkpoint_restore_ns_capable() for ns_last_pidAdrian Reber-1/+1
2020-07-19pid: use checkpoint_restore_ns_capable() for set_tidAdrian Reber-1/+1
2020-07-19dma-debug: use named initializers for dir2nameChristoph Hellwig-2/+6
2020-07-19dma-mapping: add a dma_ops_bypass flag to struct deviceChristoph Hellwig-22/+60
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig-1/+6
2020-07-17inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki-1/+31
2020-07-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki-3/+24
2020-07-17bpf, netns: Handle multiple link attachmentsJakub Sitnicki-9/+136
2020-07-18futex: Remove unused or redundant includesAndré Almeida-17/+0
2020-07-18futex: Consistently use fshared as booleanAndré Almeida-5/+5
2020-07-17futex: Remove needless goto'sAndré Almeida-24/+16
2020-07-17futex: Remove put_futex_key()André Almeida-49/+12
2020-07-17genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner-2/+35
2020-07-17timers: Lower base clock forwarding thresholdFrederic Weisbecker-1/+1
2020-07-17timers: Remove must_forward_clkFrederic Weisbecker-16/+6
2020-07-17timers: Spare timer softirq until next expiryFrederic Weisbecker-41/+8
2020-07-17timers: Expand clk forward logic beyond nohzFrederic Weisbecker-22/+4