- bb986a5 seg6: fix seg6_validate_srh() to avoid slab-out-of-bounds by Ahmed Abdelsalam · 4 years, 7 months ago
- cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
- ae03c53 Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 039aeb9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
- 6b2591c Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 4 years, 7 months ago
- f1e4553 Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 4 years, 7 months ago
- 8226f11 Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 7 months ago
- e7c93cb Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 7 months ago
- d479c5a Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- f6606d0 Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- f3cdc8a Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 7 months ago
- 8eeae5b Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
- 96ed320 Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
- d9afbb3 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 4 years, 7 months ago
- 9d99b16 Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 4 years, 7 months ago
- 56f2e3b capabilities: add description for CAP_SETFCAP by Stefan Hajnoczi · 4 years, 7 months ago
- 1ee08de Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- bce159d Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- faa3921 Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 7 months ago
- cfa3b80 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 7 months ago
- 118d6e9 Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
- 355ba37 Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
- a5a82e0 Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 4 years, 7 months ago
- c5d6c13 Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 7 months ago
- 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 7cdec54 bpf: Add csum_level helper for fixing up csum levels by Daniel Borkmann · 4 years, 7 months ago
- 836e66c bpf: Fix up bpf_skb_adjust_room helper's skb csum setting by Daniel Borkmann · 4 years, 7 months ago
- 73f693c mm: remove vmalloc_sync_(un)mappings() by Joerg Roedel · 4 years, 7 months ago
- 2ba3e69 mm/vmalloc: track which page-table levels were modified by Joerg Roedel · 4 years, 7 months ago
- d862613 mm: add functions to track page directory modifications by Joerg Roedel · 4 years, 7 months ago
- 041de93 mm: remove vmalloc_user_node_flags by Christoph Hellwig · 4 years, 7 months ago
- 2b90594 mm: remove __vmalloc_node_flags_caller by Christoph Hellwig · 4 years, 7 months ago
- 4d39d72 mm: remove both instances of __vmalloc_node_flags by Christoph Hellwig · 4 years, 7 months ago
- 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 7 months ago
- cca98e9 mm: enforce that vmap can't map pages executable by Christoph Hellwig · 4 years, 7 months ago
- d4efd79 mm: remove the prot argument from vm_map_ram by Christoph Hellwig · 4 years, 7 months ago
- ed1f324 mm: remove map_vm_range by Christoph Hellwig · 4 years, 7 months ago
- 8b13601 mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING by Christoph Hellwig · 4 years, 7 months ago
- 4926627 mm: remove __get_vm_area by Christoph Hellwig · 4 years, 7 months ago
- 99395ee mm: ptdump: expand type of 'val' in note_page() by Steven Price · 4 years, 7 months ago
- 1494e0c x86: mm: ptdump: calculate effective permissions correctly by Steven Price · 4 years, 7 months ago
- 4b82ab4 mm/memcg: automatically penalize tasks with high swap use by Jakub Kicinski · 4 years, 7 months ago
- d1663a9 mm/memcg: move cgroup high memory limit setting into struct page_counter by Jakub Kicinski · 4 years, 7 months ago
- 251af0c include/linux/swap.h: delete meaningless __add_to_swap_cache() declaration by Miaohe Lin · 4 years, 7 months ago
- 4907058 swap: reduce lock contention on swap cache from swap slots allocation by Huang Ying · 4 years, 7 months ago
- 4b4bb6b mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable by Wei Yang · 4 years, 7 months ago
- 9142902 mm/gup: introduce pin_user_pages_unlocked by John Hubbard · 4 years, 7 months ago
- 8d92890 mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead by NeilBrown · 4 years, 7 months ago
- a37b071 mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE by NeilBrown · 4 years, 7 months ago
- 60e65a6 mm_types.h: change set_page_private to inline function by Guoqing Jiang · 4 years, 7 months ago
- 7b59435 buffer_head.h: remove attach_page_buffers by Guoqing Jiang · 4 years, 7 months ago
- b03143a include/linux/pagemap.h: introduce attach/detach_page_private by Guoqing Jiang · 4 years, 7 months ago
- 9d24a13 iomap: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 2332319 f2fs: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 0c07a9f erofs: convert uncompressed files from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 2c68423 mm: add page_cache_readahead_unbounded by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 8151b4c mm: add readahead address space operation by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 042124c mm: add new readahead_control API by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- cee9a0c mm: move readahead prototypes from mm.h by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 735e4ae vfs: track per-sb writeback errors and report them to syncfs by Jeff Layton · 4 years, 7 months ago
- c893de1 kdb: Remove the misfeature 'KDBFLAGS' by Wei Li · 4 years, 8 months ago
- 25de110 irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK too by Ingo Molnar · 4 years, 7 months ago
- f359287 Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 8b39a57 Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- e148a8f Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 4b01285 Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
- c2b0fc8 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 4 years, 7 months ago
- 7f045a4 bpf: Add link-based BPF program attachment to network namespace by Jakub Sitnicki · 4 years, 7 months ago
- b27f7bb flow_dissector: Move out netns_bpf prog callbacks by Jakub Sitnicki · 4 years, 7 months ago
- a3fd7ce net: Introduce netns_bpf for BPF programs attached to netns by Jakub Sitnicki · 4 years, 7 months ago
- 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
- 958a3f2 bpf: Use tracing helpers for lsm programs by Jiri Olsa · 4 years, 7 months ago
- 1b698fa xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame by Lorenzo Bianconi · 4 years, 7 months ago
- fc37987 xdp: Introduce xdp_convert_frame_to_buff utility routine by Lorenzo Bianconi · 4 years, 7 months ago
- 8ea204c net: Make locking in sock_bindtoindex optional by Ferenc Fejes · 4 years, 7 months ago
- e91de6a bpf: Fix running sk_skb program types with ktls by John Fastabend · 4 years, 7 months ago
- 64b5902 xdp: Add xdp_txq_info to xdp_buff by David Ahern · 4 years, 7 months ago
- fbee97f bpf: Add support to attach bpf program to a devmap entry by David Ahern · 4 years, 7 months ago
- c3c16f2 bpf: Add rx_queue_mapping to bpf_sock by Amritha Nambiar · 4 years, 7 months ago
- 457f443 bpf: Implement BPF ring buffer and verifier support for it by Andrii Nakryiko · 4 years, 7 months ago
- 13d70f5 bpf, sk_msg: Add get socket storage helpers by John Fastabend · 4 years, 7 months ago
- eff5dda Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 17e0a7c Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- ae1a411 Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- d861f6e Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 58ff3b7 Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- a7092c8 Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 69fc06f Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 6005606 Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 2227e5b Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 0bd957e Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- ca1f5df Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 7 months ago
- 4d67829 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 7 months ago
- afdb0f2 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 7 months ago
- 829f3b9 Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 7 months ago
- 81e8c10 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 7 months ago
- c6676e7 bridge: mrp: Add support for role MRA by Horatiu Vultur · 4 years, 7 months ago