aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2013-09-30arch/parisc/mm/fault.c: fix uninitialized variable usageGravatar Felipe Pena 1-2/+3
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerGravatar Johannes Weiner 1-2/+5
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-08-27treewide: Fix printks with 0x%#Gravatar Joe Perches 1-1/+1
2013-07-31parisc: Fix interrupt routing for C8000 serial portsGravatar Thomas Bogendoerfer 2-0/+4
2013-07-31parisc: Remove arch/parisc/kernel/sys32.h headerGravatar John David Anglin 4-46/+0
2013-07-31parisc: add defconfig for c8000 machineGravatar Helge Deller 1-0/+279
2013-07-31parisc: Fix cache routines to ignore vma's with an invalid pfnGravatar John David Anglin 1-64/+71
2013-07-14parisc: delete __cpuinit usage from all usersGravatar Paul Gortmaker 4-14/+16
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-07-13Safer ABI for O_TMPFILEGravatar Al Viro 1-1/+1
2013-07-10net: rename busy poll socket op and globalsGravatar Eliezer Tamir 1-1/+1
2013-07-10Merge branch 'parisc-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-49/+94
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+2
2013-07-09parisc: Fix gcc miscompilation in pa_memcpy()Gravatar Helge Deller 1-29/+50
2013-07-09parisc: Ensure volatile space register %sr1 is not clobberedGravatar John David Anglin 2-3/+4
2013-07-09parisc: optimize mtsp(0,sr) inline assemblyGravatar Helge Deller 1-3/+6
2013-07-09parisc: switch to gzip-compressed vmlinuz kernelGravatar Helge Deller 3-11/+18
2013-07-09parisc: more capabilities info in /proc/cpuinfoGravatar Helge Deller 1-3/+16
2013-07-04Merge branch 'kconfig-diet' from Dave HansenGravatar Linus Torvalds 2-11/+1
2013-07-04consolidate per-arch stack overflow debugging optionsGravatar Dave Hansen 2-11/+1
2013-07-03mm/PARISC: prepare for killing free_all_bootmem_node()Gravatar Jiang Liu 1-11/+1
2013-07-03mm/PARISC: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-44/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-2/+2
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroGravatar Jiang Liu 1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsGravatar Jiang Liu 1-1/+2
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-41/+74
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2013-07-02Merge tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+1
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-11/+8
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Gravatar Al Viro 1-0/+1
2013-06-29[readdir] constify ->actorGravatar Al Viro 1-7/+5
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Gravatar Al Viro 1-1/+1
2013-06-29[readdir] introduce iterate_dir() and dir_contextGravatar Al Viro 1-1/+3
2013-06-29consolidate io_remap_pfn_range definitionsGravatar Al Viro 1-3/+0
2013-06-24Merge 3.10-rc7 into tty-nextGravatar Greg Kroah-Hartman 6-41/+74
2013-06-24Merge 3.10-rc7 into driver-core-nextGravatar Greg Kroah-Hartman 6-41/+74
2013-06-18parisc: Use unshadowed index register for flush instructions in flush_dcache_...Gravatar John David Anglin 1-38/+38
2013-06-18parisc: provide pci_mmap_page_range() for pariscGravatar Thomas Bogendoerfer 2-0/+32
2013-06-18parisc: fix serial ports on C8000 workstationGravatar Thomas Bogendoerfer 1-0/+1
2013-06-18parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50 (part 2)Gravatar Helge Deller 2-3/+3
2013-06-17Merge 3.10-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 4-7/+5
2013-06-17net: add socket option for low latency pollingGravatar Eliezer Tamir 1-0/+2
2013-06-08Merge 3.10-rc5 into tty-nextGravatar Greg Kroah-Hartman 4-7/+5
2013-06-03Finally eradicate CONFIG_HOTPLUGGravatar Stephen Rothwell 1-1/+0
2013-06-01parisc: kernel: using strlcpy() instead of strcpy()Gravatar Chen Gang 1-1/+2
2013-06-01parisc: rename "CONFIG_PA7100" to "CONFIG_PA7000"Gravatar Paul Bolle 1-1/+1
2013-06-01parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50Gravatar Helge Deller 1-4/+1