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