summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [SPARC64]: Do not touch %tick_cmpr on sun4v cpus.David S. Miller2007-08-161-1/+2
* [SPARC64]: Niagara-2 optimized copies.David S. Miller2007-08-168-1/+716
* [SPARC64]: Allow userspace to get at the machine description.David S. Miller2007-08-161-0/+38
* [SPARC32]: Remove superfluous 'kernel_end' alignment on sun4c.Mark Fortescue2007-08-151-2/+0Star
* [SPARC32]: Fix bogus ramdisk image location check.Mark Fortescue2007-08-151-2/+1Star
* [SPARC32]: Remove iommu from struct sbus_bus and use archdata like sparc64.Robert Reif2007-08-113-15/+16
* [SPARC64]: Fix memory leak when cpu hotplugging.David S. Miller2007-08-094-65/+28Star
* [SPARC64]: Do not assume sun4v chips have load-twin/store-init support.David S. Miller2007-08-0910-33/+588
* [SPARC64]: Fix hard-coding of cpu type output in /proc/cpuinfo on sun4v.David S. Miller2007-08-081-8/+40
* [SPARC]: Centralize find_in_proplist() instead of duplicating N times.David S. Miller2007-08-084-36/+37
* [ARM] rpc: update defconfigRussell King2007-08-061-355/+436
* [ARM] 4542/1: AT91: include atmel_lcdc.h in at91sam926{1,3}_devices.cJan Altenberg2007-08-042-0/+4
* [ARM] 4541/1: iop: defconfig updatesDan Williams2007-08-043-562/+439Star
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-08-0410-26/+42
|\
| * [POWERPC] Fixes for the SLB shadow buffer codeMichael Neuling2007-08-033-11/+22
| * [POWERPC] Fix a compile warning in powermac/feature.cSegher Boessenkool2007-08-031-2/+4
| * [POWERPC] Fix a compile warning in pci_32.cSegher Boessenkool2007-08-031-1/+4
| * [POWERPC] Fix parse_drconf_memory() for 64-bit start addressesMichael Ellerman2007-08-031-2/+2
| * [POWERPC] Fix num_cpus calculation in smp_call_function_map()Kevin Corry2007-08-031-6/+3Star
| * [POWERPC] ps3: Fix section mismatch in ps3/setup.cStephen Rothwell2007-08-031-1/+1
| * [POWERPC] spufs: Fix affinity after introduction of node_allowed() callsAndre Detsch2007-08-031-1/+2
| * [POWERPC] Fix special PTE code for secondary hash bucketPaul Mackerras2007-08-031-2/+4
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23Linus Torvalds2007-08-0413-395/+281Star
|\ \
| * | sh: fix defconfigs for sh7751r boardsMagnus Damm2007-08-035-5/+5
| * | sh: fix cf support on r2d boardsMagnus Damm2007-08-031-1/+8
| * | sh: update r2d defconfigMagnus Damm2007-08-031-4/+4
| * | sh: update snapgear defconfig.David McCullough2007-08-031-348/+239Star
| * | sh: Fix SH-X3 FPU exception handling.Paul Mundt2007-08-011-0/+5
| * | sh: Fix pgd mismatch from cached TTB in unhandled fault.Paul Mundt2007-08-011-2/+1Star
| * | sh: Don't include fault-nommu on SH-2/SH-2A.Paul Mundt2007-08-011-1/+3
| * | sh: Fix irqflags tracing for SH-3/4 nommu.Paul Mundt2007-08-011-32/+15Star
| * | sh: Fix lockdep debugging oops on SH-3/4.Paul Mundt2007-08-011-2/+1Star
* | | [SPARC32]: Fix modular build of floppy driver.David S. Miller2007-08-033-30/+62
| |/ |/|
* | [x86 setup] EDD: add missing =m constraintH. Peter Anvin2007-08-021-1/+1
* | [x86 setup] video setup: Fix VBE DDC readingAntonino A. Daplas2007-08-021-1/+1
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-08-0210-39/+50
|\ \
| * | [IA64] ITC: Reduce rating for ITC clock if ITCs are driftyChristoph Lameter2007-08-011-1/+15
| * | [IA64] SN2: Fix up sn2_rtc clockChristoph Lameter2007-08-011-5/+2Star
| * | [IA64] Fix wrong access to irq_desc[] in iosapic_register_intr().Kenji Kaneshige2007-08-011-2/+3
| * | [IA64] Fix possible race in destroy_and_reserve_irq()Kenji Kaneshige2007-07-311-11/+6Star
| * | [IA64] Fix registered interrupt checkKenji Kaneshige2007-07-311-6/+6
| * | [IA64] Remove a few duplicate includesJesper Juhl2007-07-313-3/+0Star
| * | [IA64] Allow smp_call_function_single() to current cpuAvi Kivity2007-07-311-3/+5
| * | [IA64] fix a few section mismatch warningsSam Ravnborg2007-07-313-8/+13
* | | FRV: Enable the MB86943 PCI arbiter correctlyDavid Howells2007-08-021-1/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-08-013-0/+99
|\ \
| * | [WATCHDOG] mv64x60_wdt: Add arch/powerpc platform supportDale Farnsworth2007-07-242-0/+70
| * | [WATCHDOG] mv64x60_wdt: set up platform_device in platform codeDale Farnsworth2007-07-241-0/+29
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-08-01154-6112/+710Star
|\ \ \
| * | | [MIPS] Add smp_call_function_single()Peter Watkins2007-07-311-0/+55