summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platforms/iss
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-8/+1
|\
| * tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby2021-05-131-7/+0
| * tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\ \
| * | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
| |/
* / simdisk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-22/+7
|/
* Merge tag 'xtensa-20210429' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2021-04-303-67/+144
|\
| * xtensa: ISS: add GDBIO implementation to semihosting interfaceMax Filippov2021-04-042-0/+70
| * xtensa: ISS: split simcall implementation from semihosting interfaceMax Filippov2021-04-042-68/+75
| * xtensa: simcall.h: Change compitible to compatibleBhaskar Chowdhury2021-04-041-1/+1
* | tty: do not check tty_unregister_driver's return valueJiri Slaby2021-03-101-5/+1
* | tty: xtensa/iss, make rs_init staticJiri Slaby2021-03-101-1/+1
* | tty: xtensa/iss, setup the timer staticallyJiri Slaby2021-03-101-7/+4
* | tty: xtensa/iss, remove stale commentsJiri Slaby2021-03-101-18/+0
* | tty: xtensa/iss, don't reassign to tty->portJiri Slaby2021-03-101-1/+0
* | tty: xtensa/iss, drop serial_version & serial_nameJiri Slaby2021-03-101-6/+1
|/
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* xtensa/simdisk: remove the call to check_disk_changeChristoph Hellwig2020-07-081-2/+0
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-2/+3
* simdisk: stop using ->queuedataChristoph Hellwig2020-07-011-3/+1
* block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
* Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-02-072-26/+7
|\
| * xtensa: ISS: improve simcall assemblyMax Filippov2020-02-041-5/+3
| * xtensa: drop empty platform_* functions from platformsMax Filippov2020-01-311-8/+1
| * xtensa: clean up platform headersMax Filippov2020-01-311-13/+3
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-5/+5
* | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-291-2/+2
|\ \
| * | xtensa: ISS: avoid struct timevalArnd Bergmann2019-12-181-2/+2
| |/
* / netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-12/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* xtensa: set proper error code for simdisk_setup()Chengguang Xu2019-05-061-1/+1
* xtensa: fix incorrect fd close in error case of simdisk_setup()Chengguang Xu2019-05-061-1/+0
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+2
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* xtensa: ISS: don't allocate memory in platform_setupMax Filippov2018-09-061-10/+15
* xtensa: drop unneeded platform/hardware.h headersMax Filippov2018-08-201-18/+0
* xtensa: rework {CONFIG,PLATFORM}_DEFAULT_MEM_STARTMax Filippov2018-08-201-10/+0
* xtensa: drop unused {CONFIG,PLATFORM}_DEFAULT_MEM_SIZEMax Filippov2018-08-201-1/+0
* tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-171-1/+0
* Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-01-292-10/+8
|\
| * xtensa: clean up custom-controlled debug outputMax Filippov2017-12-162-10/+8
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-2/+2
|\ \
| * | xtensa/simdisk: fix compile errorChristoph Hellwig2017-11-101-1/+1
| * | block: remove __bio_kmap_atomicChristoph Hellwig2017-11-101-2/+2
| |/
* / xtensa: Convert timers to use timer_setup()Kees Cook2017-11-022-13/+9
|/
* Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2017-06-131-2/+1
|\
| * xtensa: ISS: Use kmalloc_array() in simdisk_init()Markus Elfring2017-05-081-2/+1