aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64
AgeCommit message (Expand)AuthorFilesLines
2005-01-14[PATCH] Make compat_rt_sigtimedwait conformMatthew Wilcox1-1/+1
2005-01-13[SPARC64]: Fix brainfart in pci_psycho.cGrant Grundler1-3/+3
2005-01-13[SPARC64]: Make first arg to find_next_zero_bit() const.Andrew Morton1-2/+3
2005-01-12Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller4-22/+18
2005-01-11[PATCH] do_brk() needs mmap_sem write-lockedMarcelo Tosatti1-0/+12
2005-01-11[PATCH] easily tweakable comm lengthPrasanna Meda1-1/+1
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky1-2/+4
2005-01-09[SPARC64]: Remove x86-specific help in arch/sparc64/KconfigDomen Puncer1-8/+2
2005-01-09[SPARC64]: Check copy_to_user() return value in sys_{sparc,sunos}32.cRoland Dreier2-3/+6
2005-01-09[SPARC64]: Update defconfig.David S. Miller1-11/+10
2005-01-07[PATCH] remove the BKL by turning it into a semaphoreIngo Molnar1-1/+1
2005-01-04[PATCH] Make page allocator aware of requests for zeroed memoryChristoph Lameter1-2/+1
2005-01-04Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds1-3/+1
2005-01-05Merge davem@nuts.davemloft.net:/disk1/BK/sparc-2.6David S. Miller1-3/+1
2005-01-04[SPARC64]: We really do need to mask the start/end args to flush_tlb_pgtables().David S. Miller1-3/+1
2005-01-04Merge bk://drm.bkbits.net/drm-linusLinus Torvalds1-1/+1
2005-01-04[PATCH] oprofile: update sparc64 for api changesGreg Banks1-4/+1
2005-01-04[PATCH] fix conflicting cpu_idle() declarationsOleg Nesterov1-4/+4
2005-01-04[PATCH] compat: sigtimedwaitZou Nanhai3-97/+12
2005-01-04[PATCH] sys_stime needs a compat functionMartin Schwidefsky1-2/+2
2005-01-04[PATCH] Fix usage of setup_arg_pages() in IA64, MIPS, S390 and Sparc64David Howells1-1/+1
2005-01-04[PATCH] FRV: Make calibrate_delay() optionalDavid Howells1-0/+4
2005-01-03drm: mark ffb as broken because it actually isDave Airlie1-1/+1
2004-12-27[SPARC64]: Include infiniband driver config and update defconfig.David S. Miller2-4/+26
2004-12-27[SPARC64]: Fix typo in previous change, s/IS_SOCK/S_ISSOCK/David S. Miller1-1/+1
2004-12-27[SPARC64]: Stop referencing i_sock directly.Matthew Wilcox3-7/+5
2004-12-14Merge nuts.davemloft.net:/disk1/BK/network-2.6.11David S. Miller1-1/+0
2004-12-08[SPARC]: Adjust 32-bit ELF_ET_DYN_BASE.David S. Miller1-1/+1
2004-12-08[SPARC64]: Update defconfig.David S. Miller1-36/+54
2004-12-05[SPARC]: Fix syscall return value errno comparison.David S. Miller2-2/+2
2004-12-04[SPARC64]: Fix SMP cpu bringup bug when bigkernel.David S. Miller2-10/+84
2004-12-01Merge nuts.davemloft.net:/disk1/BK/net-2.6.11-workDavid S. Miller1-1/+0
2004-11-27[NETFILTER]: Remove CONFIG_IP_NF_NAT_LOCAL config optionPatrick McHardy1-1/+0
2004-11-17[DECNET]: Remove DECNET_SIOCGIFCONF.Patrick Caulfield1-1/+0
2004-11-16[SPARC64]: Update defconfig.David S. Miller1-7/+9
2004-11-16[SPARC64]: Do not set VM_LOCKED on I/O mapped areas.David S. Miller1-1/+1
2004-11-16[SPARC64]: Two io_remap_page_range() fixes.David S. Miller1-13/+2
2004-11-16[SPARC64]: Couple of do_sparc64_fault fixes.David S. Miller1-6/+16
2004-11-16Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-1/+10
2004-11-14[PATCH] sparse: add -m64 to CHECKFLAGS on alpha and sparc64Alexander Viro1-1/+1
2004-11-13Merge bk://linux-dj.bkbits.net/cpufreqLinus Torvalds1-12/+1
2004-11-11[PATCH] isa.c: replace pci_find_device with pci_get_deviceHanna V. Linder1-1/+1
2004-11-11[PATCH] pci_iommu.c: replace pci_find_device with pci_get_deviceHanna V. Linder1-1/+2
2004-11-10Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-1/+10
2004-11-10[PATCH] compat syscalls naming standardisationMatthew Wilcox2-8/+8
2004-11-08[SPARC64]: Update defconfig.David S. Miller1-1/+10
2004-11-08[PATCH] kprobes: Minor changes for sparc64Prasanna S. Panchamukhi1-12/+17
2004-10-31[PATCH] fix IBM cyclone clock and some cleanupChristoph Lameter1-0/+1
2004-10-30[SPARC64]: Update defconfig.David S. Miller1-12/+35
2004-10-30[SPARC64]: Do free_initmem() poisioning.David S. Miller1-0/+1
2004-10-30Make "atomic_dec_and_lock()" a macro.Linus Torvalds2-3/+3
2004-10-27[CPUFREQ] Unify the CPU_FREQ config option.Dave Jones1-12/+1
2004-10-25[PATCH] revert- sys_setaltrootAndrew Morton1-2/+2
2004-10-20[SPARC64]: Update defconfig.David S. Miller1-15/+54
2004-10-20[SPARC64]: Make iomap.o obj-y instead of lib-y for module exports.David S. Miller1-1/+3
2004-10-19Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds3-4/+20
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk4-4/+4
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. Miller3-4/+20
2004-10-18[PATCH] sparc32: early tick_opsWilliam Lee Irwin III1-1/+10
2004-10-18[PATCH] cleanup: move call to update_process_times.Martin Schwidefsky1-0/+1
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 McGrath2-0/+4
2004-10-18[PATCH] make rlimit settings per-process instead of per-threadRoland McGrath3-12/+12
2004-10-06[SPARC64]: Add __user annontation to ELF_CORE_COPY_REGS().David S. Miller1-2/+2
2004-10-06[SPARC64]: Add missing __user annotation to sys_sparc32.cDavid S. Miller1-1/+2
2004-10-06[SPARC64]: Use __iomem in chmc.cDavid S. Miller1-1/+1
2004-10-06[SPARC64]: Kill sparse warning in power.cDavid S. Miller1-2/+1
2004-10-05Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds3-73/+171
2004-10-05[SPARC64]: Make kprobe implementation more robust.David S. Miller1-69/+166
2004-10-05Fix up CHECKFLAGS definitionsLinus Torvalds1-1/+1
2004-10-03[SPARC64]: Update defconfig.David S. Miller1-3/+4
2004-10-03[SPARC64]: Fix SI_TIMER conversion as ppc64 has.David S. Miller1-1/+1
2004-10-02[PATCH] kprobes exception notifier fixPrasanna S. Panchamukhi3-22/+22
2004-10-01[SPARC64]: Fix solaris emul __set_utsfield offset calculation.Alexander Stohr1-3/+3
2004-09-28[SPARC64]: Disable SBH interrupt properly.David S. Miller2-9/+9
2004-09-28[SPARC64]: Do not log streaming byte hole errors.David S. Miller2-7/+7
2004-09-23[SPARC64]: Start timer tick after interpolator is registered.David S. Miller1-6/+17
2004-09-23[SPARC64]: Update defconfig.David S. Miller1-2/+2
2004-09-20[SPARC64]: Update compat code for sys_waitid changes.David S. Miller1-3/+12
2004-09-19[SPARC64]: Improve kernel stack backtraces.David S. Miller1-8/+36
2004-09-16[SPARC64]: Fix I/O port args to string routines.David S. Miller1-6/+6
2004-09-16[SPARC64]: Update defconfig.David S. Miller1-2/+5
2004-09-15[PATCH] back out siginfo_t.si_rusage from waitid changesRoland McGrath1-3/+0
2004-09-13[SPARC64]: __iomem annotations and iomap implementation.David S. Miller5-12/+61
2004-09-10[SPARC64]: Kill insn scheduling comments from etrap.SDavid S. Miller1-150/+151
2004-09-10[SPARC64]: Use time interpolators.David S. Miller2-111/+13
2004-09-09[PATCH] Move __preempt_*lock into kernel_spinlock, clean up.Anton Blanchard1-2/+1
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 Hellwig4-4/+0
2004-09-07[PATCH] Convert in-kernel users of EXPORT_SYMBOL_NOVERS() to EXPORT_SYMBOL()Geert Uytterhoeven1-8/+8
2004-09-04[PATCH] out-of-line locks / sparc64Zwane Mwaikambo6-127/+17
2004-09-02[SPARC64]: Update defconfig.David S. Miller1-11/+13
2004-09-02[SPARC64]: Support 64-bit initrd addresses.Peter Jones2-6/+16
2004-09-01[SPARC64]: Update defconfig.David S. Miller1-6/+7
2004-09-01[SPARC64]: Use list_for_each in pci_sabre.cMaximilian Attems1-8/+4
2004-09-01[SPARC64]: Initial KPROBES implementation.David S. Miller6-8/+375
2004-09-01[SPARC64]: Add sparc64die_chain as on x86{,_64}David S. Miller1-0/+14
2004-09-01[SPARC64]: Kill unused 'flags' in pci_sabre.cDavid S. Miller1-1/+0
2004-09-01[SPARC64]: Zap pci_controller_lock.David S. Miller5-19/+0
2004-09-01[SPARC64]: Use list_for_each in pci_common.cMaximilian Attems1-73/+49
2004-09-01[SPARC64]: Fix set_utsname returning with uts semaphore held.David S. Miller1-25/+44
2004-08-31[SPARC]: Add sys_waitid support.David S. Miller3-9/+100
2004-08-31[SPARC64]: SA_SAMPLE_RANDOMNESS fix.David S. Miller1-5/+14
2004-08-27[SPARC64]: Update defconfig.David S. Miller1-2/+4
2004-08-27[SPARC64]: Fix delay with HZ==1000.David S. Miller3-1/+56
2004-08-26[PATCH] consolidate hit count increments in profile_tick()William Lee Irwin III2-20/+2
2004-08-26[PATCH] introduce profile_pc()William Lee Irwin III2-8/+4
2004-08-26[SPARC64]: Sign extend correct args of sys_syslog().David S. Miller1-1/+1
2004-08-26[SPARC64]: Fix some tabbing in xor.SDavid S. Miller1-15/+13
2004-08-26[SPARC64]: Add .type and .size directives to some asm files.David S. Miller13-11/+55
2004-08-25[SPARC64]: Use force_{sig,sigsegv}() in sparc signal handling.David S. Miller2-12/+12
2004-08-25[SPARC64]: Update defconfig.David S. Miller1-5/+20
2004-08-25Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller2-6/+31
2004-08-25[PATCH] signal handling race fixes: sparc and sparc64David S. Miller2-18/+9
2004-08-24[SPARC64]: Save/restore %asi properly in signal handling.David S. Miller2-6/+31
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 Hansen1-1/+1
2004-08-23[PATCH] sched: consolidate init_idle() and fork_by_hand()William Lee Irwin III1-8/+1
2004-08-23Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds24-2281/+1207
2004-08-23[SPARC64]: Update defconfig.David S. Miller1-0/+1
2004-08-23[SPARC64]: Durrrr, missed signal handling fix from 2.4.xDavid S. Miller2-0/+8
2004-08-23[SPARC64]: Implement little-endian bitops using normal ones.David S. Miller2-40/+0
2004-08-23[SPARC64]: Kill bogus __strlen symbol and strncmp inline cruft.David S. Miller3-8/+3
2004-08-23[SPARC64]: Fix bugs in new U1memcpy code.David S. Miller2-3/+14
2004-08-23[SPARC64]: Revamped memcpy infrastructure.David S. Miller14-2212/+1115
2004-08-23[SPARC64]: Fix PCI IOMMU invalid iopte handling.David S. Miller4-21/+69
2004-08-23Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds5-113/+52
2004-08-22Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-4/+0
2004-08-23kbuild/all archs: Utilise the cc-* functionsSam Ravnborg1-2/+2
2004-08-19kbuild/all archs: added CHECKFLAGSSam Ravnborg1-1/+1
2004-08-16kconfig/all archs: Introduce Kconfig.debugSam Ravnborg2-107/+46
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-1/+1
2004-08-11[SPARC64]: Update defconfig.David S. Miller1-0/+3
2004-08-11[SPARC64]: Change TIF_BLKCOMMIT into a fault code.David S. Miller2-4/+4
2004-08-11[SPARC64]: Kill swapper_space test in arch/sparc64/mm/tlb.cDavid S. Miller1-1/+1
2004-08-11kbuild: Replace host-progs with hostprogs-ySam Ravnborg1-1/+1
2004-08-09Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds1-1/+0
2004-08-09[SPARC64]: Fix spitfire bugs in tlb flush and copy_page changes.David S. Miller2-7/+9
2004-08-09[NET]: Kill stray NET_FASTROUTE references.Pawel Sikora1-1/+0
2004-08-09[SPARC64]: Use saner local label names in Ultra3 copies.David S. Miller3-96/+87
2004-08-09[SPARC64]: Remove memcpy Ultra3 PCACHE patching trick.David S. Miller4-87/+3
2004-08-08[SPARC64]: Fix up copy_page just like clear_page.David S. Miller5-357/+240
2004-08-08[SPARC64]: Make clear_user_page more leight weight.David S. Miller3-100/+107
2004-08-08[SPARC64]: Always record actual PC when kernel profiling.David S. Miller6-52/+9
2004-08-07[SPARC64]: Update defconfig.David S. Miller1-4/+1
2004-08-07[SPARC64]: Kill TLB rtrap debug code.David S. Miller2-19/+0
2004-08-06[SPARC64]: Implement tlb flush batching just like ppc64.David S. Miller7-351/+271
2004-08-06[SPARC64]: Eliminate costly sdivx from gettimeofday.David S. Miller1-5/+14
2004-08-04PCI quirks -- other architecturesDavid Woodhouse1-4/+0
2004-08-01[PATCH] Canonically reference files in Documentation/ code comments partAdrian Bunk1-3/+3
2004-07-29[SPARC64]: Update defconfig.David S. Miller1-1/+1
2004-07-28[SPARC64]: Do not duplicate compat dirent code.David S. Miller2-134/+2
2004-07-28[SPARC64]: Update defconfig.David S. Miller1-9/+3
2004-07-28[SPARC64]: Simplify and optimize ultra3 memory copies.David S. Miller4-1523/+834
2004-07-26Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller3-5/+13
2004-07-26[SPARC64]: Kill all this silly inline memcpy handling.David S. Miller2-5/+0
2004-07-26[PATCH] CONFIG_MCOUNT fix for sparc64Alexander Viro1-2/+2
2004-07-26[PATCH] sparc32 emulation annotatedAlexander Viro2-405/+177
2004-07-26[PATCH] solaris emulation annotatedAlexander Viro8-321/+284
2004-07-22[SPARC64]: Uninline _raw_spin_lock too, saves ~30K in defconfig image.David S. Miller2-0/+13
2004-07-20[SPARC64]: Handle SBUS dma allocations larger than 1MB.David Dillow1-17/+50
2004-07-20[SPARC64]: Fix allnoconfig build, based upon a patch from Roland Dreier.David S. Miller4-10/+33
2004-07-20[SPARC64]: Update defconfig.David S. Miller1-5/+6
2004-07-20[SPARC64]: Export __copy_in_user to modules.David S. Miller1-1/+2
2004-07-13[PATCH] sparse: aout32 sparse fixes for compatAlexander Viro1-10/+11
2004-07-12[PATCH] sparse: arch/* NULL noise removalAlexander Viro4-13/+13
2004-07-12[PATCH] sparse: signal annotationAlexander Viro6-22/+22
2004-07-11[SPARC64]: Update defconfig.David S. Miller1-5/+7
2004-07-05[SPARC64]: Kill silo_args bogus .globlAndrew Morton1-1/+0
2004-06-30[SPARC64]: Non-executable page support.David S. Miller2-4/+14
2004-06-27Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller3-10/+24
2004-06-27[SPARC64]: No longer set WANT_PAGE_VIRTUAL.David S. Miller3-10/+24
2004-06-26[PATCH] ARM COMMAND_LINE_SIZE build fixRussell King1-0/+1
2004-06-24[SPARC64]: Update defconfig.David S. Miller1-40/+59
2004-06-24[SPARC64]: Make find_next_bit take a const pointer.Andrew Morton1-2/+3
2004-06-23[PATCH] Make nr_swap_pages a longAndrew Morton1-1/+1
2004-06-23[PATCH] make irqaction use a cpu maskAndrew Morton2-61/+10
2004-06-23[PATCH] cpumask: optimize various uses of new cpumasksAndrew Morton1-42/+24
2004-06-23[PATCH] cpumask: rewrite cpumask.h - single bitmap based implementationAndrew Morton1-2/+4
2004-06-23[PATCH] Move saved_command_line to init/main.cAndrew Morton2-3/+2
2004-06-20[PATCH] export sys_ioctl to modulesJesse Barnes1-1/+0
2004-06-19[SPARC64]: Check _TIF_SYSCALL_SUCCESS before syscall return value.David S. Miller1-16/+18
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-6/+13
2004-06-11[SPARC64]: Preemption fixes, use get_cpu() et al. where applicable.David S. Miller5-20/+66
2004-06-08[SPARC64]: Update defconfig.David S. Miller1-2/+1
2004-06-08[SPARC64]: Uninline find_*_bit() like ia64 did.David S. Miller3-1/+132
2004-06-04[SPARC64]: Tidy asm macros in sfp-util.hDavid S. Miller1-90/+90
2004-06-04[SPARC64]: Fix compat_sys_wait4 extern decl.David S. Miller1-2/+2
2004-06-03[SPARC64]: Update defconfig.David S. Miller1-2/+5
2004-06-03[SPARC64]: New 6th arg of sys_futex needs sign extension.David S. Miller1-1/+1
2004-06-01[SPARC64]: Compat syscall overhaul.David S. Miller10-588/+638
2004-05-31[SPARC]: Set sparse arch defines explicitly.David S. Miller1-0/+2
2004-05-31[SPARC64]: Lots of sparse work for arch/sparc64.David S. Miller19-519/+611
2004-05-31[SPARC64]: __volatile --> __volatile__David S. Miller1-18/+18