| Commit message (Expand) | Author | Age | Files | Lines |
* | tile/mm/fault.c: Port OOM changes to handle_page_fault | Kautuk Consul | 2012-05-25 | 1 | -5/+27 |
* | arch/tile: support multiple huge page sizes dynamically | Chris Metcalf | 2012-05-25 | 5 | -79/+226 |
* | arch/tile: Allow tilegx to build with either 16K or 64K page size | Chris Metcalf | 2012-05-25 | 2 | -23/+15 |
* | arch/tile: use interrupt critical sections less | Chris Metcalf | 2012-05-25 | 4 | -55/+25 |
* | arch/tile: remove bogus performance optimization | Chris Metcalf | 2012-04-02 | 1 | -5/+0 |
* | arch/tile: export the page_home() function. | Chris Metcalf | 2012-04-02 | 1 | -0/+1 |
* | arch/tile: fix up locking in pgtable.c slightly | Chris Metcalf | 2012-04-02 | 1 | -10/+12 |
* | arch/tile: fix bug in loading kernels larger than 16 MB | Chris Metcalf | 2012-04-02 | 1 | -6/+15 |
* | arch/tile: don't enable irqs unconditionally in page fault handler | Chris Metcalf | 2012-04-02 | 1 | -2/+5 |
* | arch/tile: don't set the homecache of a PTE unless appropriate | Chris Metcalf | 2012-04-02 | 1 | -4/+12 |
* | arch/tile: don't wait for migrating PTEs in an NMI handler | Chris Metcalf | 2012-04-02 | 1 | -3/+10 |
* | arch/tile: fix a couple of comments that needed updating | Chris Metcalf | 2012-04-02 | 1 | -1/+1 |
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 4 | -3/+1 |
|\ |
|
| * | Disintegrate asm/system.h for Tile | David Howells | 2012-03-28 | 4 | -3/+1 |
* | | coredump: remove VM_ALWAYSDUMP flag | Jason Baron | 2012-03-23 | 1 | -7/+1 |
|/ |
|
* | highmem: kill all __kmap_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
* | tile: Make tile use the new is_idle_task() API | Paul E. McKenney | 2011-12-11 | 1 | -2/+2 |
* | arch/tile: fix double-free bug in homecache_free_pages() | Chris Metcalf | 2011-12-03 | 1 | -3/+6 |
* | arch/tile/mm/init.c: trivial: use BUG_ON | Julia Lawall | 2011-08-02 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2011-05-25 | 2 | -11/+206 |
|\ |
|
| * | arch/tile: support signal "exception-trace" hook | Chris Metcalf | 2011-05-19 | 1 | -9/+15 |
| * | arch/tile: finish enabling support for TILE-Gx 64-bit chip | Chris Metcalf | 2011-05-12 | 1 | -0/+187 |
| * | arch/tile: support TIF_NOTIFY_RESUME | Chris Metcalf | 2011-05-02 | 1 | -2/+4 |
* | | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 2011-05-25 | 1 | -2/+0 |
|/ |
|
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 2 | -2/+2 |
* | lib, arch: add filter argument to show_mem and fix private implementations | David Rientjes | 2011-03-24 | 1 | -1/+1 |
* | arch/tile: support 4KB page size as well as 64KB | Chris Metcalf | 2011-03-10 | 4 | -47/+144 |
* | arch/tile: fix some comments and whitespace | Chris Metcalf | 2011-03-10 | 1 | -8/+0 |
* | arch/tile: export some additional module symbols | Chris Metcalf | 2011-03-01 | 1 | -0/+1 |
* | arch/tile: enhance existing finv_buffer_remote() routine | Chris Metcalf | 2011-03-01 | 1 | -5/+31 |
* | arch/tile: fix reversed test of strict_strtol() return value | Chris Metcalf | 2011-03-01 | 1 | -1/+1 |
* | arch/tile: avoid a simulator warning during bootup | Chris Metcalf | 2011-03-01 | 1 | -0/+11 |
* | arch/tile: catch up with section naming convention in 2.6.35 | Chris Metcalf | 2011-03-01 | 1 | -1/+1 |
* | tile: Fix __pte_free_tlb | Peter Zijlstra | 2011-02-23 | 1 | -13/+2 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 2 | -2/+0 |
* | arch/tile: avoid __must_check warning on one strict_strtol check | Chris Metcalf | 2010-11-01 | 1 | -2/+6 |
* | arch/tile: complete migration to new kmap_atomic scheme | Chris Metcalf | 2010-11-01 | 2 | -3/+3 |
* | mm: fix race in kunmap_atomic() | Peter Zijlstra | 2010-10-27 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2010-10-26 | 3 | -15/+10 |
|\ |
|
| * | arch/tile: parameterize system PLs to support KVM port | Chris Metcalf | 2010-10-15 | 2 | -4/+4 |
| * | arch/tile: add Tilera's <arch/sim.h> header as an open-source header | Chris Metcalf | 2010-10-15 | 1 | -8/+3 |
| * | arch/tile: Use <asm-generic/syscalls.h> | Chris Metcalf | 2010-10-14 | 1 | -3/+3 |
* | | mm: stack based kmap_atomic() | Peter Zijlstra | 2010-10-26 | 1 | -62/+23 |
|/ |
|
* | arch/tile: Various cleanups. | Chris Metcalf | 2010-08-13 | 2 | -0/+11 |
* | arch: tile: mm: pgtable.c: Removed duplicated #include | Andrea Gelmini | 2010-08-13 | 1 | -1/+0 |
* | arch/tile: support new kunmap_atomic() naming convention. | Chris Metcalf | 2010-08-11 | 1 | -2/+2 |
* | arch/tile: Miscellaneous cleanup changes. | Chris Metcalf | 2010-07-06 | 7 | -159/+76 |
* | arch/tile: core support for Tilera 32-bit chips. | Chris Metcalf | 2010-06-04 | 12 | -0/+4208 |