index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-05
PCI: tegra: Add support for GPIO based PERST#
Manikanta Maddireddy
1
-6
/
+43
2019-06-20
PCI: Add DT binding for "reset-gpios" property
Manikanta Maddireddy
1
-0
/
+3
2019-06-20
PCI: tegra: Put PEX CLK & BIAS pads in DPD mode
Manikanta Maddireddy
1
-1
/
+12
2019-06-20
dt-bindings: pci: tegra: Document PCIe DPD pinctrl optional prop
Manikanta Maddireddy
1
-0
/
+8
2019-06-20
PCI: tegra: Add AFI_PEX2_CTRL reg offset as part of SoC struct
Manikanta Maddireddy
1
-2
/
+5
2019-06-20
PCI: tegra: Change PRSNT_SENSE IRQ log to debug
Manikanta Maddireddy
1
-1
/
+1
2019-06-20
PCI: tegra: Program AFI_CACHE_BAR_{0,1}_{ST,SZ} registers only for Tegra20
Manikanta Maddireddy
1
-5
/
+13
2019-06-20
PCI: tegra: Fix PLLE power down issue due to CLKREQ# signal
Manikanta Maddireddy
1
-1
/
+12
2019-06-20
PCI: tegra: Set target speed as Gen1 before starting LTSSM
Manikanta Maddireddy
1
-0
/
+11
2019-06-20
PCI: tegra: Update flow control timer frequency in Tegra210
Manikanta Maddireddy
1
-0
/
+15
2019-06-20
PCI: tegra: Add SW fixup for RAW violations
Manikanta Maddireddy
1
-0
/
+34
2019-06-20
PCI: tegra: Increase the deskew retry time
Manikanta Maddireddy
1
-0
/
+30
2019-06-20
PCI: tegra: Enable PCIe xclk clock clamping
Manikanta Maddireddy
1
-2
/
+28
2019-06-20
PCI: tegra: Process pending DLL transactions before entering L1 or L2
Manikanta Maddireddy
1
-0
/
+11
2019-06-20
PCI: tegra: Disable AFI dynamic clock gating
Manikanta Maddireddy
1
-2
/
+4
2019-06-20
PCI: tegra: Enable opportunistic UpdateFC and ACK
Manikanta Maddireddy
1
-1
/
+9
2019-06-20
PCI: tegra: Program UPHY electrical settings for Tegra210
Manikanta Maddireddy
1
-0
/
+107
2019-06-20
PCI: tegra: Advertise PCIe Advanced Error Reporting (AER) capability
Manikanta Maddireddy
1
-0
/
+15
2019-06-20
PCI: tegra: Add PCIe Gen2 link speed support
Manikanta Maddireddy
1
-0
/
+64
2019-06-20
PCI: tegra: Fix PCIe host power up sequence
Manikanta Maddireddy
1
-22
/
+30
2019-06-20
PCI: tegra: Mask AFI_INTR in runtime suspend
Manikanta Maddireddy
1
-0
/
+15
2019-06-20
PCI: tegra: Rearrange Tegra PCIe driver functions
Manikanta Maddireddy
1
-40
/
+30
2019-06-20
PCI: tegra: Handle failure cases in tegra_pcie_power_on()
Manikanta Maddireddy
1
-5
/
+21
2019-06-20
soc/tegra: pmc: Export tegra_powergate_power_on()
Manikanta Maddireddy
1
-0
/
+1
2019-05-20
Linux 5.2-rc1
v5.2-rc1
Linus Torvalds
1
-2
/
+2
2019-05-19
kconfig: use 'else ifneq' for Makefile to improve readability
Masahiro Yamada
1
-3
/
+1
2019-05-19
panic: add an option to replay all the printk message in buffer
Feng Tang
5
-4
/
+24
2019-05-19
initramfs: don't free a non-existent initrd
Steven Price
1
-1
/
+1
2019-05-19
fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...
Jiufei Xue
1
-3
/
+8
2019-05-19
mm/compaction.c: correct zone boundary handling when isolating pages from a p...
Mel Gorman
1
-2
/
+2
2019-05-19
mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro
Uladzislau Rezki (Sony)
1
-0
/
+43
2019-05-19
mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro
Uladzislau Rezki (Sony)
1
-0
/
+48
2019-05-19
mm/vmalloc.c: keep track of free blocks for vmap allocation
Uladzislau Rezki (Sony)
2
-247
/
+763
2019-05-18
kbuild: check uniqueness of module names
Masahiro Yamada
2
-0
/
+17
2019-05-18
kconfig: Terminate menu blocks with a comment in the generated config
Alexander Popov
1
-1
/
+12
2019-05-18
kbuild: add LICENSES to KBUILD_ALLDIRS
Masahiro Yamada
1
-1
/
+1
2019-05-18
kbuild: remove 'addtree' and 'flags' magic for header search paths
Masahiro Yamada
3
-33
/
+13
2019-05-18
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
17
-26
/
+25
2019-05-18
media: prefix header search paths with $(srctree)/
Masahiro Yamada
30
-49
/
+47
2019-05-18
media: remove unneeded header search paths
Masahiro Yamada
7
-11
/
+0
2019-05-18
alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfig
Masahiro Yamada
2
-0
/
+2
2019-05-18
kbuild: terminate Kconfig when $(CC) or $(LD) is missing
Masahiro Yamada
2
-1
/
+9
2019-05-18
kbuild: turn auto.conf.cmd into a mandatory include file
Masahiro Yamada
1
-1
/
+1
2019-05-18
.gitignore: exclude .get_maintainer.ignore and .gitattributes
Masahiro Yamada
1
-3
/
+5
2019-05-18
kbuild: add all Clang-specific flags unconditionally
Masahiro Yamada
2
-11
/
+11
2019-05-18
kbuild: Don't try to add '-fcatch-undefined-behavior' flag
Nathan Chancellor
1
-1
/
+0
2019-05-18
kbuild: add some extra warning flags unconditionally
Masahiro Yamada
1
-6
/
+7
2019-05-18
kbuild: add -Wvla flag unconditionally
Masahiro Yamada
1
-1
/
+1
2019-05-18
arch: remove dangling asm-generic wrappers
Masahiro Yamada
5
-13
/
+0
2019-05-18
samples: guard sub-directories with CONFIG options
Masahiro Yamada
3
-6
/
+22
[next]