summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu2015-07-221-0/+2
* genirq/MSI: Reorginize struct msi_desc to prepare for support of generic MSIJiang Liu2015-07-221-20/+50
* genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_descJiang Liu2015-07-221-7/+4
* genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu2015-07-223-2/+5
* PCI: Add helper function msi_desc_to_pci_sysdata()Jiang Liu2015-07-221-0/+7
* genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu2015-07-161-1/+1
* genirq: Remove the irq argument from note_interrupt()Jiang Liu2015-07-111-2/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-051-0/+7
|\
| * bufferhead: Add _gfp version for sb_getblk()Nikolay Borisov2015-07-021-0/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-046-31/+52
|\ \
| * | fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet2015-07-011-0/+3
| * | make simple_positive() publicAl Viro2015-06-231-0/+5
| * | pagemap.h: move dir_pages() over thereFabian Frederick2015-06-231-0/+6
| * | Merge branch 'fscache-fixes' into for-nextAl Viro2015-06-231-28/+27
| |\ \
| | * | FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells2015-04-021-0/+1
| | * | FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-021-0/+5
| | * | FS-Cache: Out of line fscache_operation_init()David Howells2015-04-021-21/+3
| | * | FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells2015-04-021-6/+0
| | * | FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells2015-04-021-2/+7
| | * | FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells2015-02-241-0/+12
| * | | fs: Call security_ops->inode_killpriv on truncateJan Kara2015-06-231-1/+5
| * | | fs: Provide function telling whether file_remove_privs() will do anythingJan Kara2015-06-231-0/+1
| * | | fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
| * | | vfs: add seq_file_path() helperMiklos Szeredi2015-06-231-0/+1
| * | | vfs: add file_path() helperMiklos Szeredi2015-06-231-0/+2
| * | | overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-06-192-2/+2
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-0/+1
|\ \ \ \
| * | | | lib: introduce crc_t10dif_update()Akinobu Mita2015-05-301-0/+1
* | | | | Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds2015-07-042-37/+1018
|\ \ \ \ \
| * | | | | NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe2015-07-041-14/+11
| * | | | | NTB: Add NTB hardware abstraction layerAllen Hubbe2015-07-041-0/+984
| * | | | | NTB: Move files in preparation for NTB abstractionAllen Hubbe2015-07-021-2/+2
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-041-0/+2
|\ \ \ \ \ \
| * | | | | | sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra2015-07-031-0/+2
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-041-0/+14
|\ \ \ \ \ \ \
| * | | | | | | irqchip: Move IRQCHIP_DECLARE macro to include/linux/irqchip.hJoel Porquet2015-07-021-0/+14
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-041-5/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju2015-07-041-2/+0
| * | | | | | | | sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao2015-07-041-3/+3
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-07-041-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Input: improve parsing OF parameters for touchscreensDmitry Torokhov2015-06-251-2/+3
* | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-033-22/+38
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | virtio: add explicit big-endian support to memory accessorsGreg Kurz2015-06-013-12/+18
| * | | | | | | | | | vringh: introduce vringh_is_little_endian() helperGreg Kurz2015-06-011-6/+11
| * | | | | | | | | | virtio: introduce virtio_is_little_endian() helperGreg Kurz2015-06-011-6/+11
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-034-1/+24
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman2015-07-011-0/+15
| * | | | | | | | | | | kernfs: Add support for always empty directories.Eric W. Biederman2015-07-011-0/+3
| * | | | | | | | | | | sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman2015-07-011-0/+3
| * | | | | | | | | | | fs: Add helper functions for permanently empty directories.Eric W. Biederman2015-07-011-0/+2