summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches2021-03-073-5/+74
* scsi: iscsi: Restrict sessions and handles to admin capabilitiesLee Duncan2021-03-071-0/+6
* ASoC: Intel: bytcr_rt5640: Add quirk for the Acer One S1002 tabletHans de Goede2021-03-071-0/+13
* ASoC: Intel: bytcr_rt5640: Add quirk for the Voyo Winpad A15 tabletHans de Goede2021-03-071-0/+14
* ASoC: Intel: bytcr_rt5640: Add quirk for the Estar Beauty HD MID 7316R tabletHans de Goede2021-03-071-0/+10
* parisc: Bump 64-bit IRQ stack size to 64 KBJohn David Anglin2021-03-071-0/+4
* btrfs: fix error handling in commit_fs_rootsJosef Bacik2021-03-071-5/+6
* f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu2021-03-071-0/+8
* f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim2021-03-071-2/+2
* media: uvcvideo: Allow entities with no padsRicardo Ribalda2021-03-071-2/+5
* drm/amd/display: Guard against NULL pointer deref when get_i2c_info failsNicholas Kazlauskas2021-03-071-0/+5
* PCI: Add a REBAR size quirk for Sapphire RX 5600 XT PulseNirmoy Das2021-03-071-1/+8
* crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel2021-03-071-10/+10
* staging: most: sound: add sanity check for function argumentChristian Gromm2021-03-071-0/+2
* Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari2021-03-071-0/+3
* x86/build: Treat R_386_PLT32 relocation as R_386_PC32Fangrui Song2021-03-072-4/+9
* ath10k: fix wmi mgmt tx queue full due to race conditionMiaoqing Pan2021-03-071-11/+4
* pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu2021-03-071-1/+1
* Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for btrtlClaire Chang2021-03-071-0/+5
* wlcore: Fix command execute failure 19 for wl12xxTony Lindgren2021-03-073-20/+1
* vt/consolemap: do font sum unsignedJiri Slaby2021-03-071-1/+1
* x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirkHeiner Kallweit2021-03-071-0/+9
* staging: fwserial: Fix error handling in fwserial_createDinghao Liu2021-03-071-0/+2
* rsi: Move card interrupt handling to RX threadMarek Vasut2021-03-073-51/+15
* rsi: Fix TX EAPOL packet handling against iwlwifi APMarek Vasut2021-03-071-1/+2
* dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/Geert Uytterhoeven2021-03-071-1/+1
* net: bridge: use switchdev for port flags set through sysfs tooVladimir Oltean2021-03-071-3/+6
* mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai2021-03-071-10/+12
* net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver2021-03-071-1/+13
* smackfs: restrict bytes count in smackfs write functionsSabyrzhan Tasbolatov2021-03-071-2/+19
* xfs: Fix assert failure in xfs_setattr_size()Yumei Huang2021-03-071-1/+1
* media: mceusb: sanity check for prescaler valueSean Young2021-03-071-1/+8
* udlfb: Fix memory leak in dlfb_usb_probeZqiang2021-03-071-0/+1
* JFS: more checks for invalid superblockRandy Dunlap2021-03-072-0/+11
* MIPS: VDSO: Use CLANG_FLAGS instead of filtering out '--target='Nathan Chancellor2021-03-071-4/+1
* arm64: Use correct ll/sc atomic constraintsAndrew Murray2021-03-071-42/+47
* arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraintWill Deacon2021-03-071-1/+1
* arm64: Avoid redundant type conversions in xchg() and cmpxchg()Will Deacon2021-03-073-107/+108
* arm64 module: set plt* section addresses to 0x0Shaoying Xu2021-03-071-3/+3
* virtio/s390: implement virtio-ccw revision 2 correctlyCornelia Huck2021-03-071-2/+2
* drm/virtio: use kvmalloc for large allocationsSergey Senozhatsky2021-03-071-3/+3
* hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz2021-03-071-2/+4
* net: usb: qmi_wwan: support ZTE P685M modemLech Perczak2021-03-071-0/+1
* Linux 4.19.178v4.19.178Greg Kroah-Hartman2021-03-041-1/+1
* ARM: dts: aspeed: Add LCLK to lpc-snoopJohn Wang2021-03-042-0/+2
* net: qrtr: Fix memory leak in qrtr_tun_openTakeshi Misawa2021-03-041-1/+11
* dm era: Update in-core bitset after committing the metadataNikos Tsironis2021-03-041-6/+19
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-047-24/+44
* ipv6: silence compilation warning for non-IPV6 buildsLeon Romanovsky2021-03-041-1/+1
* ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2021-03-043-8/+29