summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2013-07-042-11/+1
|\
| * consolidate per-arch stack overflow debugging optionsDave Hansen2013-07-042-11/+1
* | mm/PARISC: prepare for killing free_all_bootmem_node()Jiang Liu2013-07-031-11/+1
* | mm/PARISC: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-44/+3
* | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-2/+2
* | mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
* | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-0/+1
|\ \
| * | [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-291-0/+1
* | | Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-1/+0
|\ \ \
| * \ \ Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman2013-06-246-41/+74
| |\ \ \ | | | |/ | | |/|
| * | | Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-174-7/+5
| |\ \ \
| * | | | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-1/+0
* | | | | Merge tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-07-021-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge 3.10-rc7 into tty-nextGreg Kroah-Hartman2013-06-246-41/+74
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman2013-06-084-7/+5
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman2013-05-2712-138/+231
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing2013-05-201-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-022-11/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | [readdir] constify ->actorAl Viro2013-06-291-7/+5
| * | | | [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-291-1/+1
| * | | | [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-291-1/+3
| * | | | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
| | |_|/ | |/| |
* | | | parisc: Use unshadowed index register for flush instructions in flush_dcache_...John David Anglin2013-06-181-38/+38
* | | | parisc: provide pci_mmap_page_range() for pariscThomas Bogendoerfer2013-06-182-0/+32
* | | | parisc: fix serial ports on C8000 workstationThomas Bogendoerfer2013-06-181-0/+1
* | | | parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50 (part 2)Helge Deller2013-06-182-3/+3
|/ / /
* | | parisc: kernel: using strlcpy() instead of strcpy()Chen Gang2013-06-011-1/+2
* | | parisc: rename "CONFIG_PA7100" to "CONFIG_PA7000"Paul Bolle2013-06-011-1/+1
* | | parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50Helge Deller2013-06-011-4/+1
* | | parisc: memory overflow, 'name' length is too short for usingChen Gang2013-06-011-1/+1
| |/ |/|
* | parisc: fix irq stack on UP and SMPHelge Deller2013-05-243-41/+26
* | parisc: make interrupt and interruption stack allocation reentrantJohn David Anglin2013-05-242-10/+10
* | parisc: show number of FPE and unaligned access handler calls in /proc/interr...Helge Deller2013-05-244-0/+14
* | parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.SHelge Deller2013-05-241-6/+6
* | parisc: add rp5470 entry to machine databaseHelge Deller2013-05-241-0/+1
* | parisc: make default cross compiler search more robust (v3)Helge Deller2013-05-131-12/+9
* | parisc: fix SMP races when updating PTE and TLB entries in entry.SJohn David Anglin2013-05-111-72/+83
* | parisc: implement irq stacks - part 2 (v2)Helge Deller2013-05-115-17/+102
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-101-8/+0
|\
| * unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-091-8/+0
* | parisc: tlb flush counting fix for SMP and UPHelge Deller2013-05-074-19/+5
* | parisc: more irq statistics in /proc/interruptsHelge Deller2013-05-075-4/+86
* | parisc: implement irq stacksHelge Deller2013-05-074-2/+94
* | parisc: add kernel stack overflow checkHelge Deller2013-05-074-4/+42
* | parisc: only re-enable interrupts if we need to schedule or deliver signals w...John David Anglin2013-05-071-5/+9
* | parisc: implement atomic64_dec_if_positive()Helge Deller2013-05-062-0/+24
* | parisc: use long branch in fork_like macroJohn David Anglin2013-05-061-1/+2
* | parisc: fix NATIVE set up in buildMike Frysinger2013-05-061-3/+1
* | parisc: document the parisc gateway pageHelge Deller2013-05-061-1/+24