aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-09[PATCH] PCI: update Toshiba ohci quirk DMI tableJesse Barnes1-0/+7
2006-01-09[PATCH] PCI: irq.c: trivial printk and DBG updatesDaniel Marjamäki1-19/+23
2006-01-09[PATCH] PCI: arch/i386/pci/acpi.c: use for_each_pci_devHanna Linder1-1/+1
2006-01-09[PATCH] PCI: arch: pci_find_device remove (frv/mb93090-mb00/pci-irq.c)Jiri Slaby1-3/+1
2006-01-09[PATCH] PCI: pci_find_device remove (sparc64/kernel/ebus.c)Jiri Slaby1-10/+5
2006-01-09[PATCH] PCI: pci_find_device remove (frv/mb93090-mb00/pci-frv.c)Jiri Slaby1-6/+2
2006-01-09[PATCH] PCI: pci_find_device remove (ppc/platforms/85xx/mpc85xx_cds_common.c)Jiri Slaby1-4/+7
2006-01-09[PATCH] PCI: pci_find_device remove (ppc/kernel/pci.c)Jiri Slaby1-10/+11
2006-01-09[PATCH] PCI: pci_find_device remove (alpha/kernel/sys_alcor.c)Jiri Slaby1-1/+2
2006-01-09[PATCH] PCI: pci_find_device remove (alpha/kernel/sys_sio.c)Jiri Slaby1-3/+3
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds154-3662/+23532
2006-01-09powerpc: unbreak iSeries compilation againPaul Mackerras2-1/+5
2006-01-09[PATCH] powerpc: Don't use KERNELBASE in add_memory()Michael Ellerman1-1/+1
2006-01-09powerpc: set CONFIG_PPC_OF=y always for ARCH=powerpcPaul Mackerras3-7/+5
2006-01-09[PATCH] powerpc: DABR exceptions should report the address not the PCAnton Blanchard1-3/+4
2006-01-09[PATCH] ppc64: POWER5+ oprofile supportAnton Blanchard1-2/+2
2006-01-09[PATCH] ppc64: Fix oprofile when compiled as a moduleAnton Blanchard2-80/+50
2006-01-09[PATCH] 4/5 powerpc: Add cpufreq support for all desktop G5Benjamin Herrenschmidt1-47/+449
2006-01-09[PATCH] 3/5 powerpc: Add platform functions interpreterBenjamin Herrenschmidt6-42/+1743
2006-01-09[PATCH] 2/5 powerpc: Rework PowerMac i2c part 2Benjamin Herrenschmidt2-89/+247
2006-01-09[PATCH] 1/5 powerpc: Rework PowerMac i2c part 1Benjamin Herrenschmidt4-348/+730
2006-01-09[PATCH] ppc64: fix time syscallAnton Blanchard2-29/+1
2006-01-09[PATCH] ppc32: Put cache flush routines back into .relocate_code sectionPaul Janzen1-2/+4
2006-01-09[PATCH] spufs: set irq affinity for running threadsArnd Bergmann4-16/+40
2006-01-09[PATCH] spufs: fix sparse warningsArnd Bergmann4-6/+5
2006-01-09[PATCH] spufs: abstract priv1 register access.Arnd Bergmann5-129/+208
2006-01-09[PATCH] spufs: move spu_run call to its own fileArnd Bergmann4-153/+160
2006-01-09[PATCH] spufs: clean up use of bitopsArnd Bergmann4-13/+12
2006-01-09[PATCH] spufs: fix spufs_fill_dir error pathArnd Bergmann1-35/+38
2006-01-09[PATCH] spufs: dont leak directories in failed spu_createArnd Bergmann1-17/+37
2006-01-09[PATCH] spufs fix spu_acquire_runnable error pathArnd Bergmann1-2/+2
2006-01-09[PATCH] spufs: serialize sys_spu_run per spuArnd Bergmann3-5/+12
2006-01-09[PATCH] spufs: check for proper file pointer in sys_spu_runArnd Bergmann3-3/+5
2006-01-09[PATCH] spufs: dont hold root->isem in spu_forgetArnd Bergmann1-10/+10
2006-01-09[PATCH] spufs: fix locking in spu_acquire_runnableArnd Bergmann1-4/+6
2006-01-09[PATCH] cell: enable pause(0) in cpu_idleArnd Bergmann9-7/+314
2006-01-09[PATCH] powerpc: fixing compile issue with !CONFIG_PCI in legacy_serial.cKumar Gala1-1/+11
2006-01-09[PATCH] powerpc: Fix search for the main interrupt controllerHaren Myneni1-6/+9
2006-01-09[PATCH] powerpc: Call find_legacy_serial_ports() if we enable CONFIG_SERIAL_8250Kumar Gala3-4/+3
2006-01-09[PATCH] powerpc: added a udbg_progressKumar Gala2-7/+7
2006-01-09[PATCH] powerpc: Add the ability to handle SOC ports in legacy_serialKumar Gala1-10/+52
2006-01-09[PATCH] powerpc: Loosen udbg_probe_uart_speed sanity checkingKumar Gala1-1/+1
2006-01-09[PATCH] powerpc: don't add memory to empty node/zoneMike Kravetz1-5/+14
2006-01-09[PATCH] powerpc: fix two build warningsArnd Bergmann2-2/+1
2006-01-08[PATCH] Make vm86 support optionalMatt Mackall3-1/+5
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall17-65/+0
2006-01-08[PATCH] tiny: Make x86 doublefault handling optionalMatt Mackall2-1/+4
2006-01-08[PATCH] Make apm buildable without legacy pmDave Jones2-1/+5
2006-01-08[PATCH] Split out screen_info from tty.hBrian Gerst3-41/+2
2006-01-08[PATCH] /dev/mem: validate mmap requestsBjorn Helgaas1-49/+111