aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin5-44/+181
2018-10-14powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin6-0/+37
2018-10-14powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin4-17/+59
2018-10-14powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin6-626/+214
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin7-23/+19
2018-10-14powerpc/ptrace: Don't use sizeof(struct pt_regs) in ptrace codeMichael Ellerman1-7/+7
2018-10-14powerpc: Split user/kernel definitions of struct pt_regsMichael Ellerman3-1/+72
2018-10-14powerpc/prom_init: Make "default_colors" constBenjamin Herrenschmidt1-1/+1
2018-10-14powerpc/prom_init: Make "fake_elf" constBenjamin Herrenschmidt1-1/+1
2018-10-14powerpc/prom_init: Make of_workarounds staticBenjamin Herrenschmidt1-1/+1
2018-10-14powerpc/book3s64: Avoid multiple endian conversion in pte helpersChristophe Leroy1-39/+32
2018-10-14powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy4-19/+19
2018-10-14powerpc/mm: Get rid of pte-common.hChristophe Leroy2-27/+24
2018-10-14powerpc/mm: Define platform default caches related flagsChristophe Leroy3-11/+7
2018-10-14powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy6-44/+91
2018-10-14powerpc/nohash/64: do not include pte-common.hChristophe Leroy3-36/+44
2018-10-14powerpc/mm: Distribute platform specific PAGE and PMD flags and definitionsChristophe Leroy6-66/+159
2018-10-14powerpc/mm: Move pte_user() into nohash/pgtable.hChristophe Leroy2-13/+10
2018-10-14powerpc/book3s/32: do not include pte-common.hChristophe Leroy2-17/+101
2018-10-14powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy3-40/+19
2018-10-14powerpc/mm: drop unused page flagsChristophe Leroy2-25/+2
2018-10-14powerpc/mm: Split dump_pagelinuxtables flag_array tableChristophe Leroy6-153/+307
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy7-45/+41
2018-10-14powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()Christophe Leroy5-8/+10
2018-10-14powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy5-0/+114
2018-10-14powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.hChristophe Leroy3-28/+48
2018-10-14powerpc/mm: don't use _PAGE_EXEC in book3s/32Christophe Leroy2-4/+4
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy20-77/+64
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy7-33/+24
2018-10-14powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.Christophe Leroy6-11/+10
2018-10-14soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)Christophe Leroy1-1/+1
2018-10-13drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)Christophe Leroy1-2/+1
2018-10-13drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()Christophe Leroy4-16/+9
2018-10-13powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy3-0/+35
2018-10-13powerpc/rtas: Fix a potential race between CPU-Offline & MigrationGautham R. Shenoy1-0/+9
2018-10-13powerpc/cacheinfo: Report the correct shared_cpu_map on big-coresGautham R. Shenoy1-2/+35
2018-10-13powerpc: Use cpu_smallcore_sibling_mask at SMT level on bigcoresGautham R. Shenoy1-1/+18
2018-10-13powerpc: Detect the presence of big-cores via "ibm, thread-groups"Gautham R. Shenoy3-0/+235
2018-10-13powerpc: Fix stackprotector detection for non-glibc toolchainsMichael Ellerman1-1/+2
2018-10-13powerpc/xmon: Show the stack protector canary in xmonMichael Ellerman1-0/+3
2018-10-13powerpc: Use SWITCH_FRAME_SIZE for prom and rtas entryJoel Stanley2-14/+5
2018-10-13powerpc/pseries/mobility: Extend start/stop topology update scopeMichael Bringmann3-2/+11
2018-10-13powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGSJoel Stanley1-1/+5
2018-10-13powerpc/pseries/memory-hotplug: Fix return value type of find_aa_indexYueHaibing1-33/+28
2018-10-13powerpc/eeh: Cleanup control flow in eeh_handle_normal_event()Sam Bobroff1-102/+94
2018-10-13powerpc/eeh: Cleanup eeh_ops.wait_state()Sam Bobroff6-108/+62
2018-10-13powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff6-53/+46
2018-10-13powerpc/eeh: Cleanup unnecessary eeh_pe_state_mark_with_cfg()Sam Bobroff2-24/+4
2018-10-13powerpc/eeh: Cleanup eeh_enabled()Sam Bobroff1-5/+1
2018-10-13powerpc/eeh: Cleanup logic in eeh_rmv_from_parent_pe()Sam Bobroff1-2/+2