summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-05-28smp: Move irq_work_run() out of flush_smp_call_function_queue()Peter Zijlstra-8/+9
2020-05-28smp: Optimize flush_smp_call_function_queue()Peter Zijlstra-4/+23
2020-05-28sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra-36/+19
2020-05-28Merge branch 'core/rcu' into sched/core, to pick up dependencyIngo Molnar-637/+1934
2020-05-28Merge branch 'sched/urgent' into sched/core, to pick up fixIngo Molnar-1/+1
2020-05-28rcu: Allow for smp_call_function() running callbacks from idlePeter Zijlstra-6/+19
2020-05-28Merge tag 'v5.7-rc7' into WIP.locking/core, to refresh the treeIngo Molnar-126/+250
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar-154/+321
2020-05-27Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-13/+3
2020-05-27PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli-1/+13
2020-05-27workqueue: Remove unnecessary kfree() call in rcu_free_wq()Zhang Qiang-1/+0
2020-05-27/dev/mem: Revoke mappings when a driver claims the regionDan Williams-0/+5
2020-05-26cgroup: Remove stale commentsZefan Li-8/+1
2020-05-26rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner-0/+18
2020-05-26rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()Paul E. McKenney-20/+62
2020-05-26sched/fair: Don't NUMA balance for kthreadsJens Axboe-1/+1
2020-05-25Merge tag 'qcom-drivers-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann-2/+2
2020-05-25Merge 5.7-rc7 into tty-nextGreg Kroah-Hartman-105/+184
2020-05-25sched/core: Offload wakee task activation if it the wakee is deschedulingMel Gorman-7/+35
2020-05-25sched/core: Optimize ttwu() spinning on p->on_cpuPeter Zijlstra-21/+31
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-17/+53
2020-05-24Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-14/+39
2020-05-22printk: handle blank console arguments passed in.Shreyas Joshi-0/+3
2020-05-21bpf: Verifier track null pointer branch_taken with JNE and JEQJohn Fastabend-3/+33
2020-05-21xsk: Move xskmap.c to net/xdp/Björn Töpel-268/+0
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields-109/+190
2020-05-21kernel/printk: add kmsg SEEK_CUR handlingBruno Meneguele-0/+10
2020-05-21printk: Fix a typo in comment "interator"->"iterator"Ethon Paul-2/+2
2020-05-21irqdomain: Allow software nodes for IRQ domain creationAndy Shevchenko-1/+2
2020-05-21irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()Andy Shevchenko-16/+1
2020-05-21irqdomain: Make __irq_domain_add() less OF-dependentAndy Shevchenko-7/+6
2020-05-20bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko-3/+14
2020-05-20audit: add subj creds to NETFILTER_CFG record toRichard Guy Briggs-0/+6
2020-05-20exec: Teach prepare_exec_creds how exec treats uids & gidsEric W. Biederman-0/+3
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig-3/+3
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig-2/+0
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig-1/+0
2020-05-20trace: remove tracing_pipe_buf_opsChristoph Hellwig-8/+1
2020-05-20Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman-12/+12
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini-72/+243
2020-05-19tracing/probe: reverse arguments to list_addJulia Lawall-1/+1
2020-05-19ftrace: show debugging information when panic_on_warn setCheng Jian-4/+4
2020-05-19locking/lockdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-19perf/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva-2/+2
2020-05-19sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang-1/+21
2020-05-19sched/cpuacct: Fix charge cpuacct.usage_sysMuchun Song-1/+2
2020-05-19sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva-2/+2
2020-05-19sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot-22/+51
2020-05-19sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr()Muchun Song-2/+2
2020-05-19sched/fair: Optimize enqueue_task_fair()Vincent Guittot-20/+19