summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-09-3017-212/+291
|\
| * csky: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-301-1/+1
| * csky: entry: Remove unneeded need_resched() loopValentin Schneider2019-09-301-4/+0
| * csky: Fixup csky_pmu.max_period assignmentMao Han2019-09-301-1/+1
| * csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-302-21/+31
| * csky: Use generic free_initrd_mem()Mike Rapoport2019-09-301-16/+0
| * csky: Fixup 610 vipt cache flush mechanismGuo Ren2019-08-222-12/+49
| * csky: Support kernel non-aligned accessGuo Ren2019-08-201-17/+45
| * csky: Fixup defer cache flush for 610Guo Ren2019-08-202-25/+29
| * csky: Fixup arch_get_unmapped_area() implementationGuo Ren2019-08-202-37/+43
| * csky: Fixup ioremap function losingGuo Ren2019-08-152-17/+29
| * csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren2019-08-064-5/+19
| * csky/dma: Fixup cache_op failed when cross memory ZONEsGuo Ren2019-08-061-45/+26
| * csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren2019-07-312-4/+12
| * csky: Fixup mb() synchronization problemGuo Ren2019-07-311-8/+7
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-09-309-81/+66
|\ \
| * \ Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2019-09-296-79/+64
| |\ \
| | * | bus: ti-sysc: Remove unpaired sysc_clkdm_deny_idle()Tony Lindgren2019-09-061-1/+0
| | * | ARM: dts: logicpd-som-lv: Fix i2c2 and i2c3 Pin muxAdam Ford2019-09-061-12/+14
| | * | ARM: dts: am3517-evm: Fix missing videoAdam Ford2019-09-061-19/+4
| | * | ARM: dts: logicpd-torpedo-baseboard: Fix missing videoAdam Ford2019-09-061-31/+6
| | * | ARM: omap2plus_defconfig: Fix missing videoAdam Ford2019-09-061-0/+1
| | * | bus: ti-sysc: Fix handling of invalid clocksTony Lindgren2019-09-052-6/+3
| | * | bus: ti-sysc: Fix clock handling for no-idle quirksTony Lindgren2019-09-051-11/+37
| * | | Merge tag 'scmi-fixes-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson2019-09-2917-202/+982
| |\ \ \
| | * | | reset: reset-scmi: add missing handle initialisationSudeep Holla2019-09-181-0/+1
| | * | | firmware: arm_scmi: reset: fix reset_state assignment in scmi_domain_resetSudeep Holla2019-09-181-1/+1
| * | | | ARM: aspeed: ast2500 is ARMv6KArnd Bergmann2019-09-201-1/+0
* | | | | Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-09-305-11/+30
|\ \ \ \ \
| * | | | | selftests/ftrace: Fix same probe error testSteven Rostedt (VMware)2019-09-281-1/+1
| * | | | | mm, tracing: Print symbol name for call_site in trace eventsChangbin Du2019-09-281-3/+4
| * | | | | tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost2019-09-281-2/+4
| * | | | | tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macroNathan Chancellor2019-09-281-5/+5
| * | | | | tracing/probe: Fix to check the difference of nr_args before adding probeMasami Hiramatsu2019-09-281-0/+16
* | | | | | Merge tag 'mmc-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-09-309-35/+410
|\ \ \ \ \ \
| * | | | | | mmc: host: sdhci-pci: Add Genesys Logic GL975x supportBen Chuang2019-09-275-1/+361
| * | | | | | mmc: tegra: Implement ->set_dma_mask()Nicolin Chen2019-09-271-20/+28
| * | | | | | mmc: sdhci: Let drivers define their DMA maskAdrian Hunter2019-09-272-8/+5
| * | | | | | mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherenceRussell King2019-09-271-1/+6
| * | | | | | mmc: sdhci: improve ADMA error reportingRussell King2019-09-271-5/+10
* | | | | | | Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-301-8/+34
|\ \ \ \ \ \ \
| * | | | | | | Documentation/process: Clarify disclosure rulesThomas Gleixner2019-09-291-7/+33
| * | | | | | | Documentation/process: Volunteer as the ambassador for IntelTony Luck2019-09-111-1/+1
* | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-09-304-10/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | afs dynroot: switch to simple_dir_operationsAl Viro2019-09-153-9/+1
| * | | | | | | | fs/handle.c - fix up kerneldocValdis Klētnieks2019-08-081-1/+1
* | | | | | | | | Merge tag '5.4-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-09-3014-26/+194
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-09-261-0/+5
| * | | | | | | | | smb3: missing ACL related flagsSteve French2019-09-261-1/+80
| * | | | | | | | | smb3: pass mode bits into create callsSteve French2019-09-267-21/+51