aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAMHelge Deller2013-10-271-0/+4
* parisc: enable DEVTMPFS, DEVTMPFS_MOUNT and BLK_DEV_INITRD in defconfigsHelge Deller2013-10-196-0/+14
* Revert "parisc: Export flush_cache_page() (needed by lustre)"Helge Deller2013-10-191-1/+0
* parisc: let probe_kernel_read() capture access to page zeroHelge Deller2013-10-131-1/+14
* parisc: optimize variable initialization in do_page_faultJohn David Anglin2013-10-131-5/+10
* parisc: fix interruption handler to respect pagefault_disable()Helge Deller2013-10-131-3/+3
* parisc: mark parisc_terminate() noreturn and cold.Helge Deller2013-10-131-1/+1
* parisc: remove unused syscall_ipi() function.Helge Deller2013-10-131-5/+0
* parisc: kill SMP single function call interruptJiang Liu2013-10-131-7/+1
* parisc: Export flush_cache_page() (needed by lustre)Geert Uytterhoeven2013-10-131-0/+1
* arch/parisc/mm/fault.c: fix uninitialized variable usageFelipe Pena2013-09-301-2/+3
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-2/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\
| * treewide: Fix printks with 0x%#Joe Perches2013-08-271-1/+1
* | parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer2013-07-312-0/+4
* | parisc: Remove arch/parisc/kernel/sys32.h headerJohn David Anglin2013-07-314-46/+0
* | parisc: add defconfig for c8000 machineHelge Deller2013-07-311-0/+279
* | parisc: Fix cache routines to ignore vma's with an invalid pfnJohn David Anglin2013-07-311-64/+71
|/
* parisc: delete __cpuinit usage from all usersPaul Gortmaker2013-07-144-14/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-1/+1
|\
| * Safer ABI for O_TMPFILEAl Viro2013-07-131-1/+1
* | net: rename busy poll socket op and globalsEliezer Tamir2013-07-101-1/+1
* | Merge branch 'parisc-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-07-108-49/+94
|\ \
| * | parisc: Fix gcc miscompilation in pa_memcpy()Helge Deller2013-07-091-29/+50
| * | parisc: Ensure volatile space register %sr1 is not clobberedJohn David Anglin2013-07-092-3/+4
| * | parisc: optimize mtsp(0,sr) inline assemblyHelge Deller2013-07-091-3/+6
| * | parisc: switch to gzip-compressed vmlinuz kernelHelge Deller2013-07-093-11/+18
| * | parisc: more capabilities info in /proc/cpuinfoHelge Deller2013-07-091-3/+16
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-0/+2
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-036-41/+74
| |\
| * | net: add socket option for low latency pollingEliezer Tamir2013-06-171-0/+2
* | | 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