summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-23dm: fix to_sector() for 32bitNeilBrown1-1/+1
2019-03-23ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notifyGustavo A. R. Silva1-4/+4
2019-03-23powerpc/ptrace: Simplify vr_get/set() to avoid GCC warningMichael Ellerman1-2/+8
2019-03-23powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guestMark Cave-Ayland1-1/+1
2019-03-23powerpc/83xx: Also save/restore SPRG4-7 during suspendChristophe Leroy1-7/+27
2019-03-23powerpc/powernv: Make opal log only readable by rootJordan Niethe1-1/+1
2019-03-23powerpc/wii: properly disable use of BATs when requested.Christophe Leroy1-0/+4
2019-03-23powerpc/32: Clear on-stack exception marker upon exception returnChristophe Leroy1-0/+9
2019-03-23jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)1-8/+8
2019-03-23jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)1-5/+12
2019-03-23serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan1-0/+105
2019-03-23serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan1-18/+18
2019-03-238250: FIX Fourth port offset of Pericom PI7C9X7954 boardsAngelo Butti1-0/+34
2019-03-23serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel1-0/+4
2019-03-23serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFOAnssi Hannula1-1/+7
2019-03-23drm/i915: Relax mmap VMA checkTvrtko Ursulin1-1/+2
2019-03-23i2c: tegra: fix maximum transfer sizeSowjanya Komatineni1-1/+1
2019-03-23parport_pc: fix find_superio io compare code, should use equal test.QiaoChong1-1/+1
2019-03-23intel_th: Don't reference unassigned outputsAlexander Shishkin1-0/+4
2019-03-23device property: Fix the length used in PROPERTY_ENTRY_STRING()Heikki Krogerus1-1/+1
2019-03-23kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss1-1/+10
2019-03-23mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev1-1/+1
2019-03-23mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang1-8/+6
2019-03-23nfit: acpi_nfit_ctl(): Check out_obj->type in the right placeDexuan Cui1-7/+7
2019-03-23clk: ingenic: Fix doc of ingenic_cgu_div_infoPaul Cercueil1-1/+1
2019-03-23clk: ingenic: Fix round_rate misbehaving with non-integer dividersPaul Cercueil1-5/+5
2019-03-23clk: clk-twl6040: Fix imprecise external abort for pdmclkTony Lindgren1-2/+51
2019-03-23ext2: Fix underflow in ext2_max_size()Jan Kara1-14/+25
2019-03-23ext4: fix crash during online resizingJan Kara1-1/+2
2019-03-23cpufreq: pxa2xx: remove incorrect __init annotationArnd Bergmann1-2/+2
2019-03-23cpufreq: tegra124: add missing of_node_put()Yangtao Li1-0/+2
2019-03-23libertas_tf: don't set URB_ZERO_PACKET on IN USB transferLubomir Rintel1-2/+0
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers1-10/+4
2019-03-23Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana1-2/+2
2019-03-23btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn1-2/+2
2019-03-23m68k: Add -ffreestanding to CFLAGSFinn Thain1-1/+4
2019-03-23splice: don't merge into linked buffersJann Horn3-0/+19
2019-03-23fs/devpts: always delete dcache dentry-s in dput()Varad Gautam1-0/+1
2019-03-23scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlockBart Van Assche1-2/+2
2019-03-23scsi: sd: Optimal I/O size should be a multiple of physical block sizeMartin K. Petersen1-9/+50
2019-03-23scsi: virtio_scsi: don't send sc payload with tmfsFelipe Franciosi1-2/+0
2019-03-23s390/virtio: handle find on invalid queue gracefullyHalil Pasic1-1/+3
2019-03-23clocksource/drivers/exynos_mct: Clear timer interrupt when shutdownStuart Menefy1-0/+1
2019-03-23clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISRStuart Menefy1-11/+11
2019-03-23regulator: s2mpa01: Fix step values for some LDOsStuart Menefy1-5/+5
2019-03-23regulator: s2mps11: Fix steps for buck7, buck8 and LDO35Krzysztof Kozlowski1-3/+3
2019-03-23spi: pxa2xx: Setup maximum supported DMA transfer lengthAndy Shevchenko1-0/+1
2019-03-23spi: ti-qspi: Fix mmap read when more than one CS in useVignesh R1-3/+3
2019-03-23ACPI / device_sysfs: Avoid OF modalias creation for removed deviceAndy Shevchenko1-1/+5
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)1-1/+0