aboutsummaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2020-06-04kcov: collect coverage from interruptsGravatar Andrey Konovalov 1-8/+9
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1118-91804/+96235
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-81/+130
2020-06-03tools/vm/page_owner_sort.c: filter out unneeded lineGravatar Changhee Han 1-2/+1
2020-06-03mm: allow swappiness that prefers reclaiming anon over the file workingsetGravatar Johannes Weiner 1-5/+18
2020-06-03mm: memcontrol: document the new swap control behaviorGravatar Alex Shi 1-12/+7
2020-06-03hugetlbfs: clean up command line processingGravatar Mike Kravetz 2-13/+62
2020-06-03khugepaged: introduce 'max_ptes_shared' tunableGravatar Kirill A. Shutemov 1-0/+7
2020-06-03padata: document multithreaded jobsGravatar Daniel Jordan 1-10/+31
2020-06-03docs/vm: update memory-models documentationGravatar Mike Rapoport 1-5/+4
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionGravatar Mike Rapoport 1-34/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 175-9754/+14107
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-37/+136
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Gravatar Linus Torvalds 2-0/+44
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 2-0/+102
2020-06-03Merge tag 'x86-timers-2020-06-03' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+6
2020-06-03Merge tag 'timers-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-32/+134
2020-06-03Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-0/+175
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-0/+2
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-3/+139
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-5/+5
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-0/+264
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 98-1364/+2962
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-19/+11
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-4/+58
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 9-144/+1121
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Gravatar Linus Torvalds 2-0/+34
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 7-52/+245
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-5/+48
2020-06-02mm: remove map_vm_rangeGravatar Christoph Hellwig 1-1/+1
2020-06-02mm/memcg: automatically penalize tasks with high swap useGravatar Jakub Kicinski 1-0/+20
2020-06-02mm, memcg: add workingset_restore in memory.statGravatar Yafang Shao 1-0/+4
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadGravatar NeilBrown 1-2/+2
2020-06-02mm: add readahead address space operationGravatar Matthew Wilcox (Oracle) 2-1/+20
2020-06-02Documentation/vm/slub.rst: s/Toggle/Enable/Gravatar Andrew Morton 1-1/+1
2020-06-02Documentation: kgdboc: Document new kgdboc_earlycon parameterGravatar Douglas Anderson 2-0/+44
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 169-4078/+5783
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 6-5/+20
2020-06-01docs/bpf: Add BPF ring buffer design notesGravatar Andrii Nakryiko 1-0/+209
2020-06-01Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+3
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+7
2020-06-01Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+35
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-30/+72
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-11/+204
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-53/+35
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-10/+17
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 2-5/+34
2020-06-01Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-6/+264
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 5-19/+290