summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-04powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEMBreno Leitao1-3/+4
2019-04-04powerpc/tm: Unset MSR[TS] if not recheckpointingBreno Leitao2-9/+29
2019-04-04powerpc/tm: Set MSR[TS] just prior to recheckpointBreno Leitao2-4/+40
2019-04-04igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng1-3/+5
2019-04-04fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes1-1/+1
2019-04-04fbdev: fbmem: behave better with small rotated displays and many CPUsPeter Rosin1-2/+6
2019-04-04cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin2-0/+11
2019-04-04powerpc/configs: Don't enable PPC_EARLY_DEBUG in defconfigsMichael Ellerman5-5/+0
2019-04-04ath6kl: Only use match sets when firmware supports itKyle Roeschley1-1/+1
2019-04-04scsi: megaraid_sas: Use 63-bit DMA addressingShivasharan S1-1/+1
2019-04-04ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o1-2/+4
2019-04-04ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2-0/+31
2019-04-04ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o7-38/+61
2019-04-04ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o1-1/+1
2019-04-04ALSA: emu10k1: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-0/+5
2019-04-04ALSA: rme9652: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-4/+6
2019-04-04genwqe: Fix size checkChristian Borntraeger1-1/+1
2019-04-04usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endp...Jia-Ju Bai1-1/+4
2019-04-04IB/qib: Fix an error code in qib_sdma_verbs_send()Dan Carpenter1-1/+3
2019-04-04KVM: arm/arm64: Fix VMID alloc race by reverting to lock-lessChristoffer Dall1-12/+11
2019-04-04pinctrl: sh-pfc: sh7734: Fix shifted values in IPSR10Geert Uytterhoeven1-8/+8
2019-04-04pinctrl: sh-pfc: sh7734: Remove bogus IPSR10 valueGeert Uytterhoeven1-1/+1
2019-04-04pinctrl: sh-pfc: sh7269: Add missing PCIOR0 fieldGeert Uytterhoeven1-1/+1
2019-04-04pinctrl: sh-pfc: sh7264: Fix PFCR3 and PFCR0 register configurationGeert Uytterhoeven1-2/+7
2019-04-04pinctrl: sh-pfc: sh7734: Add missing IPSR11 fieldGeert Uytterhoeven1-1/+1
2019-04-04pinctrl: sh-pfc: sh73a0: Add missing TO pin to tpu4_to3 groupGeert Uytterhoeven1-0/+1
2019-04-04pinctrl: sh-pfc: r8a7791: Remove bogus marks from vin1_b_data18 groupGeert Uytterhoeven1-3/+0
2019-04-04pinctrl: sh-pfc: r8a7791: Remove bogus ctrl marks from qspi_data4_b groupGeert Uytterhoeven1-2/+1
2019-04-04pinctrl: sh-pfc: r8a7740: Add missing LCD0 marks to lcd0_data24_1 groupGeert Uytterhoeven1-0/+1
2019-04-04pinctrl: sh-pfc: r8a7740: Add missing REF125CK pin to gether_gmii groupGeert Uytterhoeven1-1/+1
2019-04-04USB: serial: pl2303: add ids for Hewlett-Packard HP POS pole displaysScott Chen2-0/+10
2019-04-04net/mlx5: Continue driver initialization despite debugfs failureLeon Romanovsky1-3/+3
2019-04-04perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-04-04perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo1-1/+1
2019-04-04perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-04-04perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-04-04Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana3-0/+39
2019-04-04Btrfs: fix stale dir entries after unlink, inode eviction and fsyncFilipe Manana1-0/+29
2019-04-04Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng2-9/+14
2019-04-04btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain1-0/+2
2019-04-04kvm: vmx: Set IA32_TSC_AUX for legacy mode guestsJim Mattson1-3/+3
2019-04-04gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIBKrzysztof Kozlowski1-1/+1
2019-04-04crypto: user - support incremental algorithm dumpsEric Biggers1-17/+20
2019-04-04ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2019-04-04ALSA: emux: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-2/+5
2019-04-04tools/lib/lockdep: Rename "trywlock" into "trywrlock"Bart Van Assche1-3/+3
2019-04-04sata_rcar: fix deferred probingSergei Shtylyov1-1/+3
2019-04-04scsi: zfcp: fix posting too many status read buffers leading to adapter shutdownSteffen Maier1-3/+3
2019-04-04mips: bpf: fix encoding bug for mm_srlv32_opJiong Wang1-1/+1
2019-04-04misc: vexpress: Off by one in vexpress_syscfg_exec()Dan Carpenter1-1/+1