summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-09Linux 4.19.94v4.19.94Greg Kroah-Hartman1-1/+1
2020-01-09perf/x86/intel/bts: Fix the use of page_private()Alexander Shishkin1-5/+11
2020-01-09xen/blkback: Avoid unmapping unmapped grant pagesSeongJae Park1-0/+2
2020-01-09s390/smp: fix physical to logical CPU map for SMTHeiko Carstens1-26/+54
2020-01-09ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng1-7/+27
2020-01-09net: add annotations on hh->hh_len lockless accessesEric Dumazet4-5/+14
2020-01-09xfs: periodically yield scrub threads to the schedulerDarrick J. Wong1-1/+8
2020-01-09ath9k_htc: Discard undersized packetsMasashi Honma1-4/+19
2020-01-09ath9k_htc: Modify byte order for an error messageMasashi Honma1-1/+1
2020-01-09net: core: limit nested device depthTaehee Yoo2-45/+231
2020-01-09tcp: annotate tp->rcv_nxt lockless readsEric Dumazet6-10/+15
2020-01-09rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells1-0/+3
2020-01-09KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagMichael Roth6-14/+108
2020-01-09selftests: rtnetlink: add addresses with fixed life timeFlorian Westphal1-0/+21
2020-01-09powerpc/pseries/hvconsole: Fix stack overread via udbgDaniel Axtens2-2/+16
2020-01-09drm/mst: Fix MST sideband up-reply failure handlingImre Deak1-1/+5
2020-01-09scsi: qedf: Do not retry ELS request if qedf_alloc_cmd failsChad Dupuis1-12/+4
2020-01-09bdev: Refresh bdev size for disks without partitioningJan Kara1-9/+10
2020-01-09bdev: Factor out bdev revalidation into a common helperJan Kara1-12/+14
2020-01-09fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAPAl Viro1-1/+2
2020-01-09tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan1-2/+11
2020-01-09arm64: dts: meson: odroid-c2: Disable usb_otg bus to avoid power failed warningAnand Moon1-2/+2
2020-01-09dt-bindings: clock: renesas: rcar-usb2-clock-sel: Fix typo in exampleGeert Uytterhoeven1-1/+1
2020-01-09media: usb: fix memory leak in af9005_identify_stateNavid Emamdoost1-2/+3
2020-01-09regulator: ab8500: Remove AB8505 USB regulatorStephan Gerhold2-18/+0
2020-01-09media: flexcop-usb: ensure -EIO is returned on error conditionColin Ian King1-1/+1
2020-01-09Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost1-1/+3
2020-01-09Bluetooth: delete a stray unlockDan Carpenter1-3/+1
2020-01-09Bluetooth: btusb: fix PM leak in error case of setupOliver Neukum1-1/+2
2020-01-09platform/x86: pmc_atom: Add Siemens CONNECT X300 to critclk_systems DMI tableMichael Haener1-0/+8
2020-01-09xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval1-1/+1
2020-01-09ACPI: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100Yunfeng Ye2-4/+4
2020-01-09HID: i2c-hid: Reset ALPS touchpads on resumeKai-Heng Feng1-1/+11
2020-01-09nfsd4: fix up replay_matches_cache()Scott Mayhew1-5/+10
2020-01-09PM / devfreq: Check NULL governor in available_governors_showLeonard Crestez1-1/+1
2020-01-09drm/msm: include linux/sched/task.hArnd Bergmann1-0/+1
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2020-01-09arm64: Revert support for execute-only user mappingsCatalin Marinas4-17/+6
2020-01-09exit: panic before exit_mm() on global init exitchenqiwu1-4/+8
2020-01-09ALSA: firewire-motu: Correct a typo in the clock proc stringTakashi Iwai1-1/+1
2020-01-09ALSA: cs4236: fix error return comparison of an unsigned integerColin Ian King1-1/+2
2020-01-09apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen3-42/+46
2020-01-09tracing: Fix endianness bug in histogram triggerSven Schnelle1-1/+20
2020-01-09tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)1-2/+2
2020-01-09tracing: Avoid memory leak in process_system_preds()Keita Suzuki1-1/+1
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2-4/+12
2020-01-09rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30Mathieu Desnoyers1-8/+10
2020-01-09riscv: ftrace: correct the condition logic in function graph tracerZong Li1-1/+1
2020-01-09gpiolib: fix up emulated open drain outputsRussell King1-0/+8
2020-01-09libata: Fix retrieving of active qcsSascha Hauer5-3/+28