summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-22f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu1-6/+12
2023-02-22fbdev: smscufx: fix error handling code in ufx_usb_probeDongliang Mu1-15/+31
2023-02-22powerpc/imc-pmu: Revert nest_init_lock to being a mutexMichael Ellerman1-7/+7
2023-02-22serial: 8250_dma: Fix DMA Rx rearm raceIlpo Järvinen1-2/+10
2023-02-22serial: 8250_dma: Fix DMA Rx completion raceIlpo Järvinen1-1/+13
2023-02-22xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu1-2/+2
2023-02-22mm: swap: properly update readahead statistics in unuse_pte_range()Andrea Righi1-4/+8
2023-02-22nvmem: core: fix cell removal on errorMichael Walle1-2/+1
2023-02-22Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher4-5/+5
2023-02-22mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia1-0/+1
2023-02-22fpga: stratix10-soc: Fix return value check in s10_ops_write_init()Zheng Yongjun1-2/+2
2023-02-22mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2-3/+14
2023-02-22riscv: disable generation of unwind tablesAndreas Schwab1-0/+3
2023-02-22parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller1-2/+13
2023-02-22parisc: Fix return code of pdc_iodc_print()Helge Deller1-2/+3
2023-02-22iio:adc:twl6030: Enable measurements of VUSB, VBAT and othersAndreas Kemnade1-0/+32
2023-02-22iio: adc: berlin2-adc: Add missing of_node_put() in error pathXiongfeng Wang1-1/+3
2023-02-22iio: hid: fix the retval in accel_3d_capture_sampleDmitry Perchanov1-0/+1
2023-02-22efi: Accept version 2 of memory attributes tableArd Biesheuvel1-1/+1
2023-02-22watchdog: diag288_wdt: fix __diag288() inline assemblyAlexander Egorenkov1-1/+1
2023-02-22watchdog: diag288_wdt: do not use stack buffers for hardware dataAlexander Egorenkov1-2/+11
2023-02-22fbcon: Check font dimension limitsSamuel Thibault1-2/+5
2023-02-22Input: i8042 - add Clevo PCX0DX to i8042 quirk tableWerner Sembach1-0/+7
2023-02-22Input: i8042 - add TUXEDO devices to i8042 quirk tablesWerner Sembach1-0/+129
2023-02-22Input: i8042 - merge quirk tablesWerner Sembach1-500/+590
2023-02-22Input: i8042 - move __initconst to fix code styling warningWerner Sembach1-1/+1
2023-02-22vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy1-4/+5
2023-02-22usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_waitUdipto Goswami1-1/+3
2023-02-22usb: dwc3: qcom: enable vbus override when in OTG dr-modeNeil Armstrong1-1/+1
2023-02-22usb: dwc3: dwc3-qcom: Fix typo in the dwc3 vbus override APIWesley Cheng1-4/+4
2023-02-22iio: adc: stm32-dfsdm: fill module aliasesOlivier Moysan1-0/+1
2023-02-22net/x25: Fix to not accept on connected socketHyunwoo Kim1-0/+6
2023-02-22i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap1-22/+22
2023-02-22scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie1-3/+6
2023-02-22scsi: target: core: Fix warning on RT kernelsMaurizio Lombardi1-2/+2
2023-02-22efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev1-0/+2
2023-02-22net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2023-02-22virtio-net: Keep stop() to follow mirror sequence of open()Parav Pandit1-1/+1
2023-02-22selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchma...Andrei Gherzan1-7/+27
2023-02-22selftests: net: udpgso_bench: Fix racing bug between the rx/tx programsAndrei Gherzan1-4/+20
2023-02-22selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are providedAndrei Gherzan2-0/+4
2023-02-22selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warningAndrei Gherzan1-1/+1
2023-02-22ata: libata: Fix sata_down_spd_limit() when no link speed is reportedDamien Le Moal1-1/+1
2023-02-22can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan1-4/+0
2023-02-22net: phy: meson-gxl: Add generic dummy stubs for MMD register accessChris Healy1-0/+2
2023-02-22squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin1-1/+1
2023-02-22netfilter: br_netfilter: disable sabotage_in hook after first suppressionFlorian Westphal1-0/+1
2023-02-22netrom: Fix use-after-free caused by accept on already connected socketHyunwoo Kim1-0/+5
2023-02-22fix "direction" argument of iov_iter_kvec()Al Viro1-4/+4
2023-02-22fix iov_iter_bvec() "direction" argumentAl Viro1-2/+2