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