aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2006-10-09[SPARC32]: Fix prom.c build warningMartin Habets1-2/+5
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersDavid Howells5-10/+10
2006-10-08[PATCH] sparc32 rwlock fixAl Viro2-1/+23
2006-10-08[PATCH] sparc32 pt_regs fixesAl Viro9-22/+43
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones2-2/+0
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-4/+12
2006-10-02[PATCH] provide kernel_execve on all architecturesArnd Bergmann1-0/+23
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2-7/+12
2006-10-02[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn1-2/+0
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn1-0/+2
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto2-29/+5
2006-09-29[SPARC]: Don't zero out tail during copy_from_user_inatomic().David S. Miller1-0/+4
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto2-2/+2
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken2-2/+2
2006-09-22[PATCH] sun4: fix sbus_setup_iommu()Al Viro1-0/+2
2006-09-22[PATCH] fix ancient breakage in ebus_init()Al Viro1-4/+3
2006-09-18[SPARC]: Fix regression in sys_getdomainname()Andy Walker1-4/+6
2006-09-08[PATCH] IA64,sparc: local DoS with corrupted ELFsKirill Korotaev1-12/+15
2006-08-26[SPARC]: Small smp cleanup.Krzysztof Helt3-4/+1
2006-08-26[SPARC]: enabling of the 2nd CPU in 2.6.18-rc4Krzysztof Helt1-2/+2
2006-07-27[SPARC]: Defer clock_probe to fs_initcall()Bob Breuer1-32/+42
2006-07-21[SPARC]: Fix length parameter verification in sys_getdomainname().David S. Miller1-9/+9
2006-07-21[SPARC]: Get sun4d SMP building again.Raymond Burns2-78/+121
2006-07-21[SPARC]: Do not call sun4m_irq_rotate on sun4d.Raymond Burns1-1/+1
2006-07-21[SPARC]: Simplify and correct __cpu_find_by()David S. Miller1-18/+7
2006-07-21[SPARC]: Initialize iounit spinlock in iounit_init().Raymond Burns1-0/+1
2006-07-21[SPARC]: Fix initialization of sun4d SBUS interrupts.David S. Miller1-3/+31
2006-07-21[SPARC]: Fix property name acquisition in prom.cBob Breuer1-3/+6
2006-07-21[SPARC]: Kill prom_getname, unused and not implemented properly.David S. Miller2-19/+0
2006-07-13[SPARC]: Fix OF register translations under sub-PCI busses.David S. Miller1-58/+109
2006-07-13[SPARC64]: of_device_register() error checking fixAndrew Morton1-2/+4
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+1
2006-07-02[PATCH] irq-flags: SPARC: Use the new IRQF_ constantsThomas Gleixner6-17/+17
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds38-38/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel38-38/+0
2006-06-29[SPARC]: sparc32 side of of_device layer IRQ resolution.David S. Miller1-7/+62
2006-06-29[SPARC]: Convert clock drivers to of_driver framework.David S. Miller1-69/+40
2006-06-29[SPARC]: Add of_io{remap,unmap}().David S. Miller1-0/+17
2006-06-29[SPARC]: Encode I/O space into resource flags on sparc32.David S. Miller1-2/+2
2006-06-29[SPARC]: Beginnings of generic of_device framework.David S. Miller1-2/+420
2006-06-29[SPARC]: Add of_n_{addr,size}_cells().David S. Miller1-0/+30
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2-4/+6
2006-06-29[PATCH] sparc: register_cpu() build fixAndrew Morton1-1/+1
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-1/+1
2006-06-27[PATCH] 64bit resource: change resource core to use resource_size_tGreg Kroah-Hartman1-2/+2
2006-06-27[PATCH] 64bit resource: fix up printks for resources in arch and core codeGreg Kroah-Hartman1-1/+3
2006-06-25[SPARC]: Add iomap interfaces.David S. Miller2-0/+50
2006-06-25[SPARC]: Add unique device_node IDs and a ".node" property.David S. Miller1-18/+35
2006-06-25[SPARC]: Add of_set_property() interface.David S. Miller1-0/+53
2006-06-25[SPARC]: Export x_bus_type to modules.David S. Miller1-0/+2
2006-06-23[SBUS]: Rewrite and plug into of_device framework.David S. Miller1-0/+85
2006-06-23[SPARC]: Port of_device layer and make ebus use it.David S. Miller3-1/+290
2006-06-23[SPARC]: Port sparc64 in-kernel device tree code to sparc32.David S. Miller5-82/+563
2006-06-23[SBUS]: Start cleaning up generic sbus support layer.David S. Miller1-1/+45
2006-06-22[PATCH] sparc build breakageAl Viro1-1/+1
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller5-32/+0
2006-06-20[SPARC]: Fix iommu_flush_iotlb end addressBob Breuer1-1/+2
2006-06-20[SPARC]: Mark smp init functions as cpuinitBob Breuer2-10/+5
2006-06-20[SPARC]: Setup cpu_possible_mapBob Breuer2-8/+24
2006-06-20[SPARC]: Add topology_init()Bob Breuer1-1/+31
2006-06-10[SPARC]: Migration cost tune up in sparc smp.Krzysztof Helt1-0/+11
2006-05-21[SPARC]: Add robust futex syscall entries.David S. Miller1-1/+2
2006-05-12[SPARC]: Handle UNWIND_INFO properly.David S. Miller1-0/+1
2006-05-07[SPARC]: show device name in /proc/dvma_mapMartin Habets1-0/+5
2006-05-07[SPARC]: Remove duplicate symbol exportsMartin Habets1-13/+0
2006-05-03[SPARC]: Hook up vmsplice into syscall tables.David S. Miller1-1/+1
2006-04-14[SPARC]: Hook up sys_tee() into syscall tables.David S. Miller1-1/+1
2006-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin1-1/+0
2006-04-11[PATCH] for_each_possible_cpu: sparcKAMEZAWA Hiroyuki1-1/+1
2006-04-04kbuild: use relative path to -ISam Ravnborg1-1/+1
2006-03-31[SPARC]: Wire up sys_sync_file_range() into syscall tables.David S. Miller1-1/+1
2006-03-31[SPARC]: Wire up sys_splice() into the syscall tables.David S. Miller1-1/+1
2006-03-26[PATCH] bitops: sparc: use generic bitopsAkinobu Mita1-0/+8
2006-03-23[SPARC]: Try to start getting SMP back into shape.Bob Breuer8-167/+185
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton5-31/+20
2006-03-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-7/+20
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin3-9/+9
2006-03-22[SPARC]: Respect vm_page_prot in io_remap_page_range().David S. Miller4-7/+20
2006-03-20[SPARC]: BUG_ON() Conversion in arch/sparc/kernel/ioport.cEric Sesterhenn1-25/+15
2006-02-12[SPARC]: sys_newfstatat --> sys_fstatat64David S. Miller1-1/+1
2006-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-2/+3
2006-02-07[SPARC]: Wire up sys_unshare().David S. Miller2-2/+3
2006-02-07[PATCH] restore power-off on sparc32Al Viro1-1/+1
2006-01-30[SPARC]: Fix compile failures in math-emu.David S. Miller1-10/+0
2006-01-22[SPARC]: Increase NR_SYSCALLS to 299David S. Miller1-1/+1
2006-01-19[SPARC]: Add support for *at(), ppoll, and pselect syscalls.David S. Miller5-150/+44
2006-01-17[SPARC]: change if() BUG(); to BUG_ON in iommu.cEric Sesterhenn1-7/+6
2006-01-12[PATCH] sparc: task_stack_page()Al Viro1-4/+4
2006-01-12[PATCH] sparc: task_thread_info()Al Viro5-8/+8
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap1-0/+1
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org1-2/+0
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall1-4/+0
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-29/+6
2005-12-28[SPARC]: Use STABS_DEBUG and DWARF_DEBUG macros in vmlinux.lds.SDavid S. Miller1-14/+4
2005-12-22[SPARC]: Kill CHILD_MAX.David S. Miller1-1/+1
2005-12-22[SPARC]: introduce a SPARC Kconfig symbolAdrian Bunk1-0/+4
2005-12-15[PATCH] arch/sparc/kernel/led.c __user annotationsAl Viro1-1/+1
2005-12-15[PATCH] sun4c_memerr_reg __iomem annotationsAl Viro1-1/+1
2005-12-15[PATCH] sparc: NULL noise removal (ebus.c)Al Viro1-12/+12
2005-12-15[PATCH] sparc/kernel/time: __iomem annotationsAl Viro1-2/+2
2005-12-15[PATCH] fix iomem annotations in sparc32 pcic codeAl Viro1-1/+1
2005-12-12[SPARC]: block/ needed in final image linkPaul Jackson1-1/+1
2005-12-12[SPARC]: atomic_clear_mask build fixPaul Jackson1-1/+0
2005-11-28[PATCH] sparc: convert IO remapping to VM_PFNMAPDavid S. Miller1-5/+5
2005-11-22[PATCH] unpaged: fix sound Bad page statesHugh Dickins1-1/+1
2005-11-22[PATCH] unpaged: VM_UNPAGEDHugh Dickins1-1/+1
2005-11-13[PATCH] atomic: inc_not_zeroNick Piggin1-0/+15
2005-11-13[PATCH] atomic: cmpxchgNick Piggin1-5/+16
2005-11-13[PATCH] m68k: thread_info header cleanupAl Viro1-0/+1
2005-11-09[SPARC]: Use ARRAY_SIZE macroTobias Klauser3-5/+3
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-20/+15
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin1-0/+4
2005-11-07[SPARC]: Kill remaining kbio.h references.Christoph Hellwig1-1/+0
2005-11-07[SPARC]: Add sun4m LED driver.Lars Kotthoff3-0/+148
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-10-30[PATCH] remove some more check_region stuffJeff Garzik1-2/+2
2005-10-29[PATCH] mm: arches skip ptlockHugh Dickins1-3/+1
2005-10-29[PATCH] core remove PageReservedNick Piggin1-0/+3
2005-10-10[SPARC32]: Revert IOMAP change eb98129eec7fa605f0407dfd92d40ee8ddf5cd9aDavid S. Miller2-5/+0
2005-10-06[SPARC32]: Enable generic IOMAP.Tom 'spot' Callaway2-0/+5
2005-10-05[SPARC]: Remove some duplicated sparc32 config itemsMartin Habets1-56/+0
2005-10-03[SPARC]: "extern inline" doesn't make much sense.Adrian Bunk2-2/+2
2005-09-28[SPARC]: Declare paging_init() in asm/pgtable.hDavid S. Miller1-2/+0
2005-09-11[SPARC]: Fix dot-symbol exporting for good.Al Viro8-22/+30
2005-09-10[PATCH] spinlock consolidationIngo Molnar3-214/+0
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds7-17/+7
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-09-09kbuild: arm26,sparc use generic asm-offset supportSam Ravnborg7-17/+7
2005-09-07[PATCH] Kconfig fix (BLK_DEV_FD dependencies)viro@ZenIV.linux.org.uk1-0/+4
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz2-9/+3
2005-09-01[SPARC]: Kill io_remap_page_range()David S. Miller2-58/+0
2005-08-29[SPARC]: remove use of asm/segment.hKumar Gala5-5/+0
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt1-6/+5
2005-08-19[SPARC]: Fix weak aliasesAl Viro1-2/+3
2005-07-27[SPARC]: Add inotify syscall entries.David S. Miller1-2/+2
2005-07-26[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman1-6/+0
2005-07-11[NET]: add a top-level Networking menu to *configSam Ravnborg1-0/+2
2005-07-10[SPARC]: Add ioprio system call support.David S. Miller1-2/+2
2005-06-28[PATCH] sparc32: Kconfig fixupsWilliam Lee Irwin III1-56/+0
2005-06-23[PATCH] use drivers/Kconfig for sparc32William Lee Irwin III1-11/+5
2005-06-23[PATCH] make each arch use mm/KconfigDave Hansen1-0/+2
2005-06-21[PATCH] mm: remove PG_highmemBadari Pulavarty1-1/+0
2005-05-05[SPARC]: Remove legacy stuff from cpu_idle().Coywolf Qi Hunt1-5/+0
2005-05-04[PATCH] sparc NULL noise removalAl Viro2-15/+15
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-1/+2
2005-04-24[SPARC]: dump_stack for sparcTom 'spot' Callaway1-0/+11
2005-04-24[SPARC]: More sparc32 ksyms cleanupsTom 'spot' Callaway1-0/+7
2005-04-24[SPARC]: Missing sparc32 ksymsTom 'spot' Callaway1-3/+10
2005-04-17[PATCH] sparc: Fix PTRACE_CONT bogosityDavid S. Miller1-12/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds127-0/+40258