summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-06drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some stringsDan Carpenter1-0/+2
2019-08-06uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side hea...Mikko Rapeli2-13/+11
2019-08-06coda: fix build using bare-metal toolchainSam Protsenko1-2/+1
2019-08-06coda: add error handling for fgetZhouyang Jia1-1/+4
2019-08-06lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin1-3/+3
2019-08-06lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook1-5/+6
2019-08-06mm/cma.c: fail if fixed declaration can't be honoredDoug Berger1-0/+13
2019-08-06x86: math-emu: Hide clang warnings for 16-bit overflowArnd Bergmann2-2/+2
2019-08-06x86/apic: Silence -Wtype-limits compiler warningsQian Cai2-2/+2
2019-08-06be2net: Signal that the device cannot transmit during reconfigurationBenjamin Poirier1-1/+5
2019-08-06ACPI: fix false-positive -Wuninitialized warningArnd Bergmann1-1/+4
2019-08-06x86: kvm: avoid constant-conversion warningArnd Bergmann1-3/+3
2019-08-06perf version: Fix segfault due to missing OPT_END()Ravi Bangoria1-0/+1
2019-08-06scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitializedBenjamin Block1-0/+7
2019-08-06ACPI: blacklist: fix clang warning for unused DMI tableArnd Bergmann1-0/+4
2019-08-06ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton1-7/+7
2019-08-06ceph: fix improper use of smp_mb__before_atomic()Andrea Parri1-1/+6
2019-08-06cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg1-4/+4
2019-08-06btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Qu Wenruo1-2/+22
2019-08-06btrfs: fix minimum number of chunk errors for DUPDavid Sterba1-2/+1
2019-08-06clk: sprd: Add check for return value of sprd_clk_regmap_init()Chunyan Zhang1-1/+4
2019-08-06fs/adfs: super: fix use-after-free bugRussell King1-1/+4
2019-08-06clk: tegra210: fix PLLU and PLLU_OUT1JC Kuo1-4/+4
2019-08-06dmaengine: rcar-dmac: Reject zero-length slave DMA requestsGeert Uytterhoeven1-1/+1
2019-08-06MIPS: lantiq: Fix bitfield maskingPetr Cvek1-2/+3
2019-08-06firmware/psci: psci_checker: Park kthreads before stopping themJean-Philippe Brucker1-4/+6
2019-08-06kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava1-4/+2
2019-08-06arm64: dts: rockchip: fix isp iommu clocks and power domainHelen Koike1-4/+4
2019-08-06dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag is unsetDmitry Osipenko1-2/+10
2019-08-06ftrace: Enable trampoline when rec count returns back to oneCheng Jian1-13/+15
2019-08-06ARM: dts: rockchip: Mark that the rk3288 timer might stop in suspendDouglas Anderson1-0/+1
2019-08-06ARM: dts: rockchip: Make rk3288-veyron-mickey's emmc work againDouglas Anderson1-4/+0
2019-08-06ARM: dts: rockchip: Make rk3288-veyron-minnie run at hs200Douglas Anderson1-4/+0
2019-08-06ARM: riscpc: fix DMARussell King1-1/+4
2019-08-04Linux 4.19.64v4.19.64Greg Kroah-Hartman1-1/+1
2019-08-04ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long1-3/+6
2019-08-04scsi: core: Avoid that a kernel warning appears during system resumeBart Van Assche1-2/+4
2019-08-04block, scsi: Change the preempt-only flag into a counterBart Van Assche4-27/+43
2019-08-04ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng1-2/+5
2019-08-04Fix allyesconfig output.Yoshinori Sato1-11/+3
2019-08-04drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctlMiroslav Lichvar1-0/+8
2019-08-04/proc/<pid>/cmdline: add back the setproctitle() special caseLinus Torvalds1-4/+77
2019-08-04/proc/<pid>/cmdline: remove all the special casesLinus Torvalds1-63/+8
2019-08-04sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2-40/+90
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn4-8/+24
2019-08-04vhost: scsi: add weight supportJason Wang1-3/+3
2019-08-04vhost: vsock: add weight supportJason Wang1-6/+10
2019-08-04vhost_net: fix possible infinite loopJason Wang1-16/+13
2019-08-04vhost: introduce vhost_exceeds_weight()Jason Wang5-20/+48
2019-08-04Bluetooth: hci_uart: check for missing tty operationsVladis Dronov7-0/+29