summaryrefslogtreecommitdiffstats
path: root/arch/cris/include/asm
Commit message (Expand)AuthorAgeFilesLines
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-3/+2Star
|\
| * ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-141-3/+2Star
* | PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-3/+0Star
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-211-2/+0Star
* cris: convert to dma_map_opsChristoph Hellwig2016-01-211-153/+8Star
* CRIS: Drop code related to obsolete or unused kconfigsJesper Nilsson2015-11-021-2/+1Star
* CRIS v32: remove old GPIO and LEDs codeRabin Vincent2015-11-021-0/+2
* Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
|\
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | CRIS: fix switch_mm() lockdep splatRabin Vincent2015-09-051-1/+8
* | CRIS: add STACKTRACE_SUPPORTRabin Vincent2015-09-051-0/+8
* | CRIS: UAPI: use generic types.hRabin Vincent2015-09-052-12/+1Star
* | CRIS: UAPI: use generic shmbuf.hRabin Vincent2015-09-051-0/+1
* | CRIS: UAPI: use generic msgbuf.hRabin Vincent2015-09-051-0/+1
* | CRIS: UAPI: use generic socket.hRabin Vincent2015-09-051-0/+1
* | CRIS: UAPI: use generic sembuf.hRabin Vincent2015-09-051-0/+1
* | CRIS: UAPI: use generic sockios.hRabin Vincent2015-09-051-0/+1
* | CRIS: UAPI: use generic auxvec.hRabin Vincent2015-09-051-0/+1
* | CRIS: UAPI: use generic headers via KbuildRabin Vincent2015-09-051-0/+10
* | CRIS: UAPI: fix elf.h exportRabin Vincent2015-09-051-86/+0Star
* | CRIS: don't make asm/elf.h depend on asm/user.hRabin Vincent2015-09-051-4/+1Star
* | CRIS: Wire up missing syscallsChen Gang2015-09-051-1/+1
* | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-182-15/+1Star
|/
* Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-263-3/+2Star
|\
| * remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0Star
| * remove <asm/scatterlist.h>Christoph Hellwig2015-05-052-2/+2
* | mm: new mm hook frameworkLaurent Dufour2015-06-251-0/+15
|/
* Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds2015-04-2620-385/+16Star
|\
| * cris: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-03-251-1/+1
| * CRIS: use generic headers via KbuildRabin Vincent2015-03-2513-53/+12Star
| * CRIS: use generic cmpxchg.hRabin Vincent2015-03-252-51/+1Star
| * CRIS: use generic atomic.hRabin Vincent2015-03-252-150/+1Star
| * CRIS: use generic atomic bitopsRabin Vincent2015-03-251-110/+1Star
| * CRIS: remove SMP codeRabin Vincent2015-03-254-20/+0Star
* | arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-121-2/+0Star
|/
* Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds2015-02-161-73/+97
|\
| * CRIS: Whitespace cleanupJesper Nilsson2015-02-141-31/+52
| * CRIS: macro whitespace fixes in uaccess.hMichael S. Tsirkin2015-02-141-55/+58
| * CRIS: uaccess: fix sparse errorsMichael S. Tsirkin2015-02-141-2/+2
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-4/+0Star
* | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-121-1/+1
* | cris: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-4/+0Star
|/
* CRIS: Fix headers_installSam Ravnborg2014-12-201-4/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-1/+0Star
|\
| * net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0Star
* | cris: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-201-0/+3
|/
* Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-33/+26Star
|\
| * locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-1/+1
| * locking,arch,cris: Fold atomic_opsPeter Zijlstra2014-08-141-32/+25Star