summaryrefslogtreecommitdiffstats
path: root/arch/metag
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-011-14/+0
|\ \
| * | metag: remove arch specific early DT functionsRob Herring2018-01-301-14/+0
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-302-1/+8
|\ \ \
| * | | signal/metag: Document a conflict with SI_USER with SIGFPEEric W. Biederman2018-01-122-1/+8
| |/ /
* | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-3/+0
|/ /
* | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
|/
* Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-142-7/+0
|\
| * kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libMasahiro Yamada2017-11-091-5/+0
| * kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada2017-11-081-1/+0
| * .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2017-11-081-1/+0
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-10/+0
|\ \
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-10/+0
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07121-0/+121
|\ \ \
| * | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-021-0/+1
| * | | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-026-0/+6
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02114-0/+114
| |/ /
* | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-102-8/+0
* | | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon2017-10-102-8/+0
* | | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-102-50/+0
|/ /
* | arch: remove unused *_segments() macros/functionsTobias Klauser2017-09-221-3/+0
|/
* Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-121-1/+1
|\
| * dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherentChristoph Hellwig2017-08-291-1/+1
* | metag/numa: remove the unused parent_node() macroDou Liyang2017-09-061-1/+0
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-0/+1
|\ \
| * | irqchip/metag-ext: Report that effective affinity is a single targetMarc Zyngier2017-08-181-0/+1
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-0/+2
|\ \
| * | locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra2017-08-101-0/+2
| |/
* | arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney2017-08-171-5/+0
|/
* metag: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-102-25/+25
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-061-1/+2
|\
| * mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-061-1/+2
* | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-2/+0
|\ \ | |/ |/|
| * kill strlen_user()Al Viro2017-05-151-2/+0
* | metag: Adjust system_state checkThomas Gleixner2017-05-231-2/+1
* | devicetree: Move include prefixes from arch to separate directoryOlof Johansson2017-05-181-1/+0
|/
* Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-8/+0
|\
| * uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-8/+0
* | Merge tag 'metag-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-103-152/+143
|\ \ | |/ |/|
| * metag/mm: Drop pointless incrementJames Hogan2017-05-031-1/+0
| * metag/uaccess: Check access_ok in strncpy_from_userJames Hogan2017-05-021-2/+7
| * metag/uaccess: Fix access_ok()James Hogan2017-05-021-16/+24
| * metag/usercopy: Add 64-bit get_user supportJames Hogan2017-04-052-2/+31
| * metag/usercopy: Simplify rapf loop fixup corner caseJames Hogan2017-04-051-8/+2
| * metag/usercopy: Reformat rapf loop inline asmJames Hogan2017-04-051-129/+85
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-021-2/+0
|\ \
| * | linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski2017-04-211-2/+0
* | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-013-59/+8
|\ \ \
| * | | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
OpenPOWER on IntegriCloud