summaryrefslogtreecommitdiffstats
path: root/arch/c6x
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-1/+0
|\
| * arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0
* | init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0
* | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
* | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-0/+7
|\ \
| * | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-1/+1
| * | c6x: define syscall_get_arch()Dmitry V. Levin2019-03-201-0/+7
| |/
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-0/+1
|\ \
| * | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-3/+0
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-101-65/+14
| |\ \ \
| * | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-3/+0
| | |/ / | |/| |
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-062-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-032-2/+1
| |/ /
* | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-32/+6
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-33/+8
|/ /
* / KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-282-1/+1
|/
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-122-0/+7
* arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-1/+0
* arch: simplify several early memory allocationsMike Rapoport2019-03-071-7/+2
* Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-272-0/+3
|\
| * asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-191-0/+1
| * asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-191-0/+1
| * 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
* | arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada2019-02-012-1/+1
|/
* arch: restore generic-y += shmparam.h for some architecturesMasahiro Yamada2019-01-061-0/+1
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-26/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-1/+1
|\
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-041-1/+1
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
|/
* dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+4
* dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0
* Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2018-10-311-25/+1
|\
| * c6x: switch to NO_BOOTMEMMike Rapoport2018-10-282-25/+2
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+1
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-311-1/+2
* | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-2/+2
* | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-11/+0
|/
* Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-266-35/+12
|\
| * Merge branch 'all-dtbs' into dt/nextRob Herring2018-10-046-27/+9
| |\
| | * c6x: enable building all dtbsRob Herring2018-10-021-0/+6
| | * kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-021-2/+0
| | * c6x: use common built-in dtb supportRob Herring2018-10-025-25/+3
| * | c6x: use for_each_of_cpu_node iteratorRob Herring2018-09-281-8/+3
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-0/+1
|\ \
| * | y2038: Remove stat64 family from default syscall setArnd Bergmann2018-08-291-0/+1
| |/