aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds6-13/+4
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely4-5/+4
2012-04-11Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-20/+23
2012-04-10irq: Kill pointless irqd_to_hw exportGrant Likely2-8/+0
2012-04-11powerpc: Fix typo in runlatch codeBenjamin Herrenschmidt1-2/+2
2012-04-10powerpc: Fix page fault with lockdep regressionBenjamin Herrenschmidt1-18/+21
2012-04-07Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-11/+29
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds8-41/+60
2012-04-03KVM: PPC: Book3S: PR: Fix preemptionAlexander Graf1-2/+1
2012-04-03KVM: PPC: Save/Restore CR over vcpu_runAlexander Graf2-1/+13
2012-04-03KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entryPaul Mackerras1-2/+6
2012-04-03KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears existPaul Mackerras1-4/+5
2012-04-03KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access codeAlexander Graf1-2/+4
2012-04-02powerpc/eeh: Fix use of set_current_state() in eeh event handling set_current...Andrew Morton1-1/+1
2012-04-02powerpc/eeh: Remove eeh_event_handler()->daemonize()Oleg Nesterov1-1/+1
2012-04-02powerpc/kvm: Fallout from system.h disintegrationBenjamin Herrenschmidt3-0/+3
2012-04-02powerpc: Fix fallout from system.h split upStephen Rothwell2-0/+3
2012-04-02powerpc: Mark const init data with __initconst instead of __initdataUwe Kleine-König3-3/+3
2012-04-02Merge remote-tracking branch 'kumar/next' into mergeBenjamin Herrenschmidt22-45/+688
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-110/+10
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+0
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2012-03-29irqdomain/powerpc: updated defconfigs for VIRQ_DEBUG renameGrant Likely7-7/+7
2012-03-29irqdomain: Remove powerpc dependency from debugfs fileGrant Likely1-10/+0
2012-03-29powerpc/qe: Update the SNUM table for MPC8569 Rev2.0Dave Liu1-2/+20
2012-03-29powerpc/dts: Removed fsl,msi property from dts.Diana CRACIUN5-16/+0
2012-03-29powerpc/epapr: add "memory" as a clobber to all hypercallsTimur Tabi1-1/+6
2012-03-29powerpc/85xx: Enable I2C_CHARDEV and I2C_MPC options in defconfigsShaveta Leekha4-0/+5
2012-03-29powerpc/85xx: add the P1020UTM-PC DTS supportJerry Huang3-0/+318
2012-03-29powerpc/85xx: add the P1020MBG-PC DTS supportJerry Huang3-0/+329
2012-03-29powerpc/8xxx: remove 85xx/86xx restrictions from fsl_guts.hTimur Tabi5-26/+10
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds131-700/+680
2012-03-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds26-220/+294
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds41-1176/+4161
2012-03-28Delete all instances of asm/system.hDavid Howells1-6/+0
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells132-701/+686
2012-03-28PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz8-41/+60
2012-03-28powerpc/perf: Fix instruction address sampling on 970 and Power4Benjamin Herrenschmidt4-5/+45
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2-5/+17
2012-03-28powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell10-26/+5
2012-03-28powerpc: Remove NO_IRQ_IGNOREStephen Rothwell3-11/+3
2012-03-28powerpc/pseries: Cut down on enthusiastic use of defines in RAS codeAnton Blanchard1-25/+1
2012-03-28powerpc/pseries: Clean up ras_error_interrupt codeAnton Blanchard1-19/+8
2012-03-28powerpc/pseries: Remove RTAS_POWERMGM_EVENTSAnton Blanchard2-2/+1
2012-03-28powerpc/pseries: Use rtas_get_sensor in RAS codeAnton Blanchard1-4/+1
2012-03-28powerpc/pseries: Parse and handle EPOW interruptsAnton Blanchard1-17/+116
2012-03-28powerpc: Make function that parses RTAS error logs globalAnton Blanchard3-66/+69
2012-03-28powerpc/eeh: Retrieve PHB from global listGavin Shan1-14/+5
2012-03-28powerpc/eeh: Remove eeh information from pci_dnGavin Shan2-24/+13
2012-03-28powerpc/eeh: Remove eeh device from OF nodeGavin Shan2-1/+9
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll1-1/+2
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds3-0/+3
2012-03-23Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+2
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-8/+2
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds15-119/+37
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds282-13846/+9612
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+7
2012-03-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-1/+5
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds43-1211/+230
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds5-10/+9
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+5
2012-03-20spufs: make register_filesystem the last potential failure exitAl Viro1-5/+5
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+2
2012-03-21powerpc/ps3: Do not adjust the wrapper load addressStephen Rothwell1-9/+13
2012-03-21powerpc: Remove the rest of the legacy iSeries include filesStephen Rothwell9-707/+0
2012-03-21powerpc: Remove the remaining CONFIG_PPC_ISERIES piecesStephen Rothwell5-37/+3
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell18-367/+26
2012-03-21powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt2-2/+1
2012-03-21Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt87-897/+4927
2012-03-21Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt5-4/+198
2012-03-21powerpc/5200: convert mpc5200 to use of_platform_populate()Grant Likely1-6/+4
2012-03-21powerpc/mpc5200: add options to mpc5200_defconfigHeiko Schocher1-0/+4
2012-03-21powerpc/mpc52xx: add a4m072 board supportHeiko Schocher2-0/+169
2012-03-20powerpc/PCI: allow reallocation on PA SemiBjorn Helgaas1-3/+0
2012-03-20powerpc/PCI: convert devtree bus addresses to resourceBjorn Helgaas1-4/+8
2012-03-20powerpc/PCI: compute I/O space bus-to-resource offset consistentlyBjorn Helgaas4-6/+11
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+6
2012-03-20highmem: kill all __kmap_atomic()Cong Wang1-1/+1
2012-03-20powerpc: remove the second argument of k[un]map_atomic()Cong Wang4-9/+8
2012-03-18powerpc/mpc5200: update mpc5200_defconfig to fit for charon boardHeiko Schocher1-14/+9
2012-03-17powerpc/44x: Add additional device support for APM821xx SoC and Bluestone boardVinh Nguyen Huu Tuong1-2/+125
2012-03-17powerpc/44x: Add support PCI-E for APM821xx SoC and Bluestone boardVinh Nguyen Huu Tuong2-0/+71
2012-03-17powerpc/44x: The bug fixed support for APM821xx SoC and Bluestone boardVinh Nguyen Huu Tuong2-2/+2
2012-03-16powerpc: add support for MPIC message register APIJia Hongtao4-0/+424
2012-03-16powerpc/fsl: Added aliased MSIIR register address to MSI node in dtsDiana CRACIUN1-3/+3
2012-03-16powerpc/85xx: mpc8548cds - add 36-bit dtsZhao Chenhui1-0/+86
2012-03-16powerpc/85xx: Refactor mpc8548cds device treeZhao Chenhui4-358/+393
2012-03-16powerpc/85xx: mpc8548cds - Add FPGA node to dtschenhui zhao2-17/+41
2012-03-16powerpc/85xx: mpc8548cds - fix alias in mpc8548si-pre.dtsiZhao Chenhui1-1/+3
2012-03-16powerpc/85xx: mpc8548cds - Add RapidIO node to dtschenhui zhao3-0/+24
2012-03-16powerpc/85xx: mpc8548cds - Add NOR flash node to dtschenhui zhao1-1/+39
2012-03-16powerpc/85xx: mpc85xxcds - Fix PCI I/O space resource of PCI bridgechenhui zhao1-2/+29
2012-03-16powerpc/85xx: Add Quicc Engine support for p1025rdbZhicheng Fan1-1/+76
2012-03-16powerpc/85xx: Abstract common define of signal multiplex control for qeZhicheng Fan2-21/+20
2012-03-16powerpc/85xx: allow CONFIG_PHYS_64BIT to be selectableTimur Tabi3-1/+2
2012-03-16powerpc/85xx: l2sram - Add compatible entry for mpc8548 L2 controllerchenhui zhao1-0/+3
2012-03-16powerpc/dts: fix the compatible string of sec 4.0Liu Shuo1-5/+5
2012-03-16powerpc/85xx: Add missing config option for CACHE SRAM codeClaudiu Manoil1-0/+9
2012-03-16powerpc/85xx: Fix compiler error with THIS_MODULE and relatedClaudiu Manoil2-0/+2
2012-03-16powerpc/83xx: mpc836x - fix failed phy detection for ucc ethernet on MDSPaul Gortmaker1-0/+4
2012-03-16powerpc/85xx: p1022ds: enable monitor switching via pixis indirect modeTimur Tabi1-22/+110
2012-03-16powerpc/85xx: Board support for GE IMP3AMartyn Welch5-0/+774
2012-03-16powerpc: Move GE PIC driversMartyn Welch10-9/+11
2012-03-16gpio: Move GE GPIO driver to reside within GPIO subsystemMartyn Welch5-173/+5
2012-03-16powerpc: Add GE FPGA config optionMartyn Welch2-3/+11
2012-03-16powerpc/85xx: Add dts for p1020rdb-pc boardZhicheng Fan5-0/+633
2012-03-16powerpc/85xx: Add p1020rdb-pc platform supportZhicheng Fan1-1/+23
2012-03-16powerpc/85xx: add P1020UTM-PC platform supportJerry Huang1-0/+22
2012-03-16powerpc/85xx: add P1020MBG-PC platform supportJerry Huang1-0/+22
2012-03-16powerpc/85xx: Clean up partition nodes in dts for MPC8572DSJia Hongtao1-18/+32
2012-03-16powerpc/85xx: p1022ds: disable the NOR flash node if video is enabledTimur Tabi2-1/+76
2012-03-16powerpc/85xx: create 32-bit DTS for the P1022DSTimur Tabi4-274/+440
2012-03-16powerpc/85xx: Add magic-packet properties for etsecXie Xiaobo4-4/+8
2012-03-16powerpc/85xx: Add some DTS nodes and attributes for mpc8536dsXie Xiaobo3-3/+104
2012-03-16powerpc/fsl_msi: return proper error value when ioremap failed.Liu Shuo1-0/+1
2012-03-16powerpc/85xx: fix typo in p1010rdb.dtsiGustavo Zacarias1-1/+1
2012-03-16powerpc/85xx: p2020rdb & p1010rdb - lower spi flash freq to 40MhzSebastian Andrzej Siewior2-2/+2
2012-03-16powerpc/85xx: p2020rdb - move the NAND address.Sebastian Andrzej Siewior1-1/+1
2012-03-16powerpc/srio: Fix the compile errors when building with 64bitLiu Gang1-20/+22
2012-03-16powerpc/srio: Fix the relocation errors when building with 64bitLiu Gang1-2/+2
2012-03-16powerpc/85xx: Add dts for p1025rdb boardZhicheng Fan3-0/+509
2012-03-16powerpc/85xx: Add p1025rdb platform supportZhicheng Fan1-0/+22
2012-03-16powerpc/85xx: Add usb controller version infoRamneek Mehresh11-2/+38
2012-03-16powerpc/85xx: Add p2020rdb-pc dts supportTang Yuantian3-0/+433
2012-03-16powerpc/85xx: Adds Support for P2020RDB-PC boardTang Yuantian1-0/+24
2012-03-16powerpc/85xx: Added P1021RDB-PC Platform supportXu Jiucheng1-0/+24
2012-03-16powerpc/85xx: Added dts for P1021RDB-PC boardXu Jiucheng4-0/+432
2012-03-16powerpc: Fix power4/970 idle code regression with lockdepBenjamin Herrenschmidt1-1/+1
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf1-0/+1
2012-03-15powerpc: Add initial e6500 cpu supportKumar Gala2-4/+26
2012-03-15powerpc/fsl-booke: Fixup calc_cam_sz to support MMU v2Kumar Gala2-6/+14
2012-03-15powerpc/85xx: fix Kconfig warning about missing 8250 dependencyPaul Gortmaker1-0/+1
2012-03-13Merge branch 'eeh' into nextBenjamin Herrenschmidt17-869/+1462
2012-03-09powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt19-342/+647
2012-03-09powerpc/eeh: pseries platform config space access in EEHGavin Shan3-17/+57
2012-03-09powerpc/eeh: Introduce struct eeh_stats for EEHGavin Shan1-27/+38
2012-03-09powerpc/eeh: Replace pci_dn with eeh_dev for EEH on pSeriesGavin Shan1-48/+48
2012-03-09powerpc/eeh: Replace pci_dn with eeh_dev for EEH aux componentsGavin Shan4-63/+63
2012-03-09powerpc/eeh: Replace pci_dn with eeh_dev for EEH coreGavin Shan2-133/+144
2012-03-09powerpc/eeh: Replace pci_dn with eeh_dev for EEH address cacheGavin Shan1-7/+20
2012-03-09powerpc/eeh: Replace pci_dn with eeh_dev for EEH sysfsGavin Shan1-13/+10
2012-03-09powerpc/eeh: Introduce EEH deviceGavin Shan8-10/+173
2012-03-09powerpc/eeh: Cleanup function names in EEH aux componentsGavin Shan3-7/+7
2012-03-09powerpc/pseries: Cleanup comments in EEH aux componentsGavin Shan5-97/+107
2012-03-09powerpc/eeh: pseries platform EEH configure bridgeGavin Shan4-46/+30
2012-03-09powerpc/eeh: pseries platform EEH error log retrievalGavin Shan5-67/+51
2012-03-09powerpc/eeh: pseries platform EEH reset PEGavin Shan3-58/+33
2012-03-09powerpc/eeh: pseries platform EEH wait PE stateGavin Shan4-47/+49
2012-03-09powerpc/eeh: pseries platform PE state retrievalGavin Shan4-82/+94
2012-03-09powerpc/eeh: pseries platform EEH PE address retrievalGavin Shan2-65/+48
2012-03-09powerpc/eeh: pseries platform EEH operationsGavin Shan5-27/+48
2012-03-09powerpc/eeh: pseries platform EEH initializationGavin Shan2-0/+67
2012-03-09powerpc/eeh: Platform dependent EEH operationsGavin Shan5-1/+270
2012-03-09powerpc/eeh: Cleanup function names in the EEH coreGavin Shan4-63/+59
2012-03-09powerpc/eeh: Cleanup comments in the EEH coreGavin Shan3-221/+276
2012-03-09powerpc: Replace mfmsr instructions with load from PACA kernel_msr fieldBenjamin Herrenschmidt4-15/+10
2012-03-09powerpc: Fix 64-bit BookE FP unavailable exceptionsBenjamin Herrenschmidt1-6/+7
2012-03-09powerpc: Fix register clobbering when accumulating stolen timeBenjamin Herrenschmidt1-0/+2
2012-03-09powerpc/xmon: Add display of soft & hard irq statesBenjamin Herrenschmidt1-3/+4
2012-03-09powerpc: Add support for page fault retry and fatal signalsBenjamin Herrenschmidt1-50/+120
2012-03-09powerpc: Disable interrupts in 64-bit kernel FP and vector faultsBenjamin Herrenschmidt3-7/+9
2012-03-09powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt9-54/+49
2012-03-09powerpc: Improve behaviour of irq tracing on 64-bit exception entryBenjamin Herrenschmidt1-3/+22
2012-03-09powerpc: Improve 64-bit syscall entry/exitBenjamin Herrenschmidt1-20/+23
2012-03-09powerpc: Rework runlatch codeBenjamin Herrenschmidt6-57/+89
2012-03-09powerpc: Use the same interrupt prolog for perfmon as other interruptsBenjamin Herrenschmidt2-17/+6
2012-03-09powerpc: Remove legacy iSeries bits from assembly filesBenjamin Herrenschmidt7-203/+15
2012-03-09powerpc: clean up vio.cStephen Rothwell5-682/+1
2012-03-09powerpc: Remove the main legacy iSerie platform codeStephen Rothwell37-8374/+0
2012-03-08arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka1-1/+0
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2-0/+13
2012-03-07powerpc/pmac: Use string library in nvram codeAkinobu Mita1-23/+19
2012-03-07powerpc: Make SPARSE_IRQ requiredGrant Likely2-4/+1
2012-03-07powerpc/prom: Remove limit on maximum size of propertiesNishanth Aravamudan1-15/+0
2012-03-07powerpc: Use set_current_blocked() and block_sigmask()Matt Fleming2-16/+8
2012-03-07powerpc: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-1/+1
2012-03-07powerpc/icswx: Fix race condition with IPI setting ACOPJimi Xenidis2-2/+27
2012-03-07powerpc/atomic: Implement atomic*_inc_not_zeroAnton Blanchard1-1/+58
2012-03-06powerpc/44x: Add new compatible value for EMAC node of APM821XX dts file.Duc Dang1-1/+1
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian1-0/+4
2012-03-05KVM: PPC: Add HPT preallocatorAlexander Graf4-4/+57
2012-03-05KVM: PPC: Initialize linears with zerosAlexander Graf1-0/+1
2012-03-05KVM: PPC: Convert RMA allocation into generic codeAlexander Graf5-82/+118
2012-03-05KVM: PPC: E500: Fail init when not on e500v2Alexander Graf1-0/+4
2012-03-05KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras1-21/+2
2012-03-05KVM: PPC: refer to paravirt docs in header fileScott Wood1-0/+10
2012-03-05KVM: PPC: Rename MMIO register identifiersAlexander Graf4-19/+23
2012-03-05KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras5-38/+81
2012-03-05KVM: PPC: Add support for explicit HIOR settingAlexander Graf4-2/+21
2012-03-05KVM: PPC: Add generic single register ioctlsAlexander Graf1-0/+41
2012-03-05KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUsSasha Levin1-3/+3
2012-03-05KVM: PPC: booke: Add booke206 TLB traceLiu Yu2-4/+63
2012-03-05KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras5-39/+147
2012-03-05KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hvaPaul Mackerras3-11/+91
2012-03-05KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bitsPaul Mackerras3-39/+59
2012-03-05KVM: PPC: Book3S HV: Keep HPTE locked when invalidatingPaul Mackerras1-87/+125
2012-03-05KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUSMatt Evans1-0/+16
2012-03-05KVM: PPC: Fix vcpu_create dereference before validity check.Matt Evans1-2/+3
2012-03-05KVM: PPC: Allow for read-only pages backing a Book3S HV guestPaul Mackerras4-17/+78