aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2005-01-07[PATCH] arch/alpha/Kconfig: Kill stale reference to Documentation/smp.texArthur Othieno1-1/+1
2005-01-07[PATCH] Lock initializer unifying: ALPHAThomas Gleixner2-2/+2
2005-01-07[PATCH] Replace 'numnodes' with 'node_online_map' - alphaMatthew Dobson1-5/+5
2005-01-04[PATCH] Make page allocator aware of requests for zeroed memoryChristoph Lameter1-5/+2
2005-01-04[PATCH] oprofile: update alpha for api changesGreg Banks5-27/+15
2005-01-04[PATCH] fix conflicting cpu_idle() declarationsOleg Nesterov1-3/+0
2005-01-04[PATCH] FRV: Make calibrate_delay() optionalDavid Howells1-0/+4
2004-11-27[NETFILTER]: Remove CONFIG_IP_NF_NAT_LOCAL config optionPatrick McHardy1-1/+0
2004-11-14[PATCH] sparse: add -m64 to CHECKFLAGS on alpha and sparc64Alexander Viro1-1/+1
2004-10-30Make "atomic_dec_and_lock()" a macro.Linus Torvalds2-5/+5
2004-10-23[PATCH] alpha: bootp fixesIvan Kokshaysky5-30/+48
2004-10-23[PATCH] alpha: fix sparse warningsIvan Kokshaysky1-2/+4
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds1-30/+1
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk16-16/+16
2004-10-18Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman3-15/+8
2004-10-18[PATCH] cleanup: move call to update_process_times.Martin Schwidefsky1-0/+3
2004-10-18[PATCH] fix & clean up zombie/dead task handling & preemptionIngo Molnar1-1/+1
2004-10-09[PATCH] alpha: cpu mask fix-ups broke SMP DP264 machines in 2.6.8Ali Saidi1-4/+4
2004-10-05[PATCH] PCI: remove driver private PCI state, 1 arg for pci_{save,restore}_stateRoger Luethi2-3/+2
2004-10-05[PATCH] PCI list_for_each: arch-alpha-kernel-pci.cMaximilian Attems1-11/+5
2004-10-05[PATCH] PCI: remove pci_find_class() usage from arch specific files.Greg Kroah-Hartman1-1/+1
2004-10-05Fix up CHECKFLAGS definitionsLinus Torvalds1-1/+1
2004-09-25[ALPHA] Regenerate defconfig.Richard Henderson1-58/+82
2004-09-25[ALPHA] Turn off GENERIC_IOMAP. Arrange for iomap routinesRichard Henderson4-5/+3
2004-09-22[ALPHA] Implement new ioread interface.Richard Henderson28-462/+527
2004-09-21[ALPHA] Update readb and friends for __iomem.Richard Henderson3-52/+59
2004-09-20[ALPHA] Add __user as necessary to fix sparse warnings.Richard Henderson4-38/+39
2004-09-20[ALPHA] Add compile-time assert concerning rt_sigframe layout.Richard Henderson1-0/+6
2004-09-20[ALPHA] Fix some compiler warnings from gcc 4.Richard Henderson3-19/+20
2004-09-14[ALPHA] Minor updates for cpumask_t.Richard Henderson1-3/+3
2004-09-13[ALPHA] Add waitid.Richard Henderson1-0/+1
2004-09-13[ALPHA] Arrange to return EINTR for sigsuspend on signal path.Richard Henderson1-4/+14
2004-09-13[ALPHA] Check set_fd_set return.Richard Henderson1-3/+4
2004-09-12Add skeleton "generic IO mapping" infrastructure.Linus Torvalds1-0/+4
2004-09-07[PATCH] factor out common <asm/hardirq.h> codeChristoph Hellwig1-1/+0
2004-09-07[PATCH] Convert in-kernel users of EXPORT_SYMBOL_NOVERS() to EXPORT_SYMBOL()Geert Uytterhoeven1-13/+13
2004-09-05Merge bk://are.twiddle.net/axp-2.6Linus Torvalds1-10/+30
2004-09-05[ALPHA] Fix raising of ieee exceptions from userland software.Richard Henderson1-10/+30
2004-09-04[PATCH] out-of-line locks / otherZwane Mwaikambo1-0/+1
2004-08-31[PATCH] alpha csum_partial_copy.c annotationsAlexander Viro1-2/+3
2004-08-31[PATCH] missing includes from irq changesAlexander Viro1-3/+1
2004-08-30[PATCH] fix rusage semanticsRoland McGrath1-12/+4
2004-08-30[PATCH] Fix the unnecessary entropy call in the irq handlerTakashi Iwai1-2/+4
2004-08-30[PATCH] Alpha: generic dma mappingRichard Henderson3-1/+104
2004-08-26[PATCH] consolidate hit count increments in profile_tick()William Lee Irwin III3-31/+4
2004-08-26[PATCH] consolidate prof_cpu_maskWilliam Lee Irwin III2-36/+2
2004-08-25[PATCH] alpha signal race fixesWilliam Lee Irwin III1-5/+4
2004-08-25Merge common signal handling fault handling in generic code.Linus Torvalds1-6/+2
2004-08-23[PATCH] Move param section out of init area, for export of built-in module pa...Rusty Russell1-5/+0
2004-08-23[PATCH] fix some comments about epoch in arch/alpha/kernel/time.cChristoph Hellwig1-1/+1
2004-08-23[PATCH] sched: consolidate CLONE_IDLETASK maskingWilliam Lee Irwin III1-2/+1
2004-08-23[PATCH] don't pass mem_map into init functionsDave Hansen1-1/+1
2004-08-23[PATCH] sched: consolidate init_idle() and fork_by_hand()William Lee Irwin III1-13/+1
2004-08-23[PATCH] sched: cleanup init_idle()Nick Piggin1-2/+0
2004-08-23Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds6-115/+70
2004-08-22Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds5-115/+68
2004-08-22[PATCH] alpha: print the symbol of pc and ra during OopsAneesh Kumar1-0/+2
2004-08-22Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-10/+5
2004-08-23kbuild/all archs: Utilise the cc-* functionsSam Ravnborg1-9/+5
2004-08-19kbuild/all archs: added CHECKFLAGSSam Ravnborg1-1/+1
2004-08-16kconfig/all archs: Introduce Kconfig.debugSam Ravnborg2-103/+60
2004-08-16Merge mars.ravnborg.org:/home/sam/bk/kbuild-mm2Sam Ravnborg1-1/+1
2004-08-16kbuild/all archs: Rename *.lds.s to *.ldsSam Ravnborg1-1/+1
2004-08-15Merge mars.ravnborg.org:/home/sam/bk/kbuild-mmSam Ravnborg1-1/+1
2004-08-11kbuild: Replace host-progs with hostprogs-ySam Ravnborg1-1/+1
2004-08-09[NET]: Kill stray NET_FASTROUTE references.Pawel Sikora1-1/+0
2004-08-04PCI quirks -- other architecturesDavid Woodhouse1-10/+5
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