summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Make isa_mem_base common to 32 and 64 bitsBenjamin Herrenschmidt2007-12-112-1/+3
* [POWERPC] Use SLB size from the device treeMichael Neuling2007-12-111-0/+15
* [POWERPC] pci_controller->arch_data really is a struct device_node *Stephen Rothwell2007-12-117-16/+14Star
* [POWERPC] Don't special case pci_domain_nr() for iSeriesStephen Rothwell2007-12-111-7/+2Star
* [POWERPC] Remove some iSeries platform checks from the PCI codeStephen Rothwell2007-12-111-15/+8Star
* [POWERPC] iSeries: hose->buid is always zero for iSeriesStephen Rothwell2007-12-111-6/+2Star
* [POWERPC] iSeries: Call iSeries_pcibios_init from setup_archStephen Rothwell2007-12-111-3/+0Star
* [POWERPC] Inline pci_setup_pci_controller as it has become trivialStephen Rothwell2007-12-111-15/+6Star
* [POWERPC] iommu_free_table doesn't need the device_nodeStephen Rothwell2007-12-111-5/+3Star
* [POWERPC] lparcfg: Remove useless buffer allocationNathan Lynch2007-12-111-11/+1Star
* [POWERPC] kernel_execve is identical in 32 and 64 bitStephen Rothwell2007-12-113-14/+8Star
* [POWERPC] Use of_register_driver to implement of_register_platform_driverStephen Rothwell2007-12-111-20/+0Star
* Merge branch 'linux-2.6'Paul Mackerras2007-12-106-7/+6Star
|\
| * Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/paulus/po...Linus Torvalds2007-12-071-1/+1
| |\
| | * [POWERPC] Fix hardware IRQ time accounting problem.Tony Breeds2007-12-061-1/+1
| * | [POWERPC] Fix swapper_pg_dir size when CONFIG_PTE_64BIT=y on FSL_BOOKEKumar Gala2007-12-065-6/+5Star
| |/
* | [POWERPC] Add missing spaces in printk formatsjoe@perches.com2007-12-031-2/+2
* | [POWERPC] Remove redundant declaration of hose_listStephen Rothwell2007-12-031-2/+0Star
* | [POWERPC] Make global_phb_number staticStephen Rothwell2007-12-031-1/+1
* | [POWERPC] Cleanup SMT thread handlingBenjamin Herrenschmidt2007-12-031-13/+65
|/
* Revert "[POWERPC] Fix RTAS os-term usage on kernel panic"Paul Mackerras2007-12-021-6/+6
* [POWERPC] Fix possible division by zero in scaled time accountingMichael Neuling2007-11-201-2/+3
* [POWERPC] Fix RTAS os-term usage on kernel panicLinas Vepstas2007-11-201-6/+6
* [POWERPC] vdso: Fixes for cache block sizesOlof Johansson2007-11-204-24/+73
* [POWERPC] Fix multiple bugs in rtas_ibm_suspend_me codeNathan Lynch2007-11-191-41/+58
* [POWERPC] Fix early btext debug on PowerMacBenjamin Herrenschmidt2007-11-131-1/+3
* [POWERPC] Demote clockevent printk to KERN_DEBUGTony Breeds2007-11-131-1/+1
* [POWERPC] Avoid unpaired stwcx. on some processorsBecky Bruce2007-11-131-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-11-102-25/+2Star
|\
| * sched: restore deterministic CPU accounting on powerpcPaul Mackerras2007-11-092-25/+2Star
* | Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2007-11-084-15/+88
|\ \
| * | [POWERPC] 4xx: Deal with 44x virtually tagged icacheBenjamin Herrenschmidt2007-11-012-0/+32
| * | [POWERPC] 4xx: Fix 4xx flush_tlb_page()Benjamin Herrenschmidt2007-11-011-7/+16
| * | [POWERPC] 4xx: Workaround for the 440EP(x)/GR(x) processors identical PVR issue.Valentine Barshak2007-11-012-8/+40
| |/
* | [POWERPC] Make altivec code in swsusp_32.S depend on CONFIG_ALTIVECJohannes Berg2007-11-081-0/+2
* | [POWERPC] Fix si_addr value on low level hash failuresBenjamin Herrenschmidt2007-11-081-1/+1
* | [POWERPC] ] Fix memset size errorLi Zefan2007-11-081-1/+1
* | [POWERPC] Fix link errors for allyesconfigStephen Rothwell2007-11-081-2/+1Star
* | [POWERPC] Fix off-by-one error in setting decrementer on Book E/4xx (v2)Paul Mackerras2007-11-081-7/+3Star
* | [POWERPC] Fix cache line vs. block size confusionBenjamin Herrenschmidt2007-11-081-12/+7Star
* | [POWERPC] Fix sysctl table check failure on PowerMacAlexey Dobriyan2007-11-081-1/+1
|/
* Update arch/ to use sg helpersJens Axboe2007-10-223-5/+3Star
* Spelling fix: explicitlyJean Delvare2007-10-192-2/+2
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* Use extended crashkernel command line on ppc64Bernhard Walle2007-10-191-27/+27
* Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-192-2/+2
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* powerpc: add scaled time accountingMichael Neuling2007-10-182-2/+31
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-10-177-270/+175Star
|\
| * [POWERPC] Fix 64 bits vDSO DWARF info for CR registerBenjamin Herrenschmidt2007-10-171-4/+7