summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platforms/iss
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge tag 'xtensa-20210902' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-3/+3
2021-08-11xtensa: ISS: don't use string pointer before NULL checkMax Filippov1-3/+3
2021-07-27tty: drop put_tty_driverJiri Slaby1-1/+1
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+3
2021-07-27tty: don't store semi-state into tty driversJiri Slaby1-15/+18
2021-07-27xtensa: ISS: don't panic in rs_initJiri Slaby1-3/+14
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-8/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-01simdisk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-22/+7
2021-05-13tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby1-7/+0
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-04-30Merge tag 'xtensa-20210429' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-67/+144
2021-04-04xtensa: ISS: add GDBIO implementation to semihosting interfaceMax Filippov2-0/+70
2021-04-04xtensa: ISS: split simcall implementation from semihosting interfaceMax Filippov2-68/+75
2021-04-04xtensa: simcall.h: Change compitible to compatibleBhaskar Chowdhury1-1/+1
2021-03-10tty: do not check tty_unregister_driver's return valueJiri Slaby1-5/+1
2021-03-10tty: xtensa/iss, make rs_init staticJiri Slaby1-1/+1
2021-03-10tty: xtensa/iss, setup the timer staticallyJiri Slaby1-7/+4
2021-03-10tty: xtensa/iss, remove stale commentsJiri Slaby1-18/+0
2021-03-10tty: xtensa/iss, don't reassign to tty->portJiri Slaby1-1/+0
2021-03-10tty: xtensa/iss, drop serial_version & serial_nameJiri Slaby1-6/+1
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2020-07-08xtensa/simdisk: remove the call to check_disk_changeChristoph Hellwig1-2/+0
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-2/+3
2020-07-01simdisk: stop using ->queuedataChristoph Hellwig1-3/+1
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-02-07Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-26/+7
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 Filippov1-8/+1
2020-01-31xtensa: clean up platform headersMax Filippov1-13/+3
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus 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 Gleixner2-12/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
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-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: rework {CONFIG,PLATFORM}_DEFAULT_MEM_STARTMax Filippov1-10/+0
2018-08-20xtensa: drop unused {CONFIG,PLATFORM}_DEFAULT_MEM_SIZEMax Filippov1-1/+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