Age | Commit message (Expand) | Author | Files | Lines |
2007-09-17 | [ARM] 4568/1: fix l2x0 cache invalidate handling of unaligned addresses | Rui Sousa | 1 | -1/+11 |
2007-07-22 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 5 | -35/+38 |
2007-07-22 | Merge branches 'at91', 'imx', 'iop', 'ixp', 'ks8695', 'misc', 'ns9xxx', 'pxa'... | Russell King | 5 | -35/+38 |
2007-07-22 | [ARM] 4461/1: MXC platform and i.MX31ADS core support | Quinn Jensen | 1 | -2/+3 |
2007-07-20 | [ARM] 4497/1: Only allow safe cache configurations on ARMv6 and later | Catalin Marinas | 2 | -5/+11 |
2007-07-20 | [ARM] 4503/1: nommu: Add noMMU support for ARMv7 | Catalin Marinas | 2 | -12/+15 |
2007-07-20 | [ARM] 4498/1: ARMv7: Remove the L2 cache configuration via the aux ctrl register | Catalin Marinas | 2 | -16/+0 |
2007-07-20 | [ARM] 4504/1: nommu: Fix the ARMv6 support for MMU-less platforms | Catalin Marinas | 1 | -1/+1 |
2007-07-20 | [ARM] 4502/1: nommu: Do not export the copy/clear user page functions | Catalin Marinas | 1 | -0/+2 |
2007-07-20 | [ARM] 4501/1: nommu: Select TLS register emulation if ARMv6 and not v6K | Catalin Marinas | 1 | -0/+1 |
2007-07-20 | [ARM] 4500/1: Add locking around the background L2x0 cache operations | Catalin Marinas | 1 | -0/+6 |
2007-07-20 | arm: fix up handle_mm_fault changes | Nick Piggin | 1 | -3/+3 |
2007-07-19 | mm: fault feedback #2 | Nick Piggin | 1 | -20/+16 |
2007-07-12 | [ARM] Fix bounding error in ioremap_pfn() | Russell King | 1 | -6/+4 |
2007-07-04 | [ARM] Fix non-page aligned boot time mappings | Russell King | 1 | -2/+2 |
2007-06-01 | parse errors in ifdefs | Yoann Padioleau | 1 | -1/+1 |
2007-05-30 | [ARM] 4394/1: ARMv7: Add the TLB range operations | Catalin Marinas | 4 | -2/+94 |
2007-05-21 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 4 | -3/+11 |
2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 1 | -1/+1 |
2007-05-20 | [ARM] spelling fixes | Simon Arlott | 3 | -3/+3 |
2007-05-17 | [ARM] ARMv6: add CPU_HAS_ASID configuration | Russell King | 1 | -0/+8 |
2007-05-11 | [ARM] 4331/3: Support for Micrel/Kendin KS8695 processor | Andrew Victor | 1 | -3/+3 |
2007-05-11 | [ARM] 4370/3: AT91: Support for Atmel AT91SAM9RL processors. | Andrew Victor | 1 | -2/+2 |
2007-05-11 | [ARM] 4303/3: base kernel support for TI DaVinci | Kevin Hilman | 1 | -2/+2 |
2007-05-09 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 7 | -5/+606 |
2007-05-09 | Merge branches 'armv7', 'at91', 'misc' and 'omap' into devel | Russell King | 1 | -3/+7 |
2007-05-09 | [ARM] armv7: add Makefile and Kconfig entries | Catalin Marinas | 2 | -2/+33 |
2007-05-09 | [ARM] armv7: add support for asid-tagged VIVT I-cache | Catalin Marinas | 1 | -0/+7 |
2007-05-08 | [ARM] armv7: add support for ARMv7 cores. | Catalin Marinas | 4 | -0/+559 |
2007-05-08 | [ARM] Fix ASID version switch | Russell King | 1 | -3/+7 |
2007-05-08 | move die notifier handling to common code | Christoph Hellwig | 1 | -1/+1 |
2007-05-07 | get_unmapped_area handles MAP_FIXED on arm | Benjamin Herrenschmidt | 1 | -2/+1 |
2007-05-06 | Merge branch 'ixp4xx' into devel | Russell King | 1 | -0/+28 |
2007-05-05 | [ARM] mm 10: allow memory type to be specified with ioremap | Russell King | 2 | -17/+15 |
2007-05-05 | [ARM] mm 9: add additional device memory types | Russell King | 1 | -22/+28 |
2007-05-05 | [ARM] mm 8: define mem_types table L1 bit 4 to be for ARMv6 | Russell King | 1 | -24/+20 |
2007-04-21 | [ARM] 4311/1: ixp4xx: add KIXRP435 platform | Ruslan V. Sushko | 1 | -0/+28 |
2007-04-21 | [ARM] mm 6: allow mem_types table to specify extended pte attributes | Russell King | 3 | -2/+5 |
2007-04-21 | [ARM] mm 5: Use mem_types table in ioremap | Russell King | 3 | -46/+42 |
2007-04-21 | [ARM] mm 4: make create_mapping() more conventional | Russell King | 1 | -59/+55 |
2007-04-21 | [ARM] mm 3: separate out supersection mappings, avoid for <4GB | Russell King | 2 | -70/+62 |
2007-04-21 | [ARM] mm 2: clean up create_mapping() | Russell King | 1 | -17/+13 |
2007-04-21 | [ARM] mm 1: Combine mem_type domain into prot_* at init time | Russell King | 1 | -4/+12 |
2007-04-21 | [ARM] Remove needless linux/ptrace.h includes | Russell King | 3 | -3/+0 |
2007-04-21 | [ARM] Add ability to dump exception stacks to kernel backtraces | Russell King | 1 | -2/+2 |
2007-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -1/+1 |
2007-02-18 | Merge NetSilicon NS93xx tree | Russell King | 1 | -2/+2 |
2007-02-17 | Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale trees | Russell King | 8 | -95/+228 |
2007-02-17 | [ARM] 4210/1: base for new machine type "NetSilicon NS9360" | Uwe Kleine-König | 1 | -2/+2 |
2007-02-17 | kbuild: Replace remaining "depends" with "depends on" | Robert P. J. Day | 1 | -1/+1 |