summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-07-08PCI: mobiveil: Clean-up program_{ib/ob}_windows()Hou Zhiqiang-17/+8
2019-07-08PCI: mobiveil: Remove an unnecessary return value checkHou Zhiqiang-2/+0
2019-07-08PCI: mobiveil: Fix error return valuesHou Zhiqiang-3/+3
2019-07-08PCI: mobiveil: Refactor the MEM/IO outbound window initializationHou Zhiqiang-10/+10
2019-07-08PCI: mobiveil: Make some register updates more readableHou Zhiqiang-18/+25
2019-07-08PCI: mobiveil: Reformat the code for readabilityHou Zhiqiang-101/+107
2019-07-08dt-bindings: PCI: mobiveil: Change gpio_slave and apb_csr to optionalHou Zhiqiang-0/+2
2019-07-08PCI: mobiveil: Fix devfn check in mobiveil_pcie_valid_device()Hou Zhiqiang-1/+1
2019-07-08PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbersHou Zhiqiang-0/+6
2019-07-08PCI: mobiveil: Move IRQ chained handler setup out of DT parseHou Zhiqiang-2/+2
2019-07-08PCI: mobiveil: Move the link up waiting out of mobiveil_host_init()Hou Zhiqiang-8/+7
2019-07-08PCI: mobiveil: Fix the Class Code fieldHou Zhiqiang-3/+6
2019-07-08PCI: mobiveil: Use the 1st inbound window for MEM inbound transactionsHou Zhiqiang-1/+1
2019-07-08PCI: mobiveil: Use WIN_NUM_0 explicitly for CFG outbound windowHou Zhiqiang-3/+2
2019-07-08PCI: mobiveil: Update the resource list traversal functionHou Zhiqiang-2/+2
2019-07-08PCI: mobiveil: Fix PCI base address in MEM/IO outbound windowsHou Zhiqiang-2/+3
2019-07-08PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSIHou Zhiqiang-1/+1
2019-07-08PCI: mobiveil: Unify register accessorsHou Zhiqiang-55/+124
2019-05-19Linux 5.2-rc1v5.2-rc1Linus Torvalds-2/+2
2019-05-19Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+8
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds-257/+889
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-172/+178
2019-05-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-13/+111
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-65/+107
2019-05-19Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-51/+173
2019-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-214/+5414
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-136/+202
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-229/+2511
2019-05-19Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+6
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-26/+27
2019-05-19Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-124/+277
2019-05-19Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-5/+7
2019-05-19Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds-659/+831
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-321/+635
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada-3/+1
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang-4/+24
2019-05-18initramfs: don't free a non-existent initrdSteven Price-1/+1
2019-05-18fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue-3/+8
2019-05-18mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman-2/+2
2019-05-18mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)-0/+43
2019-05-18mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macroUladzislau Rezki (Sony)-0/+48
2019-05-18mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)-247/+763
2019-05-18Merge tag 'perf-core-for-mingo-5.2-20190517' of git://git.kernel.org/pub/scm/...Ingo Molnar-214/+5414
2019-05-18kbuild: check uniqueness of module namesMasahiro Yamada-0/+17
2019-05-18kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov-1/+12
2019-05-18kbuild: add LICENSES to KBUILD_ALLDIRSMasahiro Yamada-1/+1
2019-05-18kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada-33/+13
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada-26/+25
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada-49/+47
2019-05-18media: remove unneeded header search pathsMasahiro Yamada-11/+0