summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | [ARM] 4257/2: Kconfig support for GENERIC_CLOCKEVENTSKevin Hilman2007-04-211-0/+8
| | | |/
| | * | [ARM] 4355/2: AT91: SAM9260-EK and SAM9263-EK board updatesAndrew Victor2007-05-032-2/+26
| | * | [ARM] 4354/1: AT91: Support ADS7846 touchsceen on SAM9263-EK boardAndrew Victor2007-05-031-0/+48
| | * | [ARM] 4353/1: AT91: Support ADS7846 touchsceen on SAM9261-EK boardAndrew Victor2007-05-031-2/+50
| | * | [ARM] 4352/1: AT91: Platform data for LCD and AC97.Andrew Victor2007-05-032-5/+129
| | * | [ARM] 4351/1: AT91: Define rest of peripheral clocksAndrew Victor2007-05-034-9/+84
| | * | [ARM] fix section mismatch warning in board-sam9260Sam Ravnborg2007-04-281-2/+2
| | * | [ARM] 4300/1: Add picotux 200 ARM boardSimon Richter2007-04-215-0/+1566
| | |/
| * | [ARM] mm 10: allow memory type to be specified with ioremapRussell King2007-05-055-28/+26
| * | [ARM] mm 9: add additional device memory typesRussell King2007-05-053-36/+42
| * | [ARM] mm 8: define mem_types table L1 bit 4 to be for ARMv6Russell King2007-05-051-24/+20
| * | [ARM] mm 6: allow mem_types table to specify extended pte attributesRussell King2007-04-213-2/+5
| * | [ARM] mm 5: Use mem_types table in ioremapRussell King2007-04-213-46/+42
| * | [ARM] mm 4: make create_mapping() more conventionalRussell King2007-04-211-59/+55
| * | [ARM] mm 3: separate out supersection mappings, avoid for <4GBRussell King2007-04-212-70/+62
| * | [ARM] mm 2: clean up create_mapping()Russell King2007-04-211-17/+13
| * | [ARM] mm 1: Combine mem_type domain into prot_* at init timeRussell King2007-04-211-4/+12
| |/
| * [ARM] getuser.S and putuser.S don't need thread_info.h nor asm-offsets.hRussell King2007-04-212-4/+0
| * [ARM] ptrace: clean up single stepping supportRussell King2007-04-213-28/+48
| * [ARM] Remove needless linux/ptrace.h includesRussell King2007-04-2128-28/+0
| * [ARM] EBSA110: Add readsw/readsl/writesw/writeslRussell King2007-04-211-0/+40
| * [ARM] Add ability to dump exception stacks to kernel backtracesRussell King2007-04-215-89/+103
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-05-052-2/+2
|\ \
| * | [PATCH] x86: deflate stack usage in lib/inflate.cJeremy Fitzhardinge2007-05-021-1/+1
| * | [PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge2007-05-021-1/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-05-041-3/+3
|\ \ \
| * | | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-3/+3
| |/ /
* | | msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)Dan Williams2007-05-021-0/+1
|/ /
* | power management: implement pm_ops.valid for everybodyJohannes Berg2007-04-307-53/+10
* | rework pm_ops pm_disk_mode, kill misuseJohannes Berg2007-04-307-24/+0
|/
* [ARM] 4313/1: S3C24XX: Update s3c2410 defconfig to 2.6.21-rc6Ben Dooks2007-04-161-5/+6
* [ARM] Update mach-typesRussell King2007-04-161-3/+96
* [ARM] Export dma_channel_active()Russell King2007-03-311-0/+1
* [ARM] 4289/1: AT91: SAM9260 NAND flash timingAndrew Victor2007-03-291-4/+4
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-03-245-9/+60
|\
| * [ARM] 4272/1: Missing symbol h1940_pm_return fixKrzysztof Helt2007-03-202-0/+4
| * [ARM] 4271/1: iop32x: fix ep80219 detection (support iq80219 platforms)Dan Williams2007-03-172-8/+55
| * [ARM] 4270/2: mach-s3c2443/irq.c off by one error in dma irqsGraeme Gregory2007-03-171-1/+1
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-03-191-2/+5
|\ \ | |/
| * [ARM] Fix breakage caused by 72486f1f8f0a2bc828b9d30cf4690cf2dd6807fcRussell King2007-03-131-2/+5
* | [PATCH] gpio_direction_output-needs-an-initial-value fixDavid Brownell2007-03-181-0/+1
* | [PATCH] gpio_direction_output() needs an initial valueDavid Brownell2007-03-162-2/+4
|/
* [ARM] 4255/1: i.MX/MX1 Correct MPU PLL reference clock value.Pavel Pisa2007-03-122-7/+8
* [ARM] 4254/1: i.MX/MX1 CPU Frequency scaling honor boot loader set BCLK_DIV.Pavel Pisa2007-03-121-3/+6
* Merge branch 'omap-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/tmli...Russell King2007-03-083-1/+4
|\
| * ARM: OMAP: Fix OMAP2 dss2 so clk_set_parent worksRichard Woodruff2007-03-071-1/+2
| * ARM: OMAP: Fix missing workqueue include in board-h2.cDirk Behme2007-03-071-0/+1
| * ARM: OMAP: Include missing headerTony Lindgren2007-03-071-0/+1
* | [ARM] 4251/1: Fix sharpsl_pm dependencyRichard Purdie2007-03-081-0/+1
* | [ARM] 4249/1: Fix tosa compile failureRichard Purdie2007-03-081-2/+1
OpenPOWER on IntegriCloud