summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.19.157v4.19.157Greg Kroah-Hartman2020-11-101-1/+1
* powercap: restrict energy meter to root accessLen Brown2020-11-101-2/+2
* Linux 4.19.156v4.19.156Greg Kroah-Hartman2020-11-101-1/+1
* arm64: dts: marvell: espressobin: Add ethernet switch aliasesPali Rohár2020-11-101-4/+8
* net: dsa: read mac address from DT for slave deviceXiaofei Shen2020-11-103-1/+6
* tools: perf: Fix build error in v4.19.yGuenter Roeck2020-11-101-1/+1
* perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)2020-11-101-7/+5
* PM: runtime: Resume the device earlier in __device_release_driver()Rafael J. Wysocki2020-11-101-2/+5
* Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"Vineet Gupta2020-11-101-5/+11
* ARC: stack unwinding: avoid indefinite loopingVineet Gupta2020-11-101-1/+6
* usb: mtu3: fix panic in mtu3_gadget_stop()Macpaul Lin2020-11-101-0/+1
* USB: Add NO_LPM quirk for Kingston flash driveAlan Stern2020-11-101-0/+3
* USB: serial: option: add Telit FN980 composition 0x1055Daniele Palmas2020-11-101-0/+2
* USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231Daniele Palmas2020-11-101-0/+6
* USB: serial: option: add Quectel EC200T module supportZiyi Cao2020-11-101-0/+2
* USB: serial: cyberjack: fix write-URB completion raceJohan Hovold2020-11-101-1/+6
* serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao2020-11-101-0/+3
* serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang2020-11-101-1/+1
* fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu2020-11-101-5/+5
* vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-101-22/+2
* ACPI: NFIT: Fix comparison to '-ENXIO'Zhang Qilong2020-11-101-1/+1
* drm/vc4: drv: Add error handding for bindHoegeun Kwon2020-11-101-0/+1
* vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep2020-11-101-1/+1
* scsi: core: Don't start concurrent async scan on same hostMing Lei2020-11-101-3/+4
* blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi2020-11-101-2/+12
* blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi2020-11-101-0/+1
* of: Fix reserved-memory overlap detectionVincent Whitchurch2020-11-101-2/+11
* x86/kexec: Use up-to-dated screen_info copy to fill boot paramsKairui Song2020-11-101-2/+1
* ARM: dts: sun4i-a10: fix cpu_alert temperatureClément Péron2020-11-101-1/+1
* futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith2020-11-101-2/+14
* tracing: Fix out of bounds write in get_trace_bufQiujun Huang2020-11-101-1/+1
* ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2020-11-102-4/+28
* ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)2020-11-101-1/+2
* ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)2020-11-101-12/+46
* gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring2020-11-101-1/+2
* mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe2020-11-102-4/+9
* kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang2020-11-101-1/+2
* lib/crc32test: remove extra local_irq_disable/enableVasily Gorbik2020-11-101-4/+0
* mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo2020-11-101-3/+3
* ALSA: usb-audio: Add implicit feedback quirk for MODXGeoffrey D. Bennett2020-11-101-0/+1
* ALSA: usb-audio: Add implicit feedback quirk for Qu-16Geoffrey D. Bennett2020-11-101-0/+1
* ALSA: usb-audio: add usb vendor id as DSD-capable for Khadas devicesArtem Lapkin2020-11-101-0/+1
* ALSA: usb-audio: Add implicit feedback quirk for Zoom UAC-2Keith Winstein2020-11-101-0/+4
* Fonts: Replace discarded const qualifierLee Jones2020-11-1011-11/+11
* btrfs: tree-checker: fix the error message for transid errorQu Wenruo2020-11-101-1/+1
* btrfs: tree-checker: Verify inode itemQu Wenruo2020-11-102-0/+109
* btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo2020-11-101-0/+7
* btrfs: tree-checker: Fix wrong check on max devidQu Wenruo2020-11-101-7/+0
* btrfs: tree-checker: Verify dev itemQu Wenruo2020-11-103-9/+83
* btrfs: tree-checker: Check chunk item at tree block read timeQu Wenruo2020-11-102-3/+15