Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-29 | rm9000_init() really is __init code. | Ralf Baechle | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Use preempt_schedule_irq. | Ralf Baechle | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | More oprofile bits for MIPS32-style performance counters. The code to | Ralf Baechle | |
bolt this into the actual hardware interrupt is yet missing from this commit. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> FEXPORT(ret_from_fork) | |||
2005-10-29 | It works better when including arch/mips/sgi-ip27/Kconfig ... | Ralf Baechle | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Move missplaced code line to the right place. | Ralf Baechle | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Use hardware mechanism to deal with cache aliases in the 24K. | Ralf Baechle | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Remove old wrong bits of cache code. | Ralf Baechle | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Clean up SEAD interrupt initialization. | Maciej W. Rozycki | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Mask and ack CPU interrupts upon initialization. Keep the state | Maciej W. Rozycki | |
of software interrupts when unmasking. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Move Sibyte Kconfig stuff into it's own Kconfig. | Ralf Baechle | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Replace deprecated interruptible_sleep_on() function call with direct | Ralf Baechle | |
wait-queue usage. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Update descriptions for MIPS Technologies evaluation boards. | Maciej W. Rozycki | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Reenable EARLY_PRINTK for the DECstation. | Maciej W. Rozycki | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Formatting fixes. | Maciej W. Rozycki | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Fixes for system controllers for Atlas/Malta core cards. | Maciej W. Rozycki | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Actually route cPCI interrupts. Update inaccurate comments. | Maciej W. Rozycki | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | Ralf Baechle | |
Fix TASK_SIZE for 32-bit processes on 64-bit kernels. | |||
2005-10-29 | Fix register layout in o32 core dumps on 64-bit systems. | Ralf Baechle | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Get rid of early_init. There's more need to make this form of | Ralf Baechle | |
initialization actually useful and as is certainly unmergable with upstream. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Dummy ISA DMA functions for systems that don't have ISA but share | Ralf Baechle | |
drivers with ISA such as legacy free PCI. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Fix build with SMP disabled and preemption enabled. | Ralf Baechle | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Move the invalid pmd and pte tables from .data to .bss. Fix alignment. | Thiemo Seufer | |
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Remove unused arguments from preempt_{start,stop}/local_irq_{en,dis}able. | Thiemo Seufer | |
Don't clobber the preloaded TI_FLAGS in a2 needlessly. Unexport local functions. Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | Fix typos and formatting. | Thiemo Seufer | |
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | De-optimize and decomplicate the spurious interrupt handler. | Thiemo Seufer | |
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2005-10-29 | [PATCH] type fix in arm/boot/compressed/misc.c | Al Viro | |
spot the typo... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | |||
2005-10-29 | [PATCH] missing exports of do_settimeofday() variants | Al Viro | |
frv, sh64, ia64 and sparc64 do not have do_settimeofday() exported (the last two are using variant in kernel/time.c). Exports added to match the rest of architectures. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | |||
2005-10-28 | Merge branch 'release' of ↵ | Linus Torvalds | |
git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 | |||
2005-10-28 | [IA64] fix warning unused variable `g' | Tony Luck | |
4ac0068f44f192f2de95a7bb36df3e19767a45fb forgot to delete the declaration of this variable which is no longer used. Signed-off-by: Tony Luck <tony.luck@intel.com> | |||
2005-10-28 | [PATCH] PCI fixup for Toshiba laptops and ohci1394 | Jesse Barnes | |
This is a fix for a bug I see on my Toshiba laptop, where the ohci1394 controller gets initialized improperly. The patch adds two PCI fixups to arch/i386/pci/fixup.c, one that happens early on to cache the value of the PCI_CACHE_LINE_SIZE config register, and another that later restores the value, along with a valid IRQ number and some BAR values. I've tested it on my laptop, and it prevents me from running into what I consider to be a major bug: IRQ 11 is disabled by the IRQ debug code, causing my wireless to break. Thanks to Rob for the original patch to ohci1394.c and Stefan for lots of proofreading (and a last minute bug caught in review!) and additional information collection. I think the DMI system list is correct, but we may need to add some more PCI IDs to the PCI_FIXUP macros over time. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-10-28 | Pull optimize-ptrace-threads into release branch | Tony Luck | |
2005-10-28 | Pull fix-slow-tlb-purge into release branch | Tony Luck | |
2005-10-28 | Pull fix-bte-copy into release branch | Tony Luck | |
2005-10-28 | Pull xpc-disengage into release branch | Tony Luck | |
2005-10-28 | Pull for-each-cpu into release branch | Tony Luck | |
2005-10-28 | Pull asm-slot-fix into release branch | Tony Luck | |
2005-10-28 | Pull proc-cpuinfo-siblings into release branch | Tony Luck | |
2005-10-28 | Pull big-sim-disk into release branch | Tony Luck | |
2005-10-28 | Pull sparsemem-v5 into release branch | Tony Luck | |
2005-10-28 | Pull new-efi-memmap into release branch | Tony Luck | |
2005-10-28 | Pull define-node-cleanup into release branch | Tony Luck | |
2005-10-28 | Pull sn_pci_legacy_read-write into release branch | Tony Luck | |
2005-10-28 | Pull acpi-produce-consume into release branch | Tony Luck | |
2005-10-28 | Pull update-default-configs into release branch | Tony Luck | |
2005-10-28 | Pull move-iosapic-to-acpi into release branch | Tony Luck | |
2005-10-28 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | |
2005-10-28 | Pull ar-k0-usage into release branch | Tony Luck | |
2005-10-28 | Pull 1024-cpu into release branch | Tony Luck | |
2005-10-28 | Pull hp-machvec into release branch | Tony Luck | |
2005-10-28 | Pull altix-mmr into release branch | Tony Luck | |