summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | arch: Cleanup read_barrier_depends() and commentsAlexander Duyck2014-12-121-3/+3
* | | | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-1226-195/+161Star
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | powerpc/powernv: Return to cpu offline loop when finished in KVM guestPaul Mackerras2014-12-081-1/+1
| * | powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V2014-12-053-11/+17
| * | powerpc/mm/thp: Use tlbiel if possibleAneesh Kumar K.V2014-12-022-2/+3
| * | powerpc/mm/thp: Remove code duplicationAneesh Kumar K.V2014-12-021-1/+2
| * | powerpc/powernv: Cleanup unused MCE definitions/declarations.Mahesh Salgaonkar2014-12-022-111/+0Star
| * | powerpc/eeh: Dump PHB diag-data earlyGavin Shan2014-12-021-0/+1
| * | powerpc/eeh: Set EEH_PE_RESET on PE resetGavin Shan2014-12-021-0/+1
| * | Merge remote-tracking branch 'scottwood/next' into nextMichael Ellerman2014-11-184-3/+31
| |\ \
| | * | powerpc/fsl: Added rcw registers to global utility registersIgal Liberman2014-11-081-1/+4
| | * | powerpc/8xx: set PTE bit 22 off TLBmissLEROY Christophe2014-11-082-2/+25
| | * | powerpc/8xx: Implement 16k pagesLEROY Christophe2014-11-081-0/+2
| | |/
| * | rtc/tpo: Driver to support rtc and wakeup on PowerNV platformNeelesh Gupta2014-11-171-2/+5
| * | powerpc: Use generic PIE randomizationVineeth Vijayan2014-11-171-2/+1Star
| * | powerpc/mm: Switch to generic RCU get_user_pages_fastAneesh Kumar K.V2014-11-144-10/+8Star
| * | mm: Update generic gup implementation to handle hugepage directoryAneesh Kumar K.V2014-11-141-0/+1
| * | powerpc/mm: Add missing pmd accessorsAneesh Kumar K.V2014-11-143-14/+56
| * | Merge branch 'topic/opal-ipmi' into nextMichael Ellerman2014-11-121-0/+17
| |\ \
| | * | powerpc/powernv: Add OPAL IPMI interfaceJeremy Kerr2014-11-121-0/+17
| | |/
| * | powerpc: Fix comment typos in arch/powerpc/include/asm/bitops.hBoqun Feng2014-11-121-2/+2
| * | powerpc: Don't use local named register variable in current_thread_infoAnton Blanchard2014-11-091-3/+2Star
| * | powerpc: Remove unused vgacon_remap_base & fix build breakMichael Ellerman2014-11-091-3/+1Star
| * | powerpc: Remove unused CPU_FTRS_A2Michael Ellerman2014-11-091-6/+2Star
| * | powerpc: Remove CPU_FTR_HVMODE from CPU_FTRS_ALWAYSMichael Ellerman2014-11-091-1/+1
| * | powerpc: Remove unused devm_ioremap_prot()Kyle McMartin2014-11-091-3/+0Star
| * | powerpc: make __ffs return unsigned longAnton Blanchard2014-11-091-1/+1
| * | powerpc: Remove bootmem allocatorAnton Blanchard2014-11-091-2/+1Star
| * | powerpc: Remove ppc_md.remove_memoryAnton Blanchard2014-11-051-4/+0Star
| * | powerpc: Remove ppc64_boot_msgAnton Blanchard2014-11-051-10/+0Star
| * | Merge branch 'topic/get-cpu-var' into nextMichael Ellerman2014-11-053-7/+12
| |\ \
| | * | powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-033-7/+12
| | |/
| * | Merge branch 'topic/pm-power-off' into nextMichael Ellerman2014-11-051-1/+0Star
| |\ \
| | * | powerpc: Convert power off logic to pm_power_offAlexander Graf2014-11-031-1/+0Star
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-113-1/+6
|\ \ \
| * | | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0Star
| * | | net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-061-0/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-301-2/+0Star
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-26/+26
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | net: introduce SO_INCOMING_CPUEric Dumazet2014-11-111-0/+2
| * | | | PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instructionDenis Kirjanov2014-11-031-0/+1
| | |_|/ | |/| |
* | | | mm: fix huge zero page accounting in smaps reportKirill A. Shutemov2014-12-111-0/+1
* | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-4/+8
|\ \ \ \
| * | | | powerpc: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-201-4/+8
* | | | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-091-7/+10
|\ \ \ \ \
| * | | | | powerpc/iommu: Rename iommu_[un]map_sg functionsJoerg Roedel2014-11-181-7/+10
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-12-092-1/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mmu_gather: move minimal range calculations into generic codeWill Deacon2014-11-172-1/+3
* | | | | powerpc/pci: Remove unused force_32bit_msi quirkBenjamin Herrenschmidt2014-11-241-2/+0Star
| |_|_|/ |/| | |
* | | | powerpc/fadump: Fix endianess issues in firmware assisted dump handlingHari Bathini2014-10-301-26/+26
| |/ / |/| |