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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-31
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-34
/
+15
2014-03-31
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+3
2014-03-31
Merge remote-tracking branch 'robh/for-next' into devicetree/next
Grant Likely
2
-0
/
+10
2014-03-31
net: filter: add jited flag to indicate jit compiled filters
Daniel Borkmann
1
-1
/
+2
2014-03-29
Merge branch 'kvm-ppchv-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
13
-67
/
+377
2014-03-29
KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8
Paul Mackerras
3
-1
/
+33
2014-03-29
KVM: PPC: Book3S HV: Fix decrementer timeouts with non-zero TB offset
Paul Mackerras
1
-1
/
+9
2014-03-29
KVM: PPC: Book3S HV: Don't use kvm_memslots() in real mode
Paul Mackerras
2
-3
/
+15
2014-03-29
KVM: PPC: Book3S HV: Return ENODEV error rather than EIO
Paul Mackerras
1
-1
/
+1
2014-03-29
KVM: PPC: Book3S: Trim top 4 bits of physical address in RTAS code
Paul Mackerras
1
-2
/
+5
2014-03-29
KVM: PPC: Book3S HV: Add get/set_one_reg for new TM state
Michael Neuling
1
-22
/
+125
2014-03-29
KVM: PPC: Book3S HV: Add transactional memory support
Michael Neuling
4
-30
/
+149
2014-03-26
net: Rename skb->rxhash to skb->hash
Tom Herbert
1
-2
/
+2
2014-03-26
KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n
Anton Blanchard
1
-3
/
+1
2014-03-26
KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCE
Laurent Dufour
3
-1
/
+31
2014-03-26
KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd write
Greg Kurz
2
-3
/
+8
2014-03-24
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
57
-210
/
+1259
2014-03-24
powerpc/book3s: Fix CFAR clobbering issue in machine check handler.
Mahesh Salgaonkar
2
-0
/
+13
2014-03-24
powerpc/compat: 32-bit little endian machine name is ppcle, not ppc
Anton Blanchard
1
-0
/
+4
2014-03-24
powerpc/le: Big endian arguments for ppc_rtas()
Greg Kurz
1
-9
/
+13
2014-03-24
powerpc: Use default set of netfilter modules (CONFIG_NETFILTER_ADVANCED=n)
Anton Blanchard
4
-238
/
+8
2014-03-24
powerpc/defconfigs: Enable THP in pseries defconfig
Aneesh Kumar K.V
1
-0
/
+2
2014-03-24
powerpc/mm: Make sure a local_irq_disable prevent a parallel THP split
Aneesh Kumar K.V
1
-0
/
+5
2014-03-24
powerpc: Rate-limit users spamming kernel log buffer
Michael Neuling
1
-2
/
+3
2014-03-24
powerpc/perf: Fix handling of L3 events with bank == 1
Michael Ellerman
1
-2
/
+3
2014-03-24
powerpc/perf: Add kconfig option for hypervisor provided counters
Cody P Schafer
2
-0
/
+14
2014-03-24
powerpc/perf: Add support for the hv 24x7 interface
Cody P Schafer
1
-0
/
+510
2014-03-24
powerpc/perf: Add support for the hv gpci (get performance counter info) inte...
Cody P Schafer
1
-0
/
+294
2014-03-24
powerpc/perf: Add macros for defining event fields & formats
Cody P Schafer
1
-0
/
+19
2014-03-24
powerpc/perf: Add a shared interface to get gpci version and capabilities
Cody P Schafer
2
-0
/
+56
2014-03-24
powerpc/perf: Add 24x7 interface headers
Cody P Schafer
2
-0
/
+142
2014-03-24
powerpc/perf: Add hv_gpci interface header
Cody P Schafer
1
-0
/
+73
2014-03-24
powerpc: Add hvcalls for 24x7 and gpci (Get Performance Counter Info)
Cody P Schafer
1
-0
/
+5
2014-03-24
powerpc/perf: Enable BHRB access for EBB events
Michael Ellerman
2
-4
/
+7
2014-03-24
powerpc/perf: Add BHRB constraint and IFM MMCRA handling for EBB
Michael Ellerman
1
-9
/
+44
2014-03-24
powerpc/perf: Avoid mutating event in power8_get_constraint()
Michael Ellerman
1
-6
/
+8
2014-03-24
powerpc/perf: Clean up the EBB hash defines a little
Michael Ellerman
1
-3
/
+4
2014-03-24
powerpc/perf: Reject EBB events which specify a sample_type
Michael Ellerman
1
-2
/
+5
2014-03-24
powerpc/perf: Add lost exception workaround
Michael Ellerman
3
-2
/
+105
2014-03-24
powerpc: Add a cpu feature CPU_FTR_PMAO_BUG
Michael Ellerman
2
-3
/
+5
2014-03-24
powerpc/perf: Define perf_event_print_debug() to print PMU register values
Anshuman Khandual
2
-4
/
+52
2014-03-24
powerpc/perf: Make some new raw event codes available in sysfs
Anshuman Khandual
1
-0
/
+10
2014-03-24
powerpc/powernv: Enable fetching of platform sensor data
Neelesh Gupta
4
-1
/
+70
2014-03-24
powerpc/powernv: Enable reading and updating of system parameters
Neelesh Gupta
5
-2
/
+310
2014-03-24
powerpc/powernv: Infrastructure to support OPAL async completion
Neelesh Gupta
3
-2
/
+215
2014-03-20
audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL
AKASHI Takahiro
1
-0
/
+1
2014-03-20
powerpc, sysfs: Fix CPU hotplug callback registration
Srivatsa S. Bhat
1
-1
/
+7
2014-03-20
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-2
/
+1
2014-03-19
fsl/pci: The new pci suspend/resume implementation
Wang Dongsheng
17
-24
/
+185
2014-03-19
random: Add arch_has_random[_seed]()
H. Peter Anvin
1
-0
/
+9
[prev]
[next]