aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platforms (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-02-07Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-42/+8
2020-02-04xtensa: ISS: improve simcall assemblyMax Filippov1-5/+3
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-5/+5
2020-01-31xtensa: drop empty platform_* functions from platformsMax Filippov2-24/+1
2020-01-31xtensa: clean up platform headersMax Filippov2-13/+4
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-2/+2
2019-12-18xtensa: ISS: avoid struct timevalArnd Bergmann1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner4-24/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-05-06xtensa: replace variant/core.h with asm/core.hMax Filippov2-2/+2
2019-05-06xtensa: set proper error code for simdisk_setup()Chengguang Xu1-1/+1
2019-05-06xtensa: fix incorrect fd close in error case of simdisk_setup()Chengguang Xu1-1/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+2
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-3/+3
2018-09-28xtensa: Convert to using %pOFn instead of device_node.nameRob Herring1-3/+3
2018-09-06xtensa: ISS: don't allocate memory in platform_setupMax Filippov1-10/+15
2018-08-20xtensa: drop unneeded platform/hardware.h headersMax Filippov1-18/+0
2018-08-20xtensa: move PLATFORM_NR_IRQS to KconfigMax Filippov2-8/+0
2018-08-20xtensa: rework {CONFIG,PLATFORM}_DEFAULT_MEM_STARTMax Filippov3-20/+0
2018-08-20xtensa: drop unused {CONFIG,PLATFORM}_DEFAULT_MEM_SIZEMax Filippov3-3/+0
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-14/+1
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-1/+0
2018-01-29Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-10/+8
2017-12-16xtensa: clean up custom-controlled debug outputMax Filippov2-10/+8
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+9
2017-11-10xtensa/simdisk: fix compile errorChristoph Hellwig1-1/+1
2017-11-10block: remove __bio_kmap_atomicChristoph Hellwig1-2/+2
2017-11-02xtensa: Convert timers to use timer_setup()Kees Cook2-13/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-7/+7
2017-06-13Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-9/+10
2017-06-05xtensa: don't use linux IRQ #0Max Filippov2-7/+9
2017-05-08xtensa: ISS: Use kmalloc_array() in simdisk_init()Markus Elfring1-2/+1
2017-03-13xtensa: ISS: update kernel command line in platform_setupMax Filippov1-0/+21
2017-03-13xtensa: ISS: add argc/argv simcall definitionsMax Filippov1-0/+20
2017-03-13xtensa: ISS: cleanup setup.cMax Filippov1-20/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-10-05Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds5-117/+54
2016-09-20xtensa: ISS: allow simdisk to use high memory buffersMax Filippov1-0/+1
2016-09-20xtensa: ISS: define simc_exit and use it instead of inline asmMax Filippov2-3/+10
2016-09-20xtensa: xtfpga: group platform_* functions togetherMax Filippov1-24/+22
2016-09-20xtensa: rearrange CCOUNT calibrationMax Filippov1-38/+1
2016-09-20xtensa: xtfpga: use clock provider, don't update DTMax Filippov1-4/+29
2016-09-11xtensa: extract common CPU reset code into separate functionMax Filippov3-60/+3