Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c4522469e6418fb547fbcd9d3aeb73bea0f6f859
c452246
perf/powerpc: Add support for unwinding perf-stackdump
by Chandan Kumar
· 9 years ago
17ed7c3
powerpc: Add HAVE_PERF_USER_STACK_DUMP support
by Chandan Kumar
· 9 years ago
aac55d7
powerpc/mm/hash64: Fix subpage protection with 4K HPTE config
by Michael Ellerman
· 9 years ago
8bbc9b7
powerpc/mm/hash64: Factor out hash preload psize check
by Michael Ellerman
· 9 years ago
925e2d1
powerpc: Update of_remove_property() call sites to remove null checking
by Suraj Jitindar Singh
· 9 years ago
201b3fe
drivers/of: Add check for null property in of_remove_property()
by Suraj Jitindar Singh
· 9 years ago
b2ed059
powerpc/pseries: Add null property check to pseries_discover_pic()
by Suraj Jitindar Singh
· 9 years ago
9e44754
powerpc/powernv/pci: Fix cfg_dbg() & replace with pr_devel()
by Alexey Kardashevskiy
· 9 years ago
2f67798
selftests/powerpc: Fix subpage_prot test to return !0 on failure
by Michael Ellerman
· 9 years ago
438517e
selftests/powerpc: Test cp_abort during context switch
by Chris Smart
· 9 years ago
e44c1b1
powerpc: Remove unnecessary CONFIG_SMP #ifdefs
by Chris Smart
· 9 years ago
c415c9c
powerpc: Remove unused remnants from A2 cpu
by Rashmica Gupta
· 9 years ago
62ccf5b
powerpc/mm/slice: Remove slice_mm_new_context()
by Aneesh Kumar K.V
· 9 years ago
2d56653
powerpc/mm/subpage: Initialise user psize correctly
by Aneesh Kumar K.V
· 9 years ago
bb03efe
powerpc/mm/radix: Fix CONFIG_PPC_MMU_STD_64 typo
by Valentin Rothberg
· 9 years ago
69dfbae
powerpc/mm/radix: Document software bits for radix
by Aneesh Kumar K.V
· 9 years ago
17a3dd2
powerpc/mm/radix: Use firmware feature to enable Radix MMU
by Aneesh Kumar K.V
· 9 years ago
ab62476
powerpc/mm/radix: Add THP support for 4K linux page size
by Aneesh Kumar K.V
· 9 years ago
bde3eb6
powerpc/mm/radix: Add radix THP callbacks
by Aneesh Kumar K.V
· 9 years ago
3df33f1
powerpc/mm/thp: Abstraction for THP functions
by Aneesh Kumar K.V
· 9 years ago
6a1ea36
powerpc/mm: THP is only available on hash64 as of now
by Aneesh Kumar K.V
· 9 years ago
c0a6c71
powerpc/mm/radix: Add hugetlb support 4K page size
by Aneesh Kumar K.V
· 9 years ago
43a5c68
powerpc/mm/radix: Make sure swapper pgdir is properly aligned
by Aneesh Kumar K.V
· 9 years ago
4848376
powerpc/mm: Add radix support for hugetlb
by Aneesh Kumar K.V
· 9 years ago
2f5f0df
powerpc/mm: Fix vma_mmu_pagesize() for radix
by Aneesh Kumar K.V
· 9 years ago
5ed7ecd
powerpc/mm: pte_frag abstraction
by Aneesh Kumar K.V
· 9 years ago
a3dece6
powerpc/radix: Update MMU cache
by Aneesh Kumar K.V
· 9 years ago
d6a9996
powerpc/mm: vmalloc abstraction in preparation for radix
by Aneesh Kumar K.V
· 9 years ago
4dfb88c
powerpc/mm: Update pte filter for radix
by Aneesh Kumar K.V
· 9 years ago
a2f41eb
powerpc/mm: Add radix pgalloc details
by Aneesh Kumar K.V
· 9 years ago
934828e
powerpc/mm: Make 4K and 64K use pte_t for pgtable_t
by Aneesh Kumar K.V
· 9 years ago
74701d5
powerpc/mm: Rename function to indicate we are allocating fragments
by Aneesh Kumar K.V
· 9 years ago
bcbe7f7
powerpc/mm: Simplify the code dropping 4-level table #ifdef
by Aneesh Kumar K.V
· 9 years ago
2720920
powerpc/mm: Revert changes made to nohash pgalloc-64.h
by Aneesh Kumar K.V
· 9 years ago
75a9b8a
powerpc/mm: Copy pgalloc (part 2)
by Aneesh Kumar K.V
· 9 years ago
101ad5c
powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3s
by Aneesh Kumar K.V
· 9 years ago
b5dcc60
powerpc/mm/radix: Update PTCR on secondary CPUs
by Aneesh Kumar K.V
· 9 years ago
7a0eede
powerpc/mm/radix: Pick the address layout for radix config
by Aneesh Kumar K.V
· 9 years ago
177ba7c
powerpc/mm/radix: Limit paca allocation in radix
by Aneesh Kumar K.V
· 9 years ago
764041e
powerpc/mm/radix: Add checks in slice code to catch radix usage
by Aneesh Kumar K.V
· 9 years ago
d8c476e
powerpc/mm/radix: Isolate hash table function from pseries guest code
by Aneesh Kumar K.V
· 9 years ago
caca285
powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related code
by Aneesh Kumar K.V
· 9 years ago
a8ed87c
powerpc/mm/radix: Add MMU_FTR_RADIX
by Aneesh Kumar K.V
· 9 years ago
773edea
powerpc/mm: Add mask of possible MMU features
by Michael Ellerman
· 8 years ago
1a472c9
powerpc/mm/radix: Add tlbflush routines
by Aneesh Kumar K.V
· 9 years ago
676012a
powerpc/mm: Hash abstraction for tlbflush routines
by Aneesh Kumar K.V
· 9 years ago
f5df4b4
powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.c
by Aneesh Kumar K.V
· 9 years ago
7e381c0
powerpc/mm/radix: Add mmu context handling callback for radix
by Aneesh Kumar K.V
· 9 years ago
d2adba3
powerpc/mm: Abstraction for switch_mmu_context()
by Aneesh Kumar K.V
· 9 years ago
d9225ad
powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()
by Aneesh Kumar K.V
· 9 years ago
31a14fa
powerpc/mm: Abstraction for vmemmap and map_kernel_page()
by Aneesh Kumar K.V
· 9 years ago
2bfd65e
powerpc/mm/radix: Add radix callbacks for early init routines
by Aneesh Kumar K.V
· 9 years ago
756d08d
powerpc/mm: Abstract early MMU init in preparation for radix
by Aneesh Kumar K.V
· 9 years ago
6cc1a0e
powerpc/mm/radix: Add radix callback for pmd accessors
by Aneesh Kumar K.V
· 9 years ago
a9252aae
powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.h
by Aneesh Kumar K.V
· 9 years ago
ac94ac79
powerpc/mm: Add radix callbacks to pte accessors
by Aneesh Kumar K.V
· 9 years ago
566ca99
powerpc/mm/radix: Add dummy radix_enabled()
by Aneesh Kumar K.V
· 9 years ago
b0b5e9b
powerpc/mm/radix: Add radix pte #defines
by Aneesh Kumar K.V
· 9 years ago
34fbadd
powerpc/mm: Move pte related functions together
by Aneesh Kumar K.V
· 9 years ago
aba480e
powerpc/mm: Move page table index and and vaddr to pgtable.h
by Aneesh Kumar K.V
· 9 years ago
dd1842a
powerpc/mm: Make page table size a variable
by Aneesh Kumar K.V
· 9 years ago
13f829a
powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.h
by Aneesh Kumar K.V
· 9 years ago
2e87351
powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.h
by Aneesh Kumar K.V
· 9 years ago
d2cf005
powerpc/mm: Handle _PTE_NONE_MASK
by Aneesh Kumar K.V
· 9 years ago
945537d
powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
by Aneesh Kumar K.V
· 9 years ago
eee24b5
powerpc/mm: Move hash and no hash code to separate files
by Aneesh Kumar K.V
· 9 years ago
50de596
powerpc/mm/hash: Add support for Power9 Hash
by Aneesh Kumar K.V
· 9 years ago
e998334
powerpc/mm/radix: Add partition table format & callback
by Aneesh Kumar K.V
· 9 years ago
11a6f6a
powerpc/mm: Move radix/hash common data structures to book3s64 headers
by Aneesh Kumar K.V
· 9 years ago
33d336d
powerpc/mm: Use generic version of ptep_clear_flush_young()
by Aneesh Kumar K.V
· 9 years ago
ff844b7
powerpc/mm: Use generic version of pmdp_clear_flush_young()
by Aneesh Kumar K.V
· 9 years ago
30bda41
powerpc/mm: Drop WIMG in favour of new constants
by Aneesh Kumar K.V
· 9 years ago
72176dd
powerpc/mm: Use a helper for finding pte bits mapping I/O area
by Aneesh Kumar K.V
· 9 years ago
e58e87a
powerpc/mm: Update _PAGE_KERNEL_RO
by Aneesh Kumar K.V
· 9 years ago
96270b1
powerpc/mm: Remove RPN_SHIFT and RPN_SIZE
by Aneesh Kumar K.V
· 9 years ago
ac29c64
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
by Aneesh Kumar K.V
· 9 years ago
e7bfc46
powerpc/mm: Use pte_user() instead of open coding
by Aneesh Kumar K.V
· 9 years ago
7e1e63c
powerpc/mm: Convert pte_user() to static inline
by Michael Ellerman
· 9 years ago
73a1441
powerpc/mm/subpage: Clear RWX bit to indicate no access
by Aneesh Kumar K.V
· 9 years ago
c7d5484
powerpc/mm: Use _PAGE_READ to indicate Read access
by Aneesh Kumar K.V
· 9 years ago
ee3caed
powerpc/mm: Use pte_raw() in pte_same()/pmd_same()
by Michael Ellerman
· 9 years ago
5dc1ef8
powerpc/mm: Use big endian Linux page tables for book3s 64
by Aneesh Kumar K.V
· 9 years ago
3910a7f
powerpc/mm: Add pte_xchg() helper
by Michael Ellerman
· 9 years ago
4bece39
powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()
by Aneesh Kumar K.V
· 9 years ago
670eea9
powerpc/mm: Always use STRICT_MM_TYPECHECKS
by Michael Ellerman
· 9 years ago
8ffb410
IB/qib: Use cache inhibitted and guarded mapping on powerpc
by Aneesh Kumar K.V
· 9 years ago
5bcca74
powerpc/perf: Replace raw event hex values with #defines
by Madhavan Srinivasan
· 9 years ago
7132e2d
ftrace: Match dot symbols when searching functions on ppc64
by Thiago Jung Bauermann
· 9 years ago
8fe0888
powerpc: rework sparse for lib/xor_vmx.c
by Daniel Axtens
· 9 years ago
8a64904
powerpc: Add support for userspace P9 copy paste
by Chris Smart
· 9 years ago
4ad5e88
powerpc/mpic: handle subsys_system_register() failure
by Andrew Donnellan
· 9 years ago
2d52178
powerpc/eeh: fix misleading indentation
by Andrew Donnellan
· 9 years ago
3b1dbfa
cxl: Fix DAR check & use REGION_ID instead of opencoding
by Aneesh Kumar K.V
· 9 years ago
4aec6ec
cxl: Increase timeout for detection of AFU mmio hang
by Frederic Barrat
· 9 years ago
e009a7e
cxl: Allow initialization on timebase sync failures
by Frederic Barrat
· 9 years ago
bb62bad
tool/perf: Add sample_reg_mask to include all perf_regs
by Madhavan Srinivasan
· 9 years ago
dc642e8
tools/perf: Map the ID values with register names
by Anju T
· 9 years ago
ed4a4ef
powerpc/perf: Add support for sampling interrupt register state
by Anju T
· 9 years ago
1bfadab
powerpc/perf: Assign an id to each powerpc register
by Anju T
· 9 years ago
057b6d7
powerpc/book3s64: Remove __end_handlers marker
by Hari Bathini
· 9 years ago
Next »