summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-1221-153/+50
|\
| * PCI: Only build PCI syscalls on architectures that want themMatthew Wilcox2007-07-117-8/+25
| * PCI: remove pci_dac_dma_... APIsJan Beulich2007-07-114-109/+7
| * PCI: i386: traps, change VENDOR to DEVICEJiri Slaby2007-07-111-2/+2
| * PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-115-24/+9
| * PCI: read revision ID by defaultAuke Kok2007-07-112-0/+3
| * PCI: Make pcibios_add_platform_entries() return errorsMichael Ellerman2007-07-112-4/+4
| * PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman2007-07-111-6/+0
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-125-22/+20
|\ \
| * | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-112-3/+0
| * | PM: do not use saved_state from struct dev_pm_info on ARMRafael J. Wysocki2007-07-113-19/+20
| |/
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-124-7/+7
|\ \
| * | [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-104-7/+7
| |/
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-07-1226-275/+399
|\ \
| * | [MIPS] Rename PC speaker codeRalf Baechle2007-07-126-8/+8
| * | [MIPS] Don't use genrtc.Ralf Baechle2007-07-121-2/+0
| * | [MIPS] Remove unused time.c for swarmYoichi Yuasa2007-07-121-244/+0
| * | [MIPS] Sparse: Use NULL for pointerAtsushi Nemoto2007-07-121-1/+1
| * | [MIPS] Fix a sparse warning in arch/mips/pci/pci.cAtsushi Nemoto2007-07-121-1/+1
| * | [MIPS] SMTC: Interrupt mask backstop hackKevin D. Kissell2007-07-123-0/+17
| * | [MIPS] separate platform_device registration for VR41xx RTCYoichi Yuasa2007-07-122-1/+118
| * | [MIPS] Separate platform_device registration for VR41xx GPIOYoichi Yuasa2007-07-122-1/+123
| * | [MIPS] MIPSsim: Fix build.Ralf Baechle2007-07-123-3/+2
| * | [MIPS] separate platform_device registration for VR41xx serial interfaceYoichi Yuasa2007-07-122-1/+121
| * | [MIPS] Include cacheflush.h in uncache.cAtsushi Nemoto2007-07-121-0/+1
| * | [MIPS] Cleanup tlbdebug.hAtsushi Nemoto2007-07-122-0/+2
| * | [MIPS] RM: Use only phyiscal address for 82596 and 53c710Thomas Bogendoerfer2007-07-122-6/+6
| * | [MIPS] Hydrogen3: Remove remaining bits of code.Ralf Baechle2007-07-121-3/+0
| * | [MIPS] Fix resume for 64K page size on R4000 class processors.Ralf Baechle2007-07-121-6/+1
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds2007-07-1280-1100/+5359
|\ \
| * | Blackfin arch: add missing CONFIG_LARGE_ALLOCS when upstream mergingBryan Wu2007-07-121-0/+8
| * | Blackfin arch: as pointed out by Robert P. J. Day, update the CPU_FREQ name t...Mike Frysinger2007-07-121-1/+1
| * | Blackfin arch: extract the entry point from the linked kernelMike Frysinger2007-07-121-1/+2
| * | Blackfin arch: clean up some coding style issuesBryan Wu2007-07-122-9/+8
| * | Blackfin arch: combine the common code of free_initrd_mem and free_initmemMike Frysinger2007-07-121-28/+17
| * | Blackfin arch: Add Support for Peripheral PortMux and resouce allocationMichael Hennerich2007-07-121-29/+160
| * | Blackfin arch: use PAGE_SIZE when doing aligns rather than hardcoded valuesMike Frysinger2007-07-121-5/+7
| * | Blackfin arch: fix bug set dma_address properly in dma_map_sgSonic Zhang2007-07-121-4/+7
| * | Blackfin arch: Disable CACHELINE_ALIGNED_L1 for BF54x by defaultMichael Hennerich2007-07-121-1/+2
| * | Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-le...Alex Landau2007-07-121-0/+26
| * | Blackfin arch: There is no CDPRIO Bit in the EBIU_AMGCTL Register of BF54x archMichael Hennerich2007-07-121-0/+1
| * | Blackfin arch: scrub dead codeMike Frysinger2007-07-122-37/+5
| * | Blackfin arch: add BF54x missing GPIO access functionsMichael Hennerich2007-07-021-0/+17
| * | Blackfin arch: Some memory and code optimizations - Fix SYS_IRQSMichael Hennerich2007-07-122-17/+28
| * | Blackfin arch: Enable BF54x PIN/GPIO interruptsMichael Hennerich2007-07-124-33/+346
| * | Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger2007-07-1252-375/+321
| * | Blackfin arch: Clean up trace buffer handling, No major functional changes.Robin Getz2007-06-218-43/+45
| * | Blackfin arch: Start untangling the CPLB handling code.Bernd Schmidt2007-07-125-366/+513
| * | Blackfin arch: kgdb specific codeSonic Zhang2007-06-292-0/+422
| * | Blackfin arch: add missing implementations SIC_IWR crosses several registersMichael Hennerich2007-06-212-0/+7
OpenPOWER on IntegriCloud