summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds102-4819/+4246
2020-06-03Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+3
2020-06-03Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-326/+499
2020-06-03Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-54/+148
2020-06-03Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds1-1/+1
2020-06-03capabilities: add description for CAP_SETFCAPStefan Hajnoczi1-0/+2
2020-06-03selftests: net: ip_defrag: ignore EPERMThadeu Lima de Souza Cascardo1-4/+4
2020-06-03Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds6-364/+447
2020-06-03Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds81-2353/+5429
2020-06-03net_failover: fixed rollback in net_failover_open()Vasily Averin1-1/+2
2020-06-03Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds122-1489/+4510
2020-06-03mm/migrate.c: attach_page_private already does the get_pageHugh Dickins1-1/+0
2020-06-03Merge branch 'tipc-revert-two-patches'David S. Miller2-2/+0
2020-06-03Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien1-1/+0
2020-06-03Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien1-1/+0
2020-06-03vmxnet3: allow rx flow hash ops only when rss is enabledRonak Doshi1-0/+12
2020-06-03hinic: add set_channels ethtool_ops supportLuo bin2-9/+33
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-74/+229
2020-06-03Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1191-20554/+41124
2020-06-03Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds18-289/+2934
2020-06-02Merge tag 'pnp-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds37-98/+438
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds70-728/+1831
2020-06-02selftests/bpf: Add a default $(CXX) valueIlya Leoshkevich1-0/+2
2020-06-02tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich2-7/+7
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds63-1704/+2327
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds98-796/+3881
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds195-2199/+2200
2020-06-02bpf, selftests: Use bpf_probe_read_kernelIlya Leoshkevich4-48/+48
2020-06-02s390/bpf: Use bcr 0,%0 as tail call nop fillerIlya Leoshkevich1-1/+2
2020-06-02s390/bpf: Maintain 8-byte stack alignmentIlya Leoshkevich1-9/+10
2020-06-02selftests/bpf: Fix verifier testAlexei Starovoitov1-1/+1
2020-06-02selftests/bpf: Fix sample_cnt shared between two threadsAndrii Nakryiko1-1/+1
2020-06-02Merge branch 'csum-fixes'Alexei Starovoitov5-7/+158
2020-06-02bpf, selftests: Adapt cls_redirect to call csum_level helperDaniel Borkmann1-3/+6
2020-06-02bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann3-2/+122
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann4-2/+30
2020-06-02kasan: move kasan_report() into report.cAndrey Konovalov2-21/+20
2020-06-02mm/mm_init.c: report kasan-tag information stored in page->flagsJing Xia1-6/+10
2020-06-02ubsan: entirely disable alignment checks under UBSAN_TRAPKees Cook1-1/+1
2020-06-02kasan: fix clang compilation warning due to stack protectorAndrey Konovalov1-8/+13
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel5-204/+4
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel7-91/+0
2020-06-02x86/mm/32: implement arch_sync_kernel_mappings()Joerg Roedel3-9/+20
2020-06-02x86/mm/64: implement arch_sync_kernel_mappings()Joerg Roedel2-0/+7
2020-06-02mm/ioremap: track which page-table levels were modifiedJoerg Roedel1-15/+31
2020-06-02mm/vmalloc: track which page-table levels were modifiedJoerg Roedel2-26/+85
2020-06-02mm: add functions to track page directory modificationsJoerg Roedel3-2/+72
2020-06-02s390: use __vmalloc_node in stack_allocChristoph Hellwig1-6/+3
2020-06-02powerpc: use __vmalloc_node in alloc_vm_stackChristoph Hellwig1-3/+2