summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/include
Commit message (Expand)AuthorAgeFilesLines
* unicore32: switch to generic version of pte allocationMike Rapoport2019-07-121-28/+8Star
* scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley2019-07-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1952-208/+52Star
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-1/+0Star
|\
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-1/+0Star
* | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-1/+0Star
|\ \
| * | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0Star
* | | arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-151-1/+0Star
* | | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-151-1/+1
* | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-082-2/+13
|\ \ \ | |_|/ |/| |
| * | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-1/+1
| * | unicore32: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+12
| * | Move EM_UNICORE to uapi/linux/elf-em.hDmitry V. Levin2019-03-211-2/+1Star
| |/
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-0/+1
|\ \
| * | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-4/+3Star
|/ /
* / 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/+0Star
* Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-271-1/+3
|\
| * unicore32: Fix __ARCH_WANT_STAT64 definitionArnd Bergmann2019-02-191-1/+1
| * 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
* | arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada2019-02-022-1/+1
|/
* arch: restore generic-y += shmparam.h for some architecturesMasahiro Yamada2019-01-071-0/+1
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-28/+0Star
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0Star
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
* fls: change parameter to unsigned intMatthew Wilcox2019-01-041-1/+1
* treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0Star
* 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
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-1/+2
|\ \
| * | signal/unicore32: Generate siginfo in ucs32_notify_dieEric W. Biederman2018-09-271-1/+2
| |/
* / unicore32: remove swiotlb supportChristoph Hellwig2018-10-012-22/+1Star
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* unicore32: turn flush_dcache_mmap_lock into a no-opMatthew Wilcox2018-04-111-4/+2Star
* linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada2018-04-111-6/+0Star
* lib: optimize cpumask_next_and()Clement Courbet2018-02-071-0/+2
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-021-1/+0Star
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0Star
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-28/+1Star
|\ \
| * | unicore32: use generic swiotlb_opsChristoph Hellwig2018-01-151-8/+1Star
| * | dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig2018-01-101-2/+0Star
| * | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-18/+0Star
* | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-101-3/+0Star
|/ /
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-2/+3
|\ \
| * | arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-2/+3
* | | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
| |/ |/|