summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-07-27Merge tag 'memory-controller-drv-fixes-6.5' of https://git.kernel.org/pub/scm...Arnd Bergmann1-0/+3
2023-07-27backlight: corgi_lcd: fix missing prototypeArnd Bergmann1-0/+2
2023-07-27netlink: allow be16 and be32 types in all uint policy checksFlorian Westphal1-7/+3
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt1-1/+4
2023-07-27fs: Add fchmodat2()Alexey Gladkov1-0/+2
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-0/+2
2023-07-27net: phy: smsc: add WoL support to LAN8740/LAN8742 PHYsTristram Ha1-0/+34
2023-07-27of: fix htmldocs build warningsStephen Rothwell1-4/+3
2023-07-26kunit: Add ability to filter attributesRae Moar1-0/+31
2023-07-26kunit: Add module attributeRae Moar1-5/+8
2023-07-26kunit: Add speed attributeRae Moar1-1/+31
2023-07-26kunit: Add test attributes API structureRae Moar2-0/+52
2023-07-26coresight: etm4x: Change etm4_platform_driver driver for MMIO devicesAnshuman Khandual1-0/+47
2023-07-26coresight: etm4x: Drop pid argument from etm4_probe()Anshuman Khandual1-0/+12
2023-07-26iommufd: Add IOMMU_HWPT_ALLOCJason Gunthorpe1-0/+26
2023-07-26iommufd/selftest: Test iommufd_device_replace()Nicolin Chen1-0/+1
2023-07-26perf: Remove unused extern declaration arch_perf_get_page_size()YueHaibing1-4/+0
2023-07-26perf: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capabilityJames Clark1-4/+3
2023-07-26perf/mem: Add PERF_MEM_LVLNUM_NA to PERF_MEM_NARavi Bangoria1-1/+2
2023-07-26perf/mem: Introduce PERF_MEM_LVLNUM_UNCRavi Bangoria1-1/+2
2023-07-26net: skbuff: remove unused HAVE_HW_TIME_STAMP feature definePeter Seiderer1-2/+0
2023-07-26xen/evtchn: Introduce new IOCTL to bind static evtchnRahul Singh2-1/+19
2023-07-26usb: phy: add usb phy notify port status APIStanley Chang1-0/+13
2023-07-26af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima1-1/+5
2023-07-26scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface()YueHaibing1-1/+0
2023-07-26scsi: ufs: Fix residual handlingBart Van Assche1-0/+6
2023-07-26scsi: RDMA/srp: Fix residual handlingBart Van Assche0-0/+0
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer4-12/+103
2023-07-25net: remove duplicate sk_lookup helpersLorenz Bauer2-0/+16
2023-07-25net: remove duplicate reuseport_lookup functionsLorenz Bauer2-6/+20
2023-07-25net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2-0/+12
2023-07-25drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()YueHaibing1-5/+0
2023-07-25serial: make uart_insert_char() accept u8sJiri Slaby1-1/+1
2023-07-25serial: convert uart sysrq handling to u8Jiri Slaby1-8/+8
2023-07-25tty: sysrq: switch the rest of keys to u8Jiri Slaby1-8/+8
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby1-1/+1
2023-07-25vfio: Compile vfio_group infrastructure optionallyYi Liu1-3/+22
2023-07-25vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PTYi Liu1-0/+44
2023-07-25vfio: Add VFIO_DEVICE_BIND_IOMMUFDYi Liu2-2/+30
2023-07-25iommufd: Add iommufd_ctx_from_fd()Yi Liu1-0/+1
2023-07-25vfio: Add cdev for vfio_deviceYi Liu1-0/+4
2023-07-25vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu1-0/+3
2023-07-25iommufd/device: Add iommufd_access_detach() APINicolin Chen1-0/+1
2023-07-25vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu1-1/+7
2023-07-25kvm/vfio: Accept vfio device file from userspaceYi Liu1-3/+10
2023-07-25vfio: Refine vfio file kAPIs for KVMYi Liu1-0/+1
2023-07-25vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESETYi Liu1-0/+21
2023-07-25vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdevYi Liu2-1/+63
2023-07-25vfio: Add helper to search vfio_device in a dev_setYi Liu1-0/+3
2023-07-25vfio: Mark cdev usage in vfio_deviceYi Liu1-0/+5