summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-16can: c_can: move runtime PM enable/disable to c_can_platformTong Zhang2-24/+6
2021-03-16can: c_can_pci: c_can_pci_remove(): fix use-after-freeTong Zhang1-1/+2
2021-03-16can: kvaser_usb: Add support for USBcan Pro 4xHSJimmy Assarsson2-1/+4
2021-03-16can: kvaser_pciefd: Always disable bus load reportingJimmy Assarsson1-0/+4
2021-03-16can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrateAngelo Dureghello1-1/+7
2021-03-16can: peak_usb: add forgotten supported devicesStephane Grosjean1-0/+2
2021-03-16can: isotp: TX-path: ensure that CAN frame flags are initializedMarc Kleine-Budde1-6/+3
2021-03-16can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FDMarc Kleine-Budde1-1/+2
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi3-1/+4
2021-03-16Merge tag 'usb-v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman1-1/+4
2021-03-16ALSA: hda/realtek: fix mute/micmute LEDs for HP 840 G8Jeremy Szu1-0/+1
2021-03-16scsi: lpfc: Fix some error codes in debugfsDan Carpenter1-2/+2
2021-03-16scsi: qla2xxx: Fix broken #endif placementAlexey Dobriyan1-1/+1
2021-03-16scsi: st: Fix a use after free in st_open()Lv Yunlong1-1/+1
2021-03-16scsi: myrs: Fix a double free in myrs_cleanup()Lv Yunlong1-1/+1
2021-03-16scsi: ibmvfc: Free channel_setup_buf during device tear downTyrel Datwyler1-0/+2
2021-03-16drm: rcar-du: Use drmm_encoder_alloc() to manage encoderKieran Bingham1-25/+6
2021-03-16mptcp: fix ADD_ADDR HMAC in case port is specifiedDavide Caratti1-10/+14
2021-03-16Merge tag 'afs-fixes-20210315' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-31/+12
2021-03-16tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin3-5/+11
2021-03-15tipc: better validate user input in tipc_nl_retrieve_key()Eric Dumazet1-3/+8
2021-03-15net: phylink: Fix phylink_err() function name error in phylink_major_configOng Boon Leong1-1/+1
2021-03-15ALSA: hda/realtek: apply pin quirk for XiaomiNotebook ProXiaoliang Yu1-0/+1
2021-03-15net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx"Xie He1-1/+41
2021-03-15s390/pci: fix leak of PCI device structureNiklas Schnelle4-18/+33
2021-03-15s390/vtime: fix increased steal time accountingGerald Schaefer1-1/+1
2021-03-15s390/cpumf: disable preemption when accessing per-cpu variableThomas Richter1-1/+2
2021-03-15drm/amd/display: Copy over soc values before bounding box creationSung Lee1-0/+5
2021-03-15netfilter: ctnetlink: fix dump of the expect mask attributeFlorian Westphal1-0/+1
2021-03-15netfilter: x_tables: Use correct memory barriers.Mark Tomlinson2-2/+2
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson5-40/+56
2021-03-15Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson3-3/+3
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells6-28/+0
2021-03-15afs: Fix accessing YFS xattrs on a non-YFS serverDavid Howells2-3/+12
2021-03-15selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failedHangbin Liu1-4/+2
2021-03-15btrfs: zoned: fix linked list corruption after log root tree allocation failureFilipe Manana1-4/+4
2021-03-15btrfs: fix qgroup data rsv leak caused by falloc failureQu Wenruo1-5/+19
2021-03-15btrfs: track qgroup released data in own variable in insert_prealloc_file_extentQu Wenruo1-5/+6
2021-03-15btrfs: fix wrong offset to zero out range beyond i_sizeQu Wenruo1-1/+1
2021-03-15xfs: also reject BULKSTAT_SINGLE in a mount user namespaceChristoph Hellwig1-0/+6
2021-03-15docs: ABI: Fix the spelling oustanding to outstanding in the file sysfs-fs-xfsBhaskar Chowdhury1-1/+1
2021-03-15xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong1-46/+44
2021-03-15regulator: bd9571mwv: Convert device attribute to sysfs_emit()Geert Uytterhoeven1-1/+1
2021-03-15regulator: bd9571mwv: Fix regulator name printed on registration failureGeert Uytterhoeven1-1/+1
2021-03-15regulator: bd9571mwv: Fix AVS and DVFS voltage rangeGeert Uytterhoeven1-2/+2
2021-03-15Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman10-40/+68
2021-03-15io_uring: fix sqpoll cancellation via task_workPavel Begunkov1-1/+5
2021-03-15io_uring: add generic callback_head helpersPavel Begunkov1-26/+36
2021-03-15io_uring: fix concurrent parkingPavel Begunkov1-2/+11
2021-03-15io_uring: halt SQO submission on ctx exitPavel Begunkov1-0/+8