powerpc: Replace CPU_FTR_BCTAR with CPU_FTR_ARCH_207S
[pandora-kernel.git] / arch /
2013-05-02 Michael Ellermanpowerpc: Replace CPU_FTR_BCTAR with CPU_FTR_ARCH_207S
2013-05-02 Anshuman Khandualpowerpc: Setup BHRB instructions facility in HFSCR...
2013-05-02 Bharat Bhushanpowerpc: Fix interrupt range check on debug exception
2013-04-30 Aneesh Kumar K.Vpowerpc: Update tlbie/tlbiel as per ISA doc
2013-04-30 Aneesh Kumar K.Vpowerpc: Print page size info during boot
2013-04-30 Aneesh Kumar K.Vpowerpc: print both base and actual page size on hash...
2013-04-30 Aneesh Kumar K.Vpowerpc: Fix hpte_decode to use the correct decoding...
2013-04-30 Aneesh Kumar K.Vpowerpc: Decode the pte-lp-encoding bits correctly.
2013-04-30 Aneesh Kumar K.Vpowerpc: Use encode avpn where we need only avpn values
2013-04-30 Aneesh Kumar K.Vpowerpc: Reduce PTE table memory wastage
2013-04-30 Aneesh Kumar K.Vpowerpc: Move the pte free routines from common header
2013-04-30 Aneesh Kumar K.Vpowerpc: Reduce the PTE_INDEX_SIZE
2013-04-30 Aneesh Kumar K.Vpowerpc: Switch 16GB and 16MB explicit hugepages to...
2013-04-30 Aneesh Kumar K.Vpowerpc: New hugepage directory format
2013-04-30 Aneesh Kumar K.Vpowerpc: Don't truncate pgd_index wrongly
2013-04-30 Aneesh Kumar K.Vpowerpc: Don't hard code the size of pte page
2013-04-30 Aneesh Kumar K.Vpowerpc: Save DAR and DSISR in pt_regs on MCE
2013-04-30 Aneesh Kumar K.Vpowerpc: Use signed formatting when printing error
2013-04-30 Nathan Fontenotpowerpc/pseries: Correct builds break when CONFIG_SMP...
2013-04-30 Kevin Haopowerpc/booke: Remove obsolete macro FINISH_EXCEPTION
2013-04-30 Vasant Hegdepowerpc/rtas_flash: Fix bad memory access
2013-04-30 Stephen Rothwellpowerpc: Fix build failure after merge of the cgroup...
2013-04-30 Michael Neulingpowerpc: Fix usage of setup_pci_atmu()
2013-04-30 Benjamin HerrenschmidtMerge remote-tracking branch 'kumar/next' into next
2013-04-30 Benjamin HerrenschmidtMerge remote-tracking branch 'agust/next' into next
2013-04-30 Michel Lespinassemm: use vm_unmapped_area() on powerpc architecture
2013-04-30 Michel Lespinassemm: remove free_area_cache use in powerpc architecture
2013-04-29 Kevin Haopowerpc/fsl-booke: add the reg prop for pci bridge...
2013-04-29 Kevin Haopowerpc/fsl-pci: don't unmap the PCI SoC controller...
2013-04-29 Zhicheng Fanpowerpc/dts: Fix the dts for p1025rdb 36bit
2013-04-26 Anshuman Khandualpowerpc/perf: Enable branch stack sampling framework
2013-04-26 Anshuman Khandualpowerpc/perf: Define BHRB generic functions, data and...
2013-04-26 Anshuman Khandualpowerpc/perf: Add new BHRB related generic functions...
2013-04-26 Anshuman Khandualpowerpc/perf: Add basic assembly code to read BHRB...
2013-04-26 Anshuman Khandualpowerpc/perf: Add new BHRB related instructions for...
2013-04-26 Michael Ellermanpowerpc/perf: Power8 PMU support
2013-04-26 Michael Ellermanpowerpc/perf: Add support for SIER
2013-04-26 Michael Ellermanpowerpc/perf: Add regs_no_sipr()
2013-04-26 Michael Ellermanpowerpc/perf: Add an accessor for regs->result
2013-04-26 Michael Ellermanpowerpc/perf: Convert mmcra_sipr/sihv() to regs_sipr...
2013-04-26 Michael Ellermanpowerpc/perf: Add an explict flag indicating presence...
2013-04-26 Michael Ellermanpowerpc: Initialise PMU related regs on Power8
2013-04-26 Gavin Shanpowerpc/powernv: Fix invalid IOMMU table
2013-04-26 Gavin Shanpowerpc/powernv: Build DMA space for PE on PHB3
2013-04-26 Gavin Shanpowerpc/powernv: TCE invalidation for PHB3
2013-04-26 Gavin Shanpowerpc/powernv: Patch MSI EOI handler on P8
2013-04-26 Gavin Shanpowerpc/powernv: Add option CONFIG_POWERNV_MSI
2013-04-26 Gavin Shanpowerpc/powernv: Supports PHB3
2013-04-26 Paul Mackerraspowerpc: Fix "attempt to move .org backwards" error
2013-04-26 Nathan Fontenotpowerpc/pseries: Add /proc interface to control topolog...
2013-04-26 Nathan Fontenotpowerpc/pseries: Enable PRRN handling
2013-04-26 Jesse Larrewpowerpc/pseries: RE-enable Virtual Processor Home Node...
2013-04-26 Jesse Larrewpowerpc/pseries: Update NUMA VDSO information when...
2013-04-26 Nathan Fontenotpowerpc/pseries: Use stop machine to update cpu maps
2013-04-26 Jesse Larrewpowerpc/pseries: Update CPU maps when device tree is...
2013-04-26 Nathan Fontenotpowerpc/pseries: Update numa.c to use updated firmware_...
2013-04-26 Nathan Fontenotpowerpc/pseries: Update firmware_has_feature() to check...
2013-04-26 Nathan Fontenotpowerpc/pseries: Use ARRAY_SIZE to iterate over firmwar...
2013-04-26 Nathan Fontenotpowerpc/pseries: Move architecture vector definitions...
2013-04-26 Jesse Larrewpowerpc/pseries: Add PRRN RTAS event handler
2013-04-26 Nathan Fontenotpowerpc/pseries: Correct buffer parsing in update_dt_node()
2013-04-26 Nathan Fontenotpowerpc/pseries: Expose pseries devicetree_update()
2013-04-26 Michael Neulingpowerpc: Fix hardware IRQs with MMU on exceptions when...
2013-04-26 Michael Neulingpowerpc/power8: Fix secondary CPUs hanging on boot...
2013-04-26 Michael Neulingpowerpc: Add isync to copy_and_flush
2013-04-26 Michael Neulingpowerpc: Add HWCAP2 aux entry
2013-04-24 Benjamin Herrenschmidtpowerpc/powernv: Fix missing Kconfig dependency for...
2013-04-24 Benjamin HerrenschmidtMerge remote-tracking branch 'origin/master' into next
2013-04-24 Michael Ellermanpowerpc/spufs: Initialise inode->i_ino in spufs_new_inode()
2013-04-24 Vasant Hegdepowerpc/rtas_flash: New return code to indicate FW...
2013-04-24 Vasant Hegdepowerpc/rtas_flash: Update return token comments
2013-04-24 Michael Ellermanpowerpc/cell: Only iterate over online nodes in cbe_ini...
2013-04-24 Benjamin HerrenschmidtMerge remote-tracking branch 'mpe/master' into next
2013-04-23 Chen Gangpowerpc/pseries/lparcfg: Fix possible overflow are...
2013-04-23 Oleg Nesterovptrace/powerpc: Don't flush_ptrace_hw_breakpoint()...
2013-04-23 Adhemerval Zanellapowerpc: Add VDSO version of time
2013-04-21 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2013-04-21 Linus TorvaldsMerge branch 'vm_ioremap_memory-examples'
2013-04-21 Linus TorvaldsMerge branch 'x86-kdump-for-linus' of git://git./linux...
2013-04-21 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2013-04-21 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2013-04-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2013-04-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2013-04-20 H. Peter AnvinMerge remote-tracking branch 'efi/urgent' into x86...
2013-04-19 H. Peter Anvinx86, microcode: Verify the family before dispatching...
2013-04-19 David S. Millersparc64: Fix race in TLB batch processing.
2013-04-19 Stephen BoydARM: 7699/1: sched_clock: Add more notrace to prevent...
2013-04-19 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2013-04-19 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2013-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-04-19 Linus TorvaldsMerge branch 'userns-fixes' of git://git./linux/kernel...
2013-04-18 Linus TorvaldsMerge branch 'for_linus' of git://cavan.codon.org.uk...
2013-04-18 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2013-04-18 David S. MillerMerge tag 'batman-adv-fix-for-davem' of git://git.open...
2013-04-18 Rob HerringARM: highbank: fix cache flush ordering for cpu hotplug
2013-04-18 K. Y. Srinivasanx86, hyperv: Handle Xen emulation of Hyper-V more grace...
2013-04-18 Li Zhongpowerpc: Try to insert the hptes repeatedly in kernel_m...
2013-04-18 Li Zhongpowerpc: Split the code trying to insert hpte repeatedl...
2013-04-18 Li Zhongpowerpc: Move the setting of rflags out of loop in...
next