summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* Remove unused PROC_CHANGE_PENALTY constantStephen Boyd2011-05-251-9/+0Star
* Merge branch 'flushing' into for-linusJames Bottomley2011-05-222-3/+11
|\
| * [PARISC] prevent speculative re-read on cache flushJames Bottomley2011-04-151-1/+4
| * [PARISC] only make executable areas executableJames Bottomley2011-04-151-2/+7
* | [PARISC] wire up syncfs syscallJames Bottomley2011-04-151-1/+2
* | [PARISC] wire up the fhandle syscallsJames Bottomley2011-04-151-1/+3
* | [PARISC] wire up clock_adjtime syscallJames Bottomley2011-04-151-1/+2
* | [PARISC] wire up fanotify syscallsJames Bottomley2011-04-151-1/+3
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* remove dma64_addr_tFUJITA Tomonori2011-03-241-13/+0Star
* bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-241-2/+0Star
* bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-241-1/+0Star
* bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-241-0/+1
* add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-231-3/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds2011-03-213-29/+29
|\
| * Merge branch 'irq' into for-nextJames Bottomley2011-02-101-9/+4Star
| |\
| | * [PARISC] Convert to new irq_chip functionsThomas Gleixner2011-02-101-9/+4Star
| * | Merge branch 'fixes' into for-nextJames Bottomley2011-02-101-7/+17
| |\|
| | * [PARISC] fix vmap flush/invalidateJames Bottomley2011-02-091-7/+17
| * | Merge branch 'tmpalias-flush' into for-nextJames Bottomley2011-02-102-13/+8Star
| |\ \ | | |/ | |/|
| | * eliminate special FLUSH flag from page tableJames Bottomley2011-01-151-10/+4Star
| | * parisc: flush pages through tmpalias spaceJames Bottomley2011-01-151-3/+4
* | | mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying2011-03-171-0/+2
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-0/+1
|\ \ \
| * | | tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers2011-02-171-0/+1
| |/ /
* | | vfs: add nonconflicting values for O_PATHStephen Rothwell2011-03-161-0/+2
* | | futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-111-6/+6
* | | futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-111-9/+9
|/ /
* / parisc: fix compile breakage caused by inlining maybe_mkwriteJames Bottomley2011-01-171-1/+3
|/
* thp: mm: define MADV_NOHUGEPAGEAndrea Arcangeli2011-01-141-0/+1
* thp: mm: define MADV_HUGEPAGEAndrea Arcangeli2011-01-141-0/+2
* TTY: Add tty ioctl to figure device node of the system console.Werner Fink2010-12-171-0/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par...Linus Torvalds2010-10-283-4/+3Star
|\
| * parisc: remove homegrown L1_CACHE_ALIGN macroFUJITA Tomonori2010-10-221-2/+0Star
| * parisc: kill __do_IRQKyle McMartin2010-10-141-3/+0Star
| * parisc: convert cpu interrupts to proper flow handlersKyle McMartin2010-10-141-1/+1
| * parisc: lay groundwork for killing __do_IRQKyle McMartin2010-10-141-0/+3
| * parisc: add prlimit64 syscallKyle McMartin2010-10-141-1/+2
* | parisc: fix compile failure with kmap_atomic changesJames Bottomley2010-10-281-4/+4
* | mm: remove pte_*map_nested()Peter Zijlstra2010-10-271-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-212-18/+47
|\ \
| * | Fix IRQ flag handling namingDavid Howells2010-10-072-18/+47
| |/
* / irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-2/+1Star
|/
* compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin2010-09-151-1/+1
* archs: replace unifdef-y with header-ySam Ravnborg2010-08-141-1/+1
* dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-6/+0Star
* dma-mapping: parisc: set ARCH_DMA_MINALIGNFUJITA Tomonori2010-08-111-0/+2
* dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-6/+0Star
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-111-1/+0Star
|\
| * remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-1/+0Star