summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] __find_get_block_slow() cleanupCoywolf Qi Hunt2005-11-071-3/+3
* [PATCH] __bread oops fixAndrew Morton2005-10-301-3/+5
* [PATCH] ext3: Fix unmapped buffers in transaction's listsJan Kara2005-10-301-1/+10
* [PATCH] mm: split page table lockHugh Dickins2005-10-291-1/+1
* [PATCH] gfp_t: fs/*Al Viro2005-10-281-1/+1
* [PATCH] gfp_t: infrastructureAl Viro2005-10-281-1/+1
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-1/+1
* [PATCH] spinlock consolidationIngo Molnar2005-09-101-0/+1
* [PATCH] Make ll_rw_block() wait for buffer lockJan Kara2005-09-071-14/+16
* [PATCH] alloc_buffer_head() and free_buffer_head() cleanupCoywolf Qi Hunt2005-09-071-6/+4
* [PATCH] page_uptodate locking scalabilityNick Piggin2005-07-071-8/+17
* [PATCH] rename wakeup_bdflush to wakeup_pdflushPekka J Enberg2005-06-281-2/+2
* [PATCH] Bug in error recovery in fs/buffer.c::__block_prepare_write()Anton Altaparmakov2005-06-231-4/+8
* [PATCH] factor out common code in sys_fsync/sys_fdatasyncOleg Nesterov2005-06-231-35/+10
* [PATCH] vm: try_to_free_pages unused argumentDarren Hart2005-06-211-1/+1
* [PATCH] block_read_full_page() get_block() error handling fixAndrew Morton2005-05-171-2/+6
* [PATCH] make some things staticAdrian Bunk2005-05-051-1/+1
* [PATCH] __block_write_full_page() simplificationAndrew Morton2005-05-051-9/+1
* [PATCH] __block_write_full_page speedupAndrew Morton2005-05-051-5/+1
* [PATCH] __block_write_full_page race fixNick Piggin2005-05-051-5/+13
* [PATCH] fix race in __block_prepare_writeNick Piggin2005-05-051-4/+6
* [PATCH] avoid -ENOMEM due reclaimable slab cachesAndrea Arcangeli2005-05-051-1/+1
* [PATCH] DocBook: fix some descriptionsMartin Waitz2005-05-011-5/+6
* [PATCH] Exterminate PAGE_BUGMatt Mackall2005-05-011-2/+1
* [PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2005-05-011-3/+3
* [PATCH] drop_buffers() oops fixakpm@osdl.org2005-05-011-1/+1
* [PATCH] end_buffer_write_sync() avoid pointless assignmentsakpm@osdl.org2005-04-161-2/+2
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+3152
ixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ARM/PCI: Convert PCI scan API to pci_scan_root_bus_bridge() 2017-06-28T20:13:55+00:00 Lorenzo Pieralisi lorenzo.pieralisi@arm.com 2017-06-28T20:13:55+00:00 97ad2bdcbe8598a69ee1f372ed6c0fbdb2869218 The introduction of pci_scan_root_bus_bridge() provides a PCI core API to scan a PCI root bus backed by an already initialized struct pci_host_bridge object, which simplifies the bus scan interface and makes the PCI scan root bus interface easier to generalize as members are added to the struct pci_host_bridge. Convert ARM bios32 code to pci_scan_root_bus_bridge() to improve the PCI root bus scanning interface. Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> [bhelgaas: fold in warning fix from Arnd Bergmann <arnd@arndb.de>: http://lkml.kernel.org/r/20170621215323.3921382-1-arnd@arndb.de] [bhelgaas: set bridge->ops for mv78xx0] [bhelgaas: fold in fixes from Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>: http://lkml.kernel.org/r/20170701135457.GB8977@red-moon] Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Russell King <linux@armlinux.org.uk> Cc: Andrew Lunn <andrew@lunn.ch>
The introduction of pci_scan_root_bus_bridge() provides a PCI core API to
scan a PCI root bus backed by an already initialized struct pci_host_bridge
object, which simplifies the bus scan interface and makes the PCI scan root
bus interface easier to generalize as members are added to the struct
pci_host_bridge.

Convert ARM bios32 code to pci_scan_root_bus_bridge() to improve the PCI
root bus scanning interface.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
[bhelgaas: fold in warning fix from Arnd Bergmann <arnd@arndb.de>:
http://lkml.kernel.org/r/20170621215323.3921382-1-arnd@arndb.de]
[bhelgaas: set bridge->ops for mv78xx0]
[bhelgaas: fold in fixes from Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>:
http://lkml.kernel.org/r/20170701135457.GB8977@red-moon]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Andrew Lunn <andrew@lunn.ch>