aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-05-28sched/headers: Split out open-coded prototypes into kernel/sched/smp.hIngo Molnar3-4/+11
2020-05-28sched: Replace rq::wake_listPeter Zijlstra4-34/+47
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra4-5/+15
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra2-70/+102
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra4-4/+34
2020-05-28smp: Move irq_work_run() out of flush_smp_call_function_queue()Peter Zijlstra1-8/+9
2020-05-28smp: Optimize flush_smp_call_function_queue()Peter Zijlstra1-4/+23
2020-05-28sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra3-36/+19
2020-05-28Merge branch 'core/rcu' into sched/core, to pick up dependencyIngo Molnar20-637/+1934
2020-05-28Merge branch 'sched/urgent' into sched/core, to pick up fixIngo Molnar1-1/+1
2020-05-28rcu: Allow for smp_call_function() running callbacks from idlePeter Zijlstra1-6/+19
2020-05-28Merge tag 'v5.7-rc7' into WIP.locking/core, to refresh the treeIngo Molnar17-126/+250
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar26-154/+321
2020-05-27Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-13/+3
2020-05-27PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli1-1/+13
2020-05-27workqueue: Remove unnecessary kfree() call in rcu_free_wq()Zhang Qiang1-1/+0
2020-05-27/dev/mem: Revoke mappings when a driver claims the regionDan Williams1-0/+5
2020-05-26cgroup: Remove stale commentsZefan Li1-8/+1
2020-05-26rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner1-0/+18
2020-05-26rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()Paul E. McKenney1-20/+62
2020-05-26sched/fair: Don't NUMA balance for kthreadsJens Axboe1-1/+1
2020-05-25Merge tag 'qcom-drivers-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-2/+2
2020-05-25Merge 5.7-rc7 into tty-nextGreg Kroah-Hartman11-105/+184
2020-05-25sched/core: Offload wakee task activation if it the wakee is deschedulingMel Gorman2-7/+35
2020-05-25sched/core: Optimize ttwu() spinning on p->on_cpuPeter Zijlstra1-21/+31
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-17/+53
2020-05-24Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-14/+39
2020-05-22printk: handle blank console arguments passed in.Shreyas Joshi1-0/+3
2020-05-21bpf: Verifier track null pointer branch_taken with JNE and JEQJohn Fastabend1-3/+33
2020-05-21xsk: Move xskmap.c to net/xdp/Björn Töpel2-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 Fields14-109/+190
2020-05-21kernel/printk: add kmsg SEEK_CUR handlingBruno Meneguele1-0/+10
2020-05-21printk: Fix a typo in comment "interator"->"iterator"Ethon Paul1-2/+2
2020-05-21irqdomain: Allow software nodes for IRQ domain creationAndy Shevchenko1-1/+2
2020-05-21irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()Andy Shevchenko1-16/+1
2020-05-21irqdomain: Make __irq_domain_add() less OF-dependentAndy Shevchenko1-7/+6
2020-05-20bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko1-3/+14
2020-05-20audit: add subj creds to NETFILTER_CFG record toRichard Guy Briggs1-0/+6
2020-05-20exec: Teach prepare_exec_creds how exec treats uids & gidsEric W. Biederman1-0/+3
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig1-3/+3
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig2-2/+0
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig1-1/+0
2020-05-20trace: remove tracing_pipe_buf_opsChristoph Hellwig1-8/+1
2020-05-20Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman2-12/+12
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini21-72/+243
2020-05-19tracing/probe: reverse arguments to list_addJulia Lawall1-1/+1
2020-05-19ftrace: show debugging information when panic_on_warn setCheng Jian1-4/+4
2020-05-19locking/lockdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-19perf/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-2/+2
2020-05-19sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang3-1/+21