summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Linux 5.10.213v5.10.213Sasha Levin1-1/+1
2024-03-15serial: max310x: fix IO data corruption in batched operationsJan Kundrát1-2/+15
2024-03-15serial: max310x: implement I2C supportCosmin Tanislav2-1/+135
2024-03-15serial: max310x: make accessing revision id interface-agnosticCosmin Tanislav1-10/+30
2024-03-15regmap: Add bulk read/write callbacks into regmap_configMarek Vasut3-36/+56
2024-03-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith2-0/+8
2024-03-15Drivers: hv: vmbus: Drop error message when 'No request id available'Andrea Parri (Microsoft)1-1/+0
2024-03-15serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko1-1/+2
2024-03-15getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov1-3/+13
2024-03-15getrusage: use __for_each_thread()Oleg Nesterov1-3/+1
2024-03-15getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov1-15/+19
2024-03-15getrusage: add the "signal_struct *sig" local variableOleg Nesterov1-18/+19
2024-03-15mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa1-1/+12
2024-03-15mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz3-26/+17
2024-03-15hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta1-20/+62
2024-03-15hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang1-2/+1
2024-03-15hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui1-2/+11
2024-03-15hv_netvsc: Process NETDEV_GOING_DOWN on VF hot removeLong Li1-3/+7
2024-03-15hv_netvsc: Wait for completion on request SWITCH_DATA_PATHLong Li2-4/+34
2024-03-15hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran4-6/+31
2024-03-15Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardeningAndres Beltran4-9/+219
2024-03-15ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi1-14/+11
2024-03-15ext4: refactor ext4_da_map_blocks()Zhang Yi1-22/+17
2024-03-15ext4: make ext4_es_insert_extent() return voidBaokun Li4-28/+18
2024-03-15lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek2-6/+29
2024-03-15lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore8-43/+44
2024-03-15bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau4-24/+32
2024-03-15net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau1-3/+9
2024-03-15serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve1-2/+18
2024-03-15serial: max310x: use a separate regmap for each portCosmin Tanislav1-32/+36
2024-03-15serial: max310x: use regmap methods for SPI batch operationsCosmin Tanislav1-28/+8
2024-03-15serial: max310x: Make use of device propertiesAndy Shevchenko1-18/+9
2024-03-15serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve1-3/+9
2024-03-15serial: max310x: Try to get crystal clock rate from propertyAndy Shevchenko1-14/+26
2024-03-15serial: max310x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko1-15/+15
2024-03-15xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio1-1/+5
2024-03-15xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman2-14/+61
2024-03-15xhci: prevent double-fetch of transfer and transfer event TRBsMathias Nyman1-23/+19
2024-03-15xhci: remove extra loop in interrupt contextMathias Nyman2-7/+16
2024-03-15um: allow not setting extra rpaths in the linux binaryJohannes Berg3-2/+16
2024-03-15selftests: mm: fix map_hugetlb failure on 64K page size systemsNico Pache1-0/+7
2024-03-15selftests/mm: switch to bash from shMuhammad Usama Anjum2-2/+2
2024-03-15netrom: Fix data-races around sysctl_net_busy_readJason Xing2-4/+4
2024-03-15netrom: Fix a data-race around sysctl_netrom_link_fails_countJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_routing_controlJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeoutJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_requested_window_sizeJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_busy_delayJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delayJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_maximum_triesJason Xing1-1/+1