summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-292-9/+39
|\
| * [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-271-3/+3
| * [PATCH] 64bit resource: C99 changes for struct resource declarationsGreg Kroah-Hartman2006-06-271-6/+36
* | Merge branch 'nommu' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-06-2824-94/+297
|\ \
| * | [ARM] nommu: backtrace code must not reference a discarded sectionRussell King2006-06-281-4/+1
| * | [ARM] nommu: Initial uCLinux support for MMU-based CPUsHyok S. Choi2006-06-2813-0/+129
| * | [ARM] nommu: prevent Xscale-based machines being selectedRussell King2006-06-281-0/+5
| * | [ARM] nommu: export flush_dcache_page()Hyok S. Choi2006-06-281-0/+1
| * | [ARM] nommu: remove fault-armv, mmap and mm-armv files from nommu buildRussell King2006-06-281-4/+4
| * | [ARM] Remove TABLE_SIZE, and several unused function prototypesRussell King2006-06-281-2/+0
| * | [ARM] nommu: Provide a simple flush_dcache_page implementationRussell King2006-06-282-2/+10
| * | [ARM] nommu: add arch/arm/Kconfig-nommu to Kconfig filesHyok S. Choi2006-06-281-0/+4
| * | [ARM] nommu: add stubs for ioremap and friendsRussell King2006-06-284-48/+92
| * | [ARM] nommu: avoid selecting TLB and CPU specific copy codeHyok S. Choi2006-06-281-29/+32
| * | [ARM] nommu: uaccess tweaksRussell King2006-06-283-7/+21
| * | [ARM] nommu: we need the TLS register emulation for nommu modeRussell King2006-06-281-3/+3
* | | [ARM] 3672/1: PXA: don't probe output GPIOs for interruptGuennadi Liakhovetski2006-06-281-2/+2
* | | [ARM] 3671/1: ep93xx: add cirrus logic edb9315 supportLennert Buytenhek2006-06-283-0/+69
* | | [ARM] 3370/2: ep93xx: add crunch supportLennert Buytenhek2006-06-286-0/+405
* | | [ARM] 3665/1: crunch: add ptrace supportLennert Buytenhek2006-06-281-0/+36
* | | [ARM] 3664/1: crunch: add signal frame save/restoreLennert Buytenhek2006-06-281-0/+39
* | | [ARM] 3663/1: fix resource->end off-by-one thinko during physmap conversionLennert Buytenhek2006-06-285-5/+5
* | | [ARM] 3658/1: S3C244X: Change usb-gadget name to s3c2440-usbgadgetBen Dooks2006-06-281-0/+1
|/ /
* | [ARM] Remove the __arch_* layer from uaccess.hRussell King2006-06-287-18/+18
* | [PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki2006-06-271-1/+1
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-06-2640-134/+1357
|\
| * [ARM] Update mach-typesRussell King2006-06-261-9/+62
| * [ARM] 3654/1: add ajeco 1arm sbc supportLennert Buytenhek2006-06-265-0/+1175
| * [ARM] 3651/1: S3C24XX: Make arch list more detailedBen Dooks2006-06-261-1/+1
| * [ARM] 3650/1: S3C2412: Update s3c2410_defconfigBen Dooks2006-06-261-14/+36
| * [ARM] 3649/1: S3C24XX: Fix capitalisation of CPU on SMDK2440Ben Dooks2006-06-261-2/+2
| * [ARM] 3612/1: make pci bus optional for ixp4xx platformMilan Svoboda2006-06-253-11/+18
| * [ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQRussell King2006-06-256-7/+7
| * [ARM] Remove save_lr/restore_pc macrosRussell King2006-06-252-6/+4
| * [ARM] Remove partial non-v6 binutils compatibilityRussell King2006-06-251-32/+0
| * [ARM] Remove LOADREGS macroRussell King2006-06-2514-30/+30
| * [ARM] Remove RETINSTR macroRussell King2006-06-2510-22/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-06-261-1/+1
|\ \
| * | kconfig: integrate split config into silentoldconfigRoman Zippel2006-06-091-1/+1
* | | [PATCH] backlight: LOCOMO Backlight Driver updatesRichard Purdie2006-06-261-20/+25
* | | [PATCH] kernel/sys.c: cleanupsAdrian Bunk2006-06-252-4/+2
* | | [PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter2006-06-251-1/+0
| |/ |/|
* | Merge signal handler branchRussell King2006-06-241-125/+82
|\ \
| * | [ARM] 3648/1: Update struct ucontext layout for coprocessor registersDaniel Jacobowitz2006-06-241-31/+11
| * | [ARM] Add identifying number for non-rt sigframeRussell King2006-06-241-0/+5
| * | [ARM] Gather common sigframe saving code into setup_sigframe()Russell King2006-06-181-33/+29
| * | [ARM] Gather common sigframe restoration code into restore_sigframe()Russell King2006-06-181-43/+33
| * | [ARM] Re-use sigframe within rt_sigframeRussell King2006-06-181-13/+11
| * | [ARM] Merge sigcontext and sigmask members of sigframeRussell King2006-06-181-6/+5
| * | [ARM] Replace extramask with a full copy of the sigmaskRussell King2006-06-181-10/+3