index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-01
powerpc/perf: Freeze PMC5/6 if we're not using them
Michael Ellerman
3
-2
/
+8
2013-07-01
powerpc/perf: Rework disable logic in pmu_disable()
Michael Ellerman
1
-12
/
+19
2013-07-01
powerpc/perf: Check that events only include valid bits on Power8
Michael Ellerman
1
-0
/
+13
2013-07-01
powerpc: Wire up the HV facility unavailable exception
Michael Ellerman
2
-4
/
+27
2013-07-01
powerpc: Rename and flesh out the facility unavailable exception handler
Michael Ellerman
2
-22
/
+32
2013-07-01
powerpc: Remove KVMTEST from RELON exception handlers
Michael Ellerman
2
-6
/
+4
2013-07-01
powerpc: Remove unreachable relocation on exception handlers
Michael Ellerman
1
-15
/
+3
2013-07-01
powerpc/numa: Do not update sysfs cpu registration from invalid context
Nathan Fontenot
1
-2
/
+3
2013-07-01
powerpc/eeh: Update MAINTAINERS
Gavin Shan
1
-1
/
+7
2013-07-01
powerpc/smp: Section mismatch from smp_release_cpus to __initdata spinning_se...
Chen Gang
1
-1
/
+1
2013-07-01
macintosh/windfarm: Remove obsolete cleanup for clientdata
Wolfram Sang
1
-1
/
+0
2013-07-01
powerpc/nvram64: Need return the related error code on failure occurs
Chen Gang
1
-6
/
+14
2013-07-01
powerpc: Set cpu sibling mask before online cpu
Li Zhong
1
-3
/
+5
2013-07-01
mac: Make cuda_init_via() __init
Geert Uytterhoeven
1
-1
/
+1
2013-07-01
powerpc: Delete __cpuinit usage from all users
Paul Gortmaker
19
-50
/
+54
2013-07-01
macintosh: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-4
/
+4
2013-07-01
powerpc/idle: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-2
/
+2
2013-07-01
powerpc/iommu: Remove unused pci_iommu_init() and pci_direct_iommu_init()
Bjorn Helgaas
1
-7
/
+0
2013-07-01
powerpc: Don't flush/invalidate the d/icache for an unknown relocation type
Kevin Hao
1
-1
/
+2
2013-07-01
powerpc/windfarm: Fix overtemperature clearing
Aaro Koskinen
3
-3
/
+15
2013-07-01
powerpc/powernv: Use dev-node in PCI config accessors
Gavin Shan
3
-89
/
+79
2013-07-01
powerpc/eeh: Avoid build warnings
Gavin Shan
3
-4
/
+4
2013-07-01
powerpc/eeh: Refactor the output message
Gavin Shan
3
-16
/
+41
2013-07-01
powerpc/eeh: Fix address catch for PowerNV
Gavin Shan
2
-1
/
+2
2013-07-01
powerpc/powernv: Replace variables with flags
Gavin Shan
3
-8
/
+11
2013-07-01
powerpc/eeh: Check PCIe link after reset
Gavin Shan
1
-13
/
+144
2013-07-01
powerpc/eeh: Don't collect PCI-CFG data on PHB
Gavin Shan
1
-9
/
+23
2013-06-30
powerpc/tm: Clear MSR RI in non-recoverable TM code
Michael Neuling
1
-2
/
+16
2013-06-30
powerpc: Fix string instr. emulation for 32-bit processes on ppc64
James Yang
1
-0
/
+4
2013-06-30
trivial: powerpc: Fix typo in ioei_interrupt() description
Sebastien Bessiere
1
-1
/
+1
2013-06-26
mm/thp: define HPAGE_PMD_* constants as BUILD_BUG() if !THP
Kirill A. Shutemov
1
-1
/
+5
2013-06-25
powerpc/eeh: Use interruptible sleep in keehd
Gavin Shan
1
-1
/
+2
2013-06-25
powerpc/eeh: Remove eeh_mutex
Gavin Shan
3
-46
/
+1
2013-06-25
powerpc/mm: Fix build warnings with CONFIG_TRANSPARENT_HUGEPAGE disabled
Nathan Fontenot
1
-0
/
+1
2013-06-25
powerpc/pseries: Enable PSTORE in pseries_defconfig
Aruna Balakrishnaiah
1
-0
/
+1
2013-06-25
powerpc/hw_brk: Fix clearing of extraneous IRQ
Michael Neuling
1
-0
/
+1
2013-06-25
powerpc/hw_brk: Fix setting of length for exact mode breakpoints
Michael Neuling
1
-1
/
+3
2013-06-25
macintosh/adb: Replace __WAITQUEUE_INITIALIZER with more standard DECLARE_WAI...
Robert P. J. Day
1
-1
/
+1
2013-06-21
powerpc: Optimize hugepage invalidate
Aneesh Kumar K.V
4
-9
/
+201
2013-06-21
powerpc/THP: Enable THP on PPC64
Aneesh Kumar K.V
2
-2
/
+30
2013-06-21
powerpc: split hugepage when using subpage protection
Aneesh Kumar K.V
1
-0
/
+48
2013-06-21
powerpc: disable assert_pte_locked for collapse_huge_page
Aneesh Kumar K.V
1
-0
/
+8
2013-06-21
powerpc: Prevent gcc to re-read the pagetables
Aneesh Kumar K.V
2
-5
/
+5
2013-06-21
powerpc: Make linux pagetable walk safe with THP enabled
Aneesh Kumar K.V
4
-38
/
+68
2013-06-21
powerpc/THP: Add code to handle HPTE faults for hugepages
Aneesh Kumar K.V
4
-4
/
+203
2013-06-21
powerpc: Update gup_pmd_range to handle transparent hugepages
Aneesh Kumar K.V
1
-2
/
+8
2013-06-21
powerpc/kvm: Handle transparent hugepage in KVM
Aneesh Kumar K.V
3
-34
/
+44
2013-06-21
powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte
Aneesh Kumar K.V
7
-33
/
+36
2013-06-21
powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepages
Aneesh Kumar K.V
1
-6
/
+26
2013-06-21
powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common code
Aneesh Kumar K.V
5
-138
/
+138
[next]