summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-07-125-90/+162
|\
| * [CPUFREQ] Longhaul - Proper register accessRafał Bilski2007-06-211-6/+6
| * [CPUFREQ] Kconfig powernow-k8 driver should depend on ACPI P-States driverJoshua Hoblitt2007-06-061-3/+10
| * [CPUFREQ] Longhaul - Replace ACPI functions with direct I/ORafał Bilski2007-06-061-7/+16
| * [CPUFREQ] Longhaul - Remove duplicate multipliersRafał Bilski2007-05-291-6/+6
| * [CPUFREQ] Longhaul - Embedded "conservative"Rafał Bilski2007-05-291-49/+96
| * [CPUFREQ] acpi-cpufreq: Proper ReadModifyWrite of PERF_CTL MSRVenki Pallipadi2007-05-291-8/+5
| * [CPUFREQ] Longhaul - Check ACPI "BM DMA in progress" bitRafał Bilski2007-05-291-0/+18
| * [CPUFREQ] Longhaul - Move old_ratio to correct placeRafał Bilski2007-05-291-1/+1
| * [CPUFREQ] Longhaul - VT8237 supportRafał Bilski2007-05-291-0/+4
| * [CPUFREQ] Longhaul - Use all kinds of supportRafał Bilski2007-05-291-22/+11
| * [CPUFREQ] powernow-k8: clarify number of cores.Dave Jones2007-05-181-2/+3
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-07-1211-41/+106
|\ \
| * | [IA64] Support multiple CPUs going through OS_MCARuss Anderson2007-07-112-19/+53
| * | [IA64] silence GCC ia64 unused variable warningsJes Sorensen2007-07-114-4/+5
| * | [IA64] prevent MCA when performing MMIO mmap to PCI config spaceAlex Chiang2007-07-111-5/+17
| * | [IA64] Stop bit for brl instructionChristian Kandeler2007-07-091-0/+1
| * | [IA64] SN: Correct ROM resource length for BIOS copyJohn Keller2007-07-092-12/+25
| * | [IA64] Don't set psr.ic and psr.i simultaneouslyTony Luck2007-07-091-1/+5
* | | 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
OpenPOWER on IntegriCloud