summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-22Linux 4.14.311v4.14.311Greg Kroah-Hartman
2023-03-22HID: uhid: Over-ride the default maximum data buffer value with our ownLee Jones
2023-03-22HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones
2023-03-22serial: 8250_em: Fix UART port typeBiju Das
2023-03-22drm/i915: Don't use stolen memory for ring buffers with LLCJohn Harrison
2023-03-22fbdev: stifb: Provide valid pixelclock and add fb_check_var() checksHelge Deller
2023-03-22ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin
2023-03-22sh: intc: Avoid spurious sizeof-pointer-div warningMichael Karcher
2023-03-22ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li
2023-03-22ext4: fail ext4_iget if special inode unallocatedBaokun Li
2023-03-22mmc: atmel-mci: fix race between stop command and start of next commandTobias Schramm
2023-03-22media: m5mols: fix off-by-one loop termination errorLinus Torvalds
2023-03-22hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condi...Zheng Wang
2023-03-22hwmon: (adt7475) Fix masking of hysteresis registersTony O'Brien
2023-03-22hwmon: (adt7475) Display smoothing attributes in correct orderTony O'Brien
2023-03-22ethernet: sun: add check for the mdesc_grab()Liang He
2023-03-22net/iucv: Fix size of interrupt dataAlexandra Winter
2023-03-22net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pullSzymon Heidrich
2023-03-22ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel
2023-03-22block: sunvdc: add check for mdesc_grab() returning NULLLiang He
2023-03-22nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal
2023-03-22net: usb: smsc75xx: Limit packet length to skb->lenSzymon Heidrich
2023-03-22nfc: st-nci: Fix use after free bug in ndlc_remove due to race conditionZheng Wang
2023-03-22net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet
2023-03-22qed/qed_dev: guard against a possible division by zeroDaniil Tatianin
2023-03-22nfc: pn533: initialize struct pn533_out_arg properlyFedor Pchelkin
2023-03-22tcp: tcp_make_synack() can be called from process contextBreno Leitao
2023-03-22fs: sysfs_emit_at: Remove PAGE_SIZE alignment checkEric Biggers
2023-03-22ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2023-03-17Linux 4.14.310v4.14.310Greg Kroah-Hartman
2023-03-17x86/cpu: Fix LFENCE serialization check in init_amd()Rhythm Mahajan
2023-03-17drm/i915: Don't use BAR mappings for ring buffers with LLCJohn Harrison
2023-03-17tipc: improve function tipc_wait_for_cond()Tung Nguyen
2023-03-17media: ov5640: Fix analogue gain controlPaul Elder
2023-03-17PCI: Add SolidRun vendor IDAlvaro Karsz
2023-03-17macintosh: windfarm: Use unsigned type for 1-bit bitfieldsNathan Chancellor
2023-03-17alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes
2023-03-17MIPS: Fix a compilation issuexurui
2023-03-17net: caif: Fix use-after-free in cfusbl_device_notify()Shigeru Yoshida
2023-03-17ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet
2023-03-17nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_pro...Kang Chen
2023-03-17nfc: change order inside nfc_se_io error pathFedor Pchelkin
2023-03-17ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng
2023-03-17ext4: fix WARNING in ext4_update_inline_dataYe Bin
2023-03-17ext4: move where set the MAY_INLINE_DATA flag is setYe Bin
2023-03-17ext4: fix another off-by-one fsmap error on 1k block filesystemsDarrick J. Wong
2023-03-17ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney
2023-03-17x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper
2023-03-17fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o