aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2005-01-04[PATCH] fix conflicting cpu_idle() declarationsOleg Nesterov3-8/+3
2005-01-04[PATCH] FRV: Make calibrate_delay() optionalDavid Howells1-0/+4
2005-01-03[PATCH] kill off highmem_start_pageDave Hansen2-3/+1
2005-01-01[PATCH] sparc32: fix missing handling for VM fault codesWilliam Lee Irwin III1-8/+12
2005-01-01[PATCH] sparc32: arch/sparc/kernel/pcic.c iomem annotationsWilliam Lee Irwin III1-11/+10
2005-01-01[PATCH] sparc32: fix missing return value for svr4_setcontext()William Lee Irwin III1-0/+1
2005-01-01[PATCH] sparc32: sun4d updateWilliam Lee Irwin III3-15/+7
2005-01-01[PATCH] sparc32: fix hypersparc dvmaWilliam Lee Irwin III2-12/+34
2004-12-05[SPARC]: Fix syscall return value errno comparison.David S. Miller1-3/+3
2004-11-27[PATCH] misc sparc iomem annotationsAlexander Viro4-12/+12
2004-11-19[PATCH] sparc io.h annotations and fixesAlexander Viro1-12/+12
2004-11-16Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-2/+2
2004-11-11[PATCH] ebus.c: replace pci_find_device with pci_get_deviceHanna V. Linder1-2/+4
2004-11-10Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-2/+2
2004-11-10[SPARC]: Remove unnecessary pm_idle comment.Eric Brower1-2/+2
2004-11-10[PATCH] sparc32: fix for HyperSPARC DMA errorsBob Breuer2-0/+2
2004-11-07Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds1-15/+13
2004-11-07[PATCH] sparc32: revert sys_setaltrootClemens Buchacher1-1/+1
2004-10-31Re: More patches to arch/sparc/Kconfig [2 of 5]James Nelson1-1/+4
2004-10-31More patches to arch/sparc/Kconfig [4 of 5]James Nelson1-0/+1
2004-10-31More patches to arch/sparc/Kconfig [5 of 5]James Nelson1-3/+3
2004-10-31More patches to arch/sparc/Kconfig [3 of 5]James Nelson1-3/+3
2004-10-31Patch to arch/sparc/Kconfig [1 of 5]James Nelson1-8/+2
2004-10-20[PATCH] sparc32 kconfig fixesAlexander Viro1-0/+1
2004-10-19Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds2-2/+3
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk3-3/+3
2004-10-19[PATCH] copy_thread(): unneeded child_tid initializationOleg Nesterov1-2/+0
2004-10-19[PATCH] vm: convert references to remap_page_range() under arch/ and Document...William Lee Irwin III1-1/+1
2004-10-19[SPARC]: Add entries for recently added system calls.David S. Miller2-2/+3
2004-10-18Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-4/+2
2004-10-18[PATCH] cleanup: move call to update_process_times.Martin Schwidefsky2-0/+7
2004-10-18[PATCH] fix & clean up zombie/dead task handling & preemptionIngo Molnar1-1/+1
2004-10-18[PATCH] fix PTRACE_ATTACH race with real parent's wait callsRoland McGrath1-1/+4
2004-10-18[PATCH] make rlimit settings per-process instead of per-threadRoland McGrath1-1/+1
2004-10-09[PATCH] sparc32: fix warning for changed section attributesClemens Buchacher1-1/+1
2004-10-05[PATCH] PCI list_for_each: arch-sparc-kernel-pcic.cMaximilian Attems1-4/+2
2004-10-05Fix up CHECKFLAGS definitionsLinus Torvalds1-1/+1
2004-09-09[PATCH] Move __preempt_*lock into kernel_spinlock, clean up.Anton Blanchard1-12/+14
2004-09-07[PATCH] cleanup ptrace stops and remove notify_parentRoland McGrath1-5/+2
2004-09-07[PATCH] factor out common <asm/hardirq.h> codeChristoph Hellwig6-6/+0
2004-09-04[PATCH] out-of-line locks / otherZwane Mwaikambo1-0/+1
2004-08-31[SPARC]: Add sys_waitid support.David S. Miller1-1/+1
2004-08-30[PATCH] export more symbols on sparc32Joshua Kwan1-0/+7
2004-08-26[PATCH] Keep sparc32 config consistentTom 'spot' Callaway1-1/+1
2004-08-26[PATCH] consolidate hit count increments in profile_tick()William Lee Irwin III3-30/+3
2004-08-26[PATCH] introduce profile_pc()William Lee Irwin III3-15/+23
2004-08-25[SPARC64]: Use force_{sig,sigsegv}() in sparc signal handling.David S. Miller1-12/+9
2004-08-25[PATCH] signal handling race fixes: sparc and sparc64David S. Miller1-9/+5
2004-08-23[PATCH] Move param section out of init area, for export of built-in module pa...Rusty Russell1-3/+0
2004-08-23[PATCH] sched: consolidate CLONE_IDLETASK maskingWilliam Lee Irwin III1-2/+0
2004-08-23[PATCH] don't pass mem_map into init functionsDave Hansen2-2/+2
2004-08-23[PATCH] sched: sparc32 fixesWilliam Lee Irwin III2-11/+2
2004-08-23[PATCH] sched: consolidate init_idle() and fork_by_hand()William Lee Irwin III1-10/+1
2004-08-23Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds1-0/+2
2004-08-23Merge davem@nuts.davemloft.net:/disk1/BK/sparc-2.6David S. Miller1-0/+2
2004-08-23[SPARC64]: Durrrr, missed signal handling fix from 2.4.xDavid S. Miller1-0/+2
2004-08-23Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds7-88/+54
2004-08-22Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds5-86/+52
2004-08-22[PATCH] sparc: remove undefined symbolWilliam Lee Irwin III2-2/+2
2004-08-22Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-4/+0
2004-08-19kbuild/all archs: added CHECKFLAGSSam Ravnborg1-1/+1
2004-08-16kconfig/all archs: Introduce Kconfig.debugSam Ravnborg2-75/+17
2004-08-16Merge mars.ravnborg.org:/home/sam/bk/kbuild-mm2Sam Ravnborg2-2/+2
2004-08-16kbuild/all archs: Rename *.lds.s to *.ldsSam Ravnborg2-2/+2
2004-08-15Merge mars.ravnborg.org:/home/sam/bk/kbuild-mmSam Ravnborg1-9/+33
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-08kbuild/sparc: Use new generic mksysmap script to generate System.mapSam Ravnborg1-8/+32
2004-08-07[PATCH] sparc32: gcc-3.3 macro parenthesization fix for memcpy.SWilliam Lee Irwin III1-114/+114
2004-08-07[PATCH] sparc32: make CONFIG_SMP depend on CONFIG_BROKENWilliam Lee Irwin III1-0/+1
2004-08-07[PATCH] sparc32: sun4 does not support SMPWilliam Lee Irwin III1-0/+1
2004-08-07[PATCH] sparc32: define cache_decay_ticksWilliam Lee Irwin III1-0/+1
2004-08-07[PATCH] sparc32: remove references to start_secondary()William Lee Irwin III2-2/+0
2004-08-07[PATCH] sparc32: reinstate smp_reschedule_irq()William Lee Irwin III1-0/+5
2004-08-07[PATCH] sparc32: smp_processor_id() BITFIXUP fixesWilliam Lee Irwin III2-4/+4
2004-08-07[PATCH] sparc32: sun4d cpu_present_map is a cpumask_tWilliam Lee Irwin III1-11/+11
2004-08-07[PATCH] sparc32: sparc32 init_idle()William Lee Irwin III3-6/+0
2004-08-07[PATCH] sparc32: turbosparc flush warningsWilliam Lee Irwin III1-6/+2
2004-08-04PCI quirks -- other architecturesDavid Woodhouse1-4/+0
2004-07-20[SPARC]: Fix copy_user.S with gcc 3.3Tom 'spot' Callaway1-38/+38
2004-07-15[PATCH] misc sparse cleanupsAlexander Viro1-0/+1
2004-07-13[PATCH] sparse: missing cpumask_t bits on sparcAlexander Viro2-24/+37
2004-07-12[PATCH] sparse: arch/* NULL noise removalAlexander Viro10-24/+24
2004-07-12[PATCH] sparse: signal annotationAlexander Viro6-17/+17
2004-07-11Merge foobazco.org:/sources/2.5-bkKeith M. Wesolowski6-47/+39
2004-06-26[PATCH] ARM COMMAND_LINE_SIZE build fixRussell King1-0/+1
2004-06-23[PATCH] Make nr_swap_pages a longAndrew Morton1-1/+1
2004-06-23[PATCH] make irqaction use a cpu maskAndrew Morton2-3/+3
2004-06-23[PATCH] Move saved_command_line to init/main.cAndrew Morton2-3/+2
2004-06-17[PATCH] RLIM: add rlimit entry for POSIX mqueue allocationChris Wright1-0/+1
2004-06-15[SPARC]: Report si_addr in SIGINFO more accurately.David S. Miller2-8/+27
2004-06-09[SPARC32]: Fix CONFIG_SUN4 buildKeith M. Wesolowski2-6/+2
2004-06-09[SPARC32]: Move non-PCI DMA definitions out of pgtable.hKeith M. Wesolowski3-1/+3
2004-06-09[SPARC32]: Regenerate defconfigKeith M. Wesolowski1-40/+34
2004-06-09[SPARC]: Consolidate pagetable definitionsKeith M. Wesolowski2-39/+29
2004-06-08[SPARC]: Fix warning for changed section attributesKeith M. Wesolowski1-1/+1
2004-05-31[SPARC]: First stage of sparc32 sparse work.David S. Miller14-242/+291
2004-05-31[SPARC]: Set sparse arch defines explicitly.David S. Miller1-0/+1
2004-05-19[SPARC]: Fix prom_prom_taken[].theres_more setting.Zhenmin Li1-1/+1
2004-05-14[PATCH] Make users of page->count use the provided macrosAndrew Morton1-1/+1
2004-05-09[PATCH] sched: in_sched_functions() cleanupAndrew Morton1-2/+1
2004-05-03[SPARC32]: Reduce fragmentation in the bitmap allocatorKeith M. Wesolowski1-1/+13
2004-05-03[SPARC32]: Trivial reformatting patch for arch/sparc/mm/init.cKeith M. Wesolowski1-3/+2
2004-05-03[SPARC32]: Correct calculation of num_physpagesKeith M. Wesolowski1-5/+15
2004-05-02Merge foobazco.org:/sources/2.5-bkKeith M. Wesolowski2-0/+42
2004-04-25[SPARC32]: Ensure swap entries do not overlap the PRESENT or FILE bits.Keith M. Wesolowski2-0/+42
2004-04-22Merge bk://kernel.bkbits.net/wesolows/sparc32-2.6David S. Miller1-1/+1
2004-04-18Merge master.kernel.org:/home/davem/BK/sparc-2.6Linus Torvalds1-2/+2
2004-04-18[PATCH] sparc32 stack bounds checkingAndrew Morton1-2/+2
2004-04-18[SPARC]: Add MQ syscall support.Jakub JelĂ­nek2-2/+7
2004-04-12Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller4-6/+7
2004-04-11[PATCH] Fix get_wchan() FIXME wrt. order of functionsAndrew Morton4-6/+7
2004-04-02[SPARC]: Add sysctl to control serial console power-off restrictions.Eric Brower1-1/+7
2004-04-02[SPARC32]: Fix wraparound bug in bitmap allocatorKeith M. Wesolowski1-1/+1
2004-03-30[SPARC32]: Regenerate defconfigKeith M. Wesolowski1-78/+225
2004-03-30[SPARC32]: Fix cast-as-lvalueKeith M. Wesolowski1-2/+2
2004-03-30[SPARC32]: Display useful information in the event of a bad trapKeith M. Wesolowski2-8/+7
2004-03-30Merge foobazco.org:/sources/2.5-sparc-modulesKeith M. Wesolowski2-34/+32
2004-03-29[SPARC32]: Update module linking for symbols starting with "."Keith M. Wesolowski2-34/+32
2004-03-27Merge.Keith M. Wesolowski6-27/+15
2004-03-27[SPARC32]: Rename cpuid functionsKeith M. Wesolowski1-1/+1
2004-03-27[SPARC32]: Optimize SMP IPI handlingKeith M. Wesolowski1-15/+3
2004-03-27[SPARC32]: Use model-specific cpuid calls in model-specific codeKeith M. Wesolowski1-2/+2
2004-03-27[SPARC32]: Replace deprecated EXPORT_SYMBOL_NOVERSKeith M. Wesolowski1-30/+25
2004-03-27[SPARC32]: Allow debugging locks to compile againKeith M. Wesolowski2-4/+5
2004-03-27[SPARC32]: Correct init_thread_union section and alignment for gcc 3.3+Keith M. Wesolowski2-5/+4
2004-03-25[SPARC32]: gcc 3.4+ compile fixesKeith M. Wesolowski2-2/+4
2004-03-21Merge foobazco.org:/sources/2.5-bkKeith M. Wesolowski5-34/+23
2004-03-21Merge foobazco.org:/sources/2.5-sparc-smpKeith M. Wesolowski5-34/+23
2004-03-21[SPARC32]: Clean up secondary System.mapKeith M. Wesolowski2-4/+2
2004-03-20[SPARC32]: Support memory starting at physical address other than 0Keith M. Wesolowski5-25/+20
2004-03-18[PATCH] doc. updates/typosAndrew Morton1-2/+2
2004-03-17[SPARC]: NR_SYSCALLS in entry.S needs to be 273.William Lee Irwin III1-1/+1
2004-03-15[SPARC32]: Down with our cpu_offset. Use regular per_cpu instead.Keith M. Wesolowski5-34/+23
2004-03-14[SPARC32]: Fix build; we don't need KERNEL_SYSCALLS but asm/unistd.h is neces...Keith M. Wesolowski1-0/+1
2004-03-14Merge foobazco.org:/sources/2.5-bkKeith M. Wesolowski10-234/+256
2004-03-14[SPARC32]: Also remove num_cpus_possible as was done on sparc64Keith M. Wesolowski1-1/+0
2004-03-14Merge foobazco.org:/sources/2.5-bkKeith M. Wesolowski10-234/+257
2004-03-14[SPARC32]: Rework the CPU enumeration and probing codeKeith M. Wesolowski10-234/+257
2004-03-13[PATCH] DMA: Fill gaping hole in DMA API interfaces.Andrew Morton2-11/+69
2004-03-13[PATCH] further __KERNEL_SYSCALLS__ removalAndrew Morton4-11/+0
2004-03-11[PATCH] Clean up sys_ioperm stubsAndrew Morton1-5/+0
2004-03-06Merge bk://kernel.bkbits.net/wesolows/sparc32-2.6David S. Miller1-1/+2
2004-03-05[SPARC32]: Avoid an oops if thread_info allocation failsKeith M. Wesolowski1-1/+2
2004-03-04[SPARC]: Pass a real page into do_mount() a final arg.David S. Miller1-3/+12
2004-03-04[SPARC]: Add stack usage instrumentationKeith M. Wesolowski3-4/+45
2004-03-04Merge foobazco.org:/sources/2.5-bkKeith M. Wesolowski3-1/+6
2004-02-29SPARC/m68k: Remove sun_setup_serial references, which is already gone.Ben Collins1-1/+0
2004-02-26Merge foobazco.org:/sources/2.5-sparc-smpKeith M. Wesolowski3-1/+6
2004-02-26[SPARC]: Move ptrace_signal_deliver() implementation out of header file.David S. Miller1-0/+24
2004-02-24[PATCH] add syscalls.hAndrew Morton4-29/+6
2004-02-23[SPARC32]: Small SMP build fixesKeith M. Wesolowski3-1/+6
2004-02-22Merge davem@nuts.davemloft.net:/disk1/BK/sparc-2.6David S. Miller2-4/+4
2004-02-22[PATCH] rename shmat to make it clear it isn't a system call entrypointManfred Spraul2-4/+4
2004-02-21[SPARC32]: Remove cli/sti from all arch code.Keith M. Wesolowski10-320/+213
2004-02-21[SPARC32]: Remove use of PF_USEDFPUKeith M. Wesolowski2-11/+11
2004-02-19Merge kernel.bkbits.net:/home/repos/linux-2.5Keith M. Wesolowski33-476/+479
2004-02-19Merge ssh://kernel.bkbits.net/sparc32-2.6Keith M. Wesolowski30-471/+425
2004-02-19[SPARC32]: Nuke a.out build cruftKeith M. Wesolowski30-471/+425
2004-02-18[PATCH] add clock_was_set() to all architecturesAndrew Morton1-0/+1
2004-02-18[PATCH] snprintf fixesAndrew Morton1-1/+1
2004-02-17[SPARC32] Uninline atomic_t functions to save space.Keith M. Wesolowski3-5/+54
2004-02-13[SPARC32]: Mask PIL in local_irq operations.Keith M. Wesolowski3-8/+65
2004-02-13[SPARC32]: Take parisc atomic_t implementation so they are full 32-bits.Keith M. Wesolowski4-18/+21
2004-02-12[WATCHDOG] v2.6.2 arch-[m68k/sparc/sparc64]-Kconfig-patchWim Van Sebroeck1-14/+1
2004-02-06[SPARC32]: Fix sparc32 module support.Keith M. Wesolowski2-18/+34
2004-02-01[SPARC32]: Kill spurious newline in dmesg outputKeith M. Wesolowski1-1/+0
2004-02-01[SPARC32]: Copy full soft PMD in vmalloc fault handler.Keith M. Wesolowski1-1/+1
2004-02-01[SPARC32]: Align pkmap properly.Keith M. Wesolowski1-20/+0
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-08[SPARC]: Use spinlock to protect IRQ action management.Keith M. Wesolowski1-8/+11
2004-01-08[SPARC]: Fix PMD masking in SRMMU code.Keith M. Wesolowski2-4/+3
2004-01-06[SPARC32]: Use drivers/block/KconfigMatthew Wilcox1-132/+3
2004-01-05[SPARC32]: Fix BUG on swapout on srmmu systems.Keith M. Wesolowski8-59/+76
2003-12-29[PATCH] Check for preemption in kunmap_atomic()Andrew Morton1-0/+3
2003-12-29[SPARC32]: Fix build after show_interrupts() changes.David S. Miller1-2/+3
2003-12-29Merge nuts.ninka.net:/disk1/davem/BK/sparcwork-2.6David S. Miller5-65/+98
2003-12-29[PATCH] seq_file version of /proc/interruptsAndrew Morton2-4/+4
2003-12-29[SPARC]: Fix serial console selection.Keith M. Wesolowski1-60/+80
2003-12-29[SPARC32]: Enable KALLSYMS.Keith M. Wesolowski4-5/+18
2003-12-28[SPARC]: Get sun4c functional again in 2.6.0Pete Zaitcev14-75/+55
2003-12-24Cset exclude: wesolows@foobazco.org|ChangeSet|20031222074047|57357David S. Miller1-2/+1
2003-12-21[sparc] Fix display errors on HIGHMEM and Zilog addresses.Keith M. Wesolowski1-1/+2
2003-11-29[SPARC]: When sun4c OOPSes, do not watchdog reset by accident.Pete Zaitcev1-0/+6
2003-11-25[SPARC]: Add stub sched_clock() implementation.Pete Zaitcev1-0/+9
2003-11-19[SPARC]: Add missing symbol exports, this is fallout from kernel/ksyms.c bein...Thomas Habets1-0/+4
2003-11-19[SPARC]: Port over cset 1.1459 x86 gettimeofday fix.David S. Miller2-14/+24
2003-11-17[SPARC]: Update to changeset 1.1445 version of signal fix.David S. Miller1-6/+3
2003-11-13[SPARC]: Port over x86 signal bugfix in cset 1.1431.David S. Miller1-2/+7
2003-10-27[SPARC]: Add AIO syscalls, 32-bit compat handling will come later.David S. Miller2-2/+6
2003-10-22[SPARC]: Fix do_gettimeofday() as per cset 1.1347.1.17David S. Miller2-0/+18
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo6-1/+31
2003-10-04[SPARC]: Reserve syscall slot for VSERVER.David S. Miller2-3/+3
2003-09-25[NET]: Consolidate ax25/isdn/bluetooth Kconfig inclusion.Christoph Hellwig1-5/+0
2003-09-24Manual merge of Kconfig file module commentsLinus Torvalds1-34/+15
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell1-34/+15
2003-09-22[PATCH] prepare for 32-bit dev_t: mknod()/ustat()Alexander Viro1-1/+1
2003-09-19[SPARC]: Down with P3's in srmmu.cPete Zaitcev1-7/+0
2003-09-19[SPARC]: One more multi-line string, from Rob Radez.Pete Zaitcev1-5/+5