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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-29
powerpc/process: Fix altivec SPR not being saved
Oliver O'Halloran
1
-1
/
+1
2016-03-25
arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections
Alexander Potapenko
1
-0
/
+1
2016-03-19
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
35
-530
/
+1197
2016-03-17
param: convert some "on"/"off" users to strtobool
Kees Cook
1
-7
/
+2
2016-03-17
powerpc: query dynamic DEBUG_PAGEALLOC setting
Joonsoo Kim
1
-3
/
+2
2016-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+23
2016-03-16
powerpc: Fix unrecoverable SLB miss during restore_math()
Cyril Bur
1
-0
/
+9
2016-03-16
powerpc/book3e-64: Use hardcoded mttmr opcode
Scott Wood
1
-4
/
+5
2016-03-15
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2016-03-14
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...
Michael Ellerman
10
-244
/
+269
2016-03-11
powerpc32: Remove one insn in mulhdu
Christophe Leroy
1
-6
/
+5
2016-03-11
powerpc32: small optimisation in flush_icache_range()
Christophe Leroy
1
-3
/
+2
2016-03-11
powerpc32: move xxxxx_dcache_range() functions inline
Christophe Leroy
2
-65
/
+2
2016-03-11
powerpc32: Remove clear_pages() and define clear_page() inline
Christophe Leroy
2
-17
/
+0
2016-03-11
powerpc/8xx: rewrite flush_instruction_cache() in C
Christophe Leroy
1
-6
/
+4
2016-03-11
powerpc/8xx: rewrite set_context() in C
Christophe Leroy
1
-44
/
+0
2016-03-11
powerpc/8xx: remove special handling of CPU6 errata in set_dec()
Christophe Leroy
1
-18
/
+0
2016-03-11
powerpc/8xx: Map linear kernel RAM with 8M pages
Christophe Leroy
1
-2
/
+33
2016-03-11
powerpc/8xx: Save r3 all the time in DTLB miss handler
Christophe Leroy
1
-9
/
+4
2016-03-11
Merge branch 'topic/mprofile-kernel' into next
Michael Ellerman
7
-122
/
+438
2016-03-10
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-1
/
+2
2016-03-09
powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addresses
Christophe Leroy
1
-1
/
+1
2016-03-09
Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
4
-6
/
+8
2016-03-09
powerpc/eeh: eeh_pci_enable(): fix checking of post-request state
Andrew Donnellan
1
-1
/
+1
2016-03-09
powerpc/eeh: Remove duplicated check in eeh_dump_pe_log()
Gavin Shan
1
-7
/
+0
2016-03-09
powerpc/eeh: Synchronize recovery in host/guest
Gavin Shan
1
-0
/
+11
2016-03-09
powerpc/eeh: Don't remove passed VFs
Gavin Shan
1
-0
/
+3
2016-03-09
powerpc/eeh: Don't propagate error to guest
Gavin Shan
1
-5
/
+5
2016-03-09
powerpc/eeh: powerpc/eeh: Support error recovery for VF PE
Wei Yang
4
-26
/
+124
2016-03-09
powerpc/powernv: Support EEH reset for VF PE
Wei Yang
1
-3
/
+6
2016-03-09
powerpc/eeh: Create PE for VFs
Wei Yang
1
-2
/
+8
2016-03-09
powerpc/eeh: EEH device for VF
Wei Yang
1
-0
/
+15
2016-03-09
powerpc/eeh: Cache normal BARs, not windows or IOV BARs
Wei Yang
1
-6
/
+5
2016-03-09
powerpc/pci: Remove VFs prior to PF
Wei Yang
1
-1
/
+1
2016-03-09
powerpc/eeh: Reworked eeh_pe_bus_get()
Gavin Shan
1
-16
/
+12
2016-03-07
powerpc/ftrace: Add support for -mprofile-kernel ftrace ABI
Torsten Duwe
3
-20
/
+298
2016-03-07
powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftrace
Torsten Duwe
1
-6
/
+6
2016-03-07
powerpc/ftrace: Use generic ftrace_modify_all_code()
Torsten Duwe
1
-12
/
+5
2016-03-07
powerpc/module: Create a special stub for ftrace_caller()
Michael Ellerman
1
-1
/
+68
2016-03-07
powerpc/module: Mark module stubs with a magic value
Michael Ellerman
2
-62
/
+30
2016-03-07
powerpc/module: Only try to generate the ftrace_caller() stub once
Michael Ellerman
3
-14
/
+33
2016-03-07
powerpc: Create a helper for getting the kernel toc value
Michael Ellerman
1
-10
/
+1
2016-03-06
Merge tag 'powerpc-4.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+2
2016-03-04
powerpc/mpc85xx: Add CPU hotplug support for E6500
chenhui zhao
1
-0
/
+78
2016-03-04
powerpc/mpc85xx: Add hotplug support on E5500 and E500MC cores
chenhui zhao
1
-1
/
+6
2016-03-04
powerpc/rcpm: add RCPM driver
chenhui zhao
1
-0
/
+19
2016-03-04
powerpc/cache: add cache flush operation for various e500
chenhui zhao
4
-74
/
+117
2016-03-03
powerpc/hw_breakpoint: Fix oops when destroying hw_breakpoint event
Ravi Bangoria
1
-1
/
+2
2016-03-03
powerpc/mm: Move hash related mmu-*.h headers to book3s/
Aneesh Kumar K.V
2
-2
/
+2
2016-03-02
powerpc: Add the ability to save VSX without giving it up
Cyril Bur
3
-33
/
+30
[next]