aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-26aio: simplify KIOCB_KEY handlingChristoph Hellwig2-9/+7
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig5-7/+50
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig9-38/+32
2018-05-26fs: update documentation to mention __poll_t and match the codeChristoph Hellwig2-2/+2
2018-05-26fs: cleanup do_pollfdChristoph Hellwig1-24/+22
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig2-4/+1
2018-05-26uapi: turn __poll_t sparse checks on by defaultChristoph Hellwig1-4/+0
2018-05-26Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-baseChristoph Hellwig26-120/+153
2018-05-26staging: lustre: fix build error in errno.cGreg Kroah-Hartman1-0/+1
2018-05-26staging: lustre: fix build error in mdc_request.cGreg Kroah-Hartman1-0/+1
2018-05-26hwtracing: stm: fix build error on some archesGreg Kroah-Hartman1-0/+1
2018-05-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-43/+125
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds49-193/+372
2018-05-26rtc: test: remove obsolete .set_mmssAlexandre Belloni1-17/+2
2018-05-25kasan: fix memory hotplug during bootDavid Hildenbrand1-1/+1
2018-05-25kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand1-0/+1
2018-05-25checkpatch: fix macro argument precedence testJoe Perches1-1/+1
2018-05-25init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre1-0/+1
2018-05-25kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva1-0/+5
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron3-6/+9
2018-05-25proc: fix smaps and meminfo alignmentHugh Dickins1-5/+0
2018-05-25mm: do not warn on offline nodes unless the specific node is explicitly requestedMichal Hocko1-1/+1
2018-05-25mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko1-6/+10
2018-05-25mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin1-2/+61
2018-05-25MAINTAINERS: change hugetlbfs maintainer and update filesMike Kravetz1-1/+7
2018-05-25ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso1-2/+10
2018-05-25Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso1-7/+2
2018-05-25idr: fix invalid ptr dereference on item deleteMatthew Wilcox2-1/+10
2018-05-25ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio"Changwei Ge1-10/+1
2018-05-25mm: fix nr_rotate_swap leak in swapon() error caseOmar Sandoval1-1/+6
2018-05-25xfs, proc: hide unused xfs procfs helpersArnd Bergmann1-1/+1
2018-05-25net/mlx5e: Avoid reset netdev stats on configuration changesEran Ben Elisha8-100/+136
2018-05-25media: vsp1: Move video configuration to a cached dlbKieran Bingham4-30/+56
2018-05-25media: vsp1: Adapt entities to configure into a bodyKieran Bingham21-169/+194
2018-05-25media: vsp1: Refactor display list configure operationsKieran Bingham16-420/+422
2018-05-25media: vsp1: Use reference counting for bodiesKieran Bingham3-4/+26
2018-05-25media: vsp1: Convert display lists to use new body poolKieran Bingham6-180/+100
2018-05-25media: vsp1: Provide a body poolKieran Bingham2-0/+171
2018-05-25media: vsp1: Protect bodies against overflowKieran Bingham1-0/+7
2018-05-25media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham4-72/+70
2018-05-25media: vsp1: Move video suspend resume handling to video objectKieran Bingham5-75/+80
2018-05-25media: vsp1: Release buffers for each video nodeKieran Bingham1-8/+13
2018-05-25media: vsp1: Drop OF dependency of VIDEO_RENESAS_VSP1Geert Uytterhoeven1-1/+1
2018-05-25media: adv7511: fix clearing of the CEC receive bufferHans Verkuil1-9/+9
2018-05-25udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani4-37/+21
2018-05-25fs: nfs: get rid of memcpys for inode timesDeepa Dinamani1-7/+7
2018-05-25ceph: make inode time prints to be long longDeepa Dinamani1-21/+21
2018-05-25lustre: Use long long type to print inode timeDeepa Dinamani5-16/+20
2018-05-25fs: add timespec64_truncate()Deepa Dinamani2-0/+25
2018-05-25PCI: Remove unused pcie_get_minimum_link()Bjorn Helgaas2-45/+0