summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/function-graph: fix constraint for recording old return valueSteven Rostedt2009-05-131-1/+1
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-05-098-15/+40
|\
| * x86: MCE: make cmci_discover_lock irq-safeHidetoshi Seto2009-05-081-4/+6
| * x86: xen, i386: reserve Xen pagetablesJeremy Fitzhardinge2009-05-081-0/+5
| * x86, kexec: fix crashdump panic with CONFIG_KEXEC_JUMPHuang Ying2009-05-082-4/+4
| * x86-64: finish cleanup_highmaps()'s job wrt. _brk_endJan Beulich2009-05-081-1/+17
| * x86: fix boot hang in early_reserve_e820()Jan Beulich2009-05-081-5/+6
| * x86: Fix a typo in a printk messageNikanth Karthikesan2009-05-061-1/+1
| * x86, srat: do not register nodes beyond e820 mapDavid Rientjes2009-05-061-0/+1
* | Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-05-092-3/+3
|\ \
| * | microblaze: Fix return value for sys_ipcMichal Simek2009-05-011-1/+1
| * | microblaze: Storage class should be before const qualifierTobias Klauser2009-05-011-2/+2
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-05-0715-1017/+725Star
|\ \ \ | |_|/ |/| |
| * | [ARM] 5507/1: support R_ARM_MOVW_ABS_NC and MOVT_ABS relocation typesPaul Gortmaker2009-05-072-7/+24
| * | [ARM] 5506/1: davinci: DMA_32BIT_MASK --> DMA_BIT_MASK(32)Kevin Hilman2009-05-071-2/+2
| * | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2009-05-056-805/+9Star
| |\ \
| | * | i.MX31: Disable CPU_32v6K in mx3_defconfig.Magnus Lilja2009-05-051-1/+1
| | * | mx27ads: move PBC mapping out of vmalloc spaceUwe Kleine-König2009-05-051-1/+1
| | * | MXC: remove BUG_ON in interrupt handlerSascha Hauer2009-05-051-1/+1
| | * | mx31: remove mx31moboard_defconfigValentin Longchamp2009-05-051-790/+0Star
| | * | ARM: ARCH_MXC should select HAVE_CLKGuennadi Liakhovetski2009-05-051-0/+1
| | * | mxc : BUG in imx_dma_requestMartin Fuzzey2009-05-051-8/+4Star
| | * | mxc : Clean up properly when imx_dma_free() used without imx_dma_disable()Martin Fuzzey2009-05-051-4/+1Star
| * | | Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2009-05-053-201/+683
| |\ \ \
| | * | | [ARM] mv78xx0: update defconfigNicolas Pitre2009-05-051-94/+335
| | * | | [ARM] orion5x: update defconfigNicolas Pitre2009-05-051-84/+279
| | * | | [ARM] Kirkwood: update defconfigNicolas Pitre2009-05-051-23/+69
| | | |/ | | |/|
| * | | [ARM] Kconfig typo fix: "PXA930" -> "CPU_PXA930".Robert P. J. Day2009-05-031-2/+2
| * | | Merge branch 'v2630-rc3-fixes' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2009-05-032-0/+5
| |\ \ \ | | |_|/ | |/| |
| | * | [ARM] S3C2412: Add missing cache flush in suspend codeBen Dooks2009-05-011-0/+3
| | * | [ARM] S3C64XX: Add S3C64XX_PA_IIS{0,1} to <mach/map.h>Ben Dooks2009-05-011-0/+2
| | |/
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-05-063-8/+8
|\ \ \
| * | | [IA64] xen_domu_defconfig: fix build issues/warningsJan Beulich2009-05-053-8/+8
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-05-051-1/+1
|\ \ \ \
| * | | | tracing: x86, mmiotrace: fix range testStuart Bennett2009-04-291-1/+1
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-05-054-14/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfoAndreas Herrmann2009-05-041-1/+1
| * | | | amd-iommu: fix iommu flag masksJoerg Roedel2009-05-041-8/+8
| * | | | x86: initialize io_bitmap_base on 32bitThomas Gleixner2009-05-011-0/+2
| * | | | x86: gettimeofday() vDSO: fix segfault when tv == NULLJohn Wright2009-04-301-5/+7
| | |_|/ | |/| |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-05-051-5/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | powerpc: Fix setting of oprofile cpu typeBenjamin Herrenschmidt2009-05-011-2/+2
| * | | powerpc adjust oprofile_cpu_type version 3Michael Wolf2009-05-011-4/+9
| |/ /
* | | Move dtc and libfdt sources from arch/powerpc/boot to scripts/dtcDavid Gibson2009-05-0331-11152/+28Star
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-05-0370-970/+5637
|\ \ \
| * | | [ARM] 5489/1: ARM errata: Data written to the L2 cache can be overwritten wit...Catalin Marinas2009-04-302-0/+17
| * | | [ARM] 5490/1: ARM errata: Processor deadlock when a false hazard is createdCatalin Marinas2009-04-302-0/+19
| * | | [ARM] 5487/1: ARM errata: Stale prediction on replaced interworking branchCatalin Marinas2009-04-302-0/+24
| * | | [ARM] 5488/1: ARM errata: Invalidation of the Instruction Cache operation can...Catalin Marinas2009-04-303-2/+63
| * | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-04-288-13/+54
| |\ \ \