summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-10Linux 4.19.157v4.19.157Greg Kroah-Hartman1-1/+1
2020-11-10powercap: restrict energy meter to root accessLen Brown1-2/+2
2020-11-10Linux 4.19.156v4.19.156Greg Kroah-Hartman1-1/+1
2020-11-10arm64: dts: marvell: espressobin: Add ethernet switch aliasesPali Rohár1-4/+8
2020-11-10net: dsa: read mac address from DT for slave deviceXiaofei Shen3-1/+6
2020-11-10tools: perf: Fix build error in v4.19.yGuenter Roeck1-1/+1
2020-11-10perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)1-7/+5
2020-11-10PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki1-2/+5
2020-11-10Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"Vineet Gupta1-5/+11
2020-11-10ARC: stack unwinding: avoid indefinite loopingVineet Gupta1-1/+6
2020-11-10usb: mtu3: fix panic in mtu3_gadget_stop()Macpaul Lin1-0/+1
2020-11-10USB: Add NO_LPM quirk for Kingston flash driveAlan Stern1-0/+3
2020-11-10USB: serial: option: add Telit FN980 composition 0x1055Daniele Palmas1-0/+2
2020-11-10USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231Daniele Palmas1-0/+6
2020-11-10USB: serial: option: add Quectel EC200T module supportZiyi Cao1-0/+2
2020-11-10USB: serial: cyberjack: fix write-URB completion raceJohan Hovold1-1/+6
2020-11-10serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao1-0/+3
2020-11-10serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang1-1/+1
2020-11-10fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu1-5/+5
2020-11-10vt: Disable KD_FONT_OP_COPYDaniel Vetter1-22/+2
2020-11-10ACPI: NFIT: Fix comparison to '-ENXIO'Zhang Qilong1-1/+1
2020-11-10drm/vc4: drv: Add error handding for bindHoegeun Kwon1-0/+1
2020-11-10vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep1-1/+1
2020-11-10scsi: core: Don't start concurrent async scan on same hostMing Lei1-3/+4
2020-11-10blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi1-2/+12
2020-11-10blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi1-0/+1
2020-11-10of: Fix reserved-memory overlap detectionVincent Whitchurch1-2/+11
2020-11-10x86/kexec: Use up-to-dated screen_info copy to fill boot paramsKairui Song1-2/+1
2020-11-10ARM: dts: sun4i-a10: fix cpu_alert temperatureClément Péron1-1/+1
2020-11-10futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith1-2/+14
2020-11-10tracing: Fix out of bounds write in get_trace_bufQiujun Huang1-1/+1
2020-11-10ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2-4/+28
2020-11-10ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)1-1/+2
2020-11-10ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)1-12/+46
2020-11-10gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring1-1/+2
2020-11-10mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe2-4/+9
2020-11-10kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang1-1/+2
2020-11-10lib/crc32test: remove extra local_irq_disable/enableVasily Gorbik1-4/+0
2020-11-10mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo1-3/+3
2020-11-10ALSA: usb-audio: Add implicit feedback quirk for MODXGeoffrey D. Bennett1-0/+1
2020-11-10ALSA: usb-audio: Add implicit feedback quirk for Qu-16Geoffrey D. Bennett1-0/+1
2020-11-10ALSA: usb-audio: add usb vendor id as DSD-capable for Khadas devicesArtem Lapkin1-0/+1
2020-11-10ALSA: usb-audio: Add implicit feedback quirk for Zoom UAC-2Keith Winstein1-0/+4
2020-11-10Fonts: Replace discarded const qualifierLee Jones11-11/+11
2020-11-10btrfs: tree-checker: fix the error message for transid errorQu Wenruo1-1/+1
2020-11-10btrfs: tree-checker: Verify inode itemQu Wenruo2-0/+109
2020-11-10btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo1-0/+7
2020-11-10btrfs: tree-checker: Fix wrong check on max devidQu Wenruo1-7/+0
2020-11-10btrfs: tree-checker: Verify dev itemQu Wenruo3-9/+83
2020-11-10btrfs: tree-checker: Check chunk item at tree block read timeQu Wenruo2-3/+15