summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.19.285v4.19.285Greg Kroah-Hartman2023-06-091-1/+1
* wifi: rtlwifi: 8192de: correct checking of IQK reloadPing-Ke Shih2023-06-091-5/+4
* scsi: dpt_i2o: Do not process completions with invalid addressesBen Hutchings2023-06-092-3/+3
* scsi: dpt_i2o: Remove broken pass-through ioctl (I2OUSERCMD)Ben Hutchings2023-06-092-263/+3
* regmap: Account for register length when chunkingJim Wylder2023-06-091-2/+4
* fbcon: Fix null-ptr-deref in soft_cursorHelge Deller2023-06-091-0/+3
* ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o2023-06-092-0/+6
* selinux: don't use make's grouped targets feature yetPaul Moore2023-06-091-1/+5
* tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL...Sherry Sun2023-06-091-21/+23
* mmc: vub300: fix invalid response handlingDeren Wu2023-06-091-0/+3
* rsi: Remove unnecessary boolean conditionNathan Chancellor2023-06-091-1/+1
* regulator: da905{2,5}: Remove unnecessary array checkNathan Chancellor2023-06-092-2/+2
* hwmon: (scmi) Remove redundant pointer checkNathan Chancellor2023-06-091-1/+1
* wifi: rtlwifi: remove always-true condition pointed out by GCC 12Jakub Kicinski2023-06-091-4/+1
* lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor2023-06-091-1/+1
* kernel/extable.c: use address-of operator on section symbolsNathan Chancellor2023-06-091-1/+2
* eth: sun: cassini: remove dead codeMartin Liška2023-06-091-2/+2
* gcc-12: disable '-Wdangling-pointer' warning for nowLinus Torvalds2023-06-091-0/+4
* ACPI: thermal: drop an always true checkAdam Borowski2023-06-091-2/+0
* x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook2023-06-092-13/+25
* ata: libata-scsi: Use correct device no in ata_find_dev()Damien Le Moal2023-06-091-8/+26
* scsi: stex: Fix gcc 13 warningsBart Van Assche2023-06-091-0/+4
* usb: gadget: f_fs: Add unbind event before functionfs_unbindUttkarsh Aggarwal2023-06-091-1/+1
* net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818Sebastian Krzyszkowiak2023-06-091-1/+1
* iio: dac: build ad5758 driver when AD5758 is selectedLukas Bulwahn2023-06-091-1/+1
* iio: dac: mcp4725: Fix i2c_master_send() return value handlingMarek Vasut2023-06-091-2/+14
* HID: wacom: avoid integer overflow in wacom_intuos_inout()Nikita Zhandarovich2023-06-091-1/+1
* HID: google: add jewel USB idSung-Chi Li2023-06-092-0/+3
* iio: adc: mxs-lradc: fix the order of two cleanup operationsJiakai Luo2023-06-091-5/+5
* mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()Dan Carpenter2023-06-091-4/+6
* atm: hide unused procfs functionsArnd Bergmann2023-06-091-0/+2
* ALSA: oss: avoid missing-prototype warningsArnd Bergmann2023-06-091-8/+8
* netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix2023-06-091-0/+4
* wifi: b43: fix incorrect __packed annotationArnd Bergmann2023-06-092-2/+2
* scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failedWenchao Hao2023-06-091-0/+2
* arm64/mm: mark private VM_FAULT_X defines as vm_fault_tMin-Hua Chen2023-06-091-2/+2
* ARM: dts: stm32: add pin map for CAN controller on stm32f7Dario Binacchi2023-06-091-0/+82
* wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR valueYun Lu2023-06-092-1/+4
* media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221Hyunwoo Kim2023-06-091-1/+36
* media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()Takashi Iwai2023-06-091-4/+12
* media: dvb-core: Fix use-after-free due on race condition at dvb_netHyunwoo Kim2023-06-092-3/+39
* media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID tableKrzysztof Kozlowski2023-06-091-1/+1
* media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb()Hyunwoo Kim2023-06-091-2/+1
* media: dvb_ca_en50221: fix a size write bugYongSu Yoo2023-06-091-5/+7
* media: netup_unidvb: fix irq init by register it at the end of probeWei Chen2023-06-091-8/+9
* media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_addressWei Chen2023-06-091-1/+1
* media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer()Wei Chen2023-06-091-0/+4
* media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xferZhang Shurong2023-06-091-0/+20
* media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer()Wei Chen2023-06-091-0/+8
* media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer()Wei Chen2023-06-091-0/+12