| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [ARM] 2852/1: Correct the mistake in arch/arm/mm/Kconfig file | Sean Lee | 2005-08-17 | 1 | -1/+1 |
* | [ARM] Remove extraneous whitespace introduced in previous ARMv6 patch | Russell King | 2005-08-15 | 1 | -1/+1 |
* | [ARM] Control v6 'global' bit via Linux PTE entries | Russell King | 2005-08-10 | 2 | -5/+16 |
* | [ARM] Use #defined constants for manipulating v6 hardware PTE bits | Russell King | 2005-08-10 | 1 | -13/+7 |
* | [PATCH] ARM: Fix ARM fault handler for get_user_pages() fixes. | Russell King | 2005-08-04 | 1 | -3/+3 |
* | [PATCH] ARM: 2839/1: Remove XScale cache and TLB locking code | Deepak Saxena | 2005-08-03 | 1 | -136/+0 |
* | [PATCH] ARM SMP: Mark device mappings as "device" in ARMv6 parlance | Russell King | 2005-07-26 | 1 | -0/+3 |
* | [PATCH] ARM: 2798/1: OMAP update 2/11: Change ARM Kconfig to support omap1 an... | Tony Lindgren | 2005-07-10 | 1 | -1/+1 |
* | [PATCH] ARM: 2796/1: Fix ARMv5[TEJ] check in MMU initalization | Deepak Saxena | 2005-07-10 | 1 | -2/+2 |
* | [PATCH] ARM: 2789/1: Enable access to both CP10 and CP11 on ARMv6 | Catalin Marinas | 2005-07-06 | 1 | -1/+1 |
* | [PATCH] ARM: 2784/1: Fix the block cache flush operation range | Catalin Marinas | 2005-07-03 | 1 | -1/+2 |
* | [PATCH] ARM: 2779/1: Fix the V bit setting for the ARM1020x CPUs | Catalin Marinas | 2005-06-30 | 2 | -4/+4 |
* | [PATCH] ARM: 2777/1: Fix broken comment arch/arm/mm/proc-arm1020.S | Catalin Marinas | 2005-06-30 | 1 | -1/+1 |
* | [PATCH] ARM: Don't try to send a signal to pid0 | Russell King | 2005-06-30 | 1 | -35/+40 |
* | [PATCH] ARM SMP: Use local_flush_tlb* where we really want to be local | Russell King | 2005-06-28 | 2 | -2/+2 |
* | [PATCH] ARM: Move memmap freeing into init.c | Russell King | 2005-06-27 | 2 | -78/+65 |
* | [PATCH] ARM: Move PGD kernel page table initialisation | Russell King | 2005-06-27 | 1 | -8/+7 |
* | [PATCH] ARM: 2698/1: Enable kernel r/w access to user pages on ARMv6 | Catalin Marinas | 2005-06-24 | 1 | -3/+3 |
* | [PATCH] ARM: Remove explicit page-alignments in memory init | Russell King | 2005-06-22 | 1 | -13/+6 |
* | [PATCH] Avoiding mmap fragmentation | Wolfgang Wander | 2005-06-21 | 1 | -1/+9 |
* | [PATCH] ARM: 2686/2: AAEC-2000 Core support | Bellido Nicolas | 2005-06-20 | 1 | -1/+1 |
* | [PATCH] ARM: Add iomap support for ARM | Russell King | 2005-06-20 | 1 | -0/+47 |
* | [PATCH] ARM: Add common CACHE_COLOUR macro | Russell King | 2005-06-20 | 1 | -4/+2 |
* | [PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing caches | Russell King | 2005-06-20 | 2 | -46/+29 |
* | [PATCH] ARM: Remove zero-byte sized file | Russell King | 2005-06-09 | 1 | -0/+0 |
* | [PATCH] ARM: 2664/2: add support for atomic ops on pre-ARMv6 SMP systems | Nicolas Pitre | 2005-06-08 | 1 | -0/+8 |
* | [PATCH] ARM: Fix Xscale copy_page implementation | Russell King | 2005-06-08 | 5 | -195/+131 |
* | [PATCH] ARM: Fix build error | Russell King | 2005-05-16 | 2 | -4/+4 |
* | [PATCH] ARM: 2680/1: refine TLS reg availability some more again | Nicolas Pitre | 2005-05-12 | 1 | -11/+10 |
* | [PATCH] ARM: 2663/2: I can't type | Nicolas Pitre | 2005-05-10 | 1 | -2/+2 |
* | [PATCH] ARM: Add V6 aliasing cache flush | Russell King | 2005-05-10 | 1 | -2/+35 |
* | [PATCH] ARM: Use top_pmd for V6 copy/clear user_page | Russell King | 2005-05-10 | 1 | -22/+6 |
* | [PATCH] ARM: Move copy/clear user_page locking into implementation | Russell King | 2005-05-10 | 2 | -80/+111 |
* | [PATCH] ARM: Add top_pmd, which points at the top-most page table | Russell King | 2005-05-10 | 1 | -0/+4 |
* | [PATCH] ARM: Add inline functions to find the pmd from virtual address | Russell King | 2005-05-09 | 1 | -8/+15 |
* | [PATCH] ARM: 2663/1: straightify TLS register emulation a bit more | Nicolas Pitre | 2005-05-05 | 1 | -9/+15 |
* | [PATCH] ARM: 2662/1: missing "default y" for CONFIG_HAS_TLS_REG | Nicolas Pitre | 2005-05-03 | 1 | -0/+1 |
* | [PATCH] ARM: 2656/1: Access permission bits are wrong for kernel XIP sections... | George G. Davis | 2005-04-29 | 1 | -2/+3 |
* | [PATCH] ARM: 2651/3: kernel helpers for NPTL support | Nicolas Pitre | 2005-04-29 | 1 | -0/+14 |
* | [PATCH] ARM: 2655/1: ARM1136 SWP instruction abort handler fix | George G. Davis | 2005-04-29 | 1 | -0/+16 |
* | [PATCH] arm: add comment about max_low_pfn/max_pfn | akpm@osdl.org | 2005-04-16 | 1 | -0/+3 |
* | [PATCH] arm: fix SIGBUS handling | akpm@osdl.org | 2005-04-16 | 1 | -44/+36 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 56 | -0/+13340 |