summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* idr: reduce the number of bits per level from 8 to 6Matthew Wilcox2016-12-141-5/+4
* rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox2016-12-141-0/+26
* idr: add ida_is_emptyMatthew Wilcox2016-12-141-0/+5
* radix-tree: add radix_tree_split_preload()Matthew Wilcox2016-12-141-0/+1
* radix-tree: add radix_tree_splitMatthew Wilcox2016-12-141-0/+12
* radix-tree: add radix_tree_joinMatthew Wilcox2016-12-141-0/+3
* radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-141-37/+37
* radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-141-1/+0
* radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-141-41/+30
* radix-tree: move rcu_head into a union with private_listMatthew Wilcox2016-12-141-10/+4
* mm: export follow_pte()Jan Kara2016-12-141-0/+2
* mm: provide helper for finishing mkwrite faultsJan Kara2016-12-141-0/+1
* mm: move handling of COW faults into DAX codeJan Kara2016-12-142-15/+1
* mm: factor out functionality to finish page faultsJan Kara2016-12-141-0/+1
* mm: allow full handling of COW faults in ->fault handlersJan Kara2016-12-141-1/+3
* mm: add orig_pte field into vm_faultJan Kara2016-12-141-2/+2
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-2/+0
* mm: join struct fault_env and vm_faultJan Kara2016-12-143-24/+18
* mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes2016-12-141-3/+0
* mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-141-1/+1
* kernel/watchdog.c: move shared definitions to nmi.hBabu Moger2016-12-141-0/+24
* kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-141-0/+1
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-141-1/+0
* mm: add support for releasing multiple instances of a pageAlexander Duyck2016-12-141-0/+2
* dma: add calls for dma_map_page_attrs and dma_unmap_page_attrsAlexander Duyck2016-12-141-7/+13
* Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He2016-12-141-6/+0
* signals: avoid unnecessary taking of sighand->siglockWaiman Long2016-12-141-0/+17
* Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-141-26/+27
|\
| * uapi dm-log-userspace.h: use __u32, __s32, __u64 and __s64 from linux/types.hMikko Rapeli2016-11-211-26/+27
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2016-12-141-1/+6
|\ \
| * \ Merge branch 'md-next' into md-linusShaohua Li2016-12-131-1/+6
| |\ \
| | * | md/failfast: add failfast flag for md to be used by some personalities.NeilBrown2016-11-221-1/+6
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-146-232/+67
|\ \ \ \
| * | | | scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn2016-11-171-1/+0
| * | | | block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn2016-11-171-1/+2
| * | | | scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-171-2/+0
| * | | | scsi: fc: use bsg_softirq_doneJohannes Thumshirn2016-11-171-0/+1
| * | | | scsi: fc: Use bsg_destroy_jobJohannes Thumshirn2016-11-171-0/+1
| * | | | scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-172-46/+19
| * | | | block: add reference counting for struct bsg_jobJohannes Thumshirn2016-11-171-0/+2
| * | | | scsi: fc: implement kref backed reference countingJohannes Thumshirn2016-11-171-3/+1
| * | | | scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-171-0/+5
| * | | | scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-171-0/+5
| * | | | scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-171-1/+2
| * | | | scsi: Get rid of struct fc_bsg_bufferJohannes Thumshirn2016-11-171-9/+3
| * | | | scsi: ufs-qcom: phy/hcd: Refactoring phy clock handlingVivek Gautam2016-11-081-18/+0
| * | | | scsi: allow LLDDs to expose the queue mapping to blk-mqChristoph Hellwig2016-11-081-0/+8
| * | | | blk-mq: export blk_mq_map_queuesChristoph Hellwig2016-11-081-0/+1
| * | | | scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke2016-11-081-7/+1
| * | | | scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke2016-11-081-7/+1