summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-05-29bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov-13/+11
2020-05-29workqueue: remove useless unlock() and lock() in seriesLai Jiangshan-2/+0
2020-05-29workqueue: void unneeded requeuing the pwq in rescuer threadLai Jiangshan-1/+1
2020-05-29workqueue: Convert the pool::lock and wq_mayday_lock to raw_spinlock_tSebastian Andrzej Siewior-88/+88
2020-05-29workqueue: Use rcuwait for wq_manager_waitSebastian Andrzej Siewior-5/+19
2020-05-28cgroup: add cpu.stat file to root cgroupBoris Burkov-9/+52
2020-05-28genirq: Check irq_data_get_irq_chip() return value before useMarek Vasut-0/+4
2020-05-28sched/headers: Split out open-coded prototypes into kernel/sched/smp.hIngo Molnar-4/+11
2020-05-28sched: Replace rq::wake_listPeter Zijlstra-34/+47
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra-5/+15
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra-70/+102
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra-4/+34
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