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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUAL
Aneesh Kumar K.V
1
-1
/
+2
2020-06-22
powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE
Arseny Solokha
1
-0
/
+1
2020-06-21
Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
4
-17
/
+27
2020-06-20
Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-7
/
+545
2020-06-20
powerpc/8xx: Provide ptep_get() with 16k pages
Christophe Leroy
1
-0
/
+10
2020-06-18
maccess: make get_kernel_nofault() check for minimal type compatibility
Linus Torvalds
2
-2
/
+2
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
5
-5
/
+5
2020-06-17
maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
Christoph Hellwig
8
-13
/
+17
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
4
-8
/
+11
2020-06-17
powerpc/syscalls: Use the number when building SPU syscall table
Michael Ellerman
1
-1
/
+1
2020-06-17
powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()
Mike Rapoport
1
-5
/
+3
2020-06-16
powerpc/64s: Fix KVM interrupt using wrong save area
Nicholas Piggin
1
-2
/
+2
2020-06-16
powerpc/papr_scm: Implement support for PAPR_PDSM_HEALTH
Vaibhav Jain
2
-0
/
+88
2020-06-16
ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods
Vaibhav Jain
2
-4
/
+284
2020-06-16
powerpc/papr_scm: Improve error logging and handling papr_scm_ndctl()
Vaibhav Jain
1
-0
/
+6
2020-06-16
powerpc/papr_scm: Fetch nvdimm health information from PHYP
Vaibhav Jain
1
-2
/
+166
2020-06-15
powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUAL
Aneesh Kumar K.V
1
-9
/
+11
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
3
-18
/
+18
2020-06-13
Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
3
-18
/
+18
2020-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
22
-237
/
+276
2020-06-12
KVM: PPC: Fix nested guest RC bits update
Alexey Kardashevskiy
1
-1
/
+1
2020-06-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2020-06-11
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
1
-2
/
+2
2020-06-11
arch/powerpc/mm/pgtable.c: another missed conversion
Andrew Morton
1
-1
/
+1
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
8
-17
/
+17
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
10
-35
/
+35
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
6
-101
/
+12
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
9
-34
/
+15
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
48
-48
/
+47
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
57
-58
/
+56
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
37
-37
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2
-9
/
+4
2020-06-09
powerpc: add show_stack_loglvl()
Dmitry Safonov
1
-5
/
+13
2020-06-08
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
2
-3
/
+3
2020-06-08
powerpc: use asm-generic/cacheflush.h
Christoph Hellwig
1
-32
/
+10
2020-06-08
powerpc: unexport flush_icache_user_range
Christoph Hellwig
1
-1
/
+0
2020-06-08
mm/gup.c: convert to use get_user_{page|pages}_fast_only()
Souptick Joarder
3
-5
/
+3
2020-06-07
Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
282
-6196
/
+6535
2020-06-05
powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable()
David Hildenbrand
1
-23
/
+3
2020-06-05
kmap: consolidate kmap_prot definitions
Ira Weiny
1
-1
/
+0
2020-06-05
arch/kmap: define kmap_atomic_prot() for all arch's
Ira Weiny
1
-17
/
+0
2020-06-05
arch/kmap: ensure kmap_prot visibility
Ira Weiny
2
-4
/
+1
2020-06-05
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
2
-9
/
+3
2020-06-05
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
2
-8
/
+2
2020-06-05
{x86,powerpc,microblaze}/kmap: move preempt disable
Ira Weiny
2
-8
/
+12
2020-06-05
arch/kunmap: remove duplicate kunmap implementations
Ira Weiny
1
-9
/
+0
2020-06-05
arch/kmap: remove redundant arch specific kmaps
Ira Weiny
1
-9
/
+0
2020-06-05
arch/kmap: remove BUG_ON()
Ira Weiny
1
-1
/
+1
[next]