index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memtest.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-02
arm64: PCI: Drop DT IRQ allocation from pcibios_alloc_irq()
Lorenzo Pieralisi
1
-6
/
+4
2017-07-02
PCI: xilinx-nwl: Move to struct pci_host_bridge IRQ mapping functions
Lorenzo Pieralisi
1
-0
/
+2
2017-07-02
PCI: rockchip: Move to struct pci_host_bridge IRQ mapping functions
Lorenzo Pieralisi
1
-0
/
+2
2017-07-02
PCI: xgene: Move to struct pci_host_bridge IRQ mapping functions
Lorenzo Pieralisi
1
-0
/
+2
2017-07-02
PCI: altera: Drop pci_fixup_irqs()
Lorenzo Pieralisi
1
-2
/
+2
2017-07-02
PCI: versatile: Drop pci_fixup_irqs()
Lorenzo Pieralisi
1
-2
/
+2
2017-07-02
PCI: generic: Drop pci_fixup_irqs()
Lorenzo Pieralisi
1
-4
/
+2
2017-07-02
PCI: faraday: Drop pci_fixup_irqs()
Lorenzo Pieralisi
1
-1
/
+2
2017-07-02
PCI: designware: Drop pci_fixup_irqs()
Lorenzo Pieralisi
1
-5
/
+2
2017-07-02
PCI: iproc: Drop pci_fixup_irqs()
Lorenzo Pieralisi
1
-3
/
+2
2017-07-02
PCI: rcar: Drop pci_fixup_irqs()
Lorenzo Pieralisi
1
-2
/
+2
2017-07-02
PCI: xilinx: Drop pci_fixup_irqs()
Lorenzo Pieralisi
1
-3
/
+2
2017-07-02
PCI: tegra: Drop pci_fixup_irqs()
Lorenzo Pieralisi
1
-1
/
+2
2017-07-02
ARM/PCI: Remove pci_fixup_irqs() call for bios32 host controllers
Lorenzo Pieralisi
1
-2
/
+3
2017-07-02
PCI: Add a call to pci_assign_irq() in pci_device_probe()
Matthew Minter
1
-0
/
+2
2017-07-02
OF/PCI: Update of_irq_parse_and_map_pci() comment
Matthew Minter
1
-1
/
+2
2017-07-02
PCI: Add pci_assign_irq() function and have pci_fixup_irqs() use it
Matthew Minter
2
-10
/
+36
2017-07-02
PCI: Add IRQ mapping function pointers to pci_host_bridge struct
Matthew Minter
1
-0
/
+2
2017-07-02
PCI: Build setup-irq.o on all arches
Matthew Minter
1
-15
/
+2
2017-07-02
PCI: Remove pci_scan_root_bus_msi()
Lorenzo Pieralisi
2
-26
/
+5
2017-07-02
PCI: xilinx-nwl: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-10
/
+18
2017-07-02
PCI: rockchip: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-6
/
+16
2017-07-02
PCI: generic: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-5
/
+18
2017-07-02
PCI: xgene: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-6
/
+15
2017-07-02
PCI: xilinx: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-10
/
+19
2017-07-02
PCI: altera: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-6
/
+16
2017-07-02
PCI: versatile: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-3
/
+17
2017-07-02
PCI: iproc: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
3
-22
/
+30
2017-07-02
PCI: rcar: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-14
/
+24
2017-07-02
PCI: aardvark: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-6
/
+15
2017-07-02
PCI: designware: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-14
/
+22
2017-06-28
ARM/PCI: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
8
-46
/
+91
2017-06-28
PCI: Make pci_register_host_bridge() PCI core internal
Lorenzo Pieralisi
4
-9
/
+4
2017-06-28
PCI: Add pci_scan_root_bus_bridge() interface
Lorenzo Pieralisi
2
-0
/
+40
2017-06-28
PCI: tegra: Fix host bridge memory leakage
Lorenzo Pieralisi
1
-1
/
+1
2017-06-28
PCI: faraday: Fix host bridge memory leakage
Lorenzo Pieralisi
1
-1
/
+1
2017-06-28
PCI: Add devm_pci_alloc_host_bridge() interface
Lorenzo Pieralisi
3
-2
/
+25
2017-06-28
PCI: Add pci_free_host_bridge() interface
Lorenzo Pieralisi
2
-3
/
+10
2017-06-28
PCI: Initialize bridge release function at bridge allocation
Lorenzo Pieralisi
1
-1
/
+1
2017-06-28
PCI: faraday: Convert IRQ masking to raw PCI config accessors
Lorenzo Pieralisi
1
-33
/
+48
2017-06-28
PCI: iproc: Convert link check to raw PCI config accessors
Lorenzo Pieralisi
1
-20
/
+74
2017-06-28
PCI: xilinx-nwl: Remove nwl_pcie_enable_msi() unused bus parameter
Lorenzo Pieralisi
1
-2
/
+2
2017-05-13
Linux 4.12-rc1
v4.12-rc1
Linus Torvalds
1
-2
/
+2
2017-05-13
mm, docs: update memory.stat description with workingset* entries
Roman Gushchin
1
-0
/
+12
2017-05-13
mm: vmscan: scan until it finds eligible pages
Minchan Kim
1
-6
/
+15
2017-05-13
mm, thp: copying user pages must schedule on collapse
David Rientjes
1
-4
/
+3
2017-05-13
dax: fix PMD data corruption when fault races with write
Ross Zwisler
1
-14
/
+14
2017-05-13
dax: fix data corruption when fault races with write
Jan Kara
1
-16
/
+16
2017-05-13
ext4: return to starting transaction in ext4_dax_huge_fault()
Jan Kara
1
-4
/
+17
2017-05-13
mm: fix data corruption due to stale mmap reads
Jan Kara
2
-2
/
+12
[next]