Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8d011f70b08f563b007743fd446a6022f0329cd4
/
arch
/
mips
/
mm
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
6f6c3c3
MIPS: Move arch_get_unmapped_area and gang to new file.
by Ralf Baechle
· 14 years ago
7f058e8
MIPS: Kconfig and Makefile update for Netlogic XLR/XLS
by Jayachandran C
· 14 years ago
efa0f81
MIPS: Netlogic: Cache, TLB support and feature overrides for XLR
by Jayachandran C
· 14 years ago
4a9040f
MIPS: tlbex: Fix GCC 4.6.0 build error
by Ralf Baechle
· 14 years ago
71271aa
MIPS: c-r4k: Fix GCC 4.6.0 build error
by Ralf Baechle
· 14 years ago
07f9479
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
79add62
update David Miller's old email address
by Justin P. Mattock
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
d3ce0e9
MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.c
by David Daney
· 14 years ago
e1c87d2
MIPS: Add an unreachable return statement to satisfy buggy GCCs.
by David Daney
· 14 years ago
8d662c8
MIPS: Use WARN() in uasm for better diagnostics.
by David Daney
· 14 years ago
2c8c53e
MIPS: Optimize TLB handlers for Octeon CPUs
by David Daney
· 14 years ago
bb3d68c
MIPS: Add LDX and LWX instructions to uasm.
by David Daney
· 14 years ago
cc33ae4
MIPS: Use BBIT instructions in TLB handlers
by David Daney
· 14 years ago
3d8bfdd
MIPS: Use C0_KScratch (if present) to hold PGD pointer.
by David Daney
· 14 years ago
c42aef0
MIPS: Add DINSM to uasm.
by David Daney
· 14 years ago
081d835
MIPS: Fix build errors in sc-mips.c
by Kevin Cernekee
· 14 years ago
a3aad4a
MIPS: Rename mips_dma_cache_sync back to dma_cache_sync
by Ralf Baechle
· 14 years ago
ea31a6b
MIPS: Honor L2 bypass bit
by Kevin Cernekee
· 14 years ago
602977b
MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC code
by Kevin Cernekee
· 14 years ago
7f788d2
MIPS: add support for software performance events
by Deng-Cheng Zhu
· 14 years ago
c994115
MIPS: Octeon: Apply CN63XXP1 errata workarounds.
by David Daney
· 14 years ago
f8bf7e6
MIPS: Octeon: Handle Octeon II caches.
by David Daney
· 14 years ago
48e1fd5
MIPS: Convert DMA to use dma-mapping-common.h
by David Daney
· 14 years ago
48a26e6
MIPS: Remove wait argument of r4k_on_each_cpu
by Ralf Baechle
· 14 years ago
c8c5f3f
MIPS: More detailed description of r4k_on_each_cpu
by Ralf Baechle
· 14 years ago
2027394
mm: fix race in kunmap_atomic()
by Peter Zijlstra
· 14 years ago
3e4d3af
mm: stack based kmap_atomic()
by Peter Zijlstra
· 14 years ago
a2e715a
MIPS: DMA: Fix computation of DMA flags from device's coherent_dma_mask.
by Ralf Baechle
· 14 years ago
543001f
MIPS: RM7000: Symbol should be static
by Ricardo Mendoza
· 14 years ago
3b9c6c1
dma-mapping: remove dma_is_consistent API
by FUJITA Tomonori
· 14 years ago
597781f
kmap_atomic: make kunmap_atomic() harder to misuse
by Cesar Eduardo Barros
· 14 years ago
c1bf207
MIPS: kprobe: Add support.
by David Daney
· 14 years ago
22b0763
MIPS: uasm: Add option to export uasm API.
by David Daney
· 14 years ago
5b97c3f
MIPS: uasm: Add BBIT0 and BBIT1 instructions
by David Daney
· 14 years ago
de6d5b5
MIPS: uasm: Add drotr32 and uasm_i_drotr_safe.
by David Daney
· 14 years ago
83ccf69
MIPS: JZ4740: Add base support for Ingenic JZ4740 System-on-a-Chip
by Lars-Peter Clausen
· 14 years ago
745aef5
MIPS: RM7000: Add support for tertiary cache
by Ricardo Mendoza
· 14 years ago
58a6d45
MIPS: RM7000: Make use of cache_op() instead of inline asm
by Ricardo Mendoza
· 14 years ago
ea7a846
MIPS: Remove unnecessary header file inclusion from fault.c.
by Ralf Baechle
· 14 years ago
66f9ba1
MIPS: Add -Werror to arch/mips/Kbuild
by Sam Ravnborg
· 15 years ago
1ec5632
MIPS: Check for accesses beyond the end of the PGD.
by David Daney
· 15 years ago
3be6022
MIPS: Use uasm_i_ds{r,l}l_safe() instead of uasm_i_ds{r,l}l() in tlbex.c
by David Daney
· 15 years ago
7b3e543
MIPS: Fix __vmalloc() etc. on MIPS for non-GPL modules
by Anton Altaparmakov
· 15 years ago
3d45285
MIPS: Sibyte: Fix M3 TLB exception handler workaround.
by Ralf Baechle
· 15 years ago
5808184
MIPS: uasm: Add OR instruction.
by Ralf Baechle
· 15 years ago
58b9e22
MIPS: Add SYSCALL to uasm.
by David Daney
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
46bbffa
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
6f32946
MIPS: Give Octeon+ CPUs their own cputype.
by David Daney
· 15 years ago
6dd9344
MIPS: Implement Read Inhibit/eXecute Inhibit
by David Daney
· 15 years ago
32546f3
MIPS: Add TLBR and ROTR to uasm.
by David Daney
· 15 years ago
9b8c389
MIPS: Use 64-bit stores to c0_entrylo on 64-bit kernels.
by David Daney
· 15 years ago
b66bb60
MIPS: Remove #if 0 r4k_update_mmu_cache_hwbug
by David Daney
· 15 years ago
3482d71
MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.h
by Florian Fainelli
· 15 years ago
e0e53de
MIPS: Nuke trailing blank lines
by Ralf Baechle
· 15 years ago
2a88098
MIPS: Remove probe_tlb().
by David Daney
· 15 years ago
325f8a0
MIPS: Two-level pagetables for 64-bit kernels with 64KB pages.
by David Daney
· 15 years ago
52ab320
MIPS: Highmem: Fix build error
by Yoichi Yuasa
· 15 years ago
b7e56ed
Merge branch 'linus' into x86/mm
by Thomas Gleixner
· 15 years ago
63731c9
MIPS: Fix __devinit __cpuinit confusion in cpu_cache_init
by David Daney
· 15 years ago
61ef248
resources: introduce generic page_is_ram()
by Wu Fengguang
· 15 years ago
abbdc3d
MIPS: Cleanup forgotten label_module_alloc in tlbex.c
by David Daney
· 15 years ago
4b52940
mm: make totalhigh_pages unsigned long
by Andreas Fenkart
· 15 years ago
13e79b4
MIPS: Sibyte: Use hweight8 instead of counting bits
by Akinobu Mita
· 15 years ago
8262228
MIPS: Put PGD in C0_CONTEXT for 64-bit R2 processors.
by David Daney
· 15 years ago
92078e0
MIPS: Add drotr and dins instructions to uasm.
by David Daney
· 15 years ago
6b2f3d1
vfs: Implement proper O_SYNC semantics
by Christoph Hellwig
· 15 years ago
f8ac042
MIPS: Add DMA declare coherent memory support
by Yoichi Yuasa
· 15 years ago
0f334a3
MIPS: Fix machine check exception in kmap_coherent()
by Kevin Cernekee
· 15 years ago
96983ff
MIPS: MIPSxx SC: Avoid destructive invalidation on partial L2 cachelines.
by Kevin Cernekee
· 15 years ago
55b8cab
cpumask: use mm_cpumask() wrapper: mips
by Rusty Russell
· 15 years ago
3089aa1
kcore: use registerd physmem information
by KAMEZAWA Hiroyuki
· 15 years ago
a0614da
kcore: register vmalloc area in generic way
by KAMEZAWA Hiroyuki
· 15 years ago
c30bb2a
kcore: add kclist types
by KAMEZAWA Hiroyuki
· 15 years ago
cc013a8
arches: drop superfluous casts in nr_free_pages() callers
by Geert Uytterhoeven
· 15 years ago
0de663e
MIPS: BCM63xx: Add Broadcom 63xx CPU definitions.
by Maxime Bizon
· 15 years ago
2ca2ebf
MIPS: Don't corrupt page tables on vmalloc fault.
by David Daney
· 15 years ago
e0cc87f
MIPS: Shrink the size of tlb handler
by Wu Fei
· 15 years ago
982f6ff
MIPS: Remove useless zero initializations.
by Ralf Baechle
· 15 years ago
a887b4d
MIPS: Drop mmap_sem in pagefault oom path
by Akinobu Mita
· 15 years ago
49316cb
MIPS: Eleminate filenames from comments
by Ralf Baechle
· 15 years ago
1c1a90d
[PATCH] MIPS: Cavium: Move swapped comments to their rightful place.
by Ralf Baechle
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
631330f
MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.
by Ralf Baechle
· 15 years ago
d06063c
Move FAULT_FLAG_xyz into handle_mm_fault() callers
by Linus Torvalds
· 16 years ago
fd062c8
MIPS: TLB support for hugetlbfs.
by David Daney
· 16 years ago
50a41ff
MIPS: Add support files for hugetlbfs.
by David Daney
· 16 years ago
bd1437e
MIPS: Remove unused parameters from iPTE_LW.
by David Daney
· 16 years ago
faed528
MIPS: Remove dead case label.
by David Daney
· 16 years ago
41f0e4d
MIPS: Allow R2 CPUs to turn off generation of 'ehb' instructions.
by David Daney
· 16 years ago
95affdd
MIPS: Fold the TLB refill at the vmalloc path if possible.
by David Daney
· 16 years ago
e6f72d3
MIPS: Replace some magic numbers with symbolic values in tlbex.c
by David Daney
· 16 years ago
605b7ef
MIPS: Support 64-byte D-cache line size
by Kevin Cernekee
· 16 years ago
3807ef3
MIPS: Pass struct device to plat_dma_addr_to_phys()
by Kevin Cernekee
· 16 years ago
d3f634b
MIPS: Add size and direction arguments to plat_unmap_dma_mem()
by Kevin Cernekee
· 16 years ago
a5e696e
MIPS: 64-bit: Fix system lockup.
by Greg Ungerer
· 16 years ago
bb86bf2
MIPS: Fix highmem.
by Ralf Baechle
· 16 years ago
4f29c05
MIPS: Synchronize dma_map_page and dma_map_single
by Atsushi Nemoto
· 16 years ago
Next »