Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5547c1f09c070f74978f3cb6c74556b3c5d5d09c
/
arch
/
tile
/
mm
77c5b5d
kmap_atomic_to_page() has no users, remove it
by Nicolas Pitre
· 9 years ago
033fbae
mm: ZONE_DEVICE for "device memory"
by Dan Williams
· 9 years ago
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
05a8256
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 9 years ago
e81f2d2
mm/hugetlb: reduce arch dependent code about huge_pmd_unshare
by Zhang Zhen
· 9 years ago
9bf39ab
vfs: add file_path() helper
by Miklos Szeredi
· 9 years ago
5316a64
tile: avoid a "label not used" warning in do_page_fault()
by Chris Metcalf
· 9 years ago
70ffdb9
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler
by David Hildenbrand
· 9 years ago
2cb7c9c
sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*
by David Hildenbrand
· 9 years ago
a84f242
tile: map data region shadow of kernel as R/W
by Chris Metcalf
· 10 years ago
49e4e15
tile: support CONTEXT_TRACKING and thus NOHZ_FULL
by Chris Metcalf
· 10 years ago
5a3b4e8
tile/elf: reorganize notify_exec()
by Davidlohr Bueso
· 10 years ago
839b268
tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
61f77ed
mm/hugetlb: reduce arch dependent code around follow_huge_*
by Naoya Horiguchi
· 10 years ago
eb12f48
tile: drop pte_file()-related helpers
by Kirill A. Shutemov
· 10 years ago
33692f2
vm: add VM_FAULT_SIGSEGV handling support
by Linus Torvalds
· 10 years ago
f474367
tile: Use the more common pr_warn instead of pr_warning
by Joe Perches
· 10 years ago
0429fbc
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
454ac3e
tile: Remove tile-specific _sinitdata and _einitdata
by Geert Uytterhoeven
· 11 years ago
b4f5019
tile: Replace __get_cpu_var uses
by Christoph Lameter
· 10 years ago
7ec6131
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 10 years ago
b745bc8
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
by Mel Gorman
· 10 years ago
c177c81
hugetlb: restrict hugepage_migration_support() to x86_64
by Naoya Horiguchi
· 10 years ago
b2dfa04
replace strict_strto* call with kstrto*
by Daniel Walter
· 10 years ago
e540e83
tile: cleanup the comment in init_pgprot
by Wang Sheng-Hui
· 10 years ago
76b3aec
tile: handle pgtable_page_ctor() fail
by Kirill A. Shutemov
· 11 years ago
4b12909
tile: remove HUGE_VMAP dead code
by Chris Metcalf
· 11 years ago
8629470
tile: use pmd_pfn() instead of casting via pte_t
by Chris Metcalf
· 11 years ago
759496b
arch: mm: pass userspace fault flag to generic fault handler
by Johannes Weiner
· 11 years ago
94bce45
arch: mm: remove obsolete init OOM protection
by Johannes Weiner
· 11 years ago
83467ef
mm: migrate: check movability of hugepage in unmap_and_move_huge_page()
by Naoya Horiguchi
· 11 years ago
ce61cdc
tile: make __write_once a synonym for __read_mostly
by Chris Metcalf
· 11 years ago
d7c9661
tile: remove support for TILE64
by Chris Metcalf
· 11 years ago
640710a
tile: add virt_to_kpte() API and clean up and document behavior
by Chris Metcalf
· 11 years ago
acbde1d
tile: parameterize VA and PA space more cleanly
by Chris Metcalf
· 11 years ago
051168d
tile: don't assume user privilege is zero
by Chris Metcalf
· 11 years ago
a718e10
tile: handle super huge pages in virt_to_pte
by Chris Metcalf
· 11 years ago
084fe6a
tile: remove set/clear_fixmap APIs
by Chris Metcalf
· 11 years ago
b2eca42
tile: support ASLR fully
by Tony Lu
· 11 years ago
3fa17c3
tile: support kprobes on tilegx
by Tony Lu
· 11 years ago
9ae0983
tile: provide traceability for hypervisor calls
by Chris Metcalf
· 11 years ago
fad052d
tile: avoid struct vm_struct leak
by Chris Metcalf
· 11 years ago
4a556f4
tile: implement gettimeofday() via vDSO
by Chris Metcalf
· 11 years ago
0c1d191
tile: support simulator notification for ET_DYN objects
by Chris Metcalf
· 11 years ago
bc1a298
tile: support CONFIG_PREEMPT
by Chris Metcalf
· 11 years ago
1182b69
tile: remove calls to arch_flush_lazy_mmu_mode()
by Chris Metcalf
· 11 years ago
a0bd12d
tile: fix some issues in hugepage support
by Chris Metcalf
· 11 years ago
2f9ac29
tile: fast-path unaligned memory access for tilegx
by Chris Metcalf
· 11 years ago
e5f7bd4
tile: fix tilegx vmalloc_sync_all BUG_ON
by Chris Metcalf
· 11 years ago
98d1e64
mm: remove free_area_cache
by Michel Lespinasse
· 11 years ago
609838c
mm: invoke oom-killer from remaining unconverted page fault handlers
by Johannes Weiner
· 11 years ago
3f29c33
mm/tile: prepare for removing num_physpages and simplify mem_init()
by Jiang Liu
· 11 years ago
40a3b8d
tile: normalize global variables exported by vmlinux.lds
by Jiang Liu
· 11 years ago
0c98853
mm: concentrate modification of totalram_pages into the mm core
by Jiang Liu
· 11 years ago
abd1b6d
mm/tile: use common help functions to free reserved pages
by Jiang Liu
· 11 years ago
ef93247
mm, vmalloc: change iterating a vmlist to find_vm_area()
by Joonsoo Kim
· 12 years ago
ec8acf2
swap: add per-partition lock for swapfile
by Shaohua Li
· 12 years ago
24d335c
memory-hotplug: introduce new arch_remove_memory() for removing page table
by Wen Congyang
· 12 years ago
c22c0d6
mm: remove flags argument to mmap_region
by Michel Lespinasse
· 12 years ago
7c63e1e
tile: export a handful of symbols appropriately
by Chris Metcalf
· 12 years ago
9977d9b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
dd52959
mm: use vm_unmapped_area() in hugetlbfs on tile architecture
by Michel Lespinasse
· 12 years ago
6b14e41
arch/tile: eliminate pt_regs trampolines for syscalls
by Chris Metcalf
· 12 years ago
45cac65
readahead: fault retry breaks mmap file read random detection
by Shaohua Li
· 12 years ago
2dd8ad8
mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file
by Konstantin Khlebnikov
· 12 years ago
84eda28
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
by Linus Torvalds
· 12 years ago
61d06c8
tile: remove usage of enum km_type
by Cong Wang
· 12 years ago
eef015c
arch/tile: enable ZONE_DMA for tilegx
by Chris Metcalf
· 12 years ago
bbaa22c
tilegx pci: support I/O to arbitrarily-cached pages
by Chris Metcalf
· 12 years ago
1296226
arch/tile: tilegx PCI root complex support
by Chris Metcalf
· 13 years ago
4ce6bea
tile/mm/fault.c: Port OOM changes to handle_page_fault
by Kautuk Consul
· 13 years ago
621b195
arch/tile: support multiple huge page sizes dynamically
by Chris Metcalf
· 13 years ago
d5d14ed
arch/tile: Allow tilegx to build with either 16K or 64K page size
by Chris Metcalf
· 13 years ago
5100700
arch/tile: use interrupt critical sections less
by Chris Metcalf
· 13 years ago
b1760c8
arch/tile: remove bogus performance optimization
by Chris Metcalf
· 13 years ago
e81510e
arch/tile: export the page_home() function.
by Chris Metcalf
· 13 years ago
719ea79
arch/tile: fix up locking in pgtable.c slightly
by Chris Metcalf
· 13 years ago
7a7039e
arch/tile: fix bug in loading kernels larger than 16 MB
by Chris Metcalf
· 13 years ago
b230ff2
arch/tile: don't enable irqs unconditionally in page fault handler
by Chris Metcalf
· 13 years ago
12400f1
arch/tile: don't set the homecache of a PTE unless appropriate
by Chris Metcalf
· 13 years ago
4829273
arch/tile: don't wait for migrating PTEs in an NMI handler
by Chris Metcalf
· 13 years ago
51bcdf8
arch/tile: fix a couple of comments that needed updating
by Chris Metcalf
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
bd119c6
Disintegrate asm/system.h for Tile
by David Howells
· 13 years ago
909af76
coredump: remove VM_ALWAYSDUMP flag
by Jason Baron
· 13 years ago
a24401b
highmem: kill all __kmap_atomic()
by Cong Wang
· 13 years ago
a95f881
tile: Make tile use the new is_idle_task() API
by Paul E. McKenney
· 13 years ago
c2851a9
arch/tile: fix double-free bug in homecache_free_pages()
by Chris Metcalf
· 13 years ago
d1afa65
arch/tile/mm/init.c: trivial: use BUG_ON
by Julia Lawall
· 13 years ago
0798b1d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 13 years ago
1c39517
mm: now that all old mmu_gather code is gone, remove the storage
by Peter Zijlstra
· 13 years ago
571d76a
arch/tile: support signal "exception-trace" hook
by Chris Metcalf
· 13 years ago
18aecc2
arch/tile: finish enabling support for TILE-Gx 64-bit chip
by Chris Metcalf
· 14 years ago
313ce67
arch/tile: support TIF_NOTIFY_RESUME
by Chris Metcalf
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
b2b755b
lib, arch: add filter argument to show_mem and fix private implementations
by David Rientjes
· 14 years ago
76c567f
arch/tile: support 4KB page size as well as 64KB
by Chris Metcalf
· 14 years ago
5fb682b
arch/tile: fix some comments and whitespace
by Chris Metcalf
· 14 years ago
00dce0313
arch/tile: export some additional module symbols
by Chris Metcalf
· 14 years ago
63b7ca6
arch/tile: enhance existing finv_buffer_remote() routine
by Chris Metcalf
· 14 years ago
Next »