aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6Linus Torvalds4-9/+65
2011-08-03Merge branch 'apei' into apei-releaseLen Brown1-0/+1
2011-08-03Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying1-0/+1
2011-07-31[PARISC] wire up sendmmsg syscallJames Bottomley2-1/+3
2011-07-29[PARISC] fix return type of __atomic64_add_returnJohn David Anglin1-2/+2
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-5/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma1-5/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma7-7/+6
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita1-8/+1
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger1-1/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-12/+0
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2-2/+2
2011-07-18[PARISC] Fix futex supportCarlos O'Donell1-6/+60
2011-06-27Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki1-7/+0
2011-05-28Merge branch 'setns'Linus Torvalds2-1/+3
2011-05-28ns: Wire up the setns system callEric W. Biederman2-1/+3
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-8/+0
2011-05-25Remove unused PROC_CHANGE_PENALTY constantStephen Boyd1-9/+0
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-1/+1
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo1-1/+1
2011-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6Linus Torvalds12-130/+206
2011-05-22Merge branch 'flushing' into for-linusJames Bottomley8-124/+182
2011-05-20extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt1-0/+3
2011-05-12Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar1-1/+3
2011-04-21[PARISC] set memory ranges in N_NORMAL_MEMORY when onlinedDavid Rientjes1-1/+3
2011-04-15[PARISC] wire up syncfs syscallJames Bottomley2-1/+3
2011-04-15[PARISC] wire up the fhandle syscallsJames Bottomley2-1/+5
2011-04-15[PARISC] wire up clock_adjtime syscallJames Bottomley2-1/+3
2011-04-15[PARISC] wire up fanotify syscallsJames Bottomley3-1/+13
2011-04-15[PARISC] prevent speculative re-read on cache flushJames Bottomley2-2/+16
2011-04-15[PARISC] only make executable areas executableJames Bottomley6-122/+166
2011-04-15[PARISC] fix pacache .size with new binutilsMeelis Roos1-4/+2
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-4/+1
2011-03-31Fix common misspellingsLucas De Marchi12-19/+19
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner1-1/+0
2011-03-29parisc: Use irq_to_desc() in show_interrupts()Thomas Gleixner1-5/+6
2011-03-29parisc: Convert irq namespaceThomas Gleixner1-6/+6
2011-03-29parisc: Convert the final irq bitsThomas Gleixner1-7/+2
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-1/+1
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-1/+1
2011-03-23remove dma64_addr_tFUJITA Tomonori1-13/+0
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita1-2/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita1-0/+1
2011-03-23bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita1-0/+4
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori1-3/+0
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6Linus Torvalds8-375/+319