Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ae400be94b84206e8344e8f10d896aeb3ea2f505
/
arch
/
powerpc
/
kernel
cb6f873
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
86a78a8
Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
de6da1e
panic: add an option to replay all the printk message in buffer
by Feng Tang
· 6 years ago
bf8a9a4
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
672eaf3
powerpc/cacheinfo: Remove double free
by Tobin C. Harding
· 6 years ago
d8076bd
uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]
by David Howells
· 6 years ago
efb463c
powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC
by Sinan Kaya
· 6 years ago
480795a
powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __init
by Masahiro Yamada
· 6 years ago
b970afc
Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
0a499fc
Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
de26912
powerpc/hmi: Fix kernel hang when TB is in error state.
by Mahesh Salgaonkar
· 6 years ago
90437bf
powerpc/entry: Remove unneeded need_resched() loop
by Valentin Schneider
· 6 years ago
d7fbe2a
powerpc/prom_init: get rid of PROM_SCRATCH_SIZE
by Christophe Leroy
· 6 years ago
398af57
powerpc/security: Show powerpc_security_features in debugfs
by Michael Ellerman
· 6 years ago
e2b36d5
powerpc/64: Don't trace code that runs with the soft irq mask unreconciled
by Nicholas Piggin
· 6 years ago
502523f
powerpc/irq: drop __irq_offset_value
by Christophe Leroy
· 6 years ago
65184f2
powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.
by Christophe Leroy
· 6 years ago
48018e4
powerpc/setup: cleanup the #ifdef CONFIG_TAU block
by Christophe Leroy
· 6 years ago
b5064ef
powerpc/setup: cleanup ifdef mess in check_cache_coherency()
by Christophe Leroy
· 6 years ago
e9e9b25
powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVEC
by Christophe Leroy
· 6 years ago
93f2cd8
powerpc/mm: define an empty mm_iommu_init()
by Christophe Leroy
· 6 years ago
9c1d38b
powerpc/fadump: define an empty fadump_cleanup()
by Christophe Leroy
· 6 years ago
d1865e7
powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/off
by Christophe Leroy
· 6 years ago
38b4564
powerpc/32: don't do syscall stuff in transfer_to_handler
by Christophe Leroy
· 6 years ago
1a4b739
powerpc/32: implement fast entry for syscalls on BOOKE
by Christophe Leroy
· 6 years ago
b86fb88
powerpc/32: implement fast entry for syscalls on non BOOKE
by Christophe Leroy
· 6 years ago
40530db
powerpc: Fix 32-bit handling of MSR_EE on exceptions
by Christophe Leroy
· 6 years ago
1ae99b4
powerpc/32: get rid of COPY_EE in exception entry
by Christophe Leroy
· 6 years ago
642770d
powerpc/32: Enter exceptions with MSR_EE unset
by Christophe Leroy
· 6 years ago
f97dec2
powerpc/32: enter syscall with MSR_EE inconditionaly set
by Christophe Leroy
· 6 years ago
ef42912
powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interrupts
by Christophe Leroy
· 6 years ago
90f204b
powerpc/40x: Refactor exception entry macros by using head_32.h
by Christophe Leroy
· 6 years ago
7271fc9
powerpc/40x: Split and rename NORMAL_EXCEPTION_PROLOG
by Christophe Leroy
· 6 years ago
bd82904
powerpc/40x: add exception frame marker
by Christophe Leroy
· 6 years ago
57bc13a
powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOG
by Christophe Leroy
· 6 years ago
1d3034a
powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke one
by Christophe Leroy
· 6 years ago
37737a2
powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use it
by Christophe Leroy
· 6 years ago
8a23fdec
powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.S
by Christophe Leroy
· 6 years ago
e4dccf9
powerpc/mm: print hash info in a helper
by Christophe Leroy
· 6 years ago
215b8237
powerpc/32s: set up an early static hash table for KASAN.
by Christophe Leroy
· 6 years ago
72f208c
powerpc/32s: move hash code patching out of MMU_init_hw()
by Christophe Leroy
· 6 years ago
2edb16e
powerpc/32: Add KASAN support
by Christophe Leroy
· 6 years ago
f072015
powerpc: disable KASAN instrumentation on early/critical files.
by Christophe Leroy
· 6 years ago
7934cea
powerpc/32: use memset() instead of memset_io() to zero BSS
by Christophe Leroy
· 6 years ago
adcf591
powerpc: don't use direct assignation during early boot.
by Christophe Leroy
· 6 years ago
450e7dd
powerpc/prom_init: don't use string functions from lib/
by Christophe Leroy
· 6 years ago
cbe46bd
powerpc: remove CONFIG_CMDLINE #ifdef mess
by Christophe Leroy
· 6 years ago
26deb04
powerpc: prepare string/mem functions for KASAN
by Christophe Leroy
· 6 years ago
d69ca6b
powerpc/32: Move early_init() in a separate file
by Christophe Leroy
· 6 years ago
45d0ba5
powerpc/mm: move hugetlb_disabled into asm/hugetlb.h
by Christophe Leroy
· 6 years ago
5ba666d
powerpc/mm: fix erroneous duplicate slb_addr_limit init
by Christophe Leroy
· 6 years ago
e620d45
powerpc/tm: Avoid machine crash on rt_sigreturn()
by Breno Leitao
· 6 years ago
50dbabe
powerpc/powernv/mce: Print additional information about MCE error.
by Mahesh Salgaonkar
· 6 years ago
cda6618
powerpc/powernv/mce: Print correct severity for MCE error.
by Mahesh Salgaonkar
· 6 years ago
d6e8a15
powerpc/powernv/mce: Reduce MCE console logs to lesser lines.
by Mahesh Salgaonkar
· 6 years ago
5b2a152
powerpc: Add doorbell tracepoints
by Anton Blanchard
· 6 years ago
a5ae043
powerpc/64s: Remove 'dummy_copy_buffer'
by Mathieu Malaterre
· 6 years ago
7e80397
powerpc/cacheinfo: Fix kobject memleak
by Tobin C. Harding
· 6 years ago
33dda8c
powerpc/vdso: Drop unnecessary cc-ldoption
by Nick Desaulniers
· 6 years ago
bdc7c97
Merge branch 'topic/ppc-kvm' into next
by Michael Ellerman
· 6 years ago
10d9161
powerpc/64s: Reimplement book3s idle code in C
by Nicholas Piggin
· 6 years ago
7ae3f6e
powerpc/watchdog: Use hrtimers for per-CPU heartbeat
by Nicholas Piggin
· 6 years ago
d286e13
Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
by Linus Torvalds
· 6 years ago
a092a03
powerpc/mm: Print kernel map details to dmesg
by Aneesh Kumar K.V
· 6 years ago
7011018
powerpc/mm: Reduce memory usage for mm_context_t for radix
by Aneesh Kumar K.V
· 6 years ago
67fda38f
powerpc/mm: Move slb_addr_linit to early_init_mmu
by Aneesh Kumar K.V
· 6 years ago
60458fb
powerpc/mm: Add helpers for accessing hash translation related variables
by Aneesh Kumar K.V
· 6 years ago
a68c31f
powerpc/32s: Implement Kernel Userspace Access Protection
by Christophe Leroy
· 6 years ago
f342adc
powerpc/32s: Prepare Kernel Userspace Access Protection
by Christophe Leroy
· 6 years ago
31ed2b1
powerpc/32s: Implement Kernel Userspace Execution Prevention.
by Christophe Leroy
· 6 years ago
e2fb9f5
powerpc/32: Prepare for Kernel Userspace Access Protection
by Christophe Leroy
· 6 years ago
e291b6d
powerpc/32: Remove MSR_PR test when returning from syscall
by Christophe Leroy
· 6 years ago
890274c
powerpc/64s: Implement KUAP for Radix MMU
by Michael Ellerman
· 6 years ago
b28c975
powerpc/64: Setup KUP on secondary CPUs
by Russell Currey
· 6 years ago
de78a9c
powerpc: Add a framework for Kernel Userspace Access Protection
by Christophe Leroy
· 6 years ago
69795ca
powerpc: Add framework for Kernel Userspace Protection
by Christophe Leroy
· 6 years ago
53a712b
powerpc/powernv/idle: Restore AMR/UAMOR/AMOR after idle
by Michael Ellerman
· 6 years ago
a3f3072
powerpc/powernv/idle: Restore IAMR after idle
by Russell Currey
· 6 years ago
c1fe190
powerpc: Add force enable of DAWR on P9 option
by Michael Neuling
· 6 years ago
6917735
powerpc: Remove duplicate headers
by Jagadeesh Pagadala
· 6 years ago
7f177f9
powerpc/pseries: hwpoison the pages upon hitting UE
by Ganesh Goudar
· 6 years ago
f89bd8b
powerpc/mm/radix: Don't do SLB preload when using the radix MMU
by Aneesh Kumar K.V
· 6 years ago
56c46bb
powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWX
by Russell Currey
· 6 years ago
782e69e
powerpc/speculation: Support 'mitigations=' cmdline option
by Josh Poimboeuf
· 6 years ago
39036cd
arch: add pidfd and io_uring syscalls everywhere
by Arnd Bergmann
· 6 years ago
cf60528
Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
7100e87
powerpc/64s/radix: Fix radix segment exception handling
by Nicholas Piggin
· 6 years ago
dd9a994
powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64
by Christophe Leroy
· 6 years ago
298a32b
kmemleak: powerpc: skip scanning holes in the .bss section
by Catalin Marinas
· 6 years ago
fd42710
powerpc/32: Fix early boot failure with RTAS built-in
by Christophe Leroy
· 6 years ago
92edf8d
powerpc/security: Fix spectre_v2 reporting
by Michael Ellerman
· 6 years ago
4622a2d
powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32
by Christophe Leroy
· 6 years ago
b5b4453
powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
by Michael Ellerman
· 6 years ago
a9c55d5
Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
de3c83c
powerpc/64s: Include <asm/nmi.h> header file to fix a warning
by Mathieu Malaterre
· 6 years ago
8a7f97b
treewide: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
0ba9e6e
memblock: drop memblock_alloc_base()
by Mike Rapoport
· 6 years ago
1269f7b
powerpc: use memblock functions returning virtual address
by Christophe Leroy
· 6 years ago
b5dd0c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
b63a07d
arch: simplify several early memory allocations
by Mike Rapoport
· 6 years ago
Next »