summaryrefslogtreecommitdiffstats
path: root/arch/c6x
Commit message (Expand)AuthorAgeFilesLines
* c6x: remove architectureArnd Bergmann2021-01-20119-10763/+0
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-163-1/+4
|\
| * c6x: add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-123-1/+4
* | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \
| * | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
| |/
* | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-0/+6
|\ \
| * | asm-generic: add generic MMU versions of mmu context functionsNicholas Piggin2020-10-261-0/+6
| |/
* | c6x: kill ELF_CORE_COPY_FPREGSAl Viro2020-10-251-2/+0
* | whack-a-mole: USE_ELF_CORE_DUMPAl Viro2020-10-251-1/+0
|/
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-3/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-3/+1
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ | |/ |/|
| * uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\ \
| * | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-4/+5
* | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-3/+4
|\ \ \ | |/ / |/| |
| * | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-202-4/+2
| * | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-0/+3
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-8/+3
|\
| * c6x: switch to ->regset_get()Al Viro2020-07-271-8/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-5/+5
|\ \
| * | arch, net: remove the last csum_partial_copy() leftoversChristoph Hellwig2020-07-202-5/+5
| |/
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+3
* | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
* | c6x: switch to copy_thread_tls()Christian Brauner2020-07-042-3/+4
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-06-101-0/+1
|\
| * clk: Allow the common clk framework to be selectableStephen Boyd2020-05-051-0/+1
* | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-1/+0
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-2/+0
* | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-6/+1
* | c6x: add show_stack_loglvl()Dmitry Safonov2020-06-091-7/+14
* | c6x: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-18/+1
* | mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-5/+3
* | take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-22/+0
|/
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-4/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-021-64/+1
|\
| * scsi: c6x: Include <linux/unaligned/generic.h> instead of duplicating itBart Van Assche2020-03-161-64/+1
* | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-37/+0
* | c6x: Replace setup_irq() by request_irq()afzal mohammed2020-03-291-8/+3
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-4/+4
|\
| * Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-251-1/+1
| |\
| * | sched/rt, c6x: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-4/+4
* | | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
| |/ |/|
* | c6x: use pgtable-nopud instead of 4level-fixupMike Rapoport2019-12-041-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-7/+7
|\
| * dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-7/+7
* | c6x: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-2/+3
* | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1