aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-05-18include/linux/mm.h: add new inline function vmf_error()Souptick Joarder1-0/+7
2018-05-18Merge tag 'mtd/fixes-for-4.17-rc6' of git://git.infradead.org/linux-mtdLinus Torvalds2-6/+12
2018-05-17fs.h: fix outdated comment about file flagsLi Qiang1-1/+1
2018-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+1
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-0/+1
2018-05-16net/mlx5: Fix build break when CONFIG_SMP=nSaeed Mahameed1-11/+1
2018-05-16locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long2-1/+11
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-1/+1
2018-05-16ide: replace ->proc_fops with ->proc_showChristoph Hellwig1-3/+3
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig2-5/+6
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig2-3/+9
2018-05-16net: move seq_file_single_net to <linux/seq_file_net.h>Christoph Hellwig1-0/+13
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-1/+9
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig2-4/+12
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig2-1/+11
2018-05-16proc: introduce a proc_pid_ns helperChristoph Hellwig1-0/+6
2018-05-15mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bitGeert Uytterhoeven1-5/+11
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet1-2/+3
2018-05-14block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet1-3/+15
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet1-2/+2
2018-05-14block: Add bioset_init()/bioset_exit()Kent Overstreet1-0/+2
2018-05-14block: Convert bio_set to mempool_init()Kent Overstreet1-5/+5
2018-05-14mempool: Add mempool_init()/mempool_exit()Kent Overstreet1-0/+34
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-4/+1
2018-05-14make xattr_getsecurity() staticAl Viro1-1/+0
2018-05-14mtd: Fix comparison in map_word_andequal()Ben Hutchings1-1/+1
2018-05-14efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel1-4/+4
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+47
2018-05-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-0/+4
2018-05-11rbtree: include rcu.hSebastian Andrzej Siewior2-0/+2
2018-05-11mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes1-0/+2
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-0/+1
2018-05-11KVM: Extend MAX_IRQ_ROUTES to 4096 for all archsWanpeng Li1-7/+1
2018-05-11spi: Get rid of the spi_flash_read() APIBoris Brezillon1-53/+0
2018-05-11spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2-0/+256
2018-05-10sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval1-0/+29
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov1-2/+10
2018-05-09Merge tag 'iio-fixes-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-3/+3
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval1-36/+2
2018-05-09block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval1-15/+6
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval2-12/+18
2018-05-09block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval1-1/+48
2018-05-09PCI: remove CONFIG_PCI_BUS_ADDR_T_64BITChristoph Hellwig1-1/+1
2018-05-09dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig1-1/+1
2018-05-09iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig1-3/+10
2018-05-09iommu-common: move to arch/sparcChristoph Hellwig1-53/+0
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-6/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-1/+0