aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
AgeCommit message (Expand)AuthorFilesLines
2006-07-24[SPARC]: Fix SA_STATIC_ALLOC value.David S. Miller1-1/+1
2006-07-21[SPARC]: Kill prom_getname, unused and not implemented properly.David S. Miller1-5/+0
2006-07-14[PATCH] remove set_wmb - arch removalSteven Rostedt1-1/+0
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds1-0/+6
2006-07-02[PATCH] irq-flags: SPARC: Use the new IRQF_ constantsThomas Gleixner2-4/+2
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang1-0/+1
2006-06-29[SPARC]: sparc32 side of of_device layer IRQ resolution.David S. Miller1-1/+4
2006-06-29[SPARC]: Kill interrupt stuff and linux_phandle from device_node.David S. Miller1-8/+0
2006-06-29[SPARC]: Add of_io{remap,unmap}().David S. Miller1-0/+3
2006-06-29[SPARC]: Beginnings of generic of_device framework.David S. Miller2-2/+14
2006-06-29[SPARC]: Add of_n_{addr,size}_cells().David S. Miller1-0/+2
2006-06-25[SPARC]: Add iomap interfaces.David S. Miller1-0/+16
2006-06-25[SPARC]: Add unique device_node IDs and a ".node" property.David S. Miller1-0/+2
2006-06-25[SPARC]: Add of_set_property() interface.David S. Miller1-0/+8
2006-06-23[SBUS]: Rewrite and plug into of_device framework.David S. Miller1-8/+19
2006-06-23[SPARC]: Port of_device layer and make ebus use it.David S. Miller2-0/+68
2006-06-23[SPARC]: Port sparc64 in-kernel device tree code to sparc32.David S. Miller3-9/+104
2006-06-23[SBUS]: Start cleaning up generic sbus support layer.David S. Miller1-0/+1
2006-06-23[PATCH] adjust handle_IRR_event() return typeJan Beulich1-4/+0
2006-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-3/+10
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller1-2/+0
2006-06-20[SPARC]: Add missing rw can_lock macrosBob Breuer1-0/+3
2006-06-20Restrict headers exported to userspace for SPARC and SPARC64David S. Miller1-11/+4
2006-06-20[SPARC]: Setup cpu_possible_mapBob Breuer1-1/+7
2006-06-18Add Kbuild file for SPARC 'make headers_install'David Woodhouse1-0/+13
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse1-3/+5
2006-05-21[SPARC]: Add robust futex syscall entries.David S. Miller1-3/+5
2006-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2006-05-03[SPARC]: Hook up vmsplice into syscall tables.David S. Miller1-1/+1
2006-04-29Remove unneeded _syscallX macros from user view in asm-*/unistd.hDavid Woodhouse1-2/+2
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse23-24/+0
2006-04-24[SPARC]: __NR_sys removalOGAWA Hirofumi1-1/+1
2006-04-19[SPARC]: __NR_sys_splice --> __NR_spliceDavid S. Miller1-1/+1
2006-04-14[SPARC]: Hook up sys_tee() into syscall tables.David S. Miller1-1/+1
2006-04-11[PATCH] sparc32 vga supportAndrew Morton1-0/+33
2006-03-31[SPARC]: Wire up sys_sync_file_range() into syscall tables.David S. Miller1-2/+2
2006-03-31[SPARC]: Wire up sys_splice() into the syscall tables.David S. Miller1-1/+1
2006-03-27[PATCH] unify pfn_to_page: sparc pfn_to_pageKAMEZAWA Hiroyuki1-2/+2
2006-03-26[PATCH] bitops: sparc: use generic bitopsAkinobu Mita1-376/+12
2006-03-26[PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit()Akinobu Mita1-3/+3
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-11/+24
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi1-0/+1
2006-03-23[SPARC]: Try to start getting SMP back into shape.Bob Breuer3-11/+24
2006-03-22[SPARC]: Respect vm_page_prot in io_remap_page_range().David S. Miller1-3/+3
2006-03-20[SPARC]: Fixup SO_PEERSEC value on 32-bit sparc.David S. Miller1-1/+1
2006-03-20[SPARC]: Kill off these __put_user_ret things.David S. Miller1-47/+0
2006-03-20[SPARC64]: Recognize "virtual-console" as input and output console device.David S. Miller1-0/+2
2006-03-20[SPARC]: Clean up idprom header files.David S. Miller1-17/+9
2006-02-15[PATCH] add asm-generic/mman.hMichael S. Tsirkin1-29/+2
2006-02-14[PATCH] madvise MADV_DONTFORK/MADV_DOFORKMichael S. Tsirkin1-0/+2
2006-02-12[SPARC]: sys_newfstatat --> sys_fstatat64David S. Miller1-1/+1
2006-02-07[SPARC]: Wire up sys_unshare().David S. Miller1-3/+4
2006-01-19[SPARC]: Add support for *at(), ppoll, and pselect syscalls.David S. Miller2-5/+22
2006-01-18[SPARC]: sparc32 needs PROMDEV_{I,O}RSC defines too.David S. Miller1-0/+2
2006-01-12[PATCH] death of get_thread_info/put_thread_infoAl Viro1-3/+0
2006-01-12[PATCH] sparc: task_thread_info()Al Viro1-1/+1
2006-01-12[PATCH] sched: add cacheflush() asmIngo Molnar1-0/+10
2006-01-09[PATCH] mutex subsystem, add default include/asm-*/mutex.h filesArjan van de Ven1-0/+9
2006-01-09[PATCH] mutex subsystem, add atomic_xchg() to all archesIngo Molnar1-0/+1
2006-01-08[PATCH] consolidate asm/futex.hJeff Dike1-48/+1
2006-01-08[PATCH] Kill L1_CACHE_SHIFT_MAXRavikiran G Thirumalai1-1/+0
2006-01-06[PATCH] atomic_long_t & include/asm-generic/atomic.h V2Christoph Lameter1-0/+1
2006-01-06[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing storeBadari Pulavarty1-0/+1
2006-01-03[FLS64]: generic versionStephen Hemminger1-0/+1
2005-12-15[PATCH] sun4c_memerr_reg __iomem annotationsAl Viro1-1/+1
2005-12-15[PATCH] fix iomem annotations in sparc32 pcic codeAl Viro1-3/+3
2005-11-13[PATCH] atomic: inc_not_zeroNick Piggin1-0/+3
2005-11-13[PATCH] atomic: cmpxchgNick Piggin1-0/+1
2005-11-07[SPARC]: remove vuid_event.hChristoph Hellwig1-41/+0
2005-11-07[SPARC]: remove kbio.hChristoph Hellwig1-56/+0
2005-11-07[SPARC]: remove audioio.hChristoph Hellwig1-234/+0
2005-11-07[SPARC]: remove duplicate TIOCPKT_ definitionsStephen Rothwell1-9/+0
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-0/+3
2005-10-30[PATCH] semaphore: Remove __MUTEX_INITIALIZER()Arthur Othieno1-3/+0
2005-10-30[PATCH] vm: remove unused/broken page_pte[_prot] macrosTejun Heo1-2/+0
2005-10-30[PATCH] remove some more check_region stuffJeff Garzik1-2/+0
2005-10-28[PATCH] gfp_t: dma-mapping (simple cases)Al Viro1-1/+1
2005-10-05[PATCH] fix the breakage in sparc headersAl Viro2-14/+14
2005-10-03[SPARC]: "extern inline" doesn't make much sense.Adrian Bunk23-114/+114
2005-09-28[SPARC]: Declare paging_init() in asm/pgtable.hDavid S. Miller1-0/+2
2005-09-21[PATCH] Remove unused var from asm/futex.hPaolo 'Blaisorblade' Giarrusso1-1/+1
2005-09-10[PATCH] spinlock consolidationIngo Molnar2-119/+41
2005-09-09kbuild: arm26,sparc use generic asm-offset supportSam Ravnborg1-2/+2
2005-09-07[PATCH] Clean up struct flock64 definitionsStephen Rothwell1-13/+1
2005-09-07[PATCH] Clean up struct flock definitionsStephen Rothwell1-9/+2
2005-09-07[PATCH] Clean up the fcntl operationsStephen Rothwell1-9/+0
2005-09-07[PATCH] Clean up the open flagsStephen Rothwell1-2/+0
2005-09-07[PATCH] Create asm-generic/fcntl.hStephen Rothwell1-25/+2
2005-09-07[PATCH] remove verify_area(): remove verify_area() from various uaccess.h hea...Jesper Juhl1-6/+0
2005-09-07[PATCH] remove asm-*/hdreg.hChristoph Hellwig1-1/+0
2005-09-07[PATCH] auxiliary vector cleanupsH. J. Lu1-0/+4
2005-09-07[PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedupJakub Jelinek1-0/+53
2005-09-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 Linus Torvalds1-3/+0
2005-09-05[PATCH] sab: consolidate kmem_bufctl_tKyle Moffett1-2/+0
2005-09-05[PATCH] mm: consolidate get_orderStephen Rothwell1-14/+2
2005-09-01[SPARC]: Kill io_remap_page_range()David S. Miller1-3/+0
2005-08-29[NET]: Introduce SO_{SND,RCV}BUFFORCE socket optionsPatrick McHardy1-0/+2
2005-08-29[SPARC]: remove use of asm/segment.hKumar Gala3-8/+0
2005-07-27[SPARC]: Add inotify syscall entries.David S. Miller1-3/+3
2005-07-26[PATCH] Add emergency_restart()Eric W. Biederman1-0/+6
2005-07-12[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown1-1/+1
2005-07-12[ACPI] PNPACPI vs sound IRQDavid Shaohua Li1-1/+1
2005-07-10[SPARC]: Add ioprio system call support.David S. Miller1-2/+2
2005-06-27[PATCH] PCI: fix up errors after dma bursting patch and CONFIG_PCI=nAndrew Morton1-0/+2
2005-06-27[PATCH] PCI: DMA bursting adviceDavid S. Miller1-0/+8
2005-06-25[PATCH] sched: cleanup context switch lockingNick Piggin1-3/+1
2005-06-23[PATCH] streamline preempt_count type across archsJesper Juhl1-2/+2
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-1/+1
2005-06-08[PATCH] sparc32: silence access_ok() warningsWilliam Lee Irwin III1-2/+3
2005-05-04[PATCH] asm/signal.h unificationAl Viro1-10/+1
2005-05-04[PATCH] sparc NULL noise removalAl Viro1-1/+1
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl1-1/+1
2005-05-01[PATCH] add EOWNERDEAD and ENOTRECOVERABLE version 2Joe Korty1-0/+4
2005-05-01[PATCH] move SA_xxx defines to linux/signal.hStas Sergeev1-8/+0
2005-05-01[PATCH] remove all kernel BUGsMatt Mackall1-0/+3
2005-04-24[SPARC]: Fix mxcc warningTom 'spot' Callaway1-2/+2
2005-04-19[PATCH] freepgt: arch FIRST_USER_ADDRESS 0Hugh Dickins1-1/+1
2005-04-18[PATCH] sparc64: Fix statDavid S. Miller1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds152-0/+16150