aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-17regmap: Support accelerated noinc operationsLinus Walleij1-0/+8
2022-08-17net: phy: broadcom: Implement suspend/resume for AC131 and BCM5241Florian Fainelli1-0/+1
2022-08-16security, lsm: Introduce security_create_user_ns()Frederick Lawler3-0/+11
2022-08-16interconnect: Make icc_provider_del() return voidUwe Kleine-König1-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-1/+1
2022-08-16gpio: pca953x: Make platform teardown callback return voidUwe Kleine-König1-1/+1
2022-08-16virtio: kerneldocs fixes and enhancementsRicardo Cañuelo2-6/+6
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin1-9/+5
2022-08-16virtio: Revert "virtio: add helper virtio_find_vqs_ctx_size()"Michael S. Tsirkin1-12/+0
2022-08-15sched/psi: Remove redundant cgroup_psi() when !CONFIG_CGROUPSHao Jia1-5/+0
2022-08-15sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia1-1/+1
2022-08-15iio: core: Introduce _zeropoint for differential channelsJonathan Cameron1-0/+1
2022-08-15iio: inkern: remove OF dependenciesNuno Sá2-13/+0
2022-08-15iio: inkern: move to fwnode propertiesNuno Sá2-16/+25
2022-08-15cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo2-11/+13
2022-08-15lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule1-0/+19
2022-08-15cpumask: align signatures of UP implementationsSander Vanheule1-3/+4
2022-08-15platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko1-2/+4
2022-08-15regmap: mmio: Introduce IO accessors that can talk to IO portAndy Shevchenko1-0/+3
2022-08-14radix-tree: replace gfp.h inclusion with gfp_types.hYury Norov1-1/+1
2022-08-13Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds3-11/+8
2022-08-13NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITESTrond Myklebust1-1/+0
2022-08-13NFS: Fix another fsync() issue after a server rebootTrond Myklebust1-0/+1
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-1/+8
2022-08-12fs: don't randomize struct kiocb fieldsKeith Busch1-5/+0
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds7-17/+68
2022-08-11Input: bma150 - fix a typo in some commentsChristophe JAILLET1-2/+2
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+8
2022-08-11Merge tag 'acpi-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+0
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds6-7/+24
2022-08-11Merge branch 'acpi-properties'Rafael J. Wysocki1-1/+1
2022-08-11vdpa: Add suspend operationEugenio Pérez1-0/+4
2022-08-11vdpa/mlx5: Implement susupend virtqueue callbackEli Cohen1-0/+8
2022-08-11virtio: add helper virtio_find_vqs_ctx_size()Xuan Zhuo1-0/+12
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo1-5/+9
2022-08-11virtio_pci: introduce helper to get/set queue resetXuan Zhuo1-0/+2
2022-08-11virtio_pci: struct virtio_pci_common_cfg add queue_resetXuan Zhuo1-1/+1
2022-08-11virtio_ring: struct virtqueue introduce resetXuan Zhuo1-0/+2
2022-08-11virtio: allow to unbreak/break virtqueue individuallyXuan Zhuo1-0/+3
2022-08-11virtio_pci: struct virtio_pci_common_cfg add queue_notify_dataXuan Zhuo1-0/+7
2022-08-11virtio_ring: introduce virtqueue_resize()Xuan Zhuo1-0/+3
2022-08-11virtio_ring: split: stop __vring_new_virtqueue as export symbolXuan Zhuo1-10/+0
2022-08-11virtio: struct virtio_config_ops add callbacks for queue_resetXuan Zhuo1-0/+14
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo1-0/+2
2022-08-11remoteproc: rename len of rpoc_vring to numXuan Zhuo1-2/+2
2022-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-2/+6
2022-08-10net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei1-1/+2
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-8/+34