index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-19
powerpc: remove remaining bits from CONFIG_APUS
Christophe Leroy
1
-17
/
+2
2018-12-19
powerpc/mm: Eliminate not possible mmu features at compile time
Christophe Leroy
1
-5
/
+26
2018-12-19
powerpc/44x: use patch_sites for TLB handlers patching
Christophe Leroy
1
-0
/
+3
2018-12-19
powerpc/signal: Use code patching instead of hardcoding
Christophe Leroy
1
-0
/
+1
2018-12-19
powerpc/book3s/32: Use patch_site to patch hash functions
Christophe Leroy
1
-0
/
+6
2018-12-19
powerpc: add modify_instruction() and modify_instruction_site()
Christophe Leroy
1
-0
/
+11
2018-12-19
powerpc: simplify patch_instruction_site() and patch_branch_site()
Christophe Leroy
1
-2
/
+10
2018-12-19
powerpc/mm: remove unused variable
Christophe Leroy
1
-2
/
+1
2018-12-19
powerpc: implement CONFIG_DEBUG_VIRTUAL
Christophe Leroy
1
-1
/
+12
2018-12-17
powerpc/ipic: Remove unused ipic_set_priority()
Michael Ellerman
1
-1
/
+0
2018-12-17
Merge branch 'fixes' into next
Michael Ellerman
1
-0
/
+2
2018-12-17
KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2
Suraj Jitindar Singh
2
-0
/
+5
2018-12-17
KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest
Suraj Jitindar Singh
2
-1
/
+4
2018-12-17
KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct
Suraj Jitindar Singh
1
-0
/
+4
2018-12-17
KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2
Suraj Jitindar Singh
1
-0
/
+4
2018-12-17
KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()
Suraj Jitindar Singh
1
-0
/
+13
2018-12-17
KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/off
Paul Mackerras
1
-0
/
+2
2018-12-17
KVM: PPC: Book3S HV: Cleanups - constify memslots, fix comments
Paul Mackerras
2
-7
/
+4
2018-12-17
KVM: PPC: Pass change type down to memslot commit function
Bharata B Rao
1
-2
/
+4
2018-12-13
dma-mapping: move various slow path functions out of line
Christoph Hellwig
1
-1
/
+0
2018-12-07
ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
1
-0
/
+2
2018-12-07
powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENT
Sandipan Das
1
-0
/
+2
2018-12-06
powerpc/iommu: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-4
/
+0
2018-12-04
powerpc/mm: dump block address translation on book3s/32
Christophe Leroy
1
-0
/
+4
2018-12-04
powerpc/math-emu: Update macros from GCC
Joel Stanley
1
-63
/
+29
2018-12-04
powerpc/8xx: reintroduce 16K pages with HW assistance
Christophe Leroy
5
-2
/
+21
2018-12-04
powerpc/8xx: Enable 512k hugepage support with HW assistance
Christophe Leroy
1
-1
/
+3
2018-12-04
powerpc/mm: fix a warning when a cache is common to PGD and hugepages
Christophe Leroy
1
-1
/
+1
2018-12-04
powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)
Christophe Leroy
1
-2
/
+0
2018-12-04
powerpc/mm: enable the use of page table cache of order 0
Christophe Leroy
4
-16
/
+4
2018-12-04
powerpc/mm: Extend pte_fragment functionality to PPC32
Christophe Leroy
8
-27
/
+39
2018-12-04
powerpc/mm: add helpers to get/set mm.context->pte_frag
Christophe Leroy
1
-0
/
+25
2018-12-04
powerpc/mm: Move pgtable_t into platform headers
Christophe Leroy
5
-14
/
+19
2018-12-04
powerpc/mm: move platform specific mmu-xxx.h in platform directories
Christophe Leroy
8
-12
/
+40
2018-12-04
powerpc/mm: Move pte_fragment_alloc() to a common location
Christophe Leroy
1
-0
/
+1
2018-12-04
powerpc/8xx: Remove PTE_ATOMIC_UPDATES
Christophe Leroy
1
-3
/
+0
2018-12-04
powerpc/book3s32: Remove CONFIG_BOOKE dependent code
Christophe Leroy
2
-32
/
+0
2018-12-04
powerpc/mm: remove unused function prototype
Breno Leitao
1
-1
/
+0
2018-11-26
powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32
Christophe Leroy
2
-2
/
+2
2018-11-26
powerpc/32: Remove #ifdef CONFIG_PPC_STD_MMU_32 in asm/book3s/32/pgtable.h
Christophe Leroy
1
-6
/
+3
2018-11-26
powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32
Christophe Leroy
4
-4
/
+4
2018-11-25
powerpc: Typo s/use use/use/
Geert Uytterhoeven
1
-1
/
+1
2018-11-25
powerpc: mark 64-bit PD_HUGE constant as unsigned long
Daniel Axtens
1
-1
/
+1
2018-11-25
powerpc/mm: remove const type qualifier from function ‘pud_pfn’
Mathieu Malaterre
1
-1
/
+1
2018-11-25
powerpc/mm: Remove extern from function definition
Breno Leitao
1
-3
/
+3
2018-11-15
powerpc/64: Fix kernel stack 16-byte alignment
Nicholas Piggin
1
-0
/
+1
2018-11-12
powerpc/io: Fix the IO workarounds code to work with Radix
Michael Ellerman
1
-13
/
+7
2018-11-06
powerpc/mm/64s: Use PPC_SLBFEE macro
Michael Ellerman
1
-0
/
+2
2018-11-02
Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
3
-28
/
+21
2018-10-31
treewide: remove current_text_addr
Nick Desaulniers
1
-6
/
+0
[prev]
[next]