summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Make isa_mem_base common to 32 and 64 bitsBenjamin Herrenschmidt2007-12-113-3/+6
* Merge branch 'linux-2.6' into for-2.6.25Paul Mackerras2007-12-1132-156/+294
|\
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-12-1017-53/+56
| |\
| | * [IA64] Fix iosapic interrupt delivery mode for CPEKenji Kaneshige2007-12-081-1/+1
| | * [IA64] kprobe: make kreturn probe handler stack unwind correctShaohua Li2007-12-081-2/+17
| | * [IA64] operator priority fix in acpi_map_lsapic()Roel Kluin2007-12-081-1/+1
| | * [IA64] Add missing "space" to concatenated stringsJoe Perches2007-12-083-7/+7
| | * [IA64] make full use of macro efi_md_sizeLi Zefan2007-12-081-5/+5
| | * [IA64] rename _bss to __bss_startBernhard Walle2007-12-083-4/+5
| | * [IA64] SGI Altix : fix bug in sn_io_late_init()Mike Habeck2007-12-081-6/+5Star
| | * [IA64] iosapic cleanupSimon Horman2007-12-082-18/+3Star
| | * [IA64] signal : fix missing error checkingsShi Weihua2007-12-081-4/+4
| | * [IA64] export copy_page() to modulesAndrew Morton2007-12-083-3/+6
| | * [IA64] don't assume that unwcheck.py is executableAndrew Morton2007-12-072-1/+1
| | * [IA64] increase .data.patch offsetAndrew Morton2007-12-071-1/+1
| * | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-12-108-50/+186
| |\ \
| | * | [XFS] Fix xfs_ichgtime()s broken usage of I_SYNCDavid Chinner2007-12-101-2/+2
| | * | [XFS] Make xfsbufd threads freezableRafael J. Wysocki2007-12-101-0/+2
| | * | [XFS] revert to double-buffering readdirChristoph Hellwig2007-12-101-0/+124
| | * | [XFS] Fix broken inode cluster setup.David Chinner2007-12-101-1/+1
| | * | [XFS] Clear XBF_READ_AHEAD flag on I/O completion.Lachlan McIlroy2007-12-101-1/+1
| | * | [XFS] Fixed a few bugs in xfs_buf_associate_memory()Lachlan McIlroy2007-12-101-20/+13Star
| | * | [XFS] 971064 Various fixups for xfs_bulkstat().Lachlan McIlroy2007-12-103-26/+40
| | * | [XFS] Fix dbflush panic in xfs_qm_sync.Donald Douwsma2007-12-101-0/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/fix-kbuildLinus Torvalds2007-12-102-8/+12
| |\ \ \
| | * | | kbuild: fix building with O=.. optionsSam Ravnborg2007-12-092-3/+6
| | * | | kbuild: fix building with redirected output.Sam Ravnborg2007-12-091-5/+6
| | | |/ | | |/|
| * | | Revert "PCI: fix IDE legacy mode resources"Linus Torvalds2007-12-101-36/+12Star
| * | | powerpc: Fix IDE legacy vs. native fixupsBenjamin Herrenschmidt2007-12-102-8/+24
| * | | Avoid double memclear() in SLOB/SLUBLinus Torvalds2007-12-092-1/+4
| |/ /
* | | [POWERPC] Update smu command definitionsMichael Hanselmann2007-12-111-4/+128
* | | [POWERPC] Kill flatdevtree.cDavid Gibson2007-12-116-1231/+1Star
* | | [POWERPC] Use embedded libfdt in the bootwrapperDavid Gibson2007-12-1118-16/+219
* | | [POWERPC] Merge libfdt upstream sourceDavid Gibson2007-12-1110-0/+2568
* | | [POWERPC] EEH: Avoid a possible NULL pointer dereferenceStephen Rothwell2007-12-111-2/+2
* | | [POWERPC] iSeries: Merge vpdinfo.c into pci.cStephen Rothwell2007-12-114-259/+219Star
* | | [POWERPC] iSeries: Clean up and simplify vdpinfo.cStephen Rothwell2007-12-111-54/+46Star
* | | [POWERPC] iSeries: DeCamelCase vpdinfo.cStephen Rothwell2007-12-113-97/+95Star
* | | [POWERPC] Update xmon slb codewill schmidt2007-12-111-6/+23
* | | [POWERPC] Use SLB size from the device treeMichael Neuling2007-12-118-10/+26
* | | [POWERPC] pci_controller->arch_data really is a struct device_node *Stephen Rothwell2007-12-1118-32/+31Star
* | | [POWERPC] Don't special case pci_domain_nr() for iSeriesStephen Rothwell2007-12-112-7/+4Star
* | | [POWERPC] Remove some iSeries platform checks from the PCI codeStephen Rothwell2007-12-112-15/+10Star
* | | [POWERPC] iSeries: hose->buid is always zero for iSeriesStephen Rothwell2007-12-111-6/+2Star
* | | [POWERPC] iSeries: Call iSeries_pcibios_init from setup_archStephen Rothwell2007-12-114-7/+5Star
* | | [POWERPC] Inline pci_setup_pci_controller as it has become trivialStephen Rothwell2007-12-111-15/+6Star
* | | [POWERPC] iSeries: Make pcibios_final_fixup not depend on pci_dnStephen Rothwell2007-12-111-15/+12Star
* | | [POWERPC] iSeries: Reduce dependence on pci_dn bussubnoStephen Rothwell2007-12-111-9/+9
* | | [POWERPC] iSeries: iseries_ds_addr is only used in pci.cStephen Rothwell2007-12-112-12/+12
* | | [POWERPC] iSeries: Remove pci_dn dependency from iSeries_Device_InformationStephen Rothwell2007-12-113-17/+6Star