aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-04-207-50/+120
|\
| * [MIPS] Fix BUG(), BUG_ON() handlingAtsushi Nemoto2007-04-201-2/+2
| * [MIPS] Retry {save,restore}_fp_context if failed in atomic context.Atsushi Nemoto2007-04-203-18/+95
| * [MIPS] Disallow CpU exception in kernel again.Atsushi Nemoto2007-04-205-40/+21
| * [MIPS] Add missing silicon revisions for BCM112xMark Mason2007-04-201-0/+12
* | Longhaul - Revert ACPI C3 on Longhaul ver. 2Dave Jones2007-04-201-1/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-171-1/+0
|\
| * [NET]: Get rid of alloc_skb_from_cacheHerbert Xu2007-04-171-1/+0
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-04-174-10/+13
|\ \
| * | [PATCH] x86: Fix potential overflow in perfctr reservationAndi Kleen2007-04-162-8/+11
| * | [PATCH] x86: Fix gcc 4.2 _proxy_pda workaroundAndi Kleen2007-04-162-2/+2
* | | alpha: build fixes - force architectureIvan Kokshaysky2007-04-171-2/+1
* | | alpha: more fixes for specific machine typesIvan Kokshaysky2007-04-172-1/+7
* | | alpha: fixes for specific machine typesIvan Kokshaysky2007-04-176-12/+37
| |/ |/|
* | cache_k8_northbridges() overflows beyond allocationBadari Pulavarty2007-04-161-2/+2
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-04-162-8/+102
|\ \ | |/ |/|
| * [ARM] 4313/1: S3C24XX: Update s3c2410 defconfig to 2.6.21-rc6Ben Dooks2007-04-161-5/+6
| * [ARM] Update mach-typesRussell King2007-04-161-3/+96
* | Fix VMI relocation processing logic errorZachary Amsden2007-04-141-3/+6
* | failsafe mechanism to HPET clock calibrationRavikiran G Thirumalai2007-04-141-3/+6
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-139-341/+246
|\ \
| * | [SPARC64]: Fix inline directive in pci_iommu.cTom "spot" Callaway2007-04-131-1/+1
| * | [SPARC64]: Fix arg passing to compat_sys_ipc().David S. Miller2007-04-132-2/+1
| * | [SPARC]: Fix section mismatch warnings in pci.c and pcic.cRobert Reif2007-04-122-4/+4
| * | [SPARC]: avoid CHILD_MAX and OPEN_MAX constantsRoland McGrath2007-04-123-6/+8
| * | [SPARC64]: Fix SBUS IOMMU allocation code.David S. Miller2007-04-111-328/+232
* | | [PPC] Fix compilation and linking errors of mpc86xads build.Vitaly Bordug2007-04-122-8/+35
* | | [PPC] Fix compilation and linking errors of mpc885ads build.Vitaly Bordug2007-04-121-10/+10
* | | [PPC] MPC8272 ADS compile fixed, defconfig refreshed.Vitaly Bordug2007-04-122-130/+479
|/ /
* | [POWERPC] mpc52xx_pic: fix main interrupt maskingDomen Puncer2007-04-121-2/+2
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-04-104-8/+12
|\ \
| * | [IA64] SGI Altix : fix pcibr_dmamap_ate32() bugMike Habeck2007-04-061-2/+6
| * | [IA64] Fix CPU freq displayed in /proc/cpuinfoVenki Pallipadi2007-04-061-1/+1
| * | [IA64] Fix wrong assumption about irq and vector in msi_ia64.cIshimatsu Yasuaki2007-04-061-2/+2
| * | [IA64] BTE error timer fixRuss Anderson2007-04-061-3/+3
| |/
* | [PATCH] i386: irqbalance_disable() section fixAndrew Morton2007-04-081-1/+1
* | [PATCH] x86_64 early quirks: fix early_qrk[] section tagAndrew Morton2007-04-081-1/+1
* | [PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21Zachary Amsden2007-04-082-1/+24
|/
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-04-026-89/+254
|\
| * [PATCH] x86: Don't probe for DDC on VBE1.2Zwane Mwaikambo2007-04-022-0/+28
| * [PATCH] x86-64: Increase NMI watchdog probing timeoutAndi Kleen2007-04-022-2/+2
| * [PATCH] x86-64: Let oprofile reserve MSR on all CPUsAndi Kleen2007-04-022-58/+187
| * [PATCH] x86-64: Disable local APIC timer use on AMD systems with C1EAndi Kleen2007-04-022-29/+37
* | [PATCH] i386: fix file_read_actor() and pipe_read() for original i386 systemsThomas Gleixner2007-04-021-0/+9
* | [PATCH] Fix microcode-related suspend problemRafael J. Wysocki2007-04-021-4/+67
* | [PATCH] uml: fix unreasonably long udelayPaolo 'Blaisorblade' Giarrusso2007-04-022-22/+0
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-04-012-4/+5
|\
| * [ARM] Export dma_channel_active()Russell King2007-03-311-0/+1
| * [ARM] 4289/1: AT91: SAM9260 NAND flash timingAndrew Victor2007-03-291-4/+4
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-03-299-21/+97
|\ \