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.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-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
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-25
powerpc sstep: Add support for modsw, moduw instructions
PrasannaKumar Muralidharan
1
-0
/
+14
2019-02-25
powerpc sstep: Add support for extswsli instruction
Sandipan Das
1
-0
/
+14
2019-02-25
powerpc sstep: Add support for cnttzw, cnttzd instructions
Sandipan Das
1
-0
/
+14
2019-02-25
powerpc: sstep: Add support for darn instruction
Sandipan Das
1
-0
/
+22
2019-02-25
powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions
Sandipan Das
2
-2
/
+48
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+4
2019-02-23
Merge tag 'powerpc-5.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-0
/
+4
2019-02-23
powerpc: clean stack pointers naming
Christophe Leroy
2
-18
/
+10
2019-02-23
powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFO
Christophe Leroy
9
-18
/
+16
2019-02-23
powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU
Christophe Leroy
11
-72
/
+37
2019-02-23
powerpc: 'current_set' is now a table of task_struct pointers
Christophe Leroy
5
-15
/
+13
2019-02-23
powerpc: regain entire stack space
Christophe Leroy
8
-55
/
+38
2019-02-23
powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
Christophe Leroy
21
-194
/
+56
2019-02-23
powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO()
Christophe Leroy
1
-1
/
+2
2019-02-23
powerpc: Use task_stack_page() in current_pt_regs()
Christophe Leroy
1
-1
/
+1
2019-02-23
powerpc: Use linux/thread_info.h in processor.h
Christophe Leroy
1
-1
/
+1
2019-02-23
powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMIT
Christophe Leroy
1
-1
/
+1
2019-02-23
powerpc/64: Use task_stack_page() to initialise paca->kstack
Christophe Leroy
1
-1
/
+3
2019-02-23
powerpc: Update comments in preparation for THREAD_INFO_IN_TASK
Christophe Leroy
4
-4
/
+4
2019-02-23
powerpc: Replace current_thread_info()->task with current
Christophe Leroy
1
-3
/
+3
2019-02-23
powerpc: Don't use CURRENT_THREAD_INFO to find the stack
Christophe Leroy
3
-3
/
+3
2019-02-23
powerpc: call_do_[soft]irq() takes a pointer to the stack
Christophe Leroy
2
-3
/
+3
2019-02-23
powerpc: Rename THREAD_INFO to TASK_STACK
Christophe Leroy
7
-9
/
+9
2019-02-23
powerpc: prep stack walkers for THREAD_INFO_IN_TASK
Christophe Leroy
2
-6
/
+49
2019-02-23
powerpc: Only use task_struct 'cpu' field on SMP
Christophe Leroy
3
-1
/
+7
2019-02-23
powerpc: Avoid circular header inclusion in mmu-hash.h
Christophe Leroy
5
-96
/
+107
2019-02-23
powerpc/irq: use memblock functions returning virtual address
Christophe Leroy
3
-27
/
+23
2019-02-23
powerpc/64: Simplify __secondary_start paca->kstack handling
Michael Ellerman
1
-11
/
+9
2019-02-23
powerpc/64s: Remove MSR_RI optimisation in system_call_exit()
Michael Ellerman
1
-20
/
+14
2019-02-23
powerpc: Enable kcov
Andrew Donnellan
7
-2
/
+22
2019-02-23
powerpc/kconfig: make _etext and data areas alignment configurable on 8xx
Christophe Leroy
2
-5
/
+17
2019-02-23
powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWX
Christophe Leroy
6
-16
/
+78
2019-02-23
powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32
Christophe Leroy
1
-2
/
+30
2019-02-23
powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX
Christophe Leroy
6
-10
/
+112
2019-02-23
powerpc/mm/32s: add setibat() clearibat() and update_bats()
Christophe Leroy
3
-0
/
+69
2019-02-23
powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFT
Christophe Leroy
2
-6
/
+12
2019-02-23
powerpc/kconfig: define PAGE_SHIFT inside Kconfig
Christophe Leroy
2
-11
/
+9
2019-02-23
powerpc/mmu: add is_strict_kernel_rwx() helper
Christophe Leroy
2
-3
/
+12
2019-02-23
powerpc/32: add helper to write into segment registers
Christophe Leroy
1
-0
/
+5
2019-02-23
powerpc/mm/32s: use _PAGE_EXEC in setbat()
Christophe Leroy
1
-4
/
+6
2019-02-23
powerpc/wii: remove wii_mmu_mapin_mem2()
Christophe Leroy
1
-28
/
+0
2019-02-23
powerpc/32: always populate page tables for Abatron BDI.
Christophe Leroy
1
-1
/
+4
2019-02-23
powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks.
Christophe Leroy
1
-18
/
+9
2019-02-23
powerpc/mm/32s: rework mmu_mapin_ram()
Christophe Leroy
1
-22
/
+41
2019-02-23
powerpc/mm/32: add base address to mmu_mapin_ram()
Christophe Leroy
7
-9
/
+9
2019-02-23
powerpc/wii: properly disable use of BATs when requested.
Christophe Leroy
1
-0
/
+4
2019-02-23
powerpc/8xx: Map 32Mb of RAM at init.
Christophe Leroy
2
-22
/
+36
2019-02-23
powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.c
Christophe Leroy
1
-25
/
+19
2019-02-23
powerpc: sstep: Add tests for addc[.] instruction
Sandipan Das
2
-0
/
+193
2019-02-23
powerpc: sstep: Add tests for add[.] instruction
Sandipan Das
1
-0
/
+176
[prev]
[next]