summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-27aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2-6/+7
2024-03-27md: Don't clear MD_CLOSING when the raid is about to stopLi Nan1-4/+10
2024-03-27md: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig1-31/+31
2024-03-27block: add a new set_read_only methodChristoph Hellwig2-0/+6
2024-03-27md: switch to ->check_events for media change notificationsChristoph Hellwig4-23/+10
2024-03-27fs/select: rework stack allocation hack for clangArnd Bergmann2-5/+1
2024-03-27do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakNikita Zhandarovich1-1/+1
2024-03-27crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu4-8/+15
2024-03-27crypto: af_alg - make some functions staticEric Biggers2-20/+7
2024-03-27crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek2-12/+1
2024-03-27ASoC: wm8962: Fix up incorrect error message in wm8962_set_fllStuart Henderson1-1/+1
2024-03-27ASoC: wm8962: Enable both SPKOUTR_ENA and SPKOUTL_ENA in mono modeStuart Henderson1-9/+14
2024-03-27ASoC: wm8962: Enable oscillator if selecting WM8962_FLL_OSCStuart Henderson1-0/+4
2024-03-27Input: gpio_keys_polled - suppress deferred probe error for gpioUwe Kleine-König1-6/+4
2024-03-27ASoC: Intel: bytcr_rt5640: Add an extra entry for the Chuwi Vi8 tabletAlban Boyé1-0/+12
2024-03-27firewire: core: use long bus reset on gap count errorTakashi Sakamoto1-1/+13
2024-03-27Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu1-1/+1
2024-03-27scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar1-1/+3
2024-03-27dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka2-4/+4
2024-03-27block: sed-opal: handle empty atoms when parsing responseGreg Joyce2-1/+6
2024-03-27net/iucv: fix the allocation size of iucv_path_table arrayAlexander Gordeev1-2/+2
2024-03-27MIPS: Clear Cause.BD in instruction_pointer_setJiaxun Yang1-0/+1
2024-03-27x86/xen: Add some null pointer checking to smp.cKunwu Chan1-0/+12
2024-03-27ASoC: rt5645: Make LattePanda board DMI match more preciseHans de Goede1-0/+10
2024-03-15Linux 4.19.310v4.19.310Sasha Levin1-1/+1
2024-03-15selftests/vm: fix map_hugetlb length used for testing read and writeChristophe Leroy1-7/+7
2024-03-15selftests/vm: fix display of page size in map_hugetlbChristophe Leroy1-1/+1
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-15y2038: rusage: use __kernel_old_timevalArnd Bergmann3-5/+5
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-15Input: i8042 - fix strange behavior of touchpad on Clevo NS70PUWerner Sembach1-0/+6
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-15tools/selftest/vm: allow choosing mem size and page size in map_hugetlbChristophe Leroy1-2/+27
2024-03-15btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin1-2/+4
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
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_timeoutJason Xing1-1/+1
2024-03-15netrom: Fix data-races around sysctl_netrom_network_ttl_initialiserJason Xing3-4/+5