summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto2006-09-291-1/+1
* Merge nommu branchRussell King2006-09-283-7/+35
|\
| * [ARM] nommu: confirms the CR_V bit in nommu modeHyok S. Choi2006-09-281-0/+5
| * [ARM] nommu: manage the CP15 thingsHyok S. Choi2006-09-272-7/+22
| * [ARM] nommu: allows to support module in nommuHyok S. Choi2006-09-271-0/+8
* | [ARM] 3855/1: Add generic time supportKevin Hilman2006-09-281-0/+6
* | [ARM] kthread: switch arch/arm/kernel/apm.cSerge E. Hallyn2006-09-271-20/+13
|/
* [ARM] 3838/1: ARM: DCC debug console support for ARM11Tony Lindgren2006-09-251-1/+34
* [ARM] 3759/2: Remove uses of %?Daniel Jacobowitz2006-09-201-1/+1
* [ARM] Add ARM irqtrace supportRussell King2006-09-201-0/+13
* [ARM] Add Integrator support for glibc outb() and friendsRussell King2006-08-281-2/+1
* [ARM] Arrange for isa.c to use named initialisersRussell King2006-08-281-21/+42
* Merge gregkh@master.kernel.org:/home/rmk/linux-2.6-armGreg Kroah-Hartman2006-08-212-10/+13
|\
| * [ARM] 3746/2: Userspace helpers must be Thumb mode interworkableNicolas Pitre2006-08-181-9/+12
| * [ARM] 3757/1: Use PROCINFO_INITFUNC in head.SCatalin Marinas2006-08-181-1/+1
* | [PATCH] Change panic_on_oops message to "Fatal exception"Horms2006-08-141-1/+1
|/
* [ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.nameDavid Brownell2006-08-012-1/+3
* [PATCH] panic_on_oops: remove ssleep()Horms2006-07-311-5/+2
* [ARM] Fix SMP bootingRussell King2006-07-261-3/+3
* [ARM] arch/arm/kernel/bios32.c: no need to set isa_bridgeAdrian Bunk2006-07-131-11/+0
* [ARM] 3728/1: Restore missing CPU Hotplug irq helperThomas Gleixner2006-07-111-0/+10
* [PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl2006-07-101-1/+1
* [ARM] Fix warnings in arch/arm/kernel/setup.cRussell King2006-07-031-1/+1
* [ARM] Fix ecard.c resource warnings.Russell King2006-07-031-1/+1
* Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-07-023-926/+28
|\
| * [ARM] 3694/1: ARM: Convert ecard driver to generic irq handlingThomas Gleixner2006-07-011-1/+1
| * [ARM] 3692/1: ARM: coswitch irq handling to the generic implementationThomas Gleixner2006-07-012-925/+27
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-07-028-31/+84
|\ \ | |/ |/|
| * [ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructureLennert Buytenhek2006-07-015-25/+78
| * [ARM] Set bit 4 on section mappings correctly depending on CPURussell King2006-06-292-4/+4
| * [ARM] Remove yucky ifdefs to print "id(wb)BRR" suffix on CPU nameRussell King2006-06-291-2/+2
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3020-20/+0
* | 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-282-2/+13
|\ \
| * | [ARM] nommu: uaccess tweaksRussell King2006-06-282-2/+13
* | | [ARM] 3370/2: ep93xx: add crunch supportLennert Buytenhek2006-06-285-0/+400
* | | [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] Remove the __arch_* layer from uaccess.hRussell King2006-06-281-5/+5
* | [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-263-4/+4
|\
| * [ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQRussell King2006-06-252-3/+3
| * [ARM] Remove RETINSTR macroRussell King2006-06-251-1/+1
* | [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