summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-04-12Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+4
2020-04-12Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-62/+51
2020-04-12Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-31/+51
2020-04-12Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-21/+33
2020-04-11Merge tag 'dma-mapping-5.7-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-4/+8
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+3
2020-04-10kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin-1/+1
2020-04-10kmod: make request_module() return an error when autoloading is disabledEric Biggers-2/+2
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky-10/+40
2020-04-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-0/+1
2020-04-10Merge tag 'pm-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-55/+46
2020-04-09Merge tag 'modules-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2020-04-09proc: Use a dedicated lock in struct pidEric W. Biederman-0/+1
2020-04-08dma-debug: fix displaying of dma allocation typeGrygorii Strashko-3/+6
2020-04-08dma-direct: fix data truncation in dma_direct_get_required_mask()Kishon Vijay Abraham I-1/+2
2020-04-08locking/lockdep: Improve 'invalid wait context' splatPeter Zijlstra-20/+31
2020-04-08locking/percpu-rwsem: Fix a task_struct refcountQian Cai-1/+2
2020-04-08sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider-0/+6
2020-04-08sched/debug: Factor out printing formats into common macrosValentin Schneider-14/+12
2020-04-08sched/debug: Remove redundant macro defineValentin Schneider-12/+0
2020-04-08sched/core: Remove unused rq::last_load_update_tickVincent Donnefort-2/+0
2020-04-08workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior-3/+6
2020-04-08sched/fair: Fix negative imbalance in imbalance calculationAubrey Li-0/+8
2020-04-08sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang-20/+11
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider-11/+8
2020-04-08perf/core: Disable page faults when getting phys addressJiri Olsa-3/+6
2020-04-08perf/cgroup: Correct indirection in perf_less_group_idx()Ian Rogers-1/+2
2020-04-08perf/core: Fix event cgroup trackingPeter Zijlstra-27/+43
2020-04-07ucount: Make sure ucounts in /proc/sys/user don't regress againJan Kara-0/+2
2020-04-07kernel/gcov/fs.c: replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-04-07gcov: gcc_3_4: replace zero-length array with flexible-array memberGustavo A. R. Silva-3/+3
2020-04-07gcov: gcc_4_7: replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-04-07kernel/kmod.c: fix a typo "assuems" -> "assumes"Qiujun Huang-1/+1
2020-04-07kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()Will Deacon-2/+0
2020-04-07compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada-1/+0
2020-04-07kernel/extable.c: use address-of operator on section symbolsNathan Chancellor-1/+2
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan-0/+1
2020-04-07mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual-1/+2
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual-1/+1
2020-04-07mm: set vm_next and vm_prev to NULL in vm_area_dup()Li Xinhai-1/+1
2020-04-07mm: don't prepare anon_vma if vma has VM_WIPEONFORKLi Xinhai-3/+5
2020-04-07time/namespace: Add max_time_namespaces ucountDmitry Safonov-0/+1
2020-04-07time/namespace: Fix time_for_children symlinkMichael Kerrisk (man-pages)-0/+1
2020-04-06PM / sleep: handle the compat case in snapshot_set_swap_area()Christoph Hellwig-32/+22
2020-04-06PM / sleep: move SNAPSHOT_SET_SWAP_AREA handling into a helperChristoph Hellwig-28/+29
2020-04-06Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+8
2020-04-06Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-25/+4
2020-04-05Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+133
2020-04-05Merge tag 'timers-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+3
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-205/+714