aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-02mm/gup: introduce pin_user_pages_unlockedJohn Hubbard1-0/+2
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2-5/+1
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown1-1/+2
2020-06-02mm_types.h: change set_page_private to inline functionGuoqing Jiang1-1/+5
2020-06-02buffer_head.h: remove attach_page_buffersGuoqing Jiang1-8/+0
2020-06-02include/linux/pagemap.h: introduce attach/detach_page_privateGuoqing Jiang1-0/+37
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)1-2/+1
2020-06-02f2fs: convert from readpages to readaheadMatthew Wilcox (Oracle)1-3/+3
2020-06-02erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)1-3/+3
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-2/+2
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)1-0/+3
2020-06-02mm: add readahead address space operationMatthew Wilcox (Oracle)1-0/+2
2020-06-02mm: add new readahead_control APIMatthew Wilcox (Oracle)1-0/+140
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)2-19/+8
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton2-1/+20
2020-06-02kdb: Remove the misfeature 'KDBFLAGS'Wei Li1-1/+1
2020-06-02irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK tooIngo Molnar1-0/+2
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-7/+45
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+17
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+8
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-19/+4
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds20-54/+143
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-1/+6
2020-06-01bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki4-0/+17
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki1-0/+6
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki4-27/+76
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds10-13/+167
2020-06-01bpf: Use tracing helpers for lsm programsJiri Olsa1-0/+3
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-06-01xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi1-0/+10
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes1-1/+1
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend2-0/+17
2020-06-01xdp: Add xdp_txq_info to xdp_buffDavid Ahern2-0/+7
2020-06-01bpf: Add support to attach bpf program to a devmap entryDavid Ahern2-0/+6
2020-06-01bpf: Add rx_queue_mapping to bpf_sockAmritha Nambiar1-0/+1
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko4-1/+101
2020-06-01bpf, sk_msg: Add get socket storage helpersJohn Fastabend1-0/+2
2020-06-01Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+0
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+1
2020-06-01Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-17/+6
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+16
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+11
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-2/+156
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-45/+239
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-0/+78
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2-3/+2
2020-06-01Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-8/+11
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds3-90/+132