summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-09-19iomap: add IOMAP_F_NEW flagChristoph Hellwig1-0/+1
2016-09-19iomap: add a flag to report shared extentsDarrick J. Wong1-0/+1
2016-09-19fs: add iomap_file_dirtyChristoph Hellwig1-0/+2
2016-09-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2016-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+10
2016-09-18fix iov_iter_fault_in_readable()Al Viro1-1/+1
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval1-8/+11
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval1-1/+44
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval2-7/+329
2016-09-17Merge tag 'wireless-drivers-next-for-davem-2016-09-15' of git://git.kernel.or...David S. Miller3-0/+97
2016-09-17PCI: Add pci_find_resource()Mika Westerberg1-0/+4
2016-09-16regulator: core: Add set_voltage_time opMatthias Kaehlcke1-2/+8
2016-09-16arm64: pmu: Hoist pmu platform device nameJeremy Linton1-0/+2
2016-09-16kvm: create per-vcpu dirs in debugfsLuiz Capitulino1-0/+1
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino1-0/+3
2016-09-16regmap: Allow longer flag masks for read and writeTony Lindgren1-4/+4
2016-09-16spi: core: Use spi_sync_transfer() in spi_write()/spi_read()Geert Uytterhoeven1-32/+26
2016-09-16vfs: make argument of d_real_inode() constMiklos Szeredi1-2/+3
2016-09-16locks: fix file locking on overlayfsMiklos Szeredi1-2/+14
2016-09-16fsnotify: support overlayfsAihua Zhang1-5/+9
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi1-1/+0
2016-09-16vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi1-0/+1
2016-09-16iommu/dma: Avoid PCI host bridge windowsRobin Murphy1-1/+2
2016-09-16iommu/dma: Add support for mapping MSIsRobin Murphy1-0/+9
2016-09-16iommu: Introduce iommu_fwspecRobin Murphy2-0/+42
2016-09-16of/irq: Break out msi-map lookup (again)Robin Murphy1-0/+10
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2-1/+17
2016-09-16sched/core: Add try_get_task_stack() and put_task_stack()Andy Lutomirski1-0/+16
2016-09-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar3-3/+7
2016-09-16include: extcon: Fix compilation error caused because of incomplete mergeKishon Vijay Abraham I1-29/+0
2016-09-16blockgroup_lock.h: simplify definition of NR_BG_LOCKSEric Biggers1-20/+2
2016-09-16blockgroup_lock.h: remove debris from bgl_lock_ptr() conversionEric Biggers1-5/+1
2016-09-15Merge branch 'irq/for-block' into irq/coreThomas Gleixner3-5/+20
2016-09-15fscrypto: improved validation when loading inode encryption metadataEric Biggers1-24/+0
2016-09-15dmaengine: hsu: refactor hsu_dma_do_irq() to return intAndy Shevchenko1-5/+4
2016-09-15bus: mvebu-mbus: Provide stub function for mvebu_mbus_get_io_win_info()Stefan Roese1-2/+16
2016-09-15leds: gpio: introduce gpio_blink_set_tHeiner Kallweit1-3/+6
2016-09-15mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon1-0/+107
2016-09-15blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig1-1/+0
2016-09-15blk-mq: provide a default queue mapping for PCI deviceChristoph Hellwig1-0/+9
2016-09-15blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig1-0/+3
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-7/+0
2016-09-15blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig1-0/+1
2016-09-15Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe20-36/+226
2016-09-15scsi: sd: Move DIF protection types to t10-pi.hChristoph Hellwig1-0/+20
2016-09-15of: Add array read functions with min/max size limitsRichard Fitzgerald1-12/+132
2016-09-15gpio: don't include module.h in shared driver headerPaul Gortmaker1-1/+1
2016-09-15Merge branch 'next' into resolutionKishon Vijay Abraham I2-1/+32
2016-09-15tty: serial_core: add tty NULL check to uart_tx_stoppedRob Herring1-1/+1
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski3-2/+58