index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
powerpc/dts/fsl: add crypto node alias for B4
Horia Geantă
2019-05-02
1
-0
/
+1
|
*
|
|
|
|
powerpc/prom_init: get rid of PROM_SCRATCH_SIZE
Christophe Leroy
2019-05-02
1
-11
/
+9
|
*
|
|
|
|
powerpc/security: Show powerpc_security_features in debugfs
Michael Ellerman
2019-05-02
1
-0
/
+8
|
*
|
|
|
|
powerpc/mm: Warn if W+X pages found on boot
Russell Currey
2019-05-02
5
-1
/
+73
|
*
|
|
|
|
powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointers
Russell Currey
2019-05-02
1
-10
/
+22
|
*
|
|
|
|
powerpc: remove the __kernel_io_end export
Christoph Hellwig
2019-05-02
1
-1
/
+0
|
*
|
|
|
|
powerpc/64: Don't trace code that runs with the soft irq mask unreconciled
Nicholas Piggin
2019-05-02
4
-13
/
+20
|
*
|
|
|
|
powerpc/irq: drop __irq_offset_value
Christophe Leroy
2019-05-02
1
-3
/
+0
|
*
|
|
|
|
powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.
Christophe Leroy
2019-05-02
1
-21
/
+18
|
*
|
|
|
|
powerpc/setup: cleanup the #ifdef CONFIG_TAU block
Christophe Leroy
2019-05-02
1
-12
/
+12
|
*
|
|
|
|
powerpc/setup: cleanup ifdef mess in check_cache_coherency()
Christophe Leroy
2019-05-02
1
-7
/
+3
|
*
|
|
|
|
powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVEC
Christophe Leroy
2019-05-02
1
-2
/
+0
|
*
|
|
|
|
powerpc/mm: define an empty mm_iommu_init()
Christophe Leroy
2019-05-02
2
-2
/
+1
|
*
|
|
|
|
powerpc/fadump: define an empty fadump_cleanup()
Christophe Leroy
2019-05-02
2
-2
/
+1
|
*
|
|
|
|
powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/off
Christophe Leroy
2019-05-02
1
-14
/
+2
|
*
|
|
|
|
powerpc/32: don't do syscall stuff in transfer_to_handler
Christophe Leroy
2019-05-02
1
-19
/
+0
|
*
|
|
|
|
powerpc/32: implement fast entry for syscalls on BOOKE
Christophe Leroy
2019-05-02
4
-16
/
+100
|
*
|
|
|
|
powerpc/32: implement fast entry for syscalls on non BOOKE
Christophe Leroy
2019-05-02
5
-10
/
+116
|
*
|
|
|
|
powerpc: Fix 32-bit handling of MSR_EE on exceptions
Christophe Leroy
2019-05-02
1
-49
/
+67
|
*
|
|
|
|
powerpc/32: get rid of COPY_EE in exception entry
Christophe Leroy
2019-05-02
3
-27
/
+15
|
*
|
|
|
|
powerpc/32: Enter exceptions with MSR_EE unset
Christophe Leroy
2019-05-02
7
-106
/
+90
|
*
|
|
|
|
powerpc/32: enter syscall with MSR_EE inconditionaly set
Christophe Leroy
2019-05-02
7
-5
/
+13
|
*
|
|
|
|
powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interrupts
Christophe Leroy
2019-05-02
1
-0
/
+8
|
*
|
|
|
|
powerpc/40x: Refactor exception entry macros by using head_32.h
Christophe Leroy
2019-05-02
2
-86
/
+6
|
*
|
|
|
|
powerpc/40x: Split and rename NORMAL_EXCEPTION_PROLOG
Christophe Leroy
2019-05-02
1
-10
/
+16
|
*
|
|
|
|
powerpc/40x: add exception frame marker
Christophe Leroy
2019-05-02
1
-0
/
+6
|
*
|
|
|
|
powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOG
Christophe Leroy
2019-05-02
1
-12
/
+9
|
*
|
|
|
|
powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke one
Christophe Leroy
2019-05-02
1
-7
/
+6
|
*
|
|
|
|
powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use it
Christophe Leroy
2019-05-02
2
-9
/
+15
|
*
|
|
|
|
powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.S
Christophe Leroy
2019-05-02
3
-193
/
+122
|
*
|
|
|
|
powerpc/mm: print hash info in a helper
Christophe Leroy
2019-05-02
4
-23
/
+26
|
*
|
|
|
|
powerpc/32s: don't try to print hash table address.
Christophe Leroy
2019-05-02
1
-2
/
+2
|
*
|
|
|
|
powerpc/32s: drop Hash_end
Christophe Leroy
2019-05-02
2
-4
/
+2
|
*
|
|
|
|
powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_RO
Christophe Leroy
2019-05-02
1
-2
/
+8
|
*
|
|
|
|
powerpc/32s: set up an early static hash table for KASAN.
Christophe Leroy
2019-05-02
3
-26
/
+68
|
*
|
|
|
|
powerpc/32s: move hash code patching out of MMU_init_hw()
Christophe Leroy
2019-05-02
3
-14
/
+26
|
*
|
|
|
|
powerpc/32: Add KASAN support
Christophe Leroy
2019-05-02
11
-0
/
+188
|
*
|
|
|
|
powerpc: disable KASAN instrumentation on early/critical files.
Christophe Leroy
2019-05-02
6
-0
/
+36
|
*
|
|
|
|
powerpc/32: prepare shadow area for KASAN
Christophe Leroy
2019-05-02
5
-0
/
+38
|
*
|
|
|
|
powerpc/32: make KVIRT_TOP dependent on FIXMAP_START
Christophe Leroy
2019-05-02
2
-6
/
+20
|
*
|
|
|
|
powerpc/32: use memset() instead of memset_io() to zero BSS
Christophe Leroy
2019-05-02
1
-2
/
+2
|
*
|
|
|
|
powerpc: don't use direct assignation during early boot.
Christophe Leroy
2019-05-02
2
-5
/
+18
|
*
|
|
|
|
powerpc/prom_init: don't use string functions from lib/
Christophe Leroy
2019-05-02
2
-42
/
+171
|
*
|
|
|
|
powerpc: remove CONFIG_CMDLINE #ifdef mess
Christophe Leroy
2019-05-02
2
-9
/
+6
|
*
|
|
|
|
powerpc: prepare string/mem functions for KASAN
Christophe Leroy
2019-05-02
7
-13
/
+80
|
*
|
|
|
|
powerpc/32: Move early_init() in a separate file
Christophe Leroy
2019-05-02
3
-29
/
+37
|
*
|
|
|
|
powerpc/mm: refactor pgd_alloc() and pgd_free() on nohash
Christophe Leroy
2019-05-02
3
-22
/
+12
|
*
|
|
|
|
powerpc/mm: refactor pmd_pgtable()
Christophe Leroy
2019-05-02
5
-11
/
+5
|
*
|
|
|
|
powerpc/mm: refactor pgtable freeing functions on nohash
Christophe Leroy
2019-05-02
3
-86
/
+44
|
*
|
|
|
|
powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32
Christophe Leroy
2019-05-02
1
-20
/
+8
[prev]
[next]