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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-30
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
55
-33
/
+72
2018-07-30
powerpc/405: move PPC405_ERR77 in asm-405.h
Christophe Leroy
11
-15
/
+27
2018-07-30
powerpc: remove unneeded inclusions of cpu_has_feature.h
Christophe Leroy
4
-4
/
+0
2018-07-30
powerpc: remove kdump.h from page.h
Christophe Leroy
4
-2
/
+2
2018-07-24
powerpc/powernv: implement opal_put_chars_atomic
Nicholas Piggin
2
-10
/
+28
2018-07-24
powerpc/powernv: move opal console flushing to udbg
Nicholas Piggin
1
-5
/
+7
2018-07-24
powerpc/powernv: Remove OPALv1 support from opal console driver
Nicholas Piggin
1
-46
/
+40
2018-07-24
powerpc/powernv: Implement and use opal_flush_console
Nicholas Piggin
3
-36
/
+42
2018-07-24
powerpc/powernv: opal-kmsg use flush fallback from console code
Nicholas Piggin
1
-9
/
+6
2018-07-24
powerpc/powernv: opal-kmsg standardise OPAL_BUSY handling
Nicholas Piggin
1
-8
/
+16
2018-07-24
powerpc/powernv: Fix OPAL console driver OPAL_BUSY loops
Nicholas Piggin
1
-15
/
+23
2018-07-24
powerpc/powernv: opal_put_chars partial write fix
Nicholas Piggin
1
-1
/
+1
2018-07-24
powerpc/powernv/opal-dump : Use IRQ_HANDLED instead of numbers in interrupt h...
Mukesh Ojha
1
-6
/
+3
2018-07-24
powerpc/powernv/opal-dump : Handles opal_dump_info properly
Mukesh Ojha
1
-3
/
+6
2018-07-24
powerpc/tm: Remove struct thread_info param from tm_reclaim_thread()
Cyril Bur
1
-4
/
+3
2018-07-24
powerpc/tm: Update function prototype comment
Cyril Bur
1
-2
/
+2
2018-07-24
powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp()
Simon Guo
1
-11
/
+46
2018-07-24
powerpc/64: enhance memcmp() with VMX instruction for long bytes comparision
Simon Guo
5
-11
/
+248
2018-07-24
powerpc: add vcmpequd/vcmpequb ppc instruction macro
Simon Guo
1
-0
/
+11
2018-07-24
powerpc/64: Align bytes before fall back to .Lshort in powerpc64 memcmp()
Simon Guo
1
-7
/
+133
2018-07-24
powerpc/pseries/mm: Improve error reporting on HCALL failures
Aneesh Kumar K.V
1
-6
/
+10
2018-07-24
powerpc/pseries: Use pr_xxx() in lpar.c
Aneesh Kumar K.V
1
-20
/
+14
2018-07-24
powerpc/mm/hash: Reduce contention on hpte lock
Aneesh Kumar K.V
1
-16
/
+33
2018-07-24
powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencoding
Aneesh Kumar K.V
2
-20
/
+17
2018-07-24
powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte group
Aneesh Kumar K.V
5
-24
/
+20
2018-07-24
powerpc/mm: Increase MAX_PHYSMEM_BITS to 128TB with SPARSEMEM_VMEMMAP config
Aneesh Kumar K.V
1
-3
/
+10
2018-07-24
powerpc/mm: Check memblock_add against MAX_PHYSMEM_BITS range
Aneesh Kumar K.V
1
-3
/
+29
2018-07-24
powerpc: Add ppc64le and ppc64_book3e allmodconfig targets
Michael Ellerman
1
-0
/
+10
2018-07-24
powerpc: Add ppc32_allmodconfig defconfig target
Michael Ellerman
2
-0
/
+7
2018-07-24
powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
Michael Ellerman
1
-10
/
+17
2018-07-24
powerpc: NMI IPI make NMI IPIs fully sychronous
Nicholas Piggin
3
-25
/
+27
2018-07-24
powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closely
Nicholas Piggin
6
-16
/
+52
2018-07-24
powerpc/pkeys: make protection key 0 less special
Ram Pai
2
-13
/
+27
2018-07-24
powerpc/pkeys: Preallocate execute-only key
Ram Pai
1
-45
/
+18
2018-07-24
powerpc/pkeys: Fix calculation of total pkeys.
Ram Pai
1
-1
/
+1
2018-07-24
powerpc/pkeys: Save the pkey registers before fork
Ram Pai
1
-0
/
+1
2018-07-24
powerpc/pkeys: key allocation/deallocation must not change pkey registers
Ram Pai
2
-38
/
+0
2018-07-24
powerpc/pkeys: Deny read/write/execute by default
Ram Pai
1
-5
/
+3
2018-07-24
powerpc/pkeys: Give all threads control of their key permissions
Ram Pai
1
-18
/
+26
2018-07-20
powerpc/prom_init: Remove linux,stdout-package property
Murilo Opsfelder Araujo
1
-2
/
+0
2018-07-19
powerpc/powernv/npu: Add a debugfs setting to change ATSD threshold
Alistair Popple
1
-2
/
+10
2018-07-19
powerpc/mpic: Pass first free vector number to mpic_setup_error_int()
Bharat Bhushan
2
-4
/
+4
2018-07-19
powerpc/hugetlbpage: Rmove unhelpful HUGEPD_*_SHIFT macros
David Gibson
1
-13
/
+4
2018-07-19
chrp/nvram.c: add MODULE_LICENSE()
Randy Dunlap
1
-0
/
+3
2018-07-19
powerpc/8xx: fix handling of early NULL pointer dereference
Christophe Leroy
1
-3
/
+4
2018-07-19
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
37
-858
/
+521
2018-07-16
powerpc/powernv/ioda: Allocate indirect TCE levels on demand
Alexey Kardashevskiy
5
-26
/
+72
2018-07-16
powerpc/powernv: Rework TCE level allocation
Alexey Kardashevskiy
1
-11
/
+19
2018-07-16
powerpc/powernv: Add indirect levels to it_userspace
Alexey Kardashevskiy
5
-32
/
+73
2018-07-16
KVM: PPC: Make iommu_table::it_userspace big endian
Alexey Kardashevskiy
3
-11
/
+12
[next]