summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-09-025-11/+298
|\
| * vfio/pci: Introduce vfio_pci_core.koMax Gurtovoy2021-08-261-0/+239
| * PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy2021-08-262-0/+18
| * PCI: Add 'override_only' field to struct pci_device_idMax Gurtovoy2021-08-262-0/+17
| * vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe2021-08-112-11/+0
| * vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe2021-08-112-0/+23
| * vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy2021-08-111-0/+1
* | Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-6/+17
|\ \
| * | ima: Add digest and digest_len params to the functions to measure a bufferRoberto Sassu2021-07-231-2/+3
| * | ima: Return int in the functions to measure a bufferRoberto Sassu2021-07-231-6/+9
| * | ima: Introduce ima_get_current_hash_algo()Roberto Sassu2021-07-231-0/+7
* | | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-023-53/+36
|\ \ \
| * | | dma-mapping: make the global coherent pool conditionalChristoph Hellwig2021-08-191-8/+10
| * | | dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig2021-08-181-1/+1
| * | | dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Christoph Hellwig2021-08-141-4/+5
| * | | iommu: return full error code from iommu_map_sg[_atomic]()Logan Gunthorpe2021-08-091-11/+11
| * | | dma-mapping: allow map_sg() ops to return negative error codesLogan Gunthorpe2021-08-092-30/+10
* | | | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-023-2/+13
|\ \ \ \
| * | | | ovl: enable RCU'd ->get_acl()Miklos Szeredi2021-08-182-1/+7
| * | | | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+1
| * | | | fs: add generic helper for filling statx attribute flagsAmir Goldstein2021-08-172-0/+5
* | | | | Merge tag 'fscache-next-20210829' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-026-126/+114
|\ \ \ \ \
| * | | | | fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells2021-08-272-23/+23
| * | | | | fscache: Fix fscache_cookie_put() to not deref after decDavid Howells2021-08-271-17/+7
| * | | | | fscache: Remove the object list procfileDavid Howells2021-08-271-3/+0
| * | | | | fscache, cachefiles: Remove the histogram stuffDavid Howells2021-08-271-1/+0
| * | | | | fscache: Procfile to display cookiesDavid Howells2021-08-271-0/+1
| * | | | | fscache: Add a cookie debug ID and use that in tracesDavid Howells2021-08-273-92/+93
| * | | | | netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells2021-08-252-2/+2
* | | | | | Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-09-022-0/+3
|\ \ \ \ \ \
| * | | | | | mm: Add kvrealloc()Dave Chinner2021-08-101-0/+2
| * | | | | | xfs: introduce CPU hotplug infrastructureDave Chinner2021-08-061-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-025-55/+202
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-302-24/+19
| |\ \ \ \ \ \
| | * | | | | | printk: remove NMI trackingJohn Ogness2021-07-262-14/+19
| | * | | | | | printk: remove safe buffersJohn Ogness2021-07-261-10/+0
| * | | | | | | Merge branch 'for-5.15-verbose-console' into for-linusPetr Mladek2021-08-301-10/+1
| |\ \ \ \ \ \ \
| | * | | | | | | printk: Add printk.console_no_auto_verbose boot parameterDmitry Safonov2021-07-291-5/+1
| | * | | | | | | printk: Remove console_silent()Dmitry Safonov2021-07-291-5/+0
| * | | | | | | | printk: Move the printk() kerneldoc comment to its new homeJonathan Corbet2021-07-261-0/+24
| * | | | | | | | printk: index: Add indexing support to dev_printkChris Down2021-07-191-17/+49
| * | | | | | | | printk: Userspace format indexing supportChris Down2021-07-193-4/+109
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-024-192/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | crash_dump: Make elfcorehdr address/size symbols always visibleGeert Uytterhoeven2021-08-251-1/+2
| * | | | | | | | dt-bindings: soc: remove obsolete zte zx headerZenghui Yu2021-08-231-24/+0
| * | | | | | | | dt-bindings: clock: remove obsolete zte zx headerZenghui Yu2021-08-231-164/+0
| * | | | | | | | of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()Geert Uytterhoeven2021-08-151-1/+0
| * | | | | | | | of: fdt: Remove early_init_dt_reserve_memory_arch() override capabilityGeert Uytterhoeven2021-08-151-2/+0
| |/ / / / / / /
* | | | | | | | Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-09-023-18/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | hv: hyperv.h: Remove unused inline functionsSonia Sharma2021-07-221-16/+0