summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorLines
2006-07-11[ARM] 3728/1: Restore missing CPU Hotplug irq helperThomas Gleixner-0/+10
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl-1/+1
2006-07-03[ARM] Fix warnings in arch/arm/kernel/setup.cRussell King-1/+1
2006-07-03[ARM] Fix ecard.c resource warnings.Russell King-1/+1
2006-07-02Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-926/+28
2006-07-02Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-31/+84
2006-07-01[ARM] 3694/1: ARM: Convert ecard driver to generic irq handlingThomas Gleixner-1/+1
2006-07-01[ARM] 3692/1: ARM: coswitch irq handling to the generic implementationThomas Gleixner-925/+27
2006-07-01[ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructureLennert Buytenhek-25/+78
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-20/+0
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds-9/+39
2006-06-29[ARM] Set bit 4 on section mappings correctly depending on CPURussell King-4/+4
2006-06-29[ARM] Remove yucky ifdefs to print "id(wb)BRR" suffix on CPU nameRussell King-2/+2
2006-06-28Merge branch 'nommu' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-2/+13
2006-06-28[ARM] nommu: uaccess tweaksRussell King-2/+13
2006-06-28[ARM] 3370/2: ep93xx: add crunch supportLennert Buytenhek-0/+400
2006-06-28[ARM] 3665/1: crunch: add ptrace supportLennert Buytenhek-0/+36
2006-06-28[ARM] 3664/1: crunch: add signal frame save/restoreLennert Buytenhek-0/+39
2006-06-28[ARM] Remove the __arch_* layer from uaccess.hRussell King-5/+5
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki-1/+1
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman-3/+3
2006-06-27[PATCH] 64bit resource: C99 changes for struct resource declarationsGreg Kroah-Hartman-6/+36
2006-06-26Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-4/+4
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter-1/+0
2006-06-25[ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQRussell King-3/+3
2006-06-25[ARM] Remove RETINSTR macroRussell King-1/+1
2006-06-24Merge signal handler branchRussell King-125/+82
2006-06-24[ARM] 3648/1: Update struct ucontext layout for coprocessor registersDaniel Jacobowitz-31/+11
2006-06-24[ARM] Add identifying number for non-rt sigframeRussell King-0/+5
2006-06-24[ARM] 3632/1: iwmmxt: fix up argument comment for iwmmxt_task_restore()Lennert Buytenhek-1/+1
2006-06-23[PATCH] fix silly ARM non-EABI build errorNicolas Pitre-1/+1
2006-06-23[PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()Andreas Mohr-2/+2
2006-06-22[ARM] 3626/1: ARM EABI: fix syscall restartingNicolas Pitre-2/+19
2006-06-22[ARM] Add thread_notify infrastructureRussell King-28/+22
2006-06-19[ARM] 3593/1: Add reboot and shutdown handlers for Zaurus handheldsRichard Purdie-26/+35
2006-06-18[ARM] 3554/1: ARM: Fix dyntick lockingTony Lindgren-9/+19
2006-06-18[ARM] Gather common sigframe saving code into setup_sigframe()Russell King-33/+29
2006-06-18[ARM] Gather common sigframe restoration code into restore_sigframe()Russell King-43/+33
2006-06-18[ARM] Re-use sigframe within rt_sigframeRussell King-13/+11
2006-06-18[ARM] Merge sigcontext and sigmask members of sigframeRussell King-6/+5
2006-06-18[ARM] Replace extramask with a full copy of the sigmaskRussell King-10/+3
2006-06-18[ARM] Remove rt_sigframe puc and pinfo pointersRussell King-4/+0
2006-06-18[ARM] 3335/1: Old-abi Thumb sys_syscall brokenPaul Brook-1/+1
2006-05-16[ARM] arch/arm/kernel/dma-isa.c: named initializersAdrian Bunk-6/+17
2006-05-16[ARM] arch/arm/kernel/process.c: Fix warningRussell King-1/+1
2006-05-16[ARM] 3517/1: move definition of PROC_INFO_SZ from procinfo.h to asm-offsets.hUwe Zeisberger-0/+2
2006-05-09[ARM] Fix thread struct allocator for SMP caseRussell King-12/+25
2006-05-05[ARM] 3496/1: more constants for asm-offsets.hUwe Zeisberger-11/+7
2006-04-24[ARM] nommu: trivial fixups for head-nommu.S and the MakefileHyok S. Choi-2/+4
2006-04-20[ARM] for_each_possible_cpuKAMEZAWA Hiroyuki-1/+1