index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Bump COMMAND_LINE_SIZE to 2048
Anton Blanchard
2014-04-28
1
-1
/
+6
*
powerpc/powernv: Fix little endian issues in OPAL dump code
Anton Blanchard
2014-04-28
1
-2
/
+2
*
powerpc/powernv: Create OPAL sglist helper functions and fix endian issues
Anton Blanchard
2014-04-28
1
-5
/
+9
*
powerpc/powernv: Fix little endian issues in OPAL error log code
Anton Blanchard
2014-04-28
1
-1
/
+1
*
powerpc/powernv: Remove some OPAL function declaration duplication
Anton Blanchard
2014-04-28
1
-10
/
+2
*
powerpc/powernv: Use uint64_t instead of size_t in OPAL APIs
Anton Blanchard
2014-04-28
1
-6
/
+6
*
Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-04-11
1
-0
/
+4
|
\
|
*
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2014-04-08
1
-0
/
+4
|
|
\
|
|
*
cpufreq: powernv: cpufreq driver for powernv platform
Vaidyanathan Srinivasan
2014-04-07
1
-0
/
+4
*
|
|
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
2014-04-09
3
-38
/
+109
|
\
\
\
|
*
|
|
powerpc/opal: Add missing include
Michael Neuling
2014-04-09
1
-0
/
+2
|
*
|
|
powerpc: Add lq/stq emulation
Anton Blanchard
2014-04-09
1
-0
/
+1
|
*
|
|
powerpc/powernv: Add invalid OPAL call
Joel Stanley
2014-04-09
1
-0
/
+2
|
*
|
|
powerpc/powernv: Add OPAL message log interface
Joel Stanley
2014-04-09
1
-0
/
+4
|
*
|
|
powerpc/powernv: Fix endian issues with sensor code
Anton Blanchard
2014-04-09
1
-2
/
+1
|
*
|
|
powerpc/powernv: Fix endian issues with OPAL async code
Anton Blanchard
2014-04-07
1
-3
/
+3
|
*
|
|
powerpc/powernv: Add opal_notifier_unregister() and export to modules
Benjamin Herrenschmidt
2014-04-07
1
-0
/
+2
|
*
|
|
powerpc/le: Enable RTAS events support
Greg Kurz
2014-04-07
1
-33
/
+94
|
|
/
/
*
/
/
include/linux/crash_dump.h: add vmcore_cleanup() prototype
Rashika Kheria
2014-04-07
1
-1
/
+0
|
/
/
*
|
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-04-04
1
-0
/
+18
|
\
\
|
*
|
random: Add arch_has_random[_seed]()
H. Peter Anvin
2014-03-19
1
-0
/
+9
|
*
|
x86, random: Enable the RDSEED instruction
H. Peter Anvin
2014-03-19
1
-0
/
+9
*
|
|
Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2014-04-02
6
-1
/
+25
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'kvm-ppchv-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2014-03-29
6
-1
/
+25
|
|
\
\
|
|
*
|
KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8
Paul Mackerras
2014-03-29
1
-1
/
+1
|
|
*
|
KVM: PPC: Book3S HV: Don't use kvm_memslots() in real mode
Paul Mackerras
2014-03-29
1
-0
/
+12
|
|
*
|
KVM: PPC: Book3S HV: Add transactional memory support
Michael Neuling
2014-03-29
2
-0
/
+5
|
|
*
|
KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCE
Laurent Dufour
2014-03-26
1
-0
/
+2
|
|
*
|
KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd write
Greg Kurz
2014-03-26
1
-0
/
+5
*
|
|
|
Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-04-02
4
-1
/
+5
|
\
\
\
\
|
*
|
|
|
powerpc/powernv: Add OPAL call to resync timebase on wakeup
Vaidyanathan Srinivasan
2014-03-05
1
-0
/
+2
|
*
|
|
|
powerpc/powernv: Add context management for Fast Sleep
Vaidyanathan Srinivasan
2014-03-05
1
-0
/
+1
|
*
|
|
|
powerpc: Implement tick broadcast IPI as a fixed IPI message
Srivatsa S. Bhat
2014-03-05
2
-1
/
+2
|
*
|
|
|
powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI message
Srivatsa S. Bhat
2014-03-05
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2014-04-02
14
-37
/
+126
|
\
\
\
\
|
*
\
\
\
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
2014-03-24
5
-33
/
+32
|
|
\
\
\
\
|
|
*
|
|
|
powerpc/booke64: Critical and machine check exception support
Scott Wood
2014-03-19
1
-2
/
+5
|
|
*
|
|
|
powerpc/booke64: Use SPRG_TLB_EXFRAME on bolted handlers
Scott Wood
2014-03-19
2
-13
/
+5
|
|
*
|
|
|
powerpc/booke64: Use SPRG7 for VDSO
Scott Wood
2014-03-19
4
-15
/
+14
|
|
*
|
|
|
powerpc/e6500: Make TLB lock recursive
Scott Wood
2014-03-19
1
-3
/
+6
|
|
*
|
|
|
powerpc/fsl: add PVR definition for E500MC and E5500
Wang Dongsheng
2014-03-19
1
-0
/
+2
|
*
|
|
|
|
powerpc/book3s: Fix CFAR clobbering issue in machine check handler.
Mahesh Salgaonkar
2014-03-24
1
-0
/
+8
|
*
|
|
|
|
powerpc/compat: 32-bit little endian machine name is ppcle, not ppc
Anton Blanchard
2014-03-24
1
-0
/
+4
|
*
|
|
|
|
powerpc: Add hvcalls for 24x7 and gpci (Get Performance Counter Info)
Cody P Schafer
2014-03-24
1
-0
/
+5
|
*
|
|
|
|
powerpc/perf: Enable BHRB access for EBB events
Michael Ellerman
2014-03-24
1
-0
/
+1
|
*
|
|
|
|
powerpc/perf: Add lost exception workaround
Michael Ellerman
2014-03-24
1
-0
/
+2
|
*
|
|
|
|
powerpc: Add a cpu feature CPU_FTR_PMAO_BUG
Michael Ellerman
2014-03-24
1
-2
/
+4
|
*
|
|
|
|
powerpc/perf: Define perf_event_print_debug() to print PMU register values
Anshuman Khandual
2014-03-24
1
-0
/
+1
|
*
|
|
|
|
powerpc/powernv: Enable fetching of platform sensor data
Neelesh Gupta
2014-03-24
1
-0
/
+4
|
*
|
|
|
|
powerpc/powernv: Enable reading and updating of system parameters
Neelesh Gupta
2014-03-24
1
-1
/
+15
[next]