index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-02
powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/off
Christophe Leroy
1
-14
/
+2
2019-05-02
powerpc/32: don't do syscall stuff in transfer_to_handler
Christophe Leroy
1
-19
/
+0
2019-05-02
powerpc/32: implement fast entry for syscalls on BOOKE
Christophe Leroy
4
-16
/
+100
2019-05-02
powerpc/32: implement fast entry for syscalls on non BOOKE
Christophe Leroy
5
-10
/
+116
2019-05-02
powerpc: Fix 32-bit handling of MSR_EE on exceptions
Christophe Leroy
1
-49
/
+67
2019-05-02
powerpc/32: get rid of COPY_EE in exception entry
Christophe Leroy
3
-27
/
+15
2019-05-02
powerpc/32: Enter exceptions with MSR_EE unset
Christophe Leroy
7
-106
/
+90
2019-05-02
powerpc/32: enter syscall with MSR_EE inconditionaly set
Christophe Leroy
7
-5
/
+13
2019-05-02
powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interrupts
Christophe Leroy
1
-0
/
+8
2019-05-02
powerpc/40x: Refactor exception entry macros by using head_32.h
Christophe Leroy
2
-86
/
+6
2019-05-02
powerpc/40x: Split and rename NORMAL_EXCEPTION_PROLOG
Christophe Leroy
1
-10
/
+16
2019-05-02
powerpc/40x: add exception frame marker
Christophe Leroy
1
-0
/
+6
2019-05-02
powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOG
Christophe Leroy
1
-12
/
+9
2019-05-02
powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke one
Christophe Leroy
1
-7
/
+6
2019-05-02
powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use it
Christophe Leroy
2
-9
/
+15
2019-05-02
powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.S
Christophe Leroy
3
-193
/
+122
2019-05-02
powerpc/mm: print hash info in a helper
Christophe Leroy
4
-23
/
+26
2019-05-02
powerpc/32s: don't try to print hash table address.
Christophe Leroy
1
-2
/
+2
2019-05-02
powerpc/32s: drop Hash_end
Christophe Leroy
2
-4
/
+2
2019-05-02
powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_RO
Christophe Leroy
1
-2
/
+8
2019-05-02
powerpc/32s: set up an early static hash table for KASAN.
Christophe Leroy
3
-26
/
+68
2019-05-02
powerpc/32s: move hash code patching out of MMU_init_hw()
Christophe Leroy
3
-14
/
+26
2019-05-02
powerpc/32: Add KASAN support
Christophe Leroy
11
-0
/
+188
2019-05-02
powerpc: disable KASAN instrumentation on early/critical files.
Christophe Leroy
6
-0
/
+36
2019-05-02
powerpc/32: prepare shadow area for KASAN
Christophe Leroy
5
-0
/
+38
2019-05-02
powerpc/32: make KVIRT_TOP dependent on FIXMAP_START
Christophe Leroy
2
-6
/
+20
2019-05-02
powerpc/32: use memset() instead of memset_io() to zero BSS
Christophe Leroy
1
-2
/
+2
2019-05-02
powerpc: don't use direct assignation during early boot.
Christophe Leroy
2
-5
/
+18
2019-05-02
powerpc/prom_init: don't use string functions from lib/
Christophe Leroy
2
-42
/
+171
2019-05-02
powerpc: remove CONFIG_CMDLINE #ifdef mess
Christophe Leroy
2
-9
/
+6
2019-05-02
powerpc: prepare string/mem functions for KASAN
Christophe Leroy
10
-13
/
+82
2019-05-02
powerpc/32: Move early_init() in a separate file
Christophe Leroy
3
-29
/
+37
2019-05-02
powerpc/mm: refactor pgd_alloc() and pgd_free() on nohash
Christophe Leroy
3
-22
/
+12
2019-05-02
powerpc/mm: refactor pmd_pgtable()
Christophe Leroy
5
-11
/
+5
2019-05-02
powerpc/mm: refactor pgtable freeing functions on nohash
Christophe Leroy
3
-86
/
+44
2019-05-02
powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32
Christophe Leroy
1
-20
/
+8
2019-05-02
powerpc/mm: refactor definition of pgtable_cache[]
Christophe Leroy
5
-86
/
+21
2019-05-02
powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.
Christophe Leroy
5
-97
/
+25
2019-05-02
powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32
Christophe Leroy
3
-16
/
+24
2019-05-02
powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32
Christophe Leroy
1
-6
/
+28
2019-05-02
powerpc/book3e: move early_alloc_pgtable() to init section
Christophe Leroy
1
-2
/
+2
2019-05-02
powerpc/Kconfig: select PPC_MM_SLICES from subarch type
Christophe Leroy
1
-2
/
+2
2019-05-02
powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.h
Christophe Leroy
4
-33
/
+14
2019-05-02
powerpc/mm: move pgtable_t in asm/mmu.h
Christophe Leroy
5
-24
/
+3
2019-05-02
powerpc/mm: convert Book3E 64 to pte_fragment
Christophe Leroy
5
-30
/
+17
2019-05-02
powerpc/mm: drop __bad_pte()
Christophe Leroy
2
-4
/
+0
2019-05-02
powerpc/mm: flatten function __find_linux_pte() step 3
Christophe Leroy
1
-49
/
+49
2019-05-02
powerpc/mm: flatten function __find_linux_pte() step 2
Christophe Leroy
1
-32
/
+30
2019-05-02
powerpc/mm: flatten function __find_linux_pte() step 1
Christophe Leroy
1
-10
/
+22
2019-05-02
powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.c
Christophe Leroy
1
-7
/
+5
[next]