Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
e1619e89c96c596d72e66f15a0794f5001c8576e
e1619e8
powerpc/configs: Add (back) MLX5 ethernet support to skiroot_defconfig
by Joel Stanley
· 6 years ago
de26912
powerpc/hmi: Fix kernel hang when TB is in error state.
by Mahesh Salgaonkar
· 6 years ago
0acb5f6
powerpc/xmon: add read-only mode
by Christopher M. Riedl
· 6 years ago
5d085ec
powerpc/boot: Fix missing check of lseek() return value
by Bo YU
· 6 years ago
90437bf
powerpc/entry: Remove unneeded need_resched() loop
by Valentin Schneider
· 6 years ago
32eebf9
powerpc/dts/fsl: add crypto node alias for B4
by Horia Geantă
· 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
453d87f
powerpc/mm: Warn if W+X pages found on boot
by Russell Currey
· 6 years ago
5f18cbd
powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointers
by Russell Currey
· 6 years ago
c9e0fc3
powerpc: remove the __kernel_io_end export
by Christoph Hellwig
· 6 years ago
4c1bd90
MAINTAINERS: Update cxl/ocxl email address
by Andrew Donnellan
· 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
8f156c2
powerpc/32s: don't try to print hash table address.
by Christophe Leroy
· 6 years ago
57e0491
powerpc/32s: drop Hash_end
by Christophe Leroy
· 6 years ago
da3a3b0
powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_RO
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
b4abe38
powerpc/32: prepare shadow area for KASAN
by Christophe Leroy
· 6 years ago
a67beca
powerpc/32: make KVIRT_TOP dependent on FIXMAP_START
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
0692391
powerpc/mm: refactor pgd_alloc() and pgd_free() on nohash
by Christophe Leroy
· 6 years ago
8a2cc87
powerpc/mm: refactor pmd_pgtable()
by Christophe Leroy
· 6 years ago
7cec90e
powerpc/mm: refactor pgtable freeing functions on nohash
by Christophe Leroy
· 6 years ago
bf8156c
powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32
by Christophe Leroy
· 6 years ago
e80789a
powerpc/mm: refactor definition of pgtable_cache[]
by Christophe Leroy
· 6 years ago
dc09686
powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.
by Christophe Leroy
· 6 years ago
b0124ff
powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32
by Christophe Leroy
· 6 years ago
4a6d8cf
powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32
by Christophe Leroy
· 6 years ago
627f06c
powerpc/book3e: move early_alloc_pgtable() to init section
by Christophe Leroy
· 6 years ago
e7a7be5
powerpc/Kconfig: select PPC_MM_SLICES from subarch type
by Christophe Leroy
· 6 years ago
7a792d5
powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.h
by Christophe Leroy
· 6 years ago
696dffa
powerpc/mm: move pgtable_t in asm/mmu.h
by Christophe Leroy
· 6 years ago
737b434
powerpc/mm: convert Book3E 64 to pte_fragment
by Christophe Leroy
· 6 years ago
447def3
powerpc/mm: drop __bad_pte()
by Christophe Leroy
· 6 years ago
26e66b0
powerpc/mm: flatten function __find_linux_pte() step 3
by Christophe Leroy
· 6 years ago
e2fb251
powerpc/mm: flatten function __find_linux_pte() step 2
by Christophe Leroy
· 6 years ago
fab9a11
powerpc/mm: flatten function __find_linux_pte() step 1
by Christophe Leroy
· 6 years ago
4df4b27
powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.c
by Christophe Leroy
· 6 years ago
c5710cd2
powerpc/mm: cleanup HPAGE_SHIFT setup
by Christophe Leroy
· 6 years ago
45d0ba5
powerpc/mm: move hugetlb_disabled into asm/hugetlb.h
by Christophe Leroy
· 6 years ago
723f268
powerpc/mm: cleanup ifdef mess in add_huge_page_size()
by Christophe Leroy
· 6 years ago
5fb84fe
powerpc/mm: add a helper to populate hugepd
by Christophe Leroy
· 6 years ago
8197af2
powerpc/mm: split asm/hugetlb.h into dedicated subarch files
by Christophe Leroy
· 6 years ago
0001e5a
powerpc/mm: make gup_hugepte() static
by Christophe Leroy
· 6 years ago
b7dcf96
powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGE
by Christophe Leroy
· 6 years ago
0caed4d
powerpc/mm: move __find_linux_pte() out of hugetlbpage.c
by Christophe Leroy
· 6 years ago
3dea733
powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3E
by Christophe Leroy
· 6 years ago
5874cab
powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGES
by Christophe Leroy
· 6 years ago
a521c44
powerpc/book3e: drop mmu_get_tsize()
by Christophe Leroy
· 6 years ago
5953fb4
powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULT
by Christophe Leroy
· 6 years ago
43ed790
powerpc/mm: define get_slice_psize() all the time
by Christophe Leroy
· 6 years ago
33f128c
powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slices
by Christophe Leroy
· 6 years ago
203a1fa
powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.c
by Christophe Leroy
· 6 years ago
b4baad0
powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64
by Christophe Leroy
· 6 years ago
8774612
powerpc/mm: get rid of mm_ctx_slice_mask_xxx()
by Christophe Leroy
· 6 years ago
fca5c1e
powerpc/mm: move slice_mask_for_size() into mmu.h
by Christophe Leroy
· 6 years ago
6f60cc98
powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_struct
by Christophe Leroy
· 6 years ago
02f89ae
powerpc/mm: no slice for nohash/64
by Christophe Leroy
· 6 years ago
5ba666d
powerpc/mm: fix erroneous duplicate slb_addr_limit init
by Christophe Leroy
· 6 years ago
27e23b5
powerpc/mm: Move nohash specifics in subdirectory mm/nohash
by Christophe Leroy
· 6 years ago
17312f2
powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64
by Christophe Leroy
· 6 years ago
47d9994
powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64
by Christophe Leroy
· 6 years ago
9d9f2cc
powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>
by Christophe Leroy
· 6 years ago
71faf81
powerpc/nohash64: clean pgtable.h
by Christophe Leroy
· 6 years ago
a1ac2a9
powerpc/book3e: drop BUG_ON() in map_kernel_page()
by Christophe Leroy
· 6 years ago
e620d45
powerpc/tm: Avoid machine crash on rt_sigreturn()
by Breno Leitao
· 6 years ago
2c474c0
powerpc/mm/radix: Fix kernel crash when running subpage protect test
by Aneesh Kumar K.V
· 6 years ago
50dbabe
powerpc/powernv/mce: Print additional information about MCE error.
by Mahesh Salgaonkar
· 6 years ago
Next »