summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: size_t is unsigned, so comparison size < 0 doesn't make sense.Helge Deller2013-11-201-1/+1
* parisc: improve SIGBUS/SIGSEGV error reportingHelge Deller2013-11-191-2/+20
* parisc: break out SOCK_NONBLOCK define to own asm header fileHelge Deller2013-11-192-8/+14
* parisc: do not inline pa_memcpy() internal functionsHelge Deller2013-11-191-2/+2
* Revert "parisc: implement full version of access_ok()"Helge Deller2013-11-191-42/+4Star
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-3/+0Star
|\
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-3/+0Star
* | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2013-11-151-0/+1
|\ \
| * | parisc: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
* | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-1/+0Star
* | | parisc: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-2/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-0/+2
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-0/+4
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-2311-22/+43
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-2/+3
| |\ \ \ \ \
| * | | | | | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-291-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-132-2/+2
|\ \ \ \ \ \
| * | | | | | errno.h: remove "NFS" from descriptions in commentsEric Sandeen2013-11-131-1/+1
| * | | | | | mm/arch: use NUMA_NO_NODEJianguo Wu2013-11-131-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-132-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | constify copy_siginfo_to_user{,32}()Al Viro2013-11-092-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into sched/coreIngo Molnar2013-11-0112-22/+47
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-091-2/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-121-15/+2Star
|\ \ \ \ \
| * | | | | irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-15/+2Star
| |/ / / /
* | | | | parisc: add generic 32- and 64-bit defconfigsHelge Deller2013-11-072-0/+674
* | | | | parisc: signal fixup - SIGBUS vs. SIGSEGVHelge Deller2013-11-071-4/+14
* | | | | parisc: implement full version of access_ok()Helge Deller2013-11-071-4/+42
* | | | | parisc: correctly display number of active CPUsHelge Deller2013-11-071-2/+6
* | | | | parisc: do not count IPI calls twiceHelge Deller2013-11-073-10/+0Star
* | | | | parisc: make udelay() SMP-safeHelge Deller2013-11-073-32/+84
* | | | | parisc: remove duplicate defineMichael Opdenacker2013-11-071-1/+0Star
* | | | | parisc: make "make install" not depend on vmlinuxHelge Deller2013-11-072-15/+51
* | | | | parisc: add kernel audit featureHelge Deller2013-11-077-5/+157
* | | | | parisc: provide macro to create exception table entriesHelge Deller2013-11-075-14/+27
| |_|/ / |/| | |
* | | | 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/+0Star
* | | 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/+0Star
* | | parisc: kill SMP single function call interruptJiang Liu2013-10-131-7/+1Star
* | | 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/+0Star
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-2/+5