summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20230324next-20230324Stephen Rothwell2023-03-244-0/+10700
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/...Stephen Rothwell2023-03-248-209/+369
|\
| * iommufd/selftest: Add a selftest for iommufd_device_attach() with a hwpt argu...Jason Gunthorpe2023-03-061-1/+13
| * iommufd/selftest: Make selftest create a more complete mock deviceJason Gunthorpe2023-03-065-76/+181
| * iommufd/selftest: Rename the remaining mock device_id's to stdev_idJason Gunthorpe2023-03-062-21/+21
| * iommufd/selftest: Rename domain_id to hwpt_id for FIXTURE iommufd_mock_domainJason Gunthorpe2023-03-061-12/+12
| * iommufd/selftest: Rename domain_id to stdev_id for FIXTURE iommufd_ioasJason Gunthorpe2023-03-061-11/+11
| * iommufd/selftest: Rename the sefltest 'device_id' to 'stdev_id'Jason Gunthorpe2023-03-063-10/+10
| * iommufd: Make iommufd_hw_pagetable_alloc() do iopt_table_add_domain()Jason Gunthorpe2023-03-063-53/+85
| * iommufd: Move iommufd_device to iommufd_private.hJason Gunthorpe2023-03-062-17/+18
| * iommufd: Move ioas related HWPT destruction into iommufd_hw_pagetable_destroy()Jason Gunthorpe2023-03-062-23/+21
| * iommufd: Consistently manage hwpt_itemJason Gunthorpe2023-03-061-1/+8
| * iommufd: Add iommufd_lock_obj() around the auto-domains hwptsJason Gunthorpe2023-03-061-0/+3
| * iommufd: Assert devices_lock for iommufd_hw_pagetable_has_group()Jason Gunthorpe2023-03-061-0/+2
* | Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2023-03-242-4/+4
|\ \
| * | drm/vmwgfx: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-03-061-1/+1
| * | ASoC: uapi: Replace zero-length arrays with __DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2023-03-051-3/+3
| |/
* | Merge branch 'bitmap-for-next' of https://github.com/norov/linux.gitStephen Rothwell2023-03-247-167/+177
|\ \
| * | cpumask: fix function description kernel-doc notationRandy Dunlap2023-03-011-1/+1
| * | nodemask: Drop duplicate check in for_each_node_mask()Gavin Shan2023-03-011-1/+1
| * | lib/bitmap: drop optimization of bitmap_{from,to}_arr64Yury Norov2023-03-012-6/+4
| * | lib/test_bitmap: increment failure counter properlyYury Norov2023-03-011-3/+15
| * | bitmap: switch from inline to __always_inlineYury Norov2023-03-014-157/+157
* | | Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Stephen Rothwell2023-03-2427-369/+179
|\ \ \
| * | | mm: memory-failure: Move memory failure sysctls to its own fileKefeng Wang2023-03-223-24/+34
| * | | arm: simplify two-level sysctl registration for ctl_isa_varsLuis Chamberlain2023-03-221-17/+1
| * | | ia64: simplify one-level sysctl registration for kdump_ctl_tableLuis Chamberlain2023-03-201-10/+1
| * | | utsname: simplify one-level sysctl registration for uts_kern_tableLuis Chamberlain2023-03-201-10/+1
| * | | ntfs: simplfy one-level sysctl registration for ntfs_sysctlsLuis Chamberlain2023-03-201-11/+1
| * | | coda: simplify one-level sysctl registration for coda_tableLuis Chamberlain2023-03-201-10/+1
| * | | fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctlsLuis Chamberlain2023-03-201-10/+1
| * | | xfs: simplify two-level sysctl registration for xfs_tableLuis Chamberlain2023-03-201-19/+1
| * | | nfs: simplify two-level sysctl registration for nfs_cb_sysctlsLuis Chamberlain2023-03-201-19/+1
| * | | nfs: simplify two-level sysctl registration for nfs4_cb_sysctlsLuis Chamberlain2023-03-201-19/+2
| * | | lockd: simplify two-level sysctl registration for nlm_sysctlsLuis Chamberlain2023-03-201-19/+1
| * | | proc_sysctl: enhance documentationLuis Chamberlain2023-03-201-5/+20
| * | | xen: simplify sysctl registration for balloonLuis Chamberlain2023-03-201-19/+1
| * | | md: simplify sysctl registrationLuis Chamberlain2023-03-201-21/+1
| * | | hv: simplify sysctl registrationLuis Chamberlain2023-03-201-10/+1
| * | | scsi: simplify sysctl registration with register_sysctl()Luis Chamberlain2023-03-201-15/+1
| * | | csky: simplify alignment sysctl registrationLuis Chamberlain2023-03-201-14/+1
| * | | seccomp: simplify sysctls with register_sysctl_init()Luis Chamberlain2023-03-201-14/+1
| * | | yama: simplfy sysctls with register_sysctl()Luis Chamberlain2023-03-201-7/+1
| * | | loadpin: simplify sysctls use with register_sysctl()Luis Chamberlain2023-03-201-7/+1
| * | | apparmor: simplify sysctls with register_sysctl_init()Luis Chamberlain2023-03-201-7/+1
| * | | sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain2023-03-201-4/+1
| * | | proc_sysctl: move helper which creates required subdirectoriesLuis Chamberlain2023-03-201-24/+32
| * | | proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain2023-03-201-3/+11
| * | | mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang2023-03-203-43/+48
| * | | userfaultfd: move unprivileged_userfaultfd sysctl to its own fileZhangPeng2023-03-203-14/+19