Age | Commit message (Expand) | Author |
2024-12-10 | xtensa/simdisk: Use str_write_read() helper in simdisk_transfer() | Thorsten Blum |
2024-06-19 | block: move the nonrot flag to queue_limits | Christoph Hellwig |
2024-05-02 | Merge tag 'xtensa-20240502' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds |
2024-04-04 | tty: xtensa/iss: Use min() to fix Coccinelle warning | Thorsten Blum |
2024-02-19 | block: pass a queue_limits argument to blk_alloc_disk | Christoph Hellwig |
2023-12-08 | tty: xtensa/iss: use u8 | Jiri Slaby (SUSE) |
2023-09-20 | xtensa: iss/network: make functions static | Randy Dunlap |
2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) |
2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) |
2023-08-11 | tty: xtensa/iss: drop unneeded tty_operations hooks | Jiri Slaby (SUSE) |
2023-07-10 | xtensa: ISS: fix call to split_if_spec | Max Filippov |
2023-07-10 | xtensa: ISS: add comment about etherdev freeing | Max Filippov |
2023-06-27 | Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds |
2023-06-12 | xtensa: drop platform_halt and platform_power_off | Max Filippov |
2023-06-12 | xtensa: drop platform_restart | Max Filippov |
2023-06-12 | xtensa: drop platform_heartbeat | Max Filippov |
2023-06-12 | xtensa: xt2000: drop empty platform_init | Max Filippov |
2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig |
2023-06-12 | block: remove the unused mode argument to ->release | Christoph Hellwig |
2023-06-12 | block: pass a gendisk to ->open | Christoph Hellwig |
2022-08-04 | Merge tag 'xtensa-20220804' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds |
2022-07-14 | xtensa: iss: fix handling error cases in iss_net_configure() | Yang Yingliang |
2022-07-14 | xtensa: iss/network: provide release() callback | Max Filippov |
2022-07-14 | xtensa: iss/network: drop 'devices' list | Max Filippov |
2022-06-28 | block: remove blk_cleanup_disk | Christoph Hellwig |
2022-06-18 | xtensa: xtfpga: Fix refcount leak bug in setup | Liang He |
2022-05-11 | xtensa/simdisk: fix proc_read_simdisk() | Yi Yang |
2022-05-11 | xtensa: no need to initialise statics to 0 | Jason Wang |
2022-05-01 | xtensa: iss: extract and constify network callbacks | Max Filippov |
2022-05-01 | xtensa: iss: clean up per-device locking in network driver | Max Filippov |
2022-05-01 | xtensa: iss: replace iss_net_set_mac with eth_mac_addr | Max Filippov |
2022-05-01 | xtensa: iss: drop opened_list logic from the network driver | Max Filippov |
2022-04-13 | arch: xtensa: platforms: Fix deadlock in rs_close() | Duoming Zhou |
2022-03-25 | Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds |
2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-03-06 | net: xtensa: use strscpy to copy strings | Jason Wang |
2022-03-04 | iss-simdisk: use bvec_kmap_local in simdisk_submit_bio | Christoph Hellwig |
2022-03-04 | net: xtensa: Use netif_rx(). | Sebastian Andrzej Siewior |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song |
2021-11-02 | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-10-29 | net: xtensa: use eth_hw_addr_set() | Jakub Kicinski |
2021-10-18 | xtensa/platforms/iss/simdisk: add error handling support for add_disk() | Luis Chamberlain |
2021-10-18 | block: switch polling to be bio based | Christoph Hellwig |
2021-10-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-10-05 | xtensa: xtfpga: Try software restart before simulating CPU reset | Guenter Roeck |
2021-10-05 | xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OF | Max Filippov |
2021-10-02 | arch: use eth_hw_addr_set() | Jakub Kicinski |
2021-09-02 | Merge tag 'xtensa-20210902' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds |
2021-08-11 | xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/Kbuild | Masahiro Yamada |
2021-08-11 | xtensa: ISS: don't use string pointer before NULL check | Max Filippov |