summaryrefslogtreecommitdiffstats
path: root/arch/cris/include/asm
AgeCommit message (Expand)AuthorLines
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck-3/+2
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig-3/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig-2/+0
2016-01-20cris: convert to dma_map_opsChristoph Hellwig-153/+8
2015-11-02CRIS: Drop code related to obsolete or unused kconfigsJesper Nilsson-2/+1
2015-11-02CRIS v32: remove old GPIO and LEDs codeRabin Vincent-0/+2
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds-0/+1
2015-09-05CRIS: fix switch_mm() lockdep splatRabin Vincent-1/+8
2015-09-05CRIS: add STACKTRACE_SUPPORTRabin Vincent-0/+8
2015-09-05CRIS: UAPI: use generic types.hRabin Vincent-12/+1
2015-09-05CRIS: UAPI: use generic shmbuf.hRabin Vincent-0/+1
2015-09-05CRIS: UAPI: use generic msgbuf.hRabin Vincent-0/+1
2015-09-05CRIS: UAPI: use generic socket.hRabin Vincent-0/+1
2015-09-05CRIS: UAPI: use generic sembuf.hRabin Vincent-0/+1
2015-09-05CRIS: UAPI: use generic sockios.hRabin Vincent-0/+1
2015-09-05CRIS: UAPI: use generic auxvec.hRabin Vincent-0/+1
2015-09-05CRIS: UAPI: use generic headers via KbuildRabin Vincent-0/+10
2015-09-05CRIS: UAPI: fix elf.h exportRabin Vincent-86/+0
2015-09-05CRIS: don't make asm/elf.h depend on asm/user.hRabin Vincent-4/+1
2015-09-05CRIS: Wire up missing syscallsChen Gang-1/+1
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour-15/+1
2015-07-08Make asm/word-at-a-time.h available on all architecturesChris Metcalf-0/+1
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+2
2015-06-24mm: new mm hook frameworkLaurent Dufour-0/+15
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig-1/+0
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig-2/+2
2015-04-26Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds-385/+16
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger-2/+0
2015-03-25cris: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin-1/+1
2015-03-25CRIS: use generic headers via KbuildRabin Vincent-53/+12
2015-03-25CRIS: use generic cmpxchg.hRabin Vincent-51/+1
2015-03-25CRIS: use generic atomic.hRabin Vincent-150/+1
2015-03-25CRIS: use generic atomic bitopsRabin Vincent-110/+1
2015-03-25CRIS: remove SMP codeRabin Vincent-20/+0
2015-02-15Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds-73/+97
2015-02-14CRIS: Whitespace cleanupJesper Nilsson-31/+52
2015-02-14CRIS: macro whitespace fixes in uaccess.hMichael S. Tsirkin-55/+58
2015-02-14CRIS: uaccess: fix sparse errorsMichael S. Tsirkin-2/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-4/+0
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov-1/+1
2015-02-10cris: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov-4/+0
2014-12-20CRIS: Fix headers_installSam Ravnborg-4/+0
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+0
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann-1/+0
2014-10-20cris: io: implement dummy relaxed accessor macros for writesWill Deacon-0/+3
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-33/+26
2014-10-09cris: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven-7/+1
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar-1/+1
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra-0/+1
2014-08-14locking,arch,cris: Fold atomic_opsPeter Zijlstra-32/+25