aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] alpha: print the symbol of pc and ra during OopsAneesh Kumar1-0/+2
2004-08-09[NET]: Kill stray NET_FASTROUTE references.Pawel Sikora1-1/+0
2004-08-01[PATCH] Canonically reference files in Documentation/ code comments partAdrian Bunk1-1/+1
2004-07-14Merge kanga.twiddle.home:/home/rth/work/linux/linus-2.6Richard Henderson3-15/+23
2004-07-14[ALPHA] Pass pt_regs as pointer to execve and sigprocmask syscalls.Richard Henderson3-15/+23
2004-07-12[PATCH] sparse: signal annotationAlexander Viro4-14/+14
2004-07-12[PATCH] sparse: alpha sparse infrastructureAlexander Viro3-3/+4
2004-07-12[PATCH] sparse: alpha NULL noise removalAlexander Viro6-10/+10
2004-07-10[PATCH] alpha: print the symbol name in OopsAneesh Kumar1-2/+5
2004-06-29[PATCH] Fix Alpha compilationPeter Chubb1-1/+0
2004-06-26[PATCH] ARM COMMAND_LINE_SIZE build fixRussell King1-0/+1
2004-06-26[PATCH] knfsd: mark NFS/TCP server not EXPERIMENTALNeil Brown1-1/+1
2004-06-23[PATCH] Make nr_swap_pages a longAndrew Morton2-2/+2
2004-06-23[PATCH] make irqaction use a cpu maskAndrew Morton1-1/+1
2004-06-23[PATCH] alpha: cpumask fixupsAndrew Morton5-87/+40
2004-06-23[PATCH] Move saved_command_line to init/main.cAndrew Morton1-1/+0
2004-06-17[PATCH] RLIM: add rlimit entry for POSIX mqueue allocationChris Wright1-0/+1
2004-06-17[PATCH] alpha: fix discontigmem+initrd buildRichard Henderson1-2/+2
2004-05-30[PATCH] sparse alpha: the rest of itAlexander Viro4-5/+8
2004-05-30[PATCH] sparse alpha: utimes()Alexander Viro1-15/+1
2004-05-30[PATCH] sparse alpha: trivial parts of __user annotationAlexander Viro4-98/+97
2004-05-30[PATCH] sparse alpha: #if abusesAlexander Viro3-8/+8
2004-05-30[PATCH] sparse alpha: long constantsAlexander Viro8-17/+17
2004-05-30[PATCH] sparse alpha: beginning of __user annotationAlexander Viro1-8/+9
2004-05-29[PATCH] sparse: misc ->read()/->write() __user annotationAlexander Viro2-4/+4
2004-05-24[PATCH] fix PCI bridge swizzle on takara and eigerIvan Kokshaysky2-21/+18
2004-05-24[PATCH] compile fix for mm/init.cIvan Kokshaysky1-1/+1
2004-05-24[PATCH] fix NUMA buildIvan Kokshaysky1-1/+1
2004-05-24[PATCH] fix system clock on ruffianIvan Kokshaysky1-2/+5
2004-05-21[PATCH] fix sendfile on 64bit architecturesAndrew Morton1-1/+1
2004-05-19[PATCH] Fix for Makefiles to get KBUILD_OUTPUT workingAndrew Morton1-3/+3
2004-05-18[PATCH] alpha fp-emu vs module refcountingRichard Henderson3-11/+5
2004-05-15[PATCH] alpha: fix GP-load symbol linkageRichard Henderson1-0/+4
2004-05-10[PATCH] CLOCK_TICK_RATE: introduce asm-*/8253pit.h, #define PIT_TICK_RATE con...Andrew Morton1-4/+4
2004-05-10[PATCH] Warn when smp_call_function() is called with interrupts disabledAndrew Morton1-0/+3
2004-05-09[PATCH] sched: in_sched_functions() cleanupAndrew Morton1-7/+1
2004-04-30[ALPHA] Add message queue syscalls.Richard Henderson1-0/+10
2004-04-21[PATCH] dynamic proc cleanupsAndrew Morton1-9/+5
2004-04-21[PATCH] remove show_trace_task()Andrew Morton1-12/+0
2004-04-11[PATCH] eliminate nswap and cnswapAndrew Morton1-3/+0
2004-04-11[PATCH] Fix get_wchan() FIXME wrt. order of functionsAndrew Morton3-6/+6
2004-04-11[PATCH] Fix unaligned stxncpy againIvan Kokshaysky2-2/+2
2004-04-02[ALPHA] DISCONTIGMEM fixRichard Henderson1-2/+4
2004-04-02[ALPHA] Detect and export cache shapes to userland.Richard Henderson1-4/+218
2004-04-02[ALPHA] Use __attribute_used__.Richard Henderson1-1/+1
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr1-1/+1
2004-03-30[PATCH] Alpha: UP1500 pci_mem fixRichard Henderson1-3/+5
2004-03-27[PATCH] remove unused CONFIG_DMA_NONPCIBartlomiej Zolnierkiewicz1-1/+0
2004-03-19[ALPHA] Update defconfig.Richard Henderson1-137/+308
2004-03-18[TRIVIAL] Tighten sanity in time_init to 250 ppm.Richard Henderson1-4/+6
2004-03-18[ALPHA] Streamline opDEC_check and the actual fixup bits in do_entIF.Richard Henderson1-41/+36
2004-03-17[TRIVIAL] Remove x86 instructions on alpha.Richard Henderson1-13/+2
2004-03-17[TRIVIAL] Miata url update.Richard Henderson1-1/+1
2004-03-17[ALPHA] Fix build in alpha_ksyms.c.Richard Henderson1-0/+3
2004-03-13[PATCH] further __KERNEL_SYSCALLS__ removalAndrew Morton2-6/+0
2004-03-09[ALPHA] Add stat64 syscalls.Richard Henderson1-0/+3
2004-03-07[ALPHA] Fix gcc 3.4 build problems.Richard Henderson4-51/+53
2004-03-07[ALPHA] Fix compressed bootp.Richard Henderson1-0/+12
2004-03-06[PATCH] alpha ptrace race fixAndrew Morton1-1/+1
2004-03-02[PATCH] Alpha: switch semaphores to PPC schemeIvan Kokshaysky1-121/+79
2004-02-25[PATCH] switch alpha to use drivers/KconfigJakub Bogusz1-40/+1
2004-02-24[PATCH] add syscalls.hAndrew Morton3-5/+3
2004-02-22[PATCH] rename shmat to make it clear it isn't a system call entrypointManfred Spraul1-1/+1
2004-02-19Merge kroah.com:/home/linux/BK/bleed-2.6Greg Kroah-Hartman1-18/+0
2004-02-18[PATCH] add clock_was_set() to all architecturesAndrew Morton1-0/+1
2004-02-18[PATCH] Rename bitmap_snprintf() and cpumask_snprintf() to *_scnprintf()Andrew Morton1-2/+2
2004-02-17[PATCH] move CONFIG_HOTPLUG to init/KconfigBartlomiej Zolnierkiewicz1-18/+0
2004-02-12[PATCH] Alpha: fix "extern inline" logic for core IO functionsAndrew Morton11-90/+55
2004-02-04[PATCH] remove CONFIG_IDEDMA_PCI_WIPBartlomiej Zolnierkiewicz1-1/+0
2004-02-03[PATCH] oprofile, typo in alpha driverAndrew Morton1-1/+1
2004-01-20Merge bk://are.twiddle.net/axp-2.6Linus Torvalds1-21/+14
2004-01-19[PATCH] sort exception tablesPaul Mackerras1-0/+5
2004-01-19[PATCH] Kconfig: use range for NR_CPUSAndrew Morton1-0/+1
2004-01-19[PATCH] Relocation overflow with modules on AlphaAndrew Morton1-1/+1
2004-01-15[ALPHA] Tidy buglets in sigreturn paths:Richard Henderson1-21/+14
2003-12-29[PATCH] new /proc/irq cpumask format; consolidate cpumask display and input codeAndrew Morton1-5/+8
2003-12-29[PATCH] seq_file version of /proc/interruptsAndrew Morton1-14/+17
2003-10-27[PATCH] Fix alpha "white box" bootJay Estabrook1-0/+15
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo7-0/+35
2003-10-04[PATCH] EISA_bus cleanupAndrew Morton2-15/+6
2003-10-01[PATCH] memory writeback/invalidation fixesAndrew Morton3-3/+3
2003-10-01[PATCH] Alpha cypress CPU frequency calibrationIvan Kokshaysky1-10/+7
2003-10-01[PATCH] for Alpha against 2.6.0-test6Jay Estabrook4-3/+23
2003-09-25[NET]: Consolidate ax25/isdn/bluetooth Kconfig inclusion.Christoph Hellwig1-4/+0
2003-09-20[PATCH] Move EISA_busMatthew Wilcox1-0/+3
2003-09-09[PATCH] tidy up lib/inflate.c error messagesAndrew Morton1-3/+3
2003-09-07[PATCH] CONFIG_64BITMatthew Wilcox1-0/+3
2003-08-31[PATCH] kill CONFIG_KCORE_AOUTAndrew Morton1-34/+0
2003-08-31[PATCH] c99 struct initialiser conversionsAndrew Morton1-6/+6
2003-08-20PCI: added the pci_pretty_name() macro to pci.h as 2 arches already had it.Greg Kroah-Hartman1-7/+0
2003-08-18[PATCH] cpumask_t: allow more than BITS_PER_LONG CPUsAndrew Morton1-4/+4
2003-08-17Merge bk://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds2-1/+1
2003-08-17[ALPHA] Update for "name" out of struct device.Richard Henderson1-1/+8
2003-08-16[ALPHA] Fix stxncpy zapping bytes outside the string.Richard Henderson2-14/+14
2003-08-16[ALPHA] Convert DEBUG_MCHECK define to runtime variable.Richard Henderson8-35/+111
2003-08-16[ALPHA] Forward port SRM restore code from 2.4.Richard Henderson8-70/+253
2003-08-16[ALPHA] Corrected testing for peer PCI bus root.Richard Henderson6-10/+7
2003-08-15[ALPHA] Fix whitespace.Richard Henderson1-1/+1
2003-08-15[ALPHA] Disable some printks in bootp.Richard Henderson1-1/+20
2003-08-06Merge bk://are.twiddle.net/axp-2.5Linus Torvalds23-625/+2480
2003-08-06[ALPHA] Enhanced EV6/EV7 error management.Richard Henderson7-589/+1732
2003-08-06[ALPHA] Fix RTC init for LYNX.Richard Henderson1-1/+3
2003-08-06[ALPHA] IRQ updates to match x86 changes.Richard Henderson1-9/+14
2003-08-06[PATCH] Add do_setitimer prototype to linux/time.hAndrew Morton1-2/+0
2003-08-05kbuild: Move generation of vmlinux.lds.s into arch/.../kernelKai Germaschewski2-1/+1
2003-08-04[ALPHA] Disable Wildfire, Titan, Marvel if !LEGACY_START_ADDRESS.Richard Henderson2-8/+21
2003-08-04[ALPHA] Compressed kernel bootp images.Richard Henderson5-6/+694
2003-08-04[ALPHA] Fix remaining pci bus conversion.Richard Henderson1-1/+1
2003-08-03Merge kanga.(none):/home/rth/work/linux/linus-2.5Richard Henderson7-11/+15
2003-08-02[PATCH] move "config SOUND" to sound/KconfigBartlomiej Zolnierkiewicz1-34/+0
2003-08-02[PATCH] ide: kill no longer used CONFIG_BLK_DEV_NFORCEBartlomiej Zolnierkiewicz1-1/+0
2003-08-02[PATCH] ide: kill no longer used CONFIG_BLK_DEV_IDE_MODESBartlomiej Zolnierkiewicz1-1/+0
2003-08-01[PATCH] janitor: convert to pci_name()Randy Dunlap1-2/+2
2003-07-31[PATCH] alpha: pci domains updateIvan Kokshaysky7-11/+15
2003-07-27Merge germaschewski.name:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski1-0/+9
2003-07-25[PATCH] usr/: Updated .incbin supportSam Ravnborg1-1/+0
2003-07-21Hand mergedKai Germaschewski2-1/+9
2003-07-20Merge kanga.twiddle.net:/home/rth/work/linux/linus-2.5Richard Henderson1-7/+52
2003-07-17Manual mergeLinus Torvalds1-1/+1
2003-07-17[PATCH] alpha illegal->invalidAlan Cox1-1/+1
2003-07-16[PATCH] remove all #include <blk.h>'sAdrian Bunk1-3/+0
2003-07-16[ALPHA] Do ISO C90 strncpy buffer zeroing.Richard Henderson1-7/+52
2003-07-12[ALPHA] Remove SBUS & MCA from alpha Kconfig.Richard Henderson1-11/+0
2003-07-12Merge kanga.twiddle.net:/home/rth/work/linux/linus-2.5Richard Henderson1-0/+1
2003-07-12[ALPHA] Add tgkill syscall.Richard Henderson1-0/+1
2003-07-10[PATCH] wall_to_monotonic initialization fixes forAndrew Morton1-19/+8
2003-07-02[PATCH] NUMA memory reporting fixAndrew Morton1-2/+2
2003-06-30Merge ssh://are/BK/axp-2.5Richard Henderson1-3/+6
2003-06-30[ALPHA] Fix SETTLS -- read TLS value to install before clobbering it.Richard Henderson1-3/+6
2003-06-29[ALPHA] Set HAE-4 for SABLE/LYNXIvan Kokshaysky1-4/+11
2003-06-27[ALPHA] Set wall_to_monotonic on timer_init and settimeofday.Richard Henderson1-0/+13
2003-06-27[ALPHA] No, really fix memset. Really.Richard Henderson1-0/+1
2003-06-26Merge http://linux-isdn.bkbits.net/linux-2.5.makeKai Germaschewski2-1/+9
2003-06-26Merge kanga.twiddle.net:/home/rth/work/linux/linus-2.5Richard Henderson2-6/+3
2003-06-26[ALPHA] Define memset via symbol copy for ev6 as well.Richard Henderson2-6/+3
2003-06-26[PATCH] [KCONFIG] Make cdrom Kconfig selfcontainedMatthew Wilcox1-34/+0
2003-06-25[PATCH] Make SCSI selfcontainedMatthew Wilcox1-25/+0
2003-06-24Merge http://linux-sam.bkbits.net/kbuildKai Germaschewski2-1/+9
2003-06-23Merge bk://linux-sam.bkbits.net/kbuildSam Ravnborg2-1/+9
2003-06-21kbuild: Added CONFIG_DEBUG_INFOSam Ravnborg1-0/+9
2003-06-20[PATCH] show_stack() portability and cleanup patchAndrew Morton1-2/+2
2003-06-20[PATCH] Add system calls statfs64 and fstatfs64Andrew Morton1-4/+3
2003-06-18Merge bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds1-0/+2
2003-06-18DRIVER: add drivers/base/Kconfig to all arch main Kconfig files.Greg Kroah-Hartman1-0/+2
2003-06-18[ALPHA] Implement execve entirely in assembly. Force KSP toRichard Henderson2-16/+47
2003-06-18[ALPHA] Fix memmove/memset GP interaction.Richard Henderson1-1/+9
2003-06-18[PATCH] alpha oprofile fixIvan Kokshaysky1-1/+1
2003-06-18[PATCH] alpha srmcons fixIvan Kokshaysky1-0/+1
2003-06-19usr: Create objectfile for usr filesystem using .incbinSam Ravnborg1-1/+0
2003-06-17[PATCH] Consolidate Kconfigs for binfmtsMatthew Wilcox1-97/+1
2003-06-15[PATCH] alpha osf_settimeofday fixIvan Kokshaysky1-4/+5
2003-06-14[PATCH] alpha: fix do_settimeofday() for new APIAndrew Morton1-14/+19
2003-06-14[PATCH] ide: move "config IDE" to drivers/ide/KconfigBartlomiej Zolnierkiewicz1-60/+0
2003-06-13[PATCH] lsm: Early init for security modules (1/4)Chris Wright1-0/+3
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-12/+22
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-8/+0
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-2/+0
2003-06-10[PATCH] PCI domains warningIvan Kokshaysky1-1/+1
2003-06-09[PATCH] PCI: domain support for sysfsMatthew Wilcox2-8/+4
2003-06-08[ALPHA] Fixup fallout from force_successful_syscall_return change.Richard Henderson2-1/+3
2003-06-08[ALPHA] Fix missed __ex_table to conversion to pc-relative relocs.Richard Henderson2-42/+42
2003-06-08[ALPHA] Implement bcopy.Richard Henderson1-0/+9
2003-06-07Merge kanga.twiddle.net:/home/rth/work/linux/linus-2.5Richard Henderson1-0/+1
2003-06-07[PATCH] all archs: Replace O_TARGET with lib-ySam Ravnborg1-4/+2
2003-06-05[PATCH] IRQs: fix up irq_desc initialisation for non-ia32Andrew Morton1-1/+4
2003-06-05Merge kanga.twiddle.net:/home/rth/work/linux/linus-2.5Richard Henderson1-0/+1
2003-06-05[ALPHA] Add semtimedop syscall.Richard Henderson1-0/+1
2003-06-04Merge bk://are.twiddle.net/axp-2.5Linus Torvalds3-4/+13
2003-06-04[ALPHA] Add posix timer and clock syscalls.Richard Henderson1-0/+9
2003-06-04[PATCH] compile fix for agp_memory struct definitition changeJeff Wiedemeier2-4/+4
2003-06-04[PATCH] PCI: remove usage of pci_for_each_dev() in arch/alpha/kernel/sys_sio.cGreg Kroah-Hartman1-2/+2
2003-05-27[PATCH] alpha: single-step breakpoints - updated fixIvan Kokshaysky2-2/+5
2003-05-27[PATCH] alpha: typo in EISA bridge detectionIvan Kokshaysky1-1/+1
2003-05-27[PATCH] alpha: fix panic on smp boot (fork_by_hand)Ivan Kokshaysky1-7/+4
2003-05-25[PATCH] arch/* strlcpy conversionBen Collins1-3/+2
2003-05-25[PATCH] Change mmu_gathers into per-cpu dataAndrew Morton1-1/+1
2003-05-21[AGPGART] Make alpha AGP work again.Dave Jones2-2/+0
2003-05-19[ALPHA] Update for do_fork changes.Richard Henderson2-11/+11
2003-05-19[ALPHA] Fix single-step breakpoints.Richard Henderson1-7/+7
2003-05-12[PATCH] implement module_arch_cleanup() in all architecturesAndrew Morton1-0/+5
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole3-3/+3
2003-05-10[ALPHA] Fix titan_intr_nop for 2.5 irq api changes.Richard Henderson1-1/+2
2003-05-03[PATCH] OProfile updateJohn Levon1-1/+2
2003-05-03[PATCH] OProfile updateJohn Levon1-1/+1
2003-04-26[PATCH] fix iomem_resourceMatthew Wilcox5-5/+0
2003-04-24[PATCH] console cleanup (2/2)Alexander Viro1-4/+4
2003-04-20[PATCH] Convert Alpha to the new 2.5 IRQ APIMarc Zyngier3-4/+9
2003-04-20[PATCH] replace URLs in KconfigRandy Dunlap1-6/+6
2003-04-20MergeLinus Torvalds3-8/+3
2003-04-20[PATCH] initrd.hChristoph Hellwig3-8/+3
2003-04-20[PATCH] use __GFP_REPEAT in pte_alloc_one()Andrew Morton1-11/+1
2003-04-14[ALPHA] Elide cabriolet_init_irq for CONFIG_ALPHA_PC164.Richard Henderson1-0/+2
2003-04-14[ALPHA] Include module.h for EXPORT_SYMBOL.Matt Reppert1-0/+1
2003-04-14[PATCH] alpha: lynx supportIvan Kokshaysky6-263/+744
2003-04-14[PATCH] alpha: move_initrd fix (from Jeff Wiedemeier)Ivan Kokshaysky1-1/+1
2003-04-12[PATCH] Put all functions in kallsymsAndrew Morton1-1/+5
2003-04-07[PATCH] alpha typos part 2Alan Cox4-5/+5
2003-04-07[PATCH] alpha typos part 1Alan Cox4-4/+4
2003-04-04[PATCH] bk - fix oprofile for pm driver registerJohn Levon1-0/+6
2003-03-30[SOFTIRQ]: Move softirq implementation to common area, add debug check.David S. Miller2-2/+0