summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-061-9/+1
|\
| * ftrace: Make CALLER_ADDRx macros more genericAKASHI Takahiro2014-05-211-9/+1
* | sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick2014-06-041-1/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-032-8/+2
|\ \
| * | arch,parisc: Convert smp_mb__*()Peter Zijlstra2014-04-182-8/+2
* | | Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-033-4/+0
|\ \ \
| * | | USB: remove CONFIG_USB_DEBUG from defconfig filesGreg Kroah-Hartman2014-05-282-2/+0
| * | | USB: delete CONFIG_USB_DEVICEFS from defconfigNaoki MATSUMOTO2014-05-272-2/+0
| | |/ | |/|
* | | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-021-5/+0
|\ \ \
| * | | PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2014-05-271-5/+0
* | | | parisc: 'renameat2()' doesn't need (or have) a separate compat system callLinus Torvalds2014-05-231-1/+1
* | | | parisc: add renameat2 syscallMiklos Szeredi2014-05-202-1/+3
* | | | Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-204-46/+65
|\ \ \ \
| * | | | parisc: Improve LWS-CAS performanceJohn David Anglin2014-05-151-3/+9
| * | | | parisc: ratelimit userspace segfault printingHelge Deller2014-05-153-43/+56
* | | | | parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller2014-05-152-4/+7
* | | | | metag: Reduce maximum stack size to 256MBJames Hogan2014-05-151-0/+2
| |_|/ / |/| | |
* | | | Merge branch 'parisc-3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-012-8/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | parisc: Use generic uapi/asm/resource.h fileHelge Deller2014-05-012-7/+2
| * | | parisc: remove _STK_LIM_MAX overrideJohn David Anglin2014-05-011-1/+0
| |/ /
* | | Merge branch 'parisc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-04-176-14/+14
|\ \ \ | |_|/ |/| |
| * | parisc: fix epoll_pwait syscall on compat kernelHelge Deller2014-04-131-1/+1
| * | parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZEHelge Deller2014-04-133-11/+11
| * | parisc: Replace __get_cpu_var uses for address calculationChristoph Lameter2014-04-032-2/+2
| |/
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-0/+1
|\ \
| * | audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLAKASHI Takahiro2014-03-201-0/+1
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-011-1/+1
|\ \ \
| * | | parisc: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner2014-03-121-1/+1
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-311-6/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
| * | | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-6/+25
* | | | parisc: locks: remove redundant arch_*_relax operationsWill Deacon2014-03-231-4/+0
* | | | parisc: wire up sys_utimesHelge Deller2014-03-232-2/+3
* | | | parisc: Remove unused CONFIG_PARISC_TMPALIAS codeJohn David Anglin2014-03-232-75/+0
| |/ / |/| |
* | | execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-051-14/+1
* | | parisc: add flexible mmap memory layout supportHelge Deller2014-02-026-43/+233
* | | parisc: Make EWOULDBLOCK be equal to EAGAIN on pariscGuy Martin2014-02-021-1/+1
* | | parisc: convert uapi/asm/stat.h to use native types onlyHelge Deller2014-02-021-21/+19
* | | parisc: wire up sched_setattr and sched_getattrHelge Deller2014-02-022-1/+5
* | | parisc: fix cache-flushingHelge Deller2014-02-023-3/+16
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-252-0/+3
|\ \
| * | net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-181-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-1/+1
| |\ \ | | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-143-46/+6
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-1810-173/+110
| |\ \ \
| * | | | lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
* | | | | Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham2014-01-231-4/+4
* | | | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-221-17/+5
|\ \ \ \ \
| * | | | | parisc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2013-12-111-17/+5
| |/ / / /
* | | | | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman2014-01-211-42/+17
OpenPOWER on IntegriCloud