index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-01
PCI: dwc: Make use of IS_ALIGNED()
Andrey Smirnov
1
-2
/
+2
2019-03-01
PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQ
Andrey Smirnov
1
-1
/
+17
2019-02-28
dt-bindings: imx6q-pcie: Add "pcie_aux" clock for imx8mq
Andrey Smirnov
1
-0
/
+4
2019-02-28
PCI: qcom: Don't deassert reset GPIO during probe
Bjorn Andersson
1
-1
/
+1
2019-02-12
PCI: imx: Add workaround for e10728, IMX7d PCIe PLL failure
Trent Piepho
1
-0
/
+57
2019-02-12
ARM: dts: imx7d: Add node for PCIe PHY
Trent Piepho
1
-0
/
+9
2019-02-12
dt-bindings: imx6q-pcie: Add description of imx7d pcie phy
Trent Piepho
1
-0
/
+11
2019-02-12
PCI: dwc: Print debug error message when MSI-X entry control mask bit is set
Gustavo Pimentel
1
-1
/
+3
2019-02-04
PCI: imx6: Add support for i.MX8MQ
Andrey Smirnov
3
-5
/
+79
2019-02-04
PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flag
Andrey Smirnov
1
-4
/
+9
2019-02-04
PCI: imx6: Mark PHY functions as i.MX6 specific
Andrey Smirnov
1
-0
/
+12
2019-02-04
PCI: imx6: Introduce drvdata
Andrey Smirnov
1
-19
/
+37
2019-02-01
PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit)
Gustavo Pimentel
1
-3
/
+3
2019-02-01
PCI: dwc: Improve code readability and simplify mask/unmask operations
Gustavo Pimentel
2
-7
/
+7
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pcie_irq_domain_free()
Gustavo Pimentel
1
-3
/
+3
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_msi_set_affinity()
Gustavo Pimentel
1
-1
/
+1
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_setup_msi_msg()
Gustavo Pimentel
1
-5
/
+5
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_bottom_mask/unmask()
Gustavo Pimentel
1
-10
/
+10
2019-02-01
PCI: dwc: Remove unnecessary header include (signal.h)
Gustavo Pimentel
1
-1
/
+0
2019-02-01
PCI: dwc: Remove unnecessary header include (of_gpio.h)
Gustavo Pimentel
1
-1
/
+0
2019-01-31
PCI: dwc: dra7xx: Invoke phy_set_mode() API to set PHY mode to PHY_MODE_PCIE
Kishon Vijay Abraham I
1
-0
/
+4
2019-01-31
PCI: dwc: dra7xx: Enable x2 mode support for dra74x, dra76x and dra72x
Kishon Vijay Abraham I
1
-0
/
+77
2019-01-31
dt-bindings: PCI: dra7xx: Add properties to enable x2 lane in dra7
Kishon Vijay Abraham I
1
-0
/
+3
2019-01-31
dt-bindings: PCI: dra7xx: Add SoC specific compatible strings
Kishon Vijay Abraham I
1
-2
/
+6
2019-01-07
Linux 5.0-rc1
v5.0-rc1
Linus Torvalds
1
-3
/
+3
2019-01-06
Change mincore() to count "mapped" pages rather than "cached" pages
Linus Torvalds
1
-81
/
+13
2019-01-06
Fix 'acccess_ok()' on alpha and SH
Linus Torvalds
2
-5
/
+10
2019-01-06
fscrypt: add Adiantum support
Eric Biggers
7
-188
/
+468
2019-01-06
kconfig: rename generated .*conf-cfg to *conf-cfg
Masahiro Yamada
2
-18
/
+19
2019-01-06
kbuild: remove unnecessary stubs for archheader and archscripts
Masahiro Yamada
1
-5
/
+1
2019-01-06
kbuild: use assignment instead of define ... endef for filechk_* rules
Masahiro Yamada
6
-26
/
+12
2019-01-06
arch: remove redundant UAPI generic-y defines
Masahiro Yamada
24
-408
/
+0
2019-01-06
kbuild: generate asm-generic wrappers if mandatory headers are missing
Masahiro Yamada
3
-10
/
+10
2019-01-06
arch: remove stale comments "UAPI Header export list"
Masahiro Yamada
24
-25
/
+0
2019-01-06
riscv: remove redundant kernel-space generic-y
Masahiro Yamada
1
-25
/
+0
2019-01-06
kbuild: change filechk to surround the given command with { }
Masahiro Yamada
7
-12
/
+14
2019-01-06
kbuild: remove redundant target cleaning on failure
Masahiro Yamada
9
-25
/
+16
2019-01-06
kbuild: clean up rule_dtc_dt_yaml
Masahiro Yamada
1
-2
/
+2
2019-01-06
kbuild: remove UIMAGE_IN and UIMAGE_OUT
Masahiro Yamada
1
-4
/
+2
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
42
-119
/
+65
2019-01-06
kallsyms: lower alignment on ARM
Mathias Krause
1
-2
/
+2
2019-01-06
scripts: coccinelle: boolinit: drop warnings on named constants
Julia Lawall
1
-0
/
+5
2019-01-06
scripts: coccinelle: check for redeclaration
Julia Lawall
1
-0
/
+3
2019-01-06
kconfig: remove unused "file" field of yylval union
Masahiro Yamada
1
-1
/
+0
2019-01-06
nds32: remove redundant kernel-space generic-y
Masahiro Yamada
1
-10
/
+0
2019-01-06
nios2: remove unneeded HAS_DMA define
Masahiro Yamada
1
-3
/
+0
2019-01-05
lib/genalloc.c: include vmalloc.h
Olof Johansson
1
-0
/
+1
2019-01-05
dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations
Christoph Hellwig
1
-6
/
+7
2019-01-05
x86/amd_gart: fix unmapping of non-GART mappings
Christoph Hellwig
1
-1
/
+9
2019-01-05
ia64: fix compile without swiotlb
Christoph Hellwig
2
-1
/
+3
[next]