aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-09-01[ARM] Fix ARMv6 page table bitsRussell King1-1/+1
2005-09-01[ARM] Simplify setup_mm_for_reboot()Russell King1-9/+9
2005-09-01[ARM] Convert open-coded __pmd_populate to use inline functionRussell King1-5/+1
2005-09-01[ARM] 2864/1: VST aka CONFIG_NO_IDLE_HZ support for SA11x0Nicolas Pitre2-2/+53
2005-09-01[ARM] 2863/1: clarify comment in PXA2xx and SA1x00 timer codeNicolas Pitre2-12/+12
2005-09-01[ARM] 2862/1: VST aka CONFIG_NO_IDLE_HZ support for PXA2xxNicolas Pitre2-2/+53
2005-09-01[ARM] 2865/2: fix fadvise64_64 syscall argument passingNicolas Pitre3-1/+15
2005-08-31[ARM] 2868/1: Include linux/cpumask.h in arch/arm/common/gic.cCatalin Marinas1-0/+1
2005-08-31[ARM] 2867/2: unaligned ldrd/strd fixupsSteve Longerbeam1-14/+56
2005-08-31[ARM] 2857/2: Dynamic tick - fix OOPS if configured and not providedBen Dooks1-4/+6
2005-08-29[ARM] 2853/1: Make alloc_init_supersection() work with 36-bit mappingsDeepak Saxena1-3/+1
2005-08-29[ARM] 2856/1: S3C2440 - show DVS status at startupBen Dooks1-2/+4
2005-08-29[ARM] 2855/1: S3C2410 - add CLKSLOW definitions, and show in initBen Dooks1-0/+9
2005-08-29[ARM] 2836/1: Cleanup IXP4xx GPIO codeDeepak Saxena5-122/+84
2005-08-29[ARM] 2834/1: Remove IXP4xx board-specific map_io routinesDeepak Saxena3-23/+7
2005-08-29Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm.git Linus Torvalds4-37/+170
2005-08-29Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-ucb.git Linus Torvalds8-0/+50
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt1-2/+3
2005-08-28[ARM] drop i386-isms from arm KconfigPavel Machek1-37/+0
2005-08-26[PATCH] arm: fix IXP4xx flash resource rangeDeepak Saxena3-3/+3
2005-08-23[PATCH] qualifiers in return types - easy casesAl Viro2-4/+4
2005-08-23[PATCH] Kconfig fix (arm SMP)Al Viro1-1/+1
2005-08-18[ARM] Add support for ARM GICRussell King3-0/+170
2005-08-18[MFD] Add SA11x0 MCP platform device supportRussell King7-0/+48
2005-08-18[MFD] Add multimedia communication port core supportRussell King1-0/+2
2005-08-17[ARM] 2850/1: Remove duplicate UART I/O mapping from s3c2410_iodescDimitry Andric1-2/+2
2005-08-17[ARM] 2852/1: Correct the mistake in arch/arm/mm/Kconfig fileSean Lee1-1/+1
2005-08-15[PATCH] ARM: 2851/1: Fix NWFPE extended precision exception handlingRichard Purdie1-24/+10
2005-08-15[ARM] Remove extraneous whitespace introduced in previous ARMv6 patchRussell King1-1/+1
2005-08-15[ARM] Add syscall stubs for inotify and ioprio system callsRobert Love1-0/+6
2005-08-10Merge master.kernel.org:/home/rmk/linux-2.6-arm-smpLinus Torvalds2-1/+10
2005-08-10[PATCH] ARM: 2849/1: S3C24XX - USB host update (2848/1)Ben Dooks1-5/+13
2005-08-10[ARM] Control v6 'global' bit via Linux PTE entriesRussell King2-5/+16
2005-08-10[ARM] Use #defined constants for manipulating v6 hardware PTE bitsRussell King1-13/+7
2005-08-10[ARM SMP] Clear the exclusive monitor on ARMv6 CPUs on context switchRussell King1-0/+7
2005-08-10[ARM SMP] Only enable V6K instructions on V6 MP core CPUsRussell King1-1/+3
2005-08-04[PATCH] pci and yenta: pcibios_bus_to_resourceDominik Brodowski1-0/+17
2005-08-04[PATCH] ARM: 2844/1: Add maintainer for Jornada 720Michael Gernoth1-0/+1
2005-08-04[PATCH] ARM: 2838/1: Fix arm oprofile backtrace warningRichard Purdie1-1/+1
2005-08-04[PATCH] ARM: Fix ARM fault handler for get_user_pages() fixes.Russell King1-3/+3
2005-08-03[PATCH] ARM: 2835/1: Add UPF_SKIP_TEST to IXP4xx serial portsDeepak Saxena3-4/+4
2005-08-03[PATCH] ARM: 2841/1: Fix VFP +/-0 case for doubles additionCatalin Marinas1-0/+3
2005-08-03[PATCH] ARM: 2839/1: Remove XScale cache and TLB locking codeDeepak Saxena1-136/+0
2005-08-03[PATCH] ARM: 2837/2: Re: ARM: Make NWFPE preempt safeRichard Purdie11-304/+304
2005-08-03[PATCH] ARM: 2832/1: BAST - limit clock-rate for IIC busBen Dooks1-1/+15
2005-07-29[ARM SMP] Ensure secondary CPUs see their pen releaseRussell King1-0/+2
2005-07-28[ARM SMP] Fix another ARMv6 bitop problemRussell King1-1/+1
2005-07-28[ARM SMP] Ensure secondary CPUs have a clean TLBRussell King1-0/+1
2005-07-27[ARM SMP] Fix data corruption in test_* bitopsRussell King1-3/+3
2005-07-26Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds7-320/+434