aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2004-05-31[SPARC64]: Annotate 64-bit constants with 'UL'David S. Miller1-38/+38
2004-05-30[SPARC64]: Update defconfig.David S. Miller1-5/+4
2004-05-29[PATCH] more sparse checking of do_utimes()Alexander Viro1-19/+6
2004-05-28[SPARC64]: compat select and futex need %o4 zero-extended.David S. Miller2-3/+16
2004-05-26[SPARC64]: Export _do_write_trylock to modules.David S. Miller1-0/+2
2004-05-25[SPARC64]: Kill unused var warnings/errors.David S. Miller1-2/+0
2004-05-25[SPARC64]: Update defconfig.David S. Miller1-2/+2
2004-05-25[SPARC64]: Implement _raw_spin_lock_flags().David S. Miller3-1/+26
2004-05-25[SPARC64]: Implement debugging version of write_trylock().David S. Miller1-0/+57
2004-05-23[SPARC64]: Make 32 CPUs the default.Meelis Roos1-1/+1
2004-05-22[PATCH] ncpfs compat ioctlsAlexander Viro1-320/+0
2004-05-21[PATCH] fix sendfile on 64bit architecturesAndrew Morton1-1/+1
2004-05-19[SPARC64]: Verify that boot CPU number is less than NR_CPUS.Patrick Finnegan1-5/+5
2004-05-19[SPARC]: Fix prom_prom_taken[].theres_more setting.Zhenmin Li1-1/+1
2004-05-19[SPARC64]: Mark sort_memlist static.David S. Miller1-1/+1
2004-05-19[SPARC64]: Update defconfig.David S. Miller1-2/+9
2004-05-18MergeLinus Torvalds1-1/+2
2004-05-11[SPARC]: Mark unaligned_panic as attribute used to workaround gcc-3.4 problem.Mathieu Chouquet-Stringer1-1/+1
2004-05-10[SPARC64]: Export pci_domain_nr to modules.David S. Miller1-0/+2
2004-05-11Merge delerium.codemonkey.org.uk:/mnt/nfs/neologic/bar/src/kernel/2.6/trees/b...Dave Jones1-1/+2
2004-05-10[PATCH] hugepage: fix add_to_page_cache() error handlingAndrew Morton1-2/+3
2004-05-10[PATCH] Warn when smp_call_function() is called with interrupts disabledAndrew Morton1-0/+3
2004-05-09[PATCH] Consolidate sys32_nfsservctlAndrew Morton2-227/+1
2004-05-09[PATCH] Consolidate sys32_selectAndrew Morton3-160/+5
2004-05-09[PATCH] Consolidate do_execve32Andrew Morton1-192/+3
2004-05-09[PATCH] Consolidate sys32_readv and sys32_writevAndrew Morton3-182/+3
2004-05-09[PATCH] sched: in_sched_functions() cleanupAndrew Morton1-2/+1
2004-05-08[SPARC64]: hugetlbpage.c needs linux/module.hDavid S. Miller1-0/+1
2004-05-07[SPARC64]: Use $(CC) in NEW_GCC checks.Joshua Kwan1-1/+1
2004-05-07[CPUFREQ] Handle CPUFREQ_RESUMECHANGE notificationsDave Jones1-1/+2
2004-05-02Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-1/+2
2004-04-27[SPARC64]: Update defconfig.David S. Miller1-0/+3
2004-04-27[SPARC64]: Fix MAP_FIXED+shared address check, noticed by rmk.David S. Miller1-1/+2
2004-04-26[PATCH] hugepage fixesAndrew Morton1-1/+1
2004-04-26[PATCH] hugetlbpage: remove include linux/module.hAndrew Morton1-2/+0
2004-04-23[SPARC64]: Fix zero-extension issues wrt. {pgd,pmd}_val().David S. Miller2-3/+5
2004-04-22[SPARC64]: Update defconfig.David S. Miller1-140/+140
2004-04-22Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-0/+5
2004-04-21[PATCH] remove show_trace_task()Andrew Morton1-7/+0
2004-04-19[SPARC64]: Fix 32-bit posix timers.Jakub Jelínek1-0/+5
2004-04-18Merge master.kernel.org:/home/davem/BK/sparc-2.6Linus Torvalds1-7/+1
2004-04-18[PATCH] From: David Gibson <david@gibson.dropbear.id.au>Andrew Morton1-7/+1
2004-04-18[SPARC]: Add MQ syscall support.Jakub Jelínek3-3/+21
2004-04-18Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller2-1/+4
2004-04-17[PATCH] rmap: flush_dcache revisitedAndrew Morton1-1/+2
2004-04-17[PATCH] Fix mq 32-bit compatibilityAndrew Morton1-2/+2
2004-04-16[SPARC64]: Fix binfmt_elf32.c warning by redefining TASK_SIZE.Meelis Roos2-1/+4
2004-04-15Merge.David S. Miller1-11/+0
2004-04-12[SPARC64]: Disable -Werror for a bit.David S. Miller1-1/+1
2004-04-12Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller10-282/+30
2004-04-12[PATCH] rmap 3 arches + mapping_mappedAndrew Morton2-12/+10
2004-04-11[PATCH] hugetlb consolidationAndrew Morton1-258/+1
2004-04-11[PATCH] Non-Exec stack supportAndrew Morton1-1/+1
2004-04-11[PATCH] build fails on sparc64 in hugetlbpage.cAndrew Morton1-0/+1
2004-04-11[PATCH] use compound pages for hugetlb pages onlyAndrew Morton1-1/+2
2004-04-11[PATCH] stop using page->lru in compound pagesAndrew Morton1-1/+0
2004-04-11[PATCH] stop using page->list in the hugetlbpage implementationsAndrew Morton1-7/+7
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton1-1/+1
2004-04-11[PATCH] compat emulation for posix message queuesAndrew Morton1-1/+6
2004-04-11[PATCH] Fix get_wchan() FIXME wrt. order of functionsAndrew Morton4-9/+10
2004-04-11[SPARC64]: Provide _mcount as well as mcount.David S. Miller1-1/+2
2004-04-11[SPARC64]: Control -fomit-frame-pointer using CONFIG_FRAME_POINTER.David S. Miller2-1/+5
2004-04-05[Bluetooth] Remove architecture specific compat ioctl'sMarcel Holtmann1-11/+0
2004-04-03[SPARC64]: hugetlbpage.c needs module.hDavid S. Miller1-0/+1
2004-04-03Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-1/+7
2004-04-02[SPARC]: Add sysctl to control serial console power-off restrictions.Eric Brower1-1/+7
2004-04-02[PATCH] export hugetlb_total_pagesAndrew Morton1-0/+1
2004-03-31[PATCH] Fix hugetlb-vs-memory overcommitAndrew Morton1-0/+6
2004-03-30Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller1-0/+3
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr1-1/+1
2004-03-29[SPARC64]: Export prom_palette.David S. Miller1-0/+3
2004-03-27Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds1-1/+1
2004-03-27[SPARC64]: Fix one last cast-as-lvalue, present in uniprocessor builds.David S. Miller1-1/+1
2004-03-27[PATCH] remove unused CONFIG_DMA_NONPCIBartlomiej Zolnierkiewicz1-1/+0
2004-03-26MergeLinus Torvalds2-206/+1
2004-03-26[PATCH] consolidate compat_sys_mountMatthew Wilcox2-207/+1
2004-03-25[SPARC64]: Fix lvalue casting in sys_sparc32.cDavid S. Miller1-5/+12
2004-03-25[SPARC64]: Fix lvalue casting in sys_sunos32.cDavid S. Miller1-3/+5
2004-03-25[SPARC64]: Fix lvalue casting in signal32.cDavid S. Miller1-7/+11
2004-03-24[SPARC64]: Update defconfig.David S. Miller1-3/+3
2004-03-23[SPARC64]: Provide d_type in sys32_getdents().David S. Miller1-1/+2
2004-03-23[SPARC64]: Handle NULL type arg properly in sys32_mount().David S. Miller1-6/+5
2004-03-18[SPARC64]: Export sbus_dma_sync_X_for_device routines too.David S. Miller1-0/+2
2004-03-18[SPARC64]: Update defconfig.David S. Miller1-6/+60
2004-03-18[SPARC64]: Implement pci_dma_error().David S. Miller1-4/+2
2004-03-18[PATCH] doc. updates/typosAndrew Morton1-5/+5
2004-03-17[SPARC]: NR_SYSCALLS in entry.S needs to be 273.William Lee Irwin III1-1/+1
2004-03-16[PATCH] Remove old config options from defconfigs.Andrew Morton1-4/+0
2004-03-15[PATCH] kill INIT_THREAD_SIZEAndrew Morton1-8/+0
2004-03-13[PATCH] DMA: Fill gaping hole in DMA API interfaces.Andrew Morton3-8/+16
2004-03-13[PATCH] further __KERNEL_SYSCALLS__ removalAndrew Morton2-5/+1
2004-03-11[PATCH] Clean up sys_ioperm stubsAndrew Morton2-10/+0
2004-03-08[PATCH] remove sparc64's num_possible_cpus()Rusty Russell2-8/+3
2004-03-07Merge davem@nuts.davemloft.net:/disk1/BK/sparc-2.6David S. Miller1-28/+0
2004-03-06[PATCH] dm: remove v1 ioctl interfaceAndrew Morton1-28/+0
2004-03-04[SPARC]: Pass a real page into do_mount() a final arg.David S. Miller1-3/+12
2004-03-03[SPARC64]: Update defconfig.David S. Miller1-0/+2
2004-03-02[SPARC64]: Update defconfig.David S. Miller1-3/+10
2004-03-01[PATCH] watchdog updatesAndrew Morton1-22/+0
2004-02-29Merge bk://bk.phunnypharm.org/sparc-2.6David S. Miller2-1/+10
2004-02-29SPARC/m68k: Remove sun_setup_serial references, which is already gone.Ben Collins1-10/+0
2004-02-28[SPARC64]: Add support for CONFIG_DEBUG_STACK_USAGE.David S. Miller2-1/+10
2004-02-26[SPARC]: Move ptrace_signal_deliver() implementation out of header file.David S. Miller1-0/+23
2004-02-25[SPARC64]: Update defconfig.David S. Miller1-4/+8
2004-02-25Merge http://linux.bkbits.net/linux-2.5Ben Collins1-1/+1
2004-02-25[SPARC64]: Use prom_printf in sun_do_break() instead of printk. Avoids lockup.Ben Collins1-1/+1
2004-02-24Merge http://linux.bkbits.net/linux-2.5Ben Collins2-5/+9
2004-02-24[PATCH] add syscalls.hAndrew Morton10-110/+18
2004-02-24SPARC64: Use hard_smp_processor_id() for init_irqwork_curcpu()Ben Collins1-2/+3
2004-02-24Merge bk://bk.phunnypharm.org/sparc-2.6David S. Miller2-5/+9
2004-02-24SPARC64: Fix debug spinlocks to not trash random memory with > 4 cpus's (or s...Ben Collins1-3/+6
2004-02-23[PATCH] removal of bogus CONFIG_BINFMT_ELF usesAlexander Viro1-8/+0
2004-02-22[PATCH] rename shmat to make it clear it isn't a system call entrypointManfred Spraul3-4/+4
2004-02-19Merge kroah.com:/home/linux/BK/bleed-2.6Greg Kroah-Hartman1-18/+0
2004-02-19[SPARC64]: Update defconfig.David S. Miller1-0/+1
2004-02-19[SPARC64]: Update defconfig.David S. Miller1-21/+63
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-1/+1
2004-02-18[PATCH] snprintf fixesAndrew Morton1-1/+1
2004-02-18[PATCH] NGROUPS 2.6.2rc2 + fixupsAndrew Morton1-18/+59
2004-02-17[PATCH] move CONFIG_HOTPLUG to init/KconfigBartlomiej Zolnierkiewicz1-18/+0
2004-02-16[SPARC64]: Fix build with sysctl disabled.David S. Miller1-0/+4
2004-02-16[SPARC64]: Add symbols to show_stack, and make oops stack output workBen Collins1-6/+11
2004-02-12[WATCHDOG] v2.6.2 arch-[m68k/sparc/sparc64]-Kconfig-patchWim Van Sebroeck1-14/+1
2004-02-10[SPARC64]: Fix exception remaining length calcs in VIS copy routines.David S. Miller1-14/+11
2004-02-04[PATCH] remove CONFIG_IDEDMA_PCI_WIPBartlomiej Zolnierkiewicz1-1/+0
2004-02-03[SPARC64}: Fix ultra-III and later support of new-style SILO booting.David S. Miller1-2/+18
2004-01-29[SPARC64]: Fix wakeup races in power.c, with help from Andrew Morton.David S. Miller1-2/+2
2004-01-28[SPARC64]: Remove interruptible_sleep_on() usage, with help from Tom Callaway.David S. Miller1-2/+10
2004-01-27[SPARC64]: Changes to accomodate booting from non-phys_base memoryBen Collins2-29/+57
2004-01-27head.S:Ben Collins1-1/+2
2004-01-22Merge http://linux.bkbits.net/linux-2.5Ben Collins4-5/+40
2004-01-21[SPARC64]: Add missing sched_balance_exec() to 32-bit compat execve().David S. Miller1-0/+2
2004-01-20[SPARC64]: Update defconfig.David S. Miller1-1/+16
2004-01-20[SPARC64]: Fix 32-bit execve out_mm error path.David S. Miller1-1/+2
2004-01-20[PATCH] spell Unix98 the same everywhereAndrew Morton1-1/+1
2004-01-20[SPARC64]: Correctly mask the physical address for remapping the kernel TLB'sBen Collins1-2/+10
2004-01-20[SPARC64]: Add CONFIG_DEBUG_BOOTMEM option.Ben Collins2-1/+29
2004-01-19[SPARC64]: Move setting of current_thread_info()->cpu to smp_prepare_boot_cpu()Ben Collins2-4/+1