summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+3
* slab: add SLAB_ACCOUNT flagVladimir Davydov2016-01-142-8/+12
* memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov2016-01-142-0/+11
* Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov2016-01-142-4/+0
* include/linux/dcache.h: remove semicolons from HASH_LEN_DECLAREAndrew Morton2016-01-141-2/+2
* fsnotify: destroy marks with call_srcu instead of dedicated threadJeff Layton2016-01-141-1/+4
* Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-01-132-1/+40
|\
| * f2fs: add a tracepoint for sync_dirty_inodesChao Yu2015-12-171-0/+38
| * f2fs: add symbol to avoid any confusion with toolsJaegeuk Kim2015-12-141-1/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-01-135-4/+99
|\ \
| * \ Merge branch 'jejb-scsi' into miscJames Bottomley2016-01-0741-252/+235
| |\ \
| | * | scsi_transport_sas: add function to get SAS endpoint addressJames Bottomley2015-12-181-0/+1
| | * | scsi_transport_sas: add is_sas_attached() functionJames Bottomley2015-12-181-0/+9
| * | | cxlflash: Fix to avoid virtual LUN failover failureMatthew R. Ochs2016-01-061-0/+10
| * | | scsi: Add scsi_vpd_tpg_id()Hannes Reinecke2015-12-021-0/+1
| * | | scsi: Add scsi_vpd_lun_id()Hannes Reinecke2015-12-021-0/+1
| * | | scsi: remove scsi_show_sense_hdr()Hannes Reinecke2015-12-021-2/+0
| * | | scsi: rescan VPD attributesHannes Reinecke2015-11-301-2/+3
| * | | scsi: Centralise ssp frame information unitsJohn Garry2015-11-251-0/+74
* | | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-135-0/+81
|\ \ \ \
| * | | | block: kill disk_{check|set|clear|alloc}_badblocksDan Williams2016-01-091-5/+0
| * | | | block, badblocks: introduce devm_init_badblocksDan Williams2016-01-091-1/+13
| * | | | badblocks: rename badblocks_free to badblocks_exitDan Williams2016-01-091-1/+1
| * | | | libnvdimm: Add a poison list and export badblocksVishal Verma2016-01-091-0/+1
| * | | | block: Add badblock management for gendisksVishal Verma2016-01-091-0/+7
| * | | | badblocks: Add core badblock management codeVishal Verma2016-01-091-0/+53
| * | | | block: enable dax for raw block devicesDan Williams2016-01-092-0/+13
* | | | | Merge tag 'media/v4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-01-136-83/+1581
|\ \ \ \ \
| * | | | | [media] Postpone the addition of MEDIA_IOC_G_TOPOLOGYMauro Carvalho Chehab2016-01-111-1/+5
| * | | | | [media] media-entitiy: add a function to create multiple linksMauro Carvalho Chehab2016-01-111-0/+51
| * | | | | [media] uapi/media.h: Use u32 for the number of graph objectsMauro Carvalho Chehab2016-01-111-4/+8
| * | | | | [media] media-entity.h: document the remaining functionsMauro Carvalho Chehab2016-01-111-0/+11
| * | | | | [media] media-device.h: use just one u32 counter for object IDMauro Carvalho Chehab2016-01-112-19/+12
| * | | | | [media] media-entity.h fix documentation for several parametersMauro Carvalho Chehab2016-01-112-14/+16
| * | | | | [media] DocBook: document media_entity_graph_walk_cleanup()Mauro Carvalho Chehab2016-01-111-0/+6
| * | | | | [media] move documentation to the header filesMauro Carvalho Chehab2016-01-112-2/+22
| * | | | | [media] media: Move MEDIA_ENTITY_MAX_PADS from media-entity.h to media-entity.cSakari Ailus2016-01-111-7/+0
| * | | | | [media] media: Remove pre-allocated entity enumeration bitmapSakari Ailus2016-01-111-7/+2
| * | | | | [media] media: Keep using the same graph walk object for a given pipelineSakari Ailus2016-01-111-1/+3
| * | | | | [media] media: Use entity enums in graph walkSakari Ailus2016-01-111-2/+2
| * | | | | [media] media: Amend media graph walk API by init and cleanup functionsSakari Ailus2016-01-111-5/+12
| * | | | | [media] media: Move media graph state for streamon/off to the pipelineSakari Ailus2016-01-111-0/+6
| * | | | | [media] media: Add KernelDoc documentation for struct media_entity_graphSakari Ailus2016-01-111-0/+9
| * | | | | [media] media: Move struct media_entity_graph definition upSakari Ailus2016-01-111-10/+10
| * | | | | [media] media: Add an API to manage entity enumerationsSakari Ailus2016-01-112-8/+148
| * | | | | [media] media: Introduce internal index for media entitiesSakari Ailus2016-01-112-0/+7
| * | | | | [media] media-device: split media initialization and registrationJavier Martinez Canillas2016-01-111-0/+26
| * | | | | [media] media-devnode.h: document the remaining struct/functionsMauro Carvalho Chehab2016-01-111-1/+26
| * | | | | [media] media-devnode: move kernel-doc documentation to the headerMauro Carvalho Chehab2016-01-111-0/+27
| * | | | | [media] media-device.h: document the last functionsMauro Carvalho Chehab2016-01-111-0/+22