summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2024-12-10ACPI: platform_profile: Pass the profile handler into platform_profile_notify()Mario Limonciello-1/+1
2024-12-10ACPI: platform_profile: Add platform handler argument to platform_profile_rem...Mario Limonciello-1/+1
2024-12-10ACPI: platform_profile: Add device pointer into platform profile handlerMario Limonciello-0/+1
2024-12-10ACPI: platform-profile: Add a name member to handlersMario Limonciello-0/+1
2024-12-10of: Hide of_default_bus_match_table[]Stephen Boyd-2/+0
2024-12-10block: Prevent potential deadlocks in zone write plug error recoveryDamien Le Moal-2/+0
2024-12-10dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal-0/+3
2024-12-10rseq: Validate read-only fields under DEBUG_RSEQ configMathieu Desnoyers-0/+9
2024-12-10drm/print: add drm_print_hex_dump()Jani Nikula-0/+2
2024-12-10pmdomain: core: Support naming idle statesKonrad Dybcio-0/+1
2024-12-10fanotify: allow to set errno in FAN_DENY permission responseAmir Goldstein-1/+10
2024-12-10fanotify: report file range info with pre-content eventsAmir Goldstein-0/+8
2024-12-10fanotify: introduce FAN_PRE_ACCESS permission eventAmir Goldstein-4/+12
2024-12-10fsnotify: generate pre-content permission event on truncateAmir Goldstein-0/+20
2024-12-10fsnotify: pass optional file access range in pre-content eventAmir Goldstein-2/+42
2024-12-10fsnotify: introduce pre-content permission eventsAmir Goldstein-4/+27
2024-12-10fanotify: reserve event bit of deprecated FAN_DIR_MODIFYAmir Goldstein-0/+2
2024-12-10fsnotify: check if file is actually being watched for pre-content events on openAmir Goldstein-0/+3
2024-12-10fsnotify: opt-in for permission events at file open timeAmir Goldstein-21/+61
2024-12-10firmware: arm_scmi: Add module aliases to i.MX vendor protocolsCristian Marussi-4/+5
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()Koichiro Den-1/+2
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()Koichiro Den-1/+2
2024-12-10mmc: core: Introduce the MMC_RSP_R1B_NO_CRC responseAndy-ld Lu-0/+1
2024-12-10mmc: core: Drop the MMC_RSP_R1_NO_CRC responseUlf Hansson-3/+0
2024-12-10RDMA/mlx5: Extend ODP statistics with operation countChiara Meiohas-0/+2
2024-12-10crypto: hisilicon/zip - support new error reportWeili Qian-0/+2
2024-12-10crypto: hisilicon/zip - add data aggregation featureWeili Qian-0/+3
2024-12-09scsi: Eliminate scsi_register() and scsi_unregister() usage & docsRandy Dunlap-1/+1
2024-12-09net: phy: Add helper for mapping RGMII link speed to clock rateJan Petrous (OSS)-0/+23
2024-12-09net: stmmac: Fix clock rate variables sizeJan Petrous (OSS)-3/+3
2024-12-09net: stmmac: Extend CSR calc supportJan Petrous (OSS)-0/+2
2024-12-09net: stmmac: Fix CSR divider commentJan Petrous (OSS)-1/+1
2024-12-09vxlan: Add an attribute to make VXLAN header validation configurablePetr Machata-0/+1
2024-12-09vxlan: Track reserved bits explicitly as part of the configurationPetr Machata-0/+1
2024-12-09net: reformat kdoc return statementsJakub Kicinski-101/+101
2024-12-09rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells-19/+323
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells-1/+1
2024-12-09rxrpc: Add a reason indicator to the tx_ack tracepointDavid Howells-4/+9
2024-12-09rxrpc: Add a reason indicator to the tx_data tracepointDavid Howells-7/+14
2024-12-09rxrpc: Don't allocate a txbuf for an ACK transmissionDavid Howells-2/+0
2024-12-09rxrpc: Display userStatus in rxrpc_rx_ack traceDavid Howells-1/+4
2024-12-09rxrpc: Adjust the rxrpc_rtt_rx tracepointDavid Howells-4/+10
2024-12-09rxrpc: Store the DATA serial in the txqueue and use this in RTT calcDavid Howells-9/+5
2024-12-09rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKsDavid Howells-11/+75
2024-12-09rxrpc: Adjust names and types of congestion-related fieldsDavid Howells-23/+35
2024-12-09rxrpc: Replace call->acks_first_seq with tracking of the hard ACK pointDavid Howells-36/+32
2024-12-09rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove itDavid Howells-10/+10
2024-12-09rxrpc: Implement progressive transmission queue structDavid Howells-15/+83
2024-12-09rxrpc: Fix CPU time starvation in I/O threadDavid Howells-0/+3
2024-12-09rxrpc: Add a tracepoint to show variables pertinent to jumbo packet sizeDavid Howells-0/+41