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
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-08
powerpc/time: Remove ifdef in get_dec() and set_dec()
Christophe Leroy
3
-14
/
+12
2020-10-08
powerpc: Remove get_tb_or_rtc()
Christophe Leroy
1
-5
/
+0
2020-10-08
powerpc: Remove __USE_RTC()
Christophe Leroy
1
-27
/
+1
2020-10-08
powerpc: Remove support for PowerPC 601
Christophe Leroy
5
-19
/
+5
2020-10-08
powerpc: Drop SYNC_601() ISYNC_601() and SYNC()
Christophe Leroy
1
-4
/
+0
2020-10-08
powerpc: Remove CONFIG_PPC601_SYNC_FIX
Christophe Leroy
1
-6
/
+0
2020-10-08
powerpc/book3s64/radix: Make radix_mem_block_size 64bit
Aneesh Kumar K.V
1
-1
/
+1
2020-10-08
powerpc/drmem: Make lmb_size 64 bit
Aneesh Kumar K.V
1
-2
/
+2
2020-10-08
powerpc/security: Fix link stack flush instruction
Nicholas Piggin
1
-1
/
+3
2020-10-07
powerpc/eeh: Delete eeh_pe->config_addr
Oliver O'Halloran
1
-1
/
+0
2020-10-06
pseries/hotplug-memory: hot-add: skip redundant LMB lookup
Scott Cheloha
1
-0
/
+3
2020-10-06
powerpc/smp: Remove get_physical_package_id
Srikar Dronamraju
1
-5
/
+0
2020-10-06
powerpc/smp: Stop updating cpu_core_mask
Srikar Dronamraju
1
-5
/
+0
2020-10-06
powerpc/topology: Update topology_core_cpumask
Srikar Dronamraju
1
-1
/
+1
2020-10-06
powerpc/tm: Save and restore AMR on treclaim and trechkpt
Gustavo Romero
1
-0
/
+1
2020-10-06
powerpc/eeh: Clean up PE addressing
Oliver O'Halloran
1
-3
/
+1
2020-10-06
powerpc/eeh: Delete eeh_ops->init
Oliver O'Halloran
1
-1
/
+0
2020-10-06
powerpc/eeh: Rework EEH initialisation
Oliver O'Halloran
1
-2
/
+1
2020-10-06
powerpc/64e: remove PACA_IRQ_EE_EDGE
Nicholas Piggin
1
-3
/
+2
2020-10-06
powerpc/pseries: add new branch prediction security bits for link stack
Nicholas Piggin
1
-0
/
+2
2020-10-06
powerpc/64s: Add cp_abort after tlbiel to invalidate copy-buffer address
Nicholas Piggin
1
-1
/
+18
2020-10-06
powerpc: untangle cputable mce include
Nicholas Piggin
1
-5
/
+0
2020-09-18
powerpc/32: Declare stack_overflow_exception() prototype
Cédric Le Goater
1
-0
/
+1
2020-09-18
powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()
Michael Ellerman
2
-1
/
+3
2020-09-18
powerpc/smp: Fold cpu_die() into its only caller
Michael Ellerman
1
-1
/
+0
2020-09-18
Merge branch 'topic/irqs-off-activate-mm' into next
Michael Ellerman
2
-14
/
+1
2020-09-16
powerpc/smp: Create coregroup domain
Srikar Dronamraju
1
-0
/
+10
2020-09-16
powerpc/numa: Detect support for coregroup
Srikar Dronamraju
1
-0
/
+1
2020-09-16
powerpc/topology: Override cpu_smt_mask
Srikar Dronamraju
2
-1
/
+13
2020-09-16
powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm
Nicholas Piggin
1
-13
/
+0
2020-09-16
powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM
Nicholas Piggin
1
-1
/
+1
2020-09-15
powerpc/pci: unmap legacy INTx interrupts when a PHB is removed
Cédric Le Goater
1
-0
/
+6
2020-09-15
powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10
Nicholas Piggin
3
-3
/
+2
2020-09-15
powerpc/process: Remove useless #ifdef CONFIG_SPE
Christophe Leroy
1
-0
/
+1
2020-09-15
powerpc/uaccess: Remove __put_user_asm() and __put_user_asm2()
Christophe Leroy
1
-36
/
+5
2020-09-15
powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()
Christophe Leroy
1
-7
/
+7
2020-09-15
powerpc/uaccess: Add pre-update addressing to __put_user_asm_goto()
Christophe Leroy
1
-1
/
+1
2020-09-15
powerpc/8xx: Support 16k hugepages with 4k pages
Christophe Leroy
2
-0
/
+16
2020-09-15
powerpc/8xx: Refactor calculation of number of entries per PTE in page tables
Christophe Leroy
1
-6
/
+12
2020-09-15
powerpc/tau: Use appropriate temperature sample interval
Finn Thain
1
-1
/
+1
2020-09-15
powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limit
Aneesh Kumar K.V
6
-17
/
+43
2020-09-15
powerpc/book3s64/hash/4k: Support large linear mapping range with 4K
Aneesh Kumar K.V
1
-7
/
+6
2020-09-15
powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=N
Ravi Bangoria
1
-0
/
+3
2020-09-15
powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c
Ravi Bangoria
1
-0
/
+8
2020-09-15
powerpc/watchpoint: Fix quadword instruction handling on p10 predecessors
Ravi Bangoria
1
-0
/
+1
2020-09-14
powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memory
Thiago Jung Bauermann
1
-0
/
+4
2020-09-14
Merge branch 'fixes' into next
Michael Ellerman
5
-19
/
+42
2020-09-08
powerpc/64: Remove unused generic_secondary_thread_init()
Michael Ellerman
1
-1
/
+0
2020-09-08
powerpc/uaccess: Add pre-update addressing to __get_user_asm() and __put_user...
Christophe Leroy
1
-4
/
+4
2020-09-02
powerpc/uaccess: Use flexible addressing with __put_user()/__get_user()
Christophe Leroy
1
-14
/
+14
[next]