index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-22
ppc: Convert mmu context allocation to new IDA API
Matthew Wilcox
1
-40
/
+4
2018-07-18
KVM: PPC: Check if IOMMU page is contained in the pinned physical page
Alexey Kardashevskiy
1
-2
/
+35
2018-06-30
Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+0
2018-06-25
powerpc: Remove -Wattribute-alias pragmas
Paul Burton
1
-4
/
+0
2018-06-20
powerpc/mm/hash/4k: Free hugetlb page table caches correctly.
Aneesh Kumar K.V
2
-1
/
+14
2018-06-20
powerpc/64s/radix: Fix radix_kvm_prefetch_workaround paca access of not possi...
Nicholas Piggin
1
-0
/
+2
2018-06-19
powerpc/64s/radix: Fix MADV_[FREE|DONTNEED] TLB flush miss problem with THP
Nicholas Piggin
1
-21
/
+75
2018-06-15
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
Stefan Agner
1
-1
/
+1
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
18
-351
/
+915
2018-06-05
powerpc/pkeys: Detach execute_only key on !PROT_EXEC
Ram Pai
1
-2
/
+2
2018-06-05
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2018-06-03
powerpc/mm: Remove stale_map[] handling on non SMP processors
Christophe Leroy
1
-4
/
+17
2018-06-03
powerpc/mm: constify LAST_CONTEXT in mmu_context_nohash
Christophe Leroy
1
-45
/
+39
2018-06-03
powerpc/mm: Avoid unnecessary test and reduce code size
Christophe Leroy
1
-9
/
+4
2018-06-03
powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohash
Christophe Leroy
1
-19
/
+18
2018-06-03
powerpc/mm/hash: hard disable irq in the SLB insert path
Aneesh Kumar K.V
1
-0
/
+13
2018-06-03
powerpc/mm/hugetlb: Update hugetlb related locks
Aneesh Kumar K.V
2
-15
/
+30
2018-06-03
powerpc/64s: Fix compiler store ordering to SLB shadow area
Nicholas Piggin
1
-4
/
+4
2018-06-03
powerpc/64s/radix: flush remote CPUs out of single-threaded mm_cpumask
Nicholas Piggin
1
-27
/
+121
2018-06-03
powerpc/64s/radix: optimise pte_update
Nicholas Piggin
2
-3
/
+14
2018-06-03
powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flags
Nicholas Piggin
1
-1
/
+1
2018-06-03
powerpc/64s/radix: prefetch user address in update_mmu_cache
Nicholas Piggin
2
-2
/
+5
2018-06-03
powerpc/64s/radix: do not flush TLB when relaxing access
Nicholas Piggin
1
-1
/
+6
2018-06-03
powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
Aneesh Kumar K.V
3
-7
/
+10
2018-06-03
powerpc/mm: Change function prototype
Aneesh Kumar K.V
3
-8
/
+24
2018-06-03
powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
Aneesh Kumar K.V
1
-0
/
+22
2018-06-03
powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call __ptep_set_acce...
Aneesh Kumar K.V
1
-2
/
+31
2018-06-03
powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINEx
Christophe Leroy
1
-0
/
+4
2018-06-03
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2
-0
/
+208
2018-05-25
powerpc/sparse: Fix plain integer as NULL pointer warning
Mathieu Malaterre
2
-6
/
+6
2018-05-24
powerpc/mm: Only read faulting instruction when necessary in do_page_fault()
Christophe Leroy
1
-16
/
+34
2018-05-24
powerpc/mm: Use instruction symbolic names in store_updates_sp()
Christophe Leroy
1
-13
/
+13
2018-05-24
powerpc: Export tm_enable()/tm_disable/tm_abort() APIs
Simon Guo
1
-0
/
+1
2018-05-17
powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM
Nicholas Piggin
1
-0
/
+207
2018-05-15
powerpc/mm: Use page fragments for allocation page table at PMD level
Aneesh Kumar K.V
4
-6
/
+1
2018-05-15
powerpc/mm: Implement helpers for pagetable fragment support at PMD level
Aneesh Kumar K.V
4
-6
/
+119
2018-05-15
powerpc/book3s64/mm: Simplify the rcu callback for page table free
Aneesh Kumar K.V
1
-19
/
+26
2018-05-15
powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragment
Aneesh Kumar K.V
2
-13
/
+8
2018-05-15
powerpc/mm/nohash: Remove pte fragment dependency from nohash
Aneesh Kumar K.V
2
-114
/
+114
2018-05-15
powerpc/mm: Rename pte fragment functions
Aneesh Kumar K.V
1
-4
/
+5
2018-05-15
powerpc/mm: Use pmd_lockptr instead of opencoding it
Aneesh Kumar K.V
3
-6
/
+8
2018-05-15
powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64
Aneesh Kumar K.V
2
-56
/
+54
2018-05-10
powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINE
Al Viro
1
-1
/
+3
2018-05-03
powerpc/fadump: Do not use hugepages when fadump is active
Hari Bathini
2
-2
/
+11
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+1
2018-04-24
powerpc/mm: Flush cache on memory hot(un)plug
Balbir Singh
1
-0
/
+2
2018-04-15
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-3
/
+3
2018-04-12
powerpc/mm/radix: Fix checkstops caused by invalid tlbiel
Michael Ellerman
1
-3
/
+2
[next]