aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-4/+3
2014-07-27staging: silicom: remove driverGravatar Kristina Martšenko 1-1/+0
2014-07-24parisc: Eliminate memset after alloc_bootmem_pagesGravatar HIMANGI SARAOGI 1-1/+0
2014-07-24parisc: Remove SA_RESTORER defineGravatar John David Anglin 1-2/+0
2014-07-18parisc: ftrace: Remove check of obsolete variable function_trace_stopGravatar Steven Rostedt (Red Hat) 2-4/+0
2014-07-18parisc: ftrace: Add call to ftrace_graph_is_dead() in function graph codeGravatar Steven Rostedt (Red Hat) 1-0/+3
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Gravatar Davidlohr Bueso 1-0/+1
2014-07-13Merge branch 'parisc-3.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-38/+13
2014-07-13parisc: drop unused defines and header includesGravatar Helge Deller 1-36/+0
2014-07-13parisc: fix fanotify_mark() syscall on 32bit compat kernelGravatar Helge Deller 2-1/+11
2014-07-13parisc: add serial ports of C8000/1GHz machine to hardware databaseGravatar Helge Deller 1-1/+2
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-9/+1
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLGravatar Fabian Frederick 1-1/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-8/+2
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-4/+0
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+0
2014-05-28USB: remove CONFIG_USB_DEBUG from defconfig filesGravatar Greg Kroah-Hartman 2-2/+0
2014-05-27USB: delete CONFIG_USB_DEVICEFS from defconfigGravatar Naoki MATSUMOTO 2-2/+0
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionGravatar Hanjun Guo 1-5/+0
2014-05-23parisc: 'renameat2()' doesn't need (or have) a separate compat system callGravatar Linus Torvalds 1-1/+1
2014-05-21ftrace: Make CALLER_ADDRx macros more genericGravatar AKASHI Takahiro 1-9/+1
2014-05-20parisc: add renameat2 syscallGravatar Miklos Szeredi 2-1/+3
2014-05-20Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-46/+65
2014-05-15parisc: Improve LWS-CAS performanceGravatar John David Anglin 1-3/+9
2014-05-15parisc: ratelimit userspace segfault printingGravatar Helge Deller 3-43/+56
2014-05-15parisc,metag: Do not hardcode maximum userspace stack sizeGravatar Helge Deller 2-4/+7
2014-05-15metag: Reduce maximum stack size to 256MBGravatar James Hogan 1-0/+2
2014-05-01Merge branch 'parisc-3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-8/+2
2014-05-01parisc: Use generic uapi/asm/resource.h fileGravatar Helge Deller 2-7/+2
2014-05-01parisc: remove _STK_LIM_MAX overrideGravatar John David Anglin 1-1/+0
2014-04-18arch,parisc: Convert smp_mb__*()Gravatar Peter Zijlstra 2-8/+2
2014-04-17Merge branch 'parisc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 6-14/+14
2014-04-13parisc: fix epoll_pwait syscall on compat kernelGravatar Helge Deller 1-1/+1
2014-04-13parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZEGravatar Helge Deller 3-11/+11
2014-04-12Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-0/+1
2014-04-03parisc: Replace __get_cpu_var uses for address calculationGravatar Christoph Lameter 2-2/+2
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-6/+26
2014-03-23parisc: locks: remove redundant arch_*_relax operationsGravatar Will Deacon 1-4/+0
2014-03-23parisc: wire up sys_utimesGravatar Helge Deller 2-2/+3
2014-03-23parisc: Remove unused CONFIG_PARISC_TMPALIAS codeGravatar John David Anglin 2-75/+0
2014-03-20audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLGravatar AKASHI Takahiro 1-0/+1
2014-03-12parisc: Validate online cpus in irq_set_affinity() callbacksGravatar Thomas Gleixner 1-1/+1
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseGravatar Tim Chen 1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Gravatar Tim Chen 1-6/+25
2014-02-05execve: use 'struct filename *' for executable name passingGravatar Linus Torvalds 1-14/+1
2014-02-02parisc: add flexible mmap memory layout supportGravatar Helge Deller 6-43/+233
2014-02-02parisc: Make EWOULDBLOCK be equal to EAGAIN on pariscGravatar Guy Martin 1-1/+1