aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [MIPS] time: Delete weak definition of plat_time_init() due to gcc bug.Ralf Baechle2007-12-141-4/+0
| * | | | [MIPS] PCI: Make pcibios_fixup_device_resources ignore legacy resources.Ralf Baechle2007-12-141-0/+2
| * | | | [MIPS] Atlas, Malta: Don't free firmware memory on free_initmem.Ralf Baechle2007-12-141-0/+2
| * | | | [MIPS] Alchemy: fix off by two error in __fixup_bigphys_addr()Sergei Shtylyov2007-12-141-5/+4
| * | | | [MIPS] Alchemy: fix PCI resource conflictSergei Shtylyov2007-12-142-13/+4
| * | | | [MIPS] time: Set up Cobalt's mips_hpt_frequencyYoichi Yuasa2007-12-141-1/+20
| |/ / /
| * | | [SPARC64]: Fix endless loop in cheetah_xcall_deliver().David S. Miller2007-12-121-6/+13
| * | | [XTENSA]: Fix use of skb after netif_rxJulia Lawall2007-12-111-2/+2
| * | | [UM]: Fix use of skb after netif_rxJulia Lawall2007-12-111-1/+1
| * | | xen: relax signature checkJeremy Fitzhardinge2007-12-101-1/+1
| * | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-12-104-3/+20
| |\ \ \
| | * | | [MIPS] Malta: Enable tickless and highres timers.Ralf Baechle2007-12-091-0/+8
| | * | | [MIPS] Bigsur: Enable tickless and and highres timers.Ralf Baechle2007-12-091-0/+9
| | * | | qemu: do not enable IP7 blindlyAtsushi Nemoto2007-12-091-1/+1
| | * | | [MIPS] Don't byteswap writes to display when running bigendianChris Dearman2007-12-091-2/+2
| | |/ /
* | | | [POWERPC] Make non-PCI build work againStephen Rothwell2007-12-213-1/+4
* | | | [POWERPC] Constify the of_device_id passed to of_platform_bus_probeStephen Rothwell2007-12-211-4/+4
* | | | [POWERPC] The builtin matches for ibmebus.c can be __initdataStephen Rothwell2007-12-211-1/+1
* | | | [POWERPC] Add EHEA and EHCA as modules in the ppc64_defconfigStephen Rothwell2007-12-211-3/+5
* | | | [POWERPC] Fix possible NULL deref in ppc32 PCIBenjamin Herrenschmidt2007-12-211-2/+3
* | | | [POWERPC] Implement arch disable/enable irq hooks.Scott Wood2007-12-211-0/+39
* | | | [POWERPC] spufs: Don't leak kernel stack through an empty {i,m}box_info readJeremy Kerr2007-12-211-10/+10
* | | | [POWERPC] spufs: DMA Restart after SIGSEGVAndre Detsch2007-12-212-3/+4
* | | | [POWERPC] spufs: Use separate timer for /proc/spu_loadavg calculationAegis Lin2007-12-211-17/+18
* | | | [POWERPC] spufs: make state_mutex interruptibleChristoph Hellwig2007-12-217-65/+219
* | | | [POWERPC] spufs: add enchanced simple attr macrosChristoph Hellwig2007-12-211-24/+154
* | | | [POWERPC] spufs: decouple spu scheduler from spufs_spu_run (asynchronous sche...Luke Browning2007-12-215-168/+200
* | | | [POWERPC] spufs: don't set reserved bits in spu interrupt statusMasato Noguchi2007-12-211-10/+10
* | | | [POWERPC] spufs: spu_find_victim may choose wrong victimLuke Browning2007-12-211-2/+2
* | | | [POWERPC] spufs: reorganize spu_run_initLuke Browning2007-12-212-34/+56
* | | | [POWERPC] spufs: rework class 0 and 1 interrupt handlingJeremy Kerr2007-12-216-117/+107
* | | | [POWERPC] spufs: use #defines for SPU class [012] exception statusJeremy Kerr2007-12-213-33/+40
* | | | [POWERPC] spufs: fix incorrect interrupt status clearing in backing mbox stat...Jeremy Kerr2007-12-211-2/+2
* | | | [POWERPC] spufs: add backing ops for privcntl registerLuke Browning2007-12-214-8/+28
* | | | [POWERPC] spufs: block fault handlers in spu_acquire_runnableArnd Bergmann2007-12-214-7/+21
* | | | [POWERPC] spufs: move fault, lscsa_alloc and switch code to spufs moduleJeremy Kerr2007-12-218-111/+147
* | | | [POWERPC] spufs: fix typos in sched.c commentsJulio M. Merino Vidal2007-12-211-8/+8
* | | | [POWERPC] cell: wrap master run control bitMasato Noguchi2007-12-216-4/+57
* | | | [POWERPC] Optimize counting distinct entries in the relocation sectionsEmil Medve2007-12-212-31/+127
* | | | [POWERPC] cell/cbe_regs.c: Add missing of_node_putJulia Lawall2007-12-201-0/+1
* | | | [POWERPC] arch/powerpc: Add missing of_node_putJulia Lawall2007-12-201-1/+3
* | | | [POWERPC] arch/ppc: Remove an unnecessary pci_dev_putJulia Lawall2007-12-201-1/+0
* | | | [POWERPC] arch/ppc: Remove duplicate includesLucas Woods2007-12-207-7/+0
* | | | [POWERPC] arch/powerpc: Remove duplicate includesLucas Woods2007-12-202-3/+1
* | | | [POWERPC] Don't cast a struct pointer to list_head pointerLi Zefan2007-12-201-1/+1
* | | | [POWERPC] CHRP: Fix possible NULL pointer dereferenceCyrill Gorcunov2007-12-201-4/+9
* | | | [POWERPC] Stop the TOC overflowing for large buildsStephen Rothwell2007-12-201-1/+1
* | | | [POWERPC] Fix PCI IRQ fallback code to not map IRQ 0Benjamin Herrenschmidt2007-12-201-2/+3
* | | | [POWERPC] Disable PCI IO/Mem on a device when resources can't be allocatedBenjamin Herrenschmidt2007-12-201-3/+10
* | | | [POWERPC] Fixup skipping of PowerMac PCI<->PCI bridge "closed" resourcesBenjamin Herrenschmidt2007-12-201-0/+22