index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-03
cxl: Export library to support IBM XSL
Christophe Lombard
1
-0
/
+1
2017-07-03
Merge branch 'fixes' into next
Michael Ellerman
8
-29
/
+38
2017-07-02
powerpc/mm: Add devmap support for ppc64
Oliver O'Halloran
2
-1
/
+46
2017-07-02
powerpc: use spin loop primitives in some functions
Nicholas Piggin
1
-4
/
+12
2017-07-02
powerpc/64: implement spin loop primitives
Nicholas Piggin
1
-0
/
+20
2017-06-28
powerpc/fadump: avoid holes in boot memory area when fadump is registered
Hari Bathini
1
-0
/
+1
2017-06-27
powerpc/powernv/pci: Add support for PHB4 diagnostics
Russell Currey
1
-2
/
+73
2017-06-26
powerpc/32: Avoid miscompilation w/GCC 4.6.3 - don't inline copy_to/from_user()
Michael Ellerman
1
-7
/
+1
2017-06-23
powerpc/mm: Trace tlbie(l) instructions
Balbir Singh
1
-0
/
+33
2017-06-20
powerpc/64s/paca: EX_CTR is not used with RELOCATABLE=n, remove it
Nicholas Piggin
1
-1
/
+4
2017-06-20
powerpc/64s/paca: EX_R3 can be merged with EX_DAR
Nicholas Piggin
1
-5
/
+11
2017-06-20
powerpc/64s/paca: EX_LR can be merged with EX_DAR
Nicholas Piggin
1
-5
/
+12
2017-06-20
powerpc/64s/paca: EX_SRR0 is unused, remove it
Nicholas Piggin
1
-11
/
+10
2017-06-20
powerpc/64s: Add EX_SIZE definition for paca exception save areas
Nicholas Piggin
3
-4
/
+14
2017-06-19
powerpc/64s/idle: Branch to handler with virtual mode offset
Nicholas Piggin
1
-0
/
+13
2017-06-19
powerpc/64s: msgclr when handling doorbell exceptions from system reset
Nicholas Piggin
2
-0
/
+16
2017-06-19
powerpc/64s/idle: Process interrupts from system reset wakeup
Nicholas Piggin
1
-0
/
+1
2017-06-19
powerpc/64s/idle: Move soft interrupt mask logic into C code
Nicholas Piggin
3
-5
/
+9
2017-06-16
powerpc/kprobes: Skip livepatch_handler() for jprobes
Naveen N. Rao
1
-0
/
+1
2017-06-16
powerpc/debug: Add missing warn flag to WARN_ON's non-builtin path
Alexey Kardashevskiy
1
-1
/
+1
2017-06-15
powerpc/xive: Fix offset for store EOI MMIOs
Benjamin Herrenschmidt
1
-5
/
+7
2017-06-15
powerpc/64s: Avoid cpabort in context switch when possible
Nicholas Piggin
1
-4
/
+4
2017-06-15
powerpc/64: Drop explicit hwsync in context switch
Nicholas Piggin
1
-0
/
+5
2017-06-08
powerpc/mm/4k: Limit 4k page size config to 64TB virtual address space
Aneesh Kumar K.V
2
-14
/
+13
2017-06-06
powerpc/numa: Fix percpu allocations to be NUMA aware
Michael Ellerman
1
-0
/
+14
2017-06-06
powerpc/64s: Machine check handle ifetch from foreign real address for POWER9
Nicholas Piggin
1
-7
/
+8
2017-06-05
powerpc/mm: Rename map_page() to map_kernel_page() on 32-bit
Christophe Leroy
2
-0
/
+4
2017-06-05
powerpc/mm/book(e)(3s)/32: Add page table accounting
Balbir Singh
1
-1
/
+2
2017-06-05
powerpc/mm/book(e)(3s)/64: Add page table accounting
Balbir Singh
4
-11
/
+33
2017-06-02
powerpc/fadump: Set an upper limit for boot memory size
Hari Bathini
1
-0
/
+3
2017-06-02
powerpc: Remove __ilog2()s and use generic ones
Christophe Leroy
1
-26
/
+1
2017-06-02
powerpc: Replace ffz() by equivalent generic function
Christophe Leroy
1
-19
/
+1
2017-06-02
powerpc: Use builtin functions for fls()/__fls()/fls64()
Christophe Leroy
1
-21
/
+3
2017-06-02
powerpc: Discard ffs()/__ffs() function and use builtin functions instead
Christophe Leroy
1
-14
/
+2
2017-06-01
powerpc/64: Reclaim CPU_FTR_SUBCORE
Michael Ellerman
1
-2
/
+1
2017-05-30
powerpc/64: Tool to check head sections location sanity
Nicholas Piggin
1
-2
/
+2
2017-05-30
powerpc/64: Handle linker stubs in low .text code
Nicholas Piggin
1
-0
/
+18
2017-05-30
powerpc: Use uapi/asm-generic/sockios.h
Stephen Rothwell
2
-20
/
+1
2017-05-30
powerpc: Use the asm-generic versions of some uapi includes
Stephen Rothwell
5
-9
/
+5
2017-05-30
powerpc/powernv/idle: Use Requested Level for restoring state on P9 DD1
Gautham R. Shenoy
1
-0
/
+2
2017-05-30
powerpc/64s: Fix FIXUP_ENDIAN non-maskable interrupt reentrancy
Nicholas Piggin
1
-4
/
+7
2017-05-25
powerpc: Add PPC_FEATURE userspace bits for SCV and DARN instructions
Nicholas Piggin
1
-0
/
+2
2017-05-19
powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hash
Michael Ellerman
1
-0
/
+12
2017-05-15
powerpc/modules: If mprofile-kernel is enabled add it to vermagic
Michael Ellerman
1
-0
/
+4
2017-05-12
Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
8
-6
/
+49
2017-05-10
Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-45
/
+0
2017-05-11
uapi: export all headers under uapi directories
Nicolas Dichtel
1
-45
/
+0
2017-05-09
powerpc/64s: Support new device tree binding for discovering CPU features
Nicholas Piggin
5
-3
/
+39
2017-05-09
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...
Michael Ellerman
2
-0
/
+7
2017-05-09
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
4
-6
/
+107
[next]