aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-11-27sysctl: Move UINT converter macros to sysctl headerJoel Granados1-0/+40
2025-11-27sysctl: Move INT converter macros to sysctl headerJoel Granados1-0/+75
2025-11-27sysctl: Allow custom converters from outside sysctlJoel Granados1-0/+4
2025-11-27Merge tag 'linux-can-next-for-6.19-20251126' of git://git.kernel.org/pub/scm/...Paolo Abeni2-22/+127
2025-11-27sysctl: Replace void pointer with const pointer to ctl_tableJoel Granados1-3/+2
2025-11-27srcu: Create an SRCU-fast-updown APIPaul E. McKenney3-7/+141
2025-11-27configfs: Constify ct_item_ops in struct config_item_typeChristophe JAILLET1-1/+1
2025-11-27configfs: Constify ct_group_ops in struct config_item_typeChristophe JAILLET1-1/+1
2025-11-27net: pcs: xpcs: Add support for FBNIC 25G, 50G, 100G PMDAlexander Duyck1-0/+2
2025-11-27net: pcs: xpcs: Fix PMA identifier handling in XPCSAlexander Duyck1-1/+1
2025-11-27virtio: clean up features qword/dword termsMichael S. Tsirkin4-20/+21
2025-11-27virtio: fix map ops commentMichael S. Tsirkin1-1/+1
2025-11-27virtio: fix virtqueue_set_affinity() docsMichael S. Tsirkin1-1/+1
2025-11-27virtio: standardize Returns documentation styleMichael S. Tsirkin1-4/+4
2025-11-27virtio: fix grammar in virtio_map_ops docsMichael S. Tsirkin1-2/+2
2025-11-27virtio: fix grammar in virtio_queue_info docsMichael S. Tsirkin1-1/+1
2025-11-27virtio: fix whitespace in virtio_config_opsMichael S. Tsirkin1-1/+1
2025-11-27virtio: fix typo in virtio_device_ready() commentMichael S. Tsirkin1-1/+1
2025-11-26virtio-net: avoid unnecessary checksum calculation on guest RXJon Kohler1-3/+4
2025-11-26of: Add wrappers to match root node with OF device ID tablesKrzysztof Kozlowski1-0/+13
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko1-0/+5
2025-11-26phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko2-6/+6
2025-11-26ASoC: stm32: sai: fix device and OF node leaks onMark Brown3-5/+10
2025-11-26libceph: drop started parameter of __ceph_open_session()Ilya Dryomov1-2/+1
2025-11-26regulator: Use container_of_const() when all types areMark Brown1-0/+273
2025-11-26socket: Split out a getsockname helper for io_uringGabriel Krisman Bertazi1-0/+2
2025-11-26socket: Unify getsockname and getpeername implementationGabriel Krisman Bertazi1-3/+1
2025-11-26function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultane...pengdonglin1-5/+2
2025-11-26Merge branch 'iommufd_dmabuf' into k.o-iommufd/for-nextJason Gunthorpe5-47/+149
2025-11-26drivers: hid: renegotiate resolution multipliers with device after resetBenedek Kupper1-0/+1
2025-11-26mod_devicetable: Bump auxiliary_device_id name sizeRaag Jadav1-1/+1
2025-11-26sysfs: simplify attribute definition macrosThomas Weißschuh1-15/+7
2025-11-26sysfs: attribute_group: enable const variants of is_visible()Thomas Weißschuh1-2/+6
2025-11-26sysfs: introduce __SYSFS_FUNCTION_ALTERNATIVE()Thomas Weißschuh1-0/+6
2025-11-26sysfs: transparently handle const pointers in ATTRIBUTE_GROUPS()Thomas Weißschuh1-1/+6
2025-11-26sysfs: attribute_group: allow registration of const attributeThomas Weißschuh1-1/+4
2025-11-26comedi: kcomedilib: Add loop checking variants of open and closeIan Abbott1-2/+32
2025-11-26comedi: Add reference counting for Comedi command handlingIan Abbott1-0/+7
2025-11-26can: calc_bittiming: add PWM calculationVincent Mailhol1-0/+10
2025-11-26can: bittiming: add PWM validationVincent Mailhol1-0/+22
2025-11-26can: bittiming: add PWM parametersVincent Mailhol1-2/+39
2025-11-26can: dev: can_dev_dropped_skb: drop CC/FD frames in CANXL-only modeOliver Hartkopp1-0/+19
2025-11-26can: netlink: add initial CAN XL supportVincent Mailhol2-3/+10
2025-11-26can: netlink: add CAN_CTRLMODE_RESTRICTEDVincent Mailhol1-24/+26
2025-11-26can: dev: can_dev_dropped_skb: drop CAN FD skbs if FD is offVincent Mailhol1-3/+11
2025-11-26can: bittiming: apply NL_SET_ERR_MSG() to can_calc_bittiming()Vincent Mailhol1-1/+1
2025-11-26Merge tag 'kvm-x86-svm-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+37
2025-11-26Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-12/+2
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-5/+13
2025-11-25bpf: Introduce internal bpf_map_check_op_flags helper functionLeon Hwang1-0/+11