Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
11694b03616b2a03cd7e3f0897d4d086c7fbc4b5
/
arch
/
mips
/
mm
f94f743
initramfs: poison freed initrd memory
by Christoph Hellwig
· 6 years ago
73b0140
mm/gup: change GUP fast to use flags rather than a write 'bool'
by Ira Weiny
· 6 years ago
0d1d17b
MIPS: uasm: Add div, mul and sel instructions for mipsr6
by Hassan Naveed
· 6 years ago
8a7f97b
treewide: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
b7a7d1c
Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
d9862cf
Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 6 years ago
d411da0
MIPS: dma-noncoherent: Remove bogus condition in dma_sync_phys()
by Paul Burton
· 6 years ago
347cb6a
dma-mapping: add a kconfig symbol for arch_setup_dma_ops availability
by Christoph Hellwig
· 6 years ago
3315b6b
MIPS: Delete unused flush_cache_sigtramp()
by Paul Burton
· 6 years ago
6782f26
MIPS: Export mm switching functions used by KVM
by Paul Burton
· 6 years ago
c8790d6
MIPS: MemoryMapID (MMID) Support
by Paul Burton
· 6 years ago
0b317c3
MIPS: mm: Add set_cpu_context() for ASID assignments
by Paul Burton
· 6 years ago
42d5b84
MIPS: mm: Unify ASID version checks
by Paul Burton
· 6 years ago
4ebea49
MIPS: mm: Un-inline get_new_mmu_context
by Paul Burton
· 6 years ago
7e8556d
MIPS: mm: Split obj-y to a file per line
by Paul Burton
· 6 years ago
558ec8a
MIPS: mm: Remove local_flush_tlb_mm()
by Paul Burton
· 6 years ago
f7908a0
MIPS: mm: Remove redundant preempt_disable in local_flush_tlb_mm()
by Paul Burton
· 6 years ago
c9b2a3d
MIPS: mm: Consolidate drop_mmu_context() has-ASID checks
by Paul Burton
· 6 years ago
9a27324
MIPS: mm: Remove redundant drop_mmu_context() cpu argument
by Paul Burton
· 6 years ago
e02e07e
MIPS: Loongson: Introduce and use loongson_llsc_mb()
by Huacai Chen
· 6 years ago
864cc36
mips: mm: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
f263f2a
MIPS: Compile post DMA flush only when needed
by Hauke Mehrtens
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
e0c38a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
89261c5
Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 6 years ago
ee94b90
mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X
by Jiong Wang
· 6 years ago
ff4dd23
MIPS: Expand MIPS32 ASIDs to 64 bits
by Paul Burton
· 6 years ago
69095e3
mips: annotate implicit fall throughs
by Mathieu Malaterre
· 6 years ago
bb53fdf
MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3
by Huacai Chen
· 6 years ago
f3ade25
MIPS: Loongson: Add Loongson-3A R2.1 basic support
by Huacai Chen
· 6 years ago
d01501f
MIPS: Fix `dma_alloc_coherent' returning a non-coherent allocation
by Maciej W. Rozycki
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
c6ffc5c
memblock: rename free_all_bootmem to memblock_free_all
by Mike Rapoport
· 6 years ago
e8625dc
memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
by Mike Rapoport
· 6 years ago
cc10ad2
Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 6 years ago
2f0b649
MIPS: stop using _PTRS_PER_PGD
by Alexandre Belloni
· 6 years ago
58b0440
dma-mapping: consolidate the dma mmap implementations
by Christoph Hellwig
· 6 years ago
bc3ec75
dma-mapping: merge direct and noncoherent ops
by Christoph Hellwig
· 6 years ago
f3ecc0f
dma-mapping: move the dma_coherent flag to struct device
by Christoph Hellwig
· 6 years ago
5748e1b
MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENT
by Christoph Hellwig
· 6 years ago
0c4b0f8
Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 6 years ago
50a7ca3
mm: convert return type of handle_mm_fault() caller to vm_fault_t
by Souptick Joarder
· 6 years ago
e5a32b5
Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 6 years ago
4bcb4ad
MIPS: Consistently declare TLB functions
by Paul Burton
· 6 years ago
b29fea3
MIPS: Export tlbmiss_handler_setup_pgd near its definition
by Paul Burton
· 6 years ago
22f20a1
MIPS: Remove remnants of UASM_ISA
by Paul Burton
· 6 years ago
b023a93
MIPS: Avoid using array as parameter to write_c0_kpgd()
by Paul Burton
· 6 years ago
0d0e147
MIPS: Make (UN)CAC_ADDR() PHYS_OFFSET-agnostic
by Paul Burton
· 6 years ago
a999933
MIPS: remove mips_swiotlb_ops
by Christoph Hellwig
· 6 years ago
d4da0e9
MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ON
by Paul Burton
· 8 years ago
523402f
MIPS: Fix ioremap() RAM check
by Paul Burton
· 7 years ago
829caee
arch: mips: mm: page: Remove unused function
by Rickard Strandqvist
· 10 years ago
d1c5872
MIPS: Set MIPS_IC_SNOOPS_REMOTE for systems with CM
by Paul Burton
· 8 years ago
28f512d
MIPS: remove the old dma-default implementation
by Christoph Hellwig
· 7 years ago
f8c55dc
MIPS: use generic dma noncoherent ops for simple noncoherent platforms
by Christoph Hellwig
· 7 years ago
aa4db77
MIPS: move coherentio setup to setup.c
by Christoph Hellwig
· 7 years ago
3369ddb
MIPS: make the default mips dma implementation optional
by Christoph Hellwig
· 7 years ago
d3b83dc
MIPS: remove the mips_dma_map_ops indirection
by Christoph Hellwig
· 7 years ago
f6d302e
MIPS: consolidate the swiotlb implementations
by Christoph Hellwig
· 7 years ago
972dc3b
MIPS: simplify CONFIG_DMA_NONCOHERENT ifdefs
by Christoph Hellwig
· 7 years ago
763f969
Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 7 years ago
93e95fa
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
e5a5946
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
f83e4e1
MIPS: Re-use kstrtobool_from_user()
by Andy Shevchenko
· 7 years ago
55a2aa0
MIPS: c-r4k: Fix data corruption related to cache coherence
by NeilBrown
· 7 years ago
15b28bb
dma-debug: move initialization to common code
by Christoph Hellwig
· 7 years ago
f43a54a
signal/mips: Use force_sig_fault where appropriate
by Eric W. Biederman
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
d081107
mm/gup.c: document return value
by Michael S. Tsirkin
· 7 years ago
8f2af15
exec: pass stack rlimit into mm layout functions
by Kees Cook
· 7 years ago
948869f
Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips
by Linus Torvalds
· 7 years ago
cb9f753
mm: fix races between swapoff and flush dcache
by Huang Ying
· 7 years ago
2fe69ed
MIPS: Remove duplicate includes
by Pravin Shedge
· 7 years ago
8578953
Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips
by Linus Torvalds
· 7 years ago
2382dc9
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
1f7412e
MIPS: JZ4770: Work around config2 misreporting associativity
by Maarten ter Huurne
· 7 years ago
57bf5a8
dma-mapping: clear harmful GFP_* flags in common code
by Christoph Hellwig
· 7 years ago
ccf85c7
MIPS: mm: Fix duplicate "const" on insn_table_MM
by James Hogan
· 7 years ago
7d8c6d6
MIPS: mm: remove mips_dma_mapping_error
by Felix Fietkau
· 7 years ago
892204e
Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips
by Linus Torvalds
· 7 years ago
e37e0ee
Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
dab30d5
Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips
by Linus Torvalds
· 7 years ago
fb615d6
Update MIPS email addresses
by Paul Burton
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
77238e7
MIPS: microMIPS: Fix incorrect mask in insn_table_MM
by Gustavo A. R. Silva
· 7 years ago
48c834b
Update MIPS email addresses
by Paul Burton
· 7 years ago
c9eb617
dma-mapping: turn dma_cache_sync into a dma_map_ops method
by Christoph Hellwig
· 7 years ago
ac4f59f
MIPS: Remove unused variable 'lastpfn'
by Steven J. Hill
· 7 years ago
7a8e415
MIPS: Cocci spatch "vma_pages"
by Thomas Meyer
· 7 years ago
866b6a8
MIPS: Add DWARF unwinding to assembly
by Corey Minyard
· 7 years ago
e83f7e0
MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers
by Paul Burton
· 7 years ago
846e191
MIPS: CPS: Use change_*, set_* & clear_* where appropriate
by Paul Burton
· 7 years ago
93c5bba5
MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts
by Paul Burton
· 7 years ago
b7fc2cc
MIPS: Declare various variables & functions static
by Paul Burton
· 7 years ago
fbdce1d
MIPS: Remove __invalidate_kernel_vmap_range
by Paul Burton
· 7 years ago
2aa7687
MIPS: Include linux/initrd.h for free_initrd_mem()
by Paul Burton
· 7 years ago
db3fb45
MIPS: Include elf-randomize.h for arch_mmap_rnd() & arch_randomize_brk()
by Paul Burton
· 7 years ago
6993942
MIPS: Include asm/setup.h for cpu_cache_init()
by Paul Burton
· 7 years ago
c59435a
MIPS: Consolidate coherent and non-coherent dma_alloc code
by Christoph Hellwig
· 7 years ago
3b2db17
MIPS: Remove unused R6000 support
by Paul Burton
· 8 years ago
Next »