aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-015-12/+12
|\
| * Rename .data.lock_aligned to .data..lock_aligned.Denys Vlasenko2010-03-032-3/+3
| * Rename .data.vmpages and .data.vm0.XXX to .data..vmpages and .data..vm0.XXX.Denys Vlasenko2010-03-032-7/+7
| * Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-032-2/+2
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds2010-05-306-76/+47
|\ \
| * | parisc: Call pagefault_disable/pagefault_enable in kmap_atomic/kunmap_atomicJohn David Anglin2010-05-301-3/+13
| * | parisc: Remove unnecessary macros from entry.SJohn David Anglin2010-05-301-33/+7
| * | parisc: LWS fixes for syscall.SJohn David Anglin2010-05-301-23/+9
| * | parisc: Delete unnecessary nop's in entry.SJohn David Anglin2010-05-301-7/+0
| * | parisc: Avoid interruption in critical region in entry.SJohn David Anglin2010-05-301-2/+3
| * | parisc: invoke oom-killer from page faultNick Piggin2010-05-301-4/+3
| * | parisc: clear floating point exception flag on SIGFPE signalHelge Deller2010-05-301-0/+1
| * | parisc: Use of align_frame provides stack frame.Carlos O'Donell2010-05-301-4/+11
* | | parisc: use asm-generic/scatterlist.hFUJITA Tomonori2010-05-272-18/+5
* | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-05-211-4/+4
|\ \ \
| * | | panic: Allow warnings to set different taint flagsBen Hutchings2010-05-191-4/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\ \ \ \
| * | | | add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1
| | |/ / | |/| |
* | | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-171-2/+2
|/ / /
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-5/+5
|/ /
* | pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori2010-03-121-2/+0
* | pci-dma: parisc: use include/linux/pci-dma.hFUJITA Tomonori2010-03-122-13/+4
* | 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-123-17/+3
* | parisc: use __ratelimit in unaligned.cAkinobu Mita2010-03-061-10/+4
* | parisc: Convert to read/update_persistent_clockjohn stultz2010-03-061-16/+13
* | 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-063-3/+41
* | parisc: remove trailing space in messagesFrans Pop2010-03-061-2/+2
* | parisc: ditto sys_accept4Kyle McMartin2010-03-062-1/+3
* | parisc: wire up sys_recvmmsgHelge Deller2010-03-062-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-4/+4
|\ \
| * \ Merge branch 'master' into percpuTejun Heo2010-01-0533-273/+250
| |\ \ | | |/
| * | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-291-4/+4
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-012-3/+3
|\ \ \
| * | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-202-3/+3
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-viptLinus Torvalds2010-02-261-0/+12
|\ \ \
| * | | parisc: add mm API for DMA to vmalloc/vmap areasJames Bottomley2010-02-051-0/+12
| |/ /
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-02-261-5/+5
|\ \ \
| * | | resource/PCI: mark struct resource as constDominik Brodowski2010-02-221-1/+1
| * | | resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-221-5/+5
* | | | parisc: Set PCI CLS early in boot.Carlos O'Donell2010-02-241-2/+5
* | | | Revert "parisc: HAVE_ARCH_TRACEHOOK"Roland McGrath2010-02-221-1/+0
|/ / /
* | | parisc: fix tracing of signalsKyle McMartin2010-02-121-1/+3
|/ /
* | 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 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-161-6/+1
|\ \ \
| * | | sanitize do_pipe_flags() callers in archAl Viro2009-12-161-6/+1
* | | | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-161-6/+0
|\ \ \ \