Age | Commit message (Expand) | Author | Files | Lines |
2015-09-08 | parisc: Define ioremap_uc and ioremap_wc | Guenter Roeck | 1 | -0/+2 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -2/+0 |
2015-07-27 | parisc: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -0/+9 |
2015-07-19 | parisc: mm: Fix a memory leak related to pmd not attached to the pgd | Christophe Jaillet | 1 | -1/+2 |
2015-07-18 | mm: clean up per architecture MM hook header files | Laurent Dufour | 2 | -15/+1 |
2015-07-10 | parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based... | John David Anglin | 2 | -42/+66 |
2015-06-26 | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -3/+2 |
2015-06-25 | mm: new mm hook framework | Laurent Dufour | 1 | -0/+15 |
2015-06-23 | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -19/+0 |
2015-06-23 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+2 |
2015-06-23 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+0 |
2015-06-08 | PCI: Remove unused pci_dma_burst_advice() | Bjorn Helgaas | 1 | -19/+0 |
2015-05-19 | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 1 | -1/+0 |
2015-05-19 | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* | David Hildenbrand | 1 | -0/+2 |
2015-05-13 | arch: Remove __ARCH_HAVE_CMPXCHG | Thomas Gleixner | 1 | -2/+0 |
2015-05-12 | parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a... | Helge Deller | 1 | -0/+4 |
2015-05-05 | remove <asm/scatterlist.h> | Christoph Hellwig | 2 | -2/+2 |
2015-04-21 | parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELS | Guenter Roeck | 1 | -3/+3 |
2015-04-21 | parisc: Eliminate sg_virt_addr() and private scatterlist.h | Matthew Wilcox | 2 | -10/+1 |
2015-04-17 | parisc: switch to using asm-generic for seccomp.h | Kees Cook | 2 | -16/+1 |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+0 |
2015-04-15 | parisc: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 2 | -10/+8 |
2015-04-12 | arch: Remove exec_domain from remaining archs | Richard Weinberger | 1 | -2/+0 |
2015-03-23 | parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT | Helge Deller | 1 | -5/+3 |
2015-03-23 | parisc: mm: don't count preallocated pmds | Mikulas Patocka | 1 | -2/+7 |
2015-02-28 | mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED defines | Kirill A. Shutemov | 1 | -0/+1 |
2015-02-17 | parisc: macro whitespace fixes | Michael S. Tsirkin | 1 | -58/+58 |
2015-02-17 | parisc/uaccess: fix sparse errors | Michael S. Tsirkin | 1 | -1/+1 |
2015-02-17 | parisc: hpux - Remove hpux gateway page | Helge Deller | 1 | -2/+0 |
2015-02-13 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 1 | -4/+0 |
2015-02-12 | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 1 | -1/+1 |
2015-02-11 | parisc: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 1 | -10/+0 |
2014-12-27 | Merge branch 'parisc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+10 |
2014-12-26 | parisc: fix out-of-register compiler error in ldcw inline assembler function | John David Anglin | 1 | -3/+10 |
2014-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+0 |
2014-12-10 | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 1 | -1/+0 |
2014-12-10 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+8 |
2014-11-11 | parisc: Use BUILD_BUG() instead of undefined functions | Helge Deller | 1 | -11/+8 |
2014-10-20 | parisc: io: implement dummy relaxed accessor macros for writes | Will Deacon | 1 | -4/+8 |
2014-10-20 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -0/+11 |
2014-10-13 | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -46/+71 |
2014-10-09 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2014-10-03 | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 1 | -2/+2 |
2014-09-24 | ARCH: AUDIT: implement syscall_get_arch for all arches | Eric Paris | 1 | -0/+11 |
2014-09-13 | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 1 | -0/+1 |
2014-08-27 | parisc: Wire up seccomp, getrandom and memfd_create syscalls | Helge Deller | 2 | -1/+20 |
2014-08-14 | locking,arch,parisc: Fold atomic_ops | Peter Zijlstra | 1 | -44/+69 |
2014-07-17 | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | 1 | -0/+1 |
2014-06-06 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -9/+1 |
2014-06-05 | sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL | Fabian Frederick | 1 | -1/+0 |