summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [POWERPC] 8xx: Get rid of conditional includes of board specific setupJochen Friedrich2008-01-281-20/+0
| * | | [POWERPC] 8xx: Remove sysdev/commproc.hJochen Friedrich2008-01-281-0/+2
| * | | [POWERPC] 8xx: Remove unused m8xx_cpm_hostalloc/free/dump()Jochen Friedrich2008-01-281-4/+0
| |/ /
| * | Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2008-01-261-0/+2
| |\ \
| | * | [POWERPC] Enable RTC for Ebony and Walnut (v2)David Gibson2008-01-251-0/+2
| * | | [POWERPC] Remove the global dma_direct_offsetMichael Ellerman2008-01-251-2/+0
| * | | [POWERPC] PS3: Remove lpar address workaroundGeoff Levand2008-01-251-5/+0
| * | | [POWERPC] PS3: Add logical performance monitor driver supportTakashi Yamamoto2008-01-251-0/+62
| * | | [POWERPC] PS3: Add logical performance monitor device supportGeoff Levand2008-01-251-0/+8
| * | | [POWERPC] PS3: Make bus_id and dev_id u64Geert Uytterhoeven2008-01-251-2/+2
| * | | [POWERPC] Add definition of Cell bookmark SPRGeoff Levand2008-01-251-0/+1
| * | | [POWERPC] kdump shutdown hook supportMichael Neuling2008-01-251-0/+3
| * | | [POWERPC] Make setjmp/longjmp code usable outside of xmonMichael Neuling2008-01-251-0/+18
| |/ /
| * | Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2008-01-246-5/+97
| |\ \
| | * | [POWERPC] Add _nmask_and_or_msr() declartion to asm-powerpc/system.hJon Loeliger2008-01-231-0/+2
| | * | [POWERPC] 82xx: Embedded Planet EP8248E supportScott Wood2008-01-231-0/+1
| | * | [POWERPC] QE: Add ability to upload QE firmwareTimur Tabi2008-01-232-2/+93
| | * | [POWERPC] Remove update_bridge_resourceKumar Gala2008-01-231-3/+0
| | * | [POWERPC] Fix handling of memreserve if the range lands in highmemKumar Gala2008-01-231-0/+1
| * | | Merge branch 'linux-2.6'Paul Mackerras2008-01-241-0/+4
| |\ \ \
| * | | | [POWERPC] Provide a way to protect 4k subpages when using 64k pagesPaul Mackerras2008-01-245-3/+48
| * | | | [POWERPC] Separate MPC52xx PSC FIFO registers from rest of PSCJohn Rigby2008-01-211-0/+3
| * | | | [POWERPC] mpc5200: eliminate mpc52xx_*_map_*() functions.Grant Likely2008-01-181-2/+0
| * | | | [POWERPC] mpc5200: Add common mpc52xx_setup_pci() routineMarian Balakowicz2008-01-181-0/+5
| | |/ / | |/| |
| * | | [POWERPC] Add hugepagesz boot-time parameterJon Tollefson2008-01-171-0/+1
| * | | [POWERPC] iSeries: eliminate pci_dn bussubnoStephen Rothwell2008-01-171-1/+0
| * | | [POWERPC] The pci_dn pcidev is only used by EEHStephen Rothwell2008-01-171-1/+1
| * | | [POWERPC] The pci_dn class_code is only used by EEHStephen Rothwell2008-01-171-1/+1
| * | | [POWERPC] Kill sparse warning in HPTE_V_COMPARE()Geert Uytterhoeven2008-01-171-1/+1
| * | | Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/ol...Paul Mackerras2007-12-311-1/+19
| |\ \ \
| | * | | [POWERPC] pasemi: Distribute interrupts evenly across cpusOlof Johansson2007-12-281-0/+3
| | * | | [POWERPC] pasemi: Implement NMI supportOlof Johansson2007-12-281-1/+16
| * | | | [POWERPC] 4xx: Add early udbg support for 40x processorsBenjamin Herrenschmidt2007-12-231-0/+1
| * | | | [POWERPC] 4xx: Improve support for 4xx indirect DCRsBenjamin Herrenschmidt2007-12-232-10/+91
| * | | | [POWERPC] Reworking machine check handling and Fix 440/440ABenjamin Herrenschmidt2007-12-233-3/+16
| |/ / /
| * | | Merge branch 'linux-2.6'Paul Mackerras2007-12-211-3/+0
| |\ \ \
| * | | | [POWERPC] Pointers marked as __iomem do not need to be volatileStephen Rothwell2007-12-211-2/+2
| * | | | [POWERPC] Constify the of_device_id passed to of_platform_bus_probeStephen Rothwell2007-12-211-1/+1
| * | | | [POWERPC] Implement arch disable/enable irq hooks.Scott Wood2007-12-211-0/+13
| * | | | [POWERPC] spufs: don't set reserved bits in spu interrupt statusMasato Noguchi2007-12-211-0/+2
| * | | | [POWERPC] spufs: rework class 0 and 1 interrupt handlingJeremy Kerr2007-12-212-4/+1
| * | | | [POWERPC] spufs: use #defines for SPU class [012] exception statusJeremy Kerr2007-12-211-0/+14
| * | | | [POWERPC] spufs: move fault, lscsa_alloc and switch code to spufs moduleJeremy Kerr2007-12-212-9/+2
| * | | | [POWERPC] cell: wrap master run control bitMasato Noguchi2007-12-211-0/+15
| * | | | [POWERPC] Merge 32 and 64 bits pcibios_enable_deviceBenjamin Herrenschmidt2007-12-201-6/+4
| * | | | [POWERPC] Merge PCI resource allocation & assignmentBenjamin Herrenschmidt2007-12-201-5/+3
| * | | | [POWERPC] Merge PCI resource fixupsBenjamin Herrenschmidt2007-12-203-11/+11
| * | | | [POWERPC] pci32: Add platform option to enable /proc PCI domainsBenjamin Herrenschmidt2007-12-202-10/+9
| * | | | [POWERPC] pci32: Add flags modifying the PCI code behaviourBenjamin Herrenschmidt2007-12-202-3/+26
| * | | | [POWERPC] include/asm-powerpc/: Spelling fixesjoe@perches.com2007-12-207-11/+11
OpenPOWER on IntegriCloud