summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platforms
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-09-01xtensa: simdisk: add input size check in proc_write_simdiskMiaoqian Lin-1/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-12-10xtensa/simdisk: Use str_write_read() helper in simdisk_transfer()Thorsten Blum-1/+2
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig-1/+4
2024-05-02Merge tag 'xtensa-20240502' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-4/+2
2024-04-04tty: xtensa/iss: Use min() to fix Coccinelle warningThorsten Blum-4/+2
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig-3/+5
2023-12-08tty: xtensa/iss: use u8Jiri Slaby (SUSE)-1/+1
2023-09-20xtensa: iss/network: make functions staticRandy Dunlap-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-2/+1
2023-08-11tty: xtensa/iss: drop unneeded tty_operations hooksJiri Slaby (SUSE)-24/+0
2023-07-10xtensa: ISS: fix call to split_if_specMax Filippov-1/+1
2023-07-10xtensa: ISS: add comment about etherdev freeingMax Filippov-0/+1
2023-06-27Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-44/+62
2023-06-12xtensa: drop platform_halt and platform_power_offMax Filippov-24/+15
2023-06-12xtensa: drop platform_restartMax Filippov-6/+37
2023-06-12xtensa: drop platform_heartbeatMax Filippov-9/+11
2023-06-12xtensa: xt2000: drop empty platform_initMax Filippov-6/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig-2/+2
2022-08-04Merge tag 'xtensa-20220804' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-35/+28
2022-07-14xtensa: iss: fix handling error cases in iss_net_configure()Yang Yingliang-17/+15
2022-07-14xtensa: iss/network: provide release() callbackMax Filippov-0/+10
2022-07-14xtensa: iss/network: drop 'devices' listMax Filippov-18/+3
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig-2/+2
2022-06-18xtensa: xtfpga: Fix refcount leak bug in setupLiang He-0/+1
2022-05-11xtensa/simdisk: fix proc_read_simdisk()Yi Yang-6/+12
2022-05-11xtensa: no need to initialise statics to 0Jason Wang-1/+1
2022-05-01xtensa: iss: extract and constify network callbacksMax Filippov-19/+28
2022-05-01xtensa: iss: clean up per-device locking in network driverMax Filippov-21/+18
2022-05-01xtensa: iss: replace iss_net_set_mac with eth_mac_addrMax Filippov-14/+1
2022-05-01xtensa: iss: drop opened_list logic from the network driverMax Filippov-39/+14
2022-04-13arch: xtensa: platforms: Fix deadlock in rs_close()Duoming Zhou-8/+0
2022-03-25Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-2/+2
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2022-03-06net: xtensa: use strscpy to copy stringsJason Wang-2/+2
2022-03-04iss-simdisk: use bvec_kmap_local in simdisk_submit_bioChristoph Hellwig-2/+2
2022-03-04net: xtensa: Use netif_rx().Sebastian Andrzej Siewior-1/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-2/+2
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+3
2021-10-29net: xtensa: use eth_hw_addr_set()Jakub Kicinski-1/+2
2021-10-18xtensa/platforms/iss/simdisk: add error handling support for add_disk()Luis Chamberlain-2/+11
2021-10-18block: switch polling to be bio basedChristoph Hellwig-2/+1
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+8