summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-18bpf: Remove unused including <linux/version.h>Tian Tao1-1/+0
2020-12-18selftests/bpf: Fix spelling mistake "tranmission" -> "transmission"Colin Ian King1-2/+2
2020-12-18xsk: Rollback reservation at NETDEV_TX_BUSYMagnus Karlsson2-0/+8
2020-12-18xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson4-7/+12
2020-12-17xsk: Fix memory leak for failed bindMagnus Karlsson2-2/+4
2020-12-16selftests/bpf: Clarify build error if no vmlinuxKamal Mostafa1-0/+3
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds434-10875/+10177
2020-12-15Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds290-4037/+23582
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds31-770/+827
2020-12-15Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds67-15086/+464
2020-12-15Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds158-4702/+4292
2020-12-15Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds378-6894/+32762
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1879-38756/+71917
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds216-2882/+4331
2020-12-15mm: cleanup kstrto*() usageAlexey Dobriyan2-18/+18
2020-12-15mm: fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2020-12-15mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_atJoe Perches1-73/+77
2020-12-15mm: shmem: convert shmem_enabled_show to use sysfs_emit_atJoe Perches1-9/+12
2020-12-15mm:backing-dev: use sysfs_emit in macro defining functionsJoe Perches1-4/+4
2020-12-15mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neateningJoe Perches1-21/+31
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches5-46/+52
2020-12-15mm: fix kernel-doc markupsMauro Carvalho Chehab3-22/+24
2020-12-15zram: break the strict dependency from lzoRui Salvaterra3-2/+44
2020-12-15zram: add stat to gather incompressible pages since zram set upMinchan Kim3-2/+6
2020-12-15zram: support page writebackMinchan Kim2-4/+22
2020-12-15mm/process_vm_access: remove redundant initialization of iov_rColin Ian King1-1/+1
2020-12-15mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin1-7/+4
2020-12-15mm/zswap: move to use crypto_acomp API for hardware accelerationBarry Song1-46/+137
2020-12-15mm/zswap: fix passing zero to 'PTR_ERR' warningYueHaibing1-1/+1
2020-12-15mm/zswap: make struct kernel_param_ops definitions constJoe Perches1-3/+3
2020-12-15userfaultfd/selftests: hint the test runner on required privilegePeter Xu1-1/+2
2020-12-15userfaultfd/selftests: fix retval check for userfaultfd_open()Peter Xu1-4/+4
2020-12-15userfaultfd/selftests: always dump something in modesPeter Xu1-0/+2
2020-12-15userfaultfd: selftests: make __{s,u}64 format specifiers portableAxel Rasmussen1-46/+35
2020-12-15userfaultfd: add user-mode only option to unprivileged_userfaultfd sysctl knobLokesh Gidra2-7/+18
2020-12-15userfaultfd: add UFFD_USER_MODE_ONLYLokesh Gidra2-1/+18
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka4-28/+2
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka3-17/+5
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka5-6/+14
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka4-54/+52
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka3-64/+46
2020-12-15mm: cma: improve pr_debug log in cma_release()Charan Teja Reddy1-1/+1
2020-12-15mm/cma.c: remove redundant cma_mutex lockLecopzer Chen1-3/+1
2020-12-15mm: migrate: remove unused parameter in migrate_vma_insert_page()Stephen Zhang1-4/+2
2020-12-15mm: migrate: return -ENOSYS if THP migration is unsupportedYang Shi1-16/+46
2020-12-15mm: migrate: clean up migrate_prep{_local}Yang Shi3-14/+6
2020-12-15mm: migrate: skip shared exec THP for NUMA balancingYang Shi1-2/+16
2020-12-15mm: migrate: simplify the logic for handling permanent failureYang Shi1-30/+38
2020-12-15mm: truncate_complete_page() does not exist any moreYang Shi2-2/+2
2020-12-15mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)2-4/+67