aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.John David Anglin2015-08-073-1/+29
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-201-0/+2
* parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin2014-11-051-1/+6
* parisc: fix epoll_pwait syscall on compat kernelHelge Deller2014-05-181-1/+1
* parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAMHelge Deller2013-11-281-0/+4
* parisc: fix interruption handler to respect pagefault_disable()Helge Deller2013-11-281-3/+3
* mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-10-261-0/+2
* Purge existing TLB entries in set_pte_at and ptep_set_wrprotectJohn David Anglin2013-03-062-3/+28
* fix user-triggerable panic on pariscAl Viro2012-12-061-2/+4
* fix virtual aliasing issue in get_shared_area()James Bottomley2012-12-061-0/+2
* Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsMel Gorman2012-09-191-2/+2
* fix TLB fault path on PA2.0 narrow systemsJames Bottomley2012-06-101-13/+17
* fix boot failure on 32-bit systems caused by branch stubs placed before .textJohn David Anglin2012-06-101-2/+4
* fix panic on prefetch(NULL) on PA7300LCJames Bottomley2012-05-311-1/+6
* fix crash in flush_icache_page_asm on PA1.1John David Anglin2012-05-311-18/+20
* fix PA1.1 oops on bootJames Bottomley2012-05-311-0/+4
* parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-314-0/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-10-281-1/+2
|\
| * compat: sync compat_stats with statfs.Eric W. Biederman2011-10-281-1/+2
* | parisc: Kconfig: cleanup Kernel page size defaultPaul Bolle2011-10-131-3/+1
* | doc: fix broken referencesPaul Bolle2011-09-272-2/+2
|/
* remove remaining references to nfsservctlStephen Rothwell2011-08-291-1/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa...Linus Torvalds2011-08-044-9/+65
|\
| * [PARISC] wire up sendmmsg syscallJames Bottomley2011-07-312-1/+3
| * [PARISC] fix return type of __atomic64_add_returnJohn David Anglin2011-07-291-2/+2
| * [PARISC] Fix futex supportCarlos O'Donell2011-07-181-6/+60
* | Merge branch 'apei' into apei-releaseLen Brown2011-08-031-0/+1
|\ \
| * | Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying2011-08-031-0/+1
| |/
* | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-261-5/+0
* | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-261-5/+5
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-267-7/+6
* | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-261-8/+1
* | ptrace: unify show_regs() prototypeMike Frysinger2011-07-261-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-252-2/+2
|\ \
| * | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-212-2/+2
| |/
* | modules: make arch's use default loader hooksJonas Bonn2011-07-241-12/+0
|/
* Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2011-06-271-7/+0
* Merge branch 'setns'Linus Torvalds2011-05-282-1/+3
|\
| * ns: Wire up the setns system callEric W. Biederman2011-05-282-1/+3
* | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-261-8/+0
|/
* Remove unused PROC_CHANGE_PENALTY constantStephen Boyd2011-05-251-9/+0
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2011-05-251-1/+1
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\
| * Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-241-1/+1
| |\
| * | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds2011-05-2212-130/+206
|\ \ \
| * \ \ Merge branch 'flushing' into for-linusJames Bottomley2011-05-228-124/+182
| |\ \ \
| | * | | [PARISC] prevent speculative re-read on cache flushJames Bottomley2011-04-152-2/+16
| | * | | [PARISC] only make executable areas executableJames Bottomley2011-04-156-122/+166