summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-22Linux 5.7.5v5.7.5Greg Kroah-Hartman1-1/+1
2020-06-22perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter1-0/+2
2020-06-22perf symbols: Fix debuginfo search for UbuntuAdrian Hunter4-0/+20
2020-06-22perf probe: Check address correctness by map instead of _etextMasami Hiramatsu1-12/+13
2020-06-22perf probe: Fix to check blacklist address correctlyMasami Hiramatsu1-6/+15
2020-06-22perf probe: Do not show the skipped eventsMasami Hiramatsu1-0/+3
2020-06-22f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim2-6/+20
2020-06-22f2fs: don't leak filename in f2fs_try_convert_inline_dir()Eric Biggers1-2/+4
2020-06-22w1: omap-hdq: fix interrupt handling which did show spurious timeoutsH. Nikolaus Schaller1-20/+42
2020-06-22w1: omap-hdq: fix return value to be -1 if there is a timeoutH. Nikolaus Schaller1-1/+1
2020-06-22w1: omap-hdq: cleanup to add missing newline for some dev_dbgH. Nikolaus Schaller1-5/+5
2020-06-22mtd: rawnand: tmio: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: mtk: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: pasemi: Fix the probe error pathMiquel Raynal1-1/+3
2020-06-22mtd: rawnand: plat_nand: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: sunxi: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: oxnas: Fix the probe error pathMiquel Raynal1-4/+4
2020-06-22mtd: rawnand: socrates: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: orion: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: xway: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: ingenic: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: sharpsl: Fix the probe error pathMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: diskonchip: Fix the probe error pathMiquel Raynal1-5/+2
2020-06-22mtd: rawnand: brcmnand: fix hamming oob layoutÁlvaro Fernández Rojas1-4/+7
2020-06-22mtd: rawnand: onfi: Fix redundancy detection checkMiquel Raynal1-1/+1
2020-06-22mtd: rawnand: Fix nand_gpio_waitrdy()Boris Brezillon1-2/+8
2020-06-22pwm: jz4740: Enhance precision in calculation of duty cyclePaul Cercueil1-3/+3
2020-06-22pwm: lpss: Fix get_state runtime-pm reference handlingHans de Goede1-4/+11
2020-06-22RISC-V: Don't mark init section as non-executableAnup Patel1-11/+0
2020-06-22block: nr_sects_write(): Disable preemption on seqcount writeAhmed S. Darwish1-0/+2
2020-06-22sunrpc: clean up properly in gss_mech_unregister()NeilBrown4-10/+18
2020-06-22sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown1-2/+4
2020-06-22virtio-balloon: Disable free page reporting if page poison reporting is not e...Alexander Duyck1-1/+8
2020-06-22kbuild: force to build vmlinux if CONFIG_MODVERSION=yMasahiro Yamada1-5/+8
2020-06-22powerpc/64s: Save FSCR to init_task.thread.fscr after feature initMichael Ellerman1-0/+19
2020-06-22powerpc/64s: Don't let DT CPU features set FSCR_DSCRMichael Ellerman1-0/+8
2020-06-22powerpc/32: Disable KASAN with pages bigger than 16kChristophe Leroy1-2/+2
2020-06-22powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy3-5/+3
2020-06-22powerpc/kasan: Fix issues by lowering KASAN_SHADOW_ENDChristophe Leroy1-3/+1
2020-06-22powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy1-1/+2
2020-06-22drivers/macintosh: Fix memleak in windfarm_pm112 driverMichael Ellerman1-8/+13
2020-06-22ARM: dts: s5pv210: Set keep-power-in-suspend for SDHCI1 on AriesJonathan Bakker1-0/+1
2020-06-22ARM: dts: at91: sama5d2_ptc_ek: fix vbus pinLudovic Desroches1-1/+1
2020-06-22ARM: dts: exynos: Fix GPIO polarity for thr GalaxyS3 CM36651 sensor's busMarek Szyprowski1-1/+1
2020-06-22jbd2: avoid leaking transaction credits when unreserving handleJan Kara1-3/+11
2020-06-22soc/tegra: pmc: Select GENERIC_PINCONFCorentin Labbe1-0/+1
2020-06-22ARM: tegra: Correct PL310 Auxiliary Control Register initializationDmitry Osipenko1-2/+2
2020-06-22kernel/cpu_pm: Fix uninitted local in cpu_pmDouglas Anderson1-2/+2
2020-06-22powerpc/fadump: Account for memory_limit while reserving memoryHari Bathini1-1/+1
2020-06-22powerpc/fadump: consider reserved ranges while reserving memoryHari Bathini1-9/+67