| Commit message (Expand) | Author | Age | Files | Lines |
* | parisc: mm: Fix a memory leak related to pmd not attached to the pgd | Christophe Jaillet | 2015-08-10 | 1 | -1/+2 |
* | parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based... | John David Anglin | 2015-08-10 | 2 | -42/+66 |
* | parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a... | Helge Deller | 2015-05-12 | 1 | -0/+4 |
* | parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELS | Guenter Roeck | 2015-04-21 | 1 | -3/+3 |
* | parisc: Eliminate sg_virt_addr() and private scatterlist.h | Matthew Wilcox | 2015-04-21 | 2 | -10/+1 |
* | parisc: switch to using asm-generic for seccomp.h | Kees Cook | 2015-04-17 | 2 | -16/+1 |
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 1 | -2/+0 |
|\ |
|
| * | arch: Remove exec_domain from remaining archs | Richard Weinberger | 2015-04-12 | 1 | -2/+0 |
* | | parisc: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 2015-04-14 | 2 | -10/+8 |
|/ |
|
* | parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT | Helge Deller | 2015-03-23 | 1 | -5/+3 |
* | parisc: mm: don't count preallocated pmds | Mikulas Patocka | 2015-03-23 | 1 | -2/+7 |
* | mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED defines | Kirill A. Shutemov | 2015-02-28 | 1 | -0/+1 |
* | parisc: macro whitespace fixes | Michael S. Tsirkin | 2015-02-17 | 1 | -58/+58 |
* | parisc/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-02-16 | 1 | -1/+1 |
* | parisc: hpux - Remove hpux gateway page | Helge Deller | 2015-02-16 | 1 | -2/+0 |
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -4/+0 |
* | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 2015-02-11 | 1 | -1/+1 |
* | parisc: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 2015-02-10 | 1 | -10/+0 |
* | Merge branch 'parisc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-12-26 | 1 | -3/+10 |
|\ |
|
| * | parisc: fix out-of-register compiler error in ldcw inline assembler function | John David Anglin | 2014-12-26 | 1 | -3/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-12-11 | 1 | -1/+0 |
|\ \ |
|
| * | | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 2014-12-10 | 1 | -1/+0 |
| |/ |
|
* | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-09 | 1 | -4/+8 |
|\ \
| |/
|/| |
|
| * | parisc: io: implement dummy relaxed accessor macros for writes | Will Deacon | 2014-10-20 | 1 | -4/+8 |
* | | parisc: Use BUILD_BUG() instead of undefined functions | Helge Deller | 2014-11-10 | 1 | -11/+8 |
|/ |
|
* | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-10-19 | 1 | -0/+11 |
|\ |
|
| * | ARCH: AUDIT: implement syscall_get_arch for all arches | Eric Paris | 2014-09-23 | 1 | -0/+11 |
* | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 1 | -46/+71 |
|\ \ |
|
| * | | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 2014-10-03 | 1 | -2/+2 |
| * | | locking,arch,parisc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -44/+69 |
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-10-09 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 2014-09-13 | 1 | -0/+1 |
| |/ / |
|
* | | | parisc: Wire up seccomp, getrandom and memfd_create syscalls | Helge Deller | 2014-08-27 | 2 | -1/+20 |
|/ / |
|
* | | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | 2014-07-17 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2014-06-06 | 1 | -9/+1 |
|\ |
|
| * | ftrace: Make CALLER_ADDRx macros more generic | AKASHI Takahiro | 2014-05-21 | 1 | -9/+1 |
* | | sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL | Fabian Frederick | 2014-06-04 | 1 | -1/+0 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 | 2 | -8/+2 |
|\ \ |
|
| * | | arch,parisc: Convert smp_mb__*() | Peter Zijlstra | 2014-04-18 | 2 | -8/+2 |
| |/ |
|
* | | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-06-02 | 1 | -5/+0 |
|\ \ |
|
| * | | PCI: Turn pcibios_penalize_isa_irq() into a weak function | Hanjun Guo | 2014-05-27 | 1 | -5/+0 |
* | | | parisc,metag: Do not hardcode maximum userspace stack size | Helge Deller | 2014-05-15 | 1 | -1/+4 |
* | | | metag: Reduce maximum stack size to 256MB | James Hogan | 2014-05-15 | 1 | -0/+2 |
| |/
|/| |
|
* | | Merge branch 'parisc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2014-04-17 | 1 | -3/+2 |
|\ \
| |/
|/| |
|
| * | parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZE | Helge Deller | 2014-04-13 | 1 | -3/+2 |
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-03-31 | 1 | -6/+26 |
|\ \
| |/
|/| |
|
| * | locking/mcs: Allow architecture specific asm files to be used for contended case | Tim Chen | 2014-02-09 | 1 | -0/+1 |
| * | locking/mcs: Order the header files in Kbuild of each architecture in alphabe... | Tim Chen | 2014-02-09 | 1 | -6/+25 |
* | | parisc: locks: remove redundant arch_*_relax operations | Will Deacon | 2014-03-23 | 1 | -4/+0 |
* | | parisc: Remove unused CONFIG_PARISC_TMPALIAS code | John David Anglin | 2014-03-23 | 1 | -11/+0 |