summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* pci-dma: parisc: use include/linux/pci-dma.hFUJITA Tomonori2010-03-121-13/+1
* ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig2010-03-121-5/+0
* improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-121-1/+2
* parisc: Simplify param.h by including <asm-generic/param.h>Robert P. J. Day2010-03-061-22/+1
* parisc: drop unnecessary cast in __ldcw_align() macroHelge Deller2010-03-061-1/+1
* parisc: add strict copy size checks (v2)Helge Deller2010-03-061-2/+25
* parisc: ditto sys_accept4Kyle McMartin2010-03-061-1/+2
* parisc: wire up sys_recvmmsgHelge Deller2010-03-061-1/+2
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-1/+1
|\
| * MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-1/+1
* | parisc: add mm API for DMA to vmalloc/vmap areasJames Bottomley2010-02-051-0/+12
|/
* Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-0/+1
|\
| * kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par...Linus Torvalds2009-12-162-2/+16
|\ \
| * | parisc: Convert BUG() to use unreachable()David Daney2009-12-161-2/+2
| * | parisc: add CALLER_ADDR{0-6} macrosHelge Deller2009-12-161-0/+14
* | | elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-1/+0
|/ /
* | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-141-10/+10
* | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-142-10/+10
* | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-142-24/+24
* | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-3/+3
* | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-143-9/+9
|/
* vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-3/+2
* Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-081-0/+1
|\
| * Merge branch 'master' into for-2.6.33Jens Axboe2009-12-031-2/+0
| |\
| * | block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-186-29/+56
|\ \ \ | | |/ | |/|
| * | fcntl: Use consistent values for F_[GS]ETOWN_EXStephen Rothwell2009-11-171-2/+0
| |/
| * parisc: convert to asm-generic/hardirq.hChristoph Hellwig2009-09-281-19/+1
| * parisc: Make THREAD_SIZE available to assembly files and linker scripts.Tim Abbott2009-09-271-5/+5
| * parisc: rename parisc's vmalloc_start to parisc_vmalloc_startHelge Deller2009-09-271-2/+2
| * parisc: add skeleton syscall.hKyle McMartin2009-09-272-1/+44
| * parisc: stop using task->ptrace for {single,block}step flagsKyle McMartin2009-09-271-0/+4
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-0/+2
|/
* fcntl: add F_[SG]ETOWN_EXPeter Zijlstra2009-09-241-0/+2
* cpumask: remove arch_send_call_function_ipiRusty Russell2009-09-241-1/+0
* mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann2009-09-221-0/+2
* ksm: define MADV_MERGEABLE and MADV_UNMERGEABLEHugh Dickins2009-09-221-0/+3
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-213-9/+9
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-161-1/+0
|\
| * PCI: remove pcibios_scan_all_fns()Alex Chiang2009-09-091-1/+0
* | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-151-4/+0
|\ \
| * | agp: kill phys_to_gart() and gart_to_phys()David Woodhouse2009-08-031-4/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-0/+2
|\ \
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-122-3/+3
| |\ \ | | |/
| * | net: implement a SO_DOMAIN getsockoptionJan Engelhardt2009-08-051-0/+1
| * | net: implement a SO_PROTOCOL getsockoptionJan Engelhardt2009-08-051-0/+1
* | | KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2009-09-021-1/+3
| |/ |/|
* | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-271-2/+2
* | sched: INIT_PREEMPT_COUNTPeter Zijlstra2009-07-101-1/+1
|/
OpenPOWER on IntegriCloud