summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-09Linux 5.4.246v5.4.246Greg Kroah-Hartman1-1/+1
2023-06-09drm/edid: fix objtool warning in drm_cvt_modes()Linus Torvalds1-2/+2
2023-06-09wifi: rtlwifi: 8192de: correct checking of IQK reloadPing-Ke Shih1-5/+4
2023-06-09drm/edid: Fix uninitialized variable in drm_cvt_modes()Lyude Paul1-0/+2
2023-06-09RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeedsSelvin Xavier1-11/+11
2023-06-09RDMA/bnxt_re: Remove set but not used variable 'dev_attr'YueHaibing1-2/+0
2023-06-09scsi: dpt_i2o: Do not process completions with invalid addressesBen Hutchings2-3/+3
2023-06-09scsi: dpt_i2o: Remove broken pass-through ioctl (I2OUSERCMD)Ben Hutchings2-267/+8
2023-06-09regmap: Account for register length when chunkingJim Wylder1-2/+4
2023-06-09test_firmware: fix the memory leak of the allocated firmware bufferMirsad Goran Todorovac1-1/+18
2023-06-09fbcon: Fix null-ptr-deref in soft_cursorHelge Deller1-0/+3
2023-06-09ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o2-0/+6
2023-06-09ext4: disallow ea_inodes with extended attributesTheodore Ts'o1-0/+3
2023-06-09ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o1-0/+1
2023-06-09ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o3-35/+35
2023-06-09tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello1-1/+1
2023-06-09selinux: don't use make's grouped targets feature yetPaul Moore1-1/+5
2023-06-09tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL...Sherry Sun1-21/+23
2023-06-09mmc: vub300: fix invalid response handlingDeren Wu1-0/+3
2023-06-09wifi: rtlwifi: remove always-true condition pointed out by GCC 12Jakub Kicinski1-4/+1
2023-06-09lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor1-1/+1
2023-06-09treewide: Remove uninitialized_var() usageKees Cook160-252/+251
2023-06-09kernel/extable.c: use address-of operator on section symbolsNathan Chancellor1-1/+2
2023-06-09eth: sun: cassini: remove dead codeMartin Liška1-2/+2
2023-06-09gcc-12: disable '-Wdangling-pointer' warning for nowLinus Torvalds1-0/+4
2023-06-09ACPI: thermal: drop an always true checkAdam Borowski1-2/+0
2023-06-09x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook2-13/+25
2023-06-09flow_dissector: work around stack frame size warningArnd Bergmann1-9/+8
2023-06-09ata: libata-scsi: Use correct device no in ata_find_dev()Damien Le Moal1-8/+26
2023-06-09scsi: stex: Fix gcc 13 warningsBart Van Assche1-0/+4
2023-06-09misc: fastrpc: reject new invocations during device removalRichard Acayan1-1/+2
2023-06-09misc: fastrpc: return -EPIPE to invocations on device removalRichard Acayan1-1/+3
2023-06-09usb: gadget: f_fs: Add unbind event before functionfs_unbindUttkarsh Aggarwal1-1/+1
2023-06-09net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818Sebastian Krzyszkowiak1-1/+1
2023-06-09iio: dac: build ad5758 driver when AD5758 is selectedLukas Bulwahn1-1/+1
2023-06-09iio: dac: mcp4725: Fix i2c_master_send() return value handlingMarek Vasut1-2/+14
2023-06-09iio: light: vcnl4035: fixed chip ID checkFrank Li1-0/+3
2023-06-09HID: wacom: avoid integer overflow in wacom_intuos_inout()Nikita Zhandarovich1-1/+1
2023-06-09HID: google: add jewel USB idSung-Chi Li2-0/+3
2023-06-09iio: adc: mxs-lradc: fix the order of two cleanup operationsJiakai Luo1-5/+5
2023-06-09mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()Dan Carpenter1-4/+6
2023-06-09atm: hide unused procfs functionsArnd Bergmann1-0/+2
2023-06-09ALSA: oss: avoid missing-prototype warningsArnd Bergmann1-8/+8
2023-06-09netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix1-0/+4
2023-06-09wifi: b43: fix incorrect __packed annotationArnd Bergmann2-2/+2
2023-06-09scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failedWenchao Hao1-0/+2
2023-06-09arm64/mm: mark private VM_FAULT_X defines as vm_fault_tMin-Hua Chen1-2/+2
2023-06-09ARM: dts: stm32: add pin map for CAN controller on stm32f7Dario Binacchi1-0/+82
2023-06-09wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR valueYun Lu2-1/+4
2023-06-09media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221Hyunwoo Kim1-1/+36