aboutsummaryrefslogtreecommitdiff
path: root/arch/unicore32/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-12unicore32: switch to generic version of pte allocationGravatar Mike Rapoport 1-28/+8
2019-07-12scripts/spelling.txt: drop "sepc" from the misspelling listGravatar Paul Walmsley 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 52-208/+52
2019-05-30treewide: Add SPDX license identifier - KbuildGravatar Greg Kroah-Hartman 2-0/+2
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+0
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2019-05-14arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Gravatar Masahiro Yamada 1-1/+0
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Gravatar Masahiro Yamada 1-1/+1
2019-05-09x86/mpx, mm/core: Fix recursive munmap() corruptionGravatar Dave Hansen 1-1/+0
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+13
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-0/+1
2019-04-23arch: mostly remove <asm/segment.h>Gravatar Christoph Hellwig 1-1/+0
2019-04-08arch: Use asm-generic header for asm/mmiowb.hGravatar Will Deacon 1-0/+1
2019-04-03arch/tlb: Clean up simple architecturesGravatar Peter Zijlstra 1-4/+3
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedGravatar Masahiro Yamada 2-1/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentGravatar Dmitry V. Levin 1-1/+1
2019-03-20unicore32: define syscall_get_arch()Gravatar Dmitry V. Levin 1-0/+12
2019-03-20Move EM_UNICORE to uapi/linux/elf-em.hGravatar Dmitry V. Levin 1-2/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 1-2/+0
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Thomas Gleixner 1-1/+3
2019-02-19unicore32: Fix __ARCH_WANT_STAT64 definitionGravatar Arnd Bergmann 1-1/+1
2019-02-19asm-generic: Make time32 syscall numbers optionalGravatar Arnd Bergmann 1-0/+1
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listGravatar Yury Norov 1-0/+1
2019-02-01arch: unexport asm/shmparam.h for all architecturesGravatar Masahiro Yamada 2-1/+1
2019-01-06arch: restore generic-y += shmparam.h for some architecturesGravatar Masahiro Yamada 1-0/+1
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-28/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-2/+2
2019-01-04fls: change parameter to unsigned intGravatar Matthew Wilcox 1-1/+1
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-6/+0
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2018-09-30unicore32: remove swiotlb supportGravatar Christoph Hellwig 2-22/+1
2018-09-27signal/unicore32: Generate siginfo in ucs32_notify_dieGravatar Eric W. Biederman 1-1/+2
2018-08-29y2038: Remove stat64 family from default syscall setGravatar Arnd Bergmann 1-0/+1
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-04-19time: Add an asm-generic/compat.h fileGravatar Arnd Bergmann 1-0/+1
2018-04-11unicore32: turn flush_dcache_mmap_lock into a no-opGravatar Matthew Wilcox 1-4/+2
2018-04-11linux/const.h: move UL() macro to include/linux/const.hGravatar Masahiro Yamada 1-6/+0
2018-02-06lib: optimize cpumask_next_and()Gravatar Clement Courbet 1-0/+2
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-28/+1
2018-01-15unicore32: use generic swiotlb_opsGravatar Christoph Hellwig 1-8/+1
2018-01-10dma-mapping: move dma_mark_clean to dma-direct.hGravatar Christoph Hellwig 1-2/+0
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerGravatar Christoph Hellwig 1-18/+0
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 1-3/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildGravatar Stephen Boyd 1-1/+0
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+3
2017-12-22arch, mm: Allow arch_dup_mmap() to failGravatar Thomas Gleixner 1-2/+3
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeGravatar Hendrik Brueckner 1-0/+1