aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64
Commit message (Expand)AuthorAgeFilesLines
* [SPARC64]: Implement pci_resource_to_user()David S. Miller2007-12-261-0/+4
* [SPARC64]: Fix OOPS in dma_sync_*_for_device()David S. Miller2007-12-201-9/+3
* [SPARC64]: Fix two kernel linear mapping setup bugs.David S. Miller2007-12-131-0/+4
* [SPARC64]: Use "is_power_of_2" macro for simplicity.Robert P. J. Day2007-11-071-2/+2
* [SPARC64]: Fix linkage of enormous kernels.David S. Miller2007-10-313-5/+11
* [SPARC64]: Fix BACKOFF_SPIN on non-SMP.David S. Miller2007-10-271-1/+3
* [SPARC64]: __inline__ --> inlineDavid S. Miller2007-10-2714-99/+88
* Add CONFIG_DEBUG_SG sg validationJens Axboe2007-10-221-0/+3
* Change table chaining layoutJens Axboe2007-10-221-1/+1
* ide: add CONFIG_IDE_ARCH_OBSOLETE_INITBartlomiej Zolnierkiewicz2007-10-201-1/+0
* forbid asm/bitops.h direct inclusionJiri Slaby2007-10-191-0/+4
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* remove unused flush_tlb_pgtablesBenjamin Herrenschmidt2007-10-191-7/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-10-185-6/+90
|\
| * [SPARC/64]: Consolidate of_register_driverStephen Rothwell2007-10-171-4/+1
| * [SPARC]: Support for new termios.David Miller2007-10-173-2/+61
| * [SPARC64]: Implement atomic backoff.David S. Miller2007-10-171-0/+28
* | bitops: introduce lock opsNick Piggin2007-10-181-0/+1
|/
* Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle2007-10-171-6/+0
* remove include/asm-*/ipc.hAdrian Bunk2007-10-172-2/+0
* cleanup floppy.hJan Beulich2007-10-171-4/+0
* kill DECLARE_MUTEX_LOCKEDChristoph Hellwig2007-10-171-1/+0
* unexport asm/shmparam.hOlaf Hering2007-10-171-2/+0
* Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-161-0/+2
|\
| * SPARC64: sg chaining supportJens Axboe2007-10-161-0/+2
* | kprobes: support kretprobe blacklistMasami Hiramatsu2007-10-161-0/+2
* | SPARC64: SPARSEMEM_VMEMMAP supportDavid Miller2007-10-161-0/+3
* | x86: optimize page faults like all other achitectures and kill notifier cruftChristoph Hellwig2007-10-162-19/+0
* | Convert cpu_sibling_map to be a per cpu variableMike Travis2007-10-162-2/+3
|/
* [SPARC64]: virt_irq --> bucket mapping no longer necessaryDavid S. Miller2007-10-131-2/+1
* [SPARC64]: Kill ugly __irq_ino() macro.David S. Miller2007-10-131-1/+3
* [SPARC64]: Access ivector_table[] using physical addresses.David S. Miller2007-10-131-6/+6
* [SPARC64]: Make IVEC pointers 64-bit.David S. Miller2007-10-132-7/+6
* [SPARC64]: Consolidate MSI support code.David S. Miller2007-10-131-2/+4
* [SPARC64]: Enable MSI on sun4u Fire PCI-E controllers.David S. Miller2007-10-131-0/+6
* [SPARC64]: Fix lockdep, particularly on SMP.David S. Miller2007-09-161-4/+0
* [SPARC64]: Fix several bugs in MSI handling.David S. Miller2007-08-302-2/+3
* [SPARC64]: Fix type and constant sizes wrt. sun4u IMAP/ICLR handling.David S. Miller2007-08-301-11/+11
* [SPARC64]: Need to clobber global reg vars in switch_to().David S. Miller2007-08-202-15/+15
* [MATH-EMU]: Fix underflow exception reporting.David S. Miller2007-08-161-0/+2
* [SPARC64]: Create a HWCAP_SPARC_N2 and report it to userspace on Niagara-2.David S. Miller2007-08-161-2/+8
* [SPARC64]: Do not assume sun4v chips have load-twin/store-init support.David S. Miller2007-08-083-4/+16
* [SPARC]: Centralize find_in_proplist() instead of duplicating N times.David S. Miller2007-08-071-0/+1
* [SPARC]: Fix O_CLOEXEC values.David S. Miller2007-08-031-1/+1
* [SPARC64]: Add missing dma_sync_single_range_for_*().David S. Miller2007-08-031-0/+19
* [SPARC64]: Add missing dma_get_cache_alignment().Andrew Morton2007-07-311-0/+7
* [SPARC]: Mark SBUS framebuffer ioctls as IGNORE in compat_ioctl.cDavid S. Miller2007-07-301-0/+28
* [SPARC64]: asm-sparc64/floppy.h needs linux/pci.hDavid S. Miller2007-07-301-3/+3
* [SPARC64]: Fix conflicts in SBUS/PCI/EBUS/ISA DMA handling.David S. Miller2007-07-305-385/+203
* [SPARC64]: Convert parport to of_platform_driver.David S. Miller2007-07-201-100/+133