Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
293837b9ac8d3021657f44c9d7a14948ec01c5d0
/
arch
/
parisc
/
kernel
/
cache.c
a50d3d3
parisc: Rewrite tlb flush threshold calculation
by John David Anglin
· 4 years, 4 months ago
ca15ca4
mm: remove unneeded includes of <asm/pgalloc.h>
by Mike Rapoport
· 4 years, 5 months ago
d96885e
parisc: use pgtable-nopXd instead of 4level-fixup
by Mike Rapoport
· 5 years ago
e9c837c
parisc: Avoid spurious inequivalent alias kernel error messages
by John David Anglin
· 5 years ago
271c29a
parisc: Use __ro_after_init in cache.c
by Helge Deller
· 6 years ago
b37d1c1
parisc: Use per-pagetable spinlock
by Mikulas Patocka
· 6 years ago
4c5fe5d
parisc: Optimze cache flush algorithms
by John David Anglin
· 6 years ago
3847dab
parisc: Add alternative coding infrastructure
by Helge Deller
· 6 years ago
a886c97
parisc: Reorder TLB flush timing calculation
by John David Anglin
· 6 years ago
2a03bb9e
parisc: Move cache flush functions into .text.hot section
by Helge Deller
· 7 years ago
cb9f753
mm: fix races between swapoff and flush dcache
by Huang Ying
· 7 years ago
9ef0f88
parisc: Handle case where flush_cache_range is called with no context
by John David Anglin
· 7 years ago
0adb24e
parisc: Fix ordering of cache and TLB flushes
by John David Anglin
· 7 years ago
13d5709
parisc: Handle vma's whose context is not current in flush_cache_range
by John David Anglin
· 7 years ago
56008c0
parisc: Extend disabled preemption in copy_user_page
by John David Anglin
· 7 years ago
ae7a609
parisc: Prevent TLB speculation on flushed pages on CPUs that only support equivalent aliases
by John David Anglin
· 7 years ago
316ec06
parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range
by John David Anglin
· 8 years ago
f47e2db
Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 8 years ago
0104260
sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
ef470a6
parisc: Remove flush_user_dcache_range and flush_user_icache_range
by John David Anglin
· 8 years ago
24d0492
parisc: Fix TLB related boot crash on SMP machines
by Helge Deller
· 8 years ago
741dc7b
parisc: Fix races in parisc_setup_cache_timing()
by John David Anglin
· 8 years ago
3baf328
parisc: use %pD
by Al Viro
· 8 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
2c2277d
parisc: Imporove debug info about space registers and TLB configuration
by Helge Deller
· 9 years ago
01ab605
parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based on timing results
by John David Anglin
· 10 years ago
0ef36bd
parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZE
by Helge Deller
· 11 years ago
4b02a72
parisc: Remove unused CONFIG_PARISC_TMPALIAS code
by John David Anglin
· 11 years ago
57737c4
parisc: fix cache-flushing
by Helge Deller
· 11 years ago
f8dae00
parisc: Ensure full cache coherency for kmap/kunmap
by John David Anglin
· 11 years ago
a446e72
Revert "parisc: Export flush_cache_page() (needed by lustre)"
by Helge Deller
· 11 years ago
320c90b
parisc: Export flush_cache_page() (needed by lustre)
by Geert Uytterhoeven
· 11 years ago
50861f5
parisc: Fix cache routines to ignore vma's with an invalid pfn
by John David Anglin
· 11 years ago
e8d8fc2
parisc: Ensure volatile space register %sr1 is not clobbered
by John David Anglin
· 12 years ago
ba969c4
parisc: remove the second argument of kmap_atomic
by Zhao Hongjiang
· 12 years ago
bda079d
parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updates
by John David Anglin
· 12 years ago
027f27c
parisc: disable preemption while flushing D- or I-caches through TMPALIAS region
by John David Anglin
· 12 years ago
cca8e90
parisc: fixes and cleanups in page cache flushing (4/4)
by John David Anglin
· 12 years ago
6d2439d
parisc: fixes and cleanups in page cache flushing (3/4)
by John David Anglin
· 12 years ago
7633453
parisc: fixes and cleanups in page cache flushing (1/4)
by John David Anglin
· 12 years ago
7139bc1
[PARISC] Purge existing TLB entries in set_pte_at and ptep_set_wrprotect
by John David Anglin
· 12 years ago
6b2dbba
mm: replace vma prio_tree with an interval tree
by Michel Lespinasse
· 12 years ago
527dcdc
Disintegrate asm/system.h for PA-RISC
by David Howells
· 13 years ago
b7d4581
[PARISC] prevent speculative re-read on cache flush
by James Bottomley
· 14 years ago
f311847
parisc: flush pages through tmpalias space
by James Bottomley
· 14 years ago
a3bee03
parisc: remove trailing space in messages
by Frans Pop
· 15 years ago
4b3073e
MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself
by Russell King
· 15 years ago
e82a3b7
parisc: ensure broadcast tlb purge runs single threaded
by Helge Deller
· 16 years ago
071327e
parisc: remove CVS keywords
by Alexander Beregalov
· 16 years ago
8980a7b
parisc: BUG_ON() cleanup
by Helge Deller
· 16 years ago
15c8b6c
on_each_cpu(): kill unused 'retry' parameter
by Jens Axboe
· 17 years ago
9eea518
arch/parisc/: Spelling fixes
by Joe Perches
· 17 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 18 years ago
2f75c12
[PARISC] Fixes /proc/cpuinfo cache output on B160L
by Helge Deller
· 18 years ago
d6ce862
[PARISC] Clean up the cache and tlb headers
by Randolph Chung
· 18 years ago
8d0b7d1
[PARISC] Export clear_user_page to modules
by Matthew Wilcox
· 18 years ago
d207ac0
[PARISC] Fix CONFIG_DEBUG_SPINLOCK
by Matthew Wilcox
· 18 years ago
20f4d3c
[PARISC] parisc specific kmap API implementation for pa8800
by James Bottomley
· 18 years ago
a9d2d38
[PARISC] Ensure Space ID hashing is turned off
by Kyle McMartin
· 19 years ago
e5a2e7f
[PARISC] Match show_cache_info with reality
by Kyle McMartin
· 19 years ago
67a5a59
[PARISC] Misc. janitorial work
by Helge Deller
· 19 years ago
ba57583
[PARISC] Add parisc implementation of flush_kernel_dcache_page()
by James Bottomley
· 19 years ago
1b2425e
[PARISC] Make local cache flushes take a void *
by Matthew Wilcox
· 19 years ago
8039de1
[PARISC] Add __read_mostly section for parisc
by Helge Deller
· 19 years ago
92dc6fc
[PATCH] mm: parisc pte atomicity
by Hugh Dickins
· 19 years ago
2464212
[PARISC] Fix parisc_setup_cache_timing to choose a better flush threshold
by Stuart Brady
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago