Age | Commit message (Expand) | Author | Files | Lines |
2022-08-05 | Merge tag 'xtensa-20220804' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 1 | -35/+28 |
2022-07-14 | xtensa: iss: fix handling error cases in iss_net_configure() | Yang Yingliang | 1 | -17/+15 |
2022-07-14 | xtensa: iss/network: provide release() callback | Max Filippov | 1 | -0/+10 |
2022-07-14 | xtensa: iss/network: drop 'devices' list | Max Filippov | 1 | -18/+3 |
2022-06-28 | block: remove blk_cleanup_disk | Christoph Hellwig | 1 | -2/+2 |
2022-05-11 | xtensa/simdisk: fix proc_read_simdisk() | Yi Yang | 1 | -6/+12 |
2022-05-02 | xtensa: iss: extract and constify network callbacks | Max Filippov | 1 | -19/+28 |
2022-05-02 | xtensa: iss: clean up per-device locking in network driver | Max Filippov | 1 | -21/+18 |
2022-05-02 | xtensa: iss: replace iss_net_set_mac with eth_mac_addr | Max Filippov | 1 | -14/+1 |
2022-05-02 | xtensa: iss: drop opened_list logic from the network driver | Max Filippov | 1 | -39/+14 |
2022-04-13 | arch: xtensa: platforms: Fix deadlock in rs_close() | Duoming Zhou | 1 | -8/+0 |
2022-03-25 | Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 1 | -2/+2 |
2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+1 |
2022-03-07 | net: xtensa: use strscpy to copy strings | Jason Wang | 1 | -2/+2 |
2022-03-04 | iss-simdisk: use bvec_kmap_local in simdisk_submit_bio | Christoph Hellwig | 1 | -2/+2 |
2022-03-04 | net: xtensa: Use netif_rx(). | Sebastian Andrzej Siewior | 1 | -1/+1 |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -2/+2 |
2021-11-02 | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+3 |
2021-10-29 | net: xtensa: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+2 |
2021-10-18 | xtensa/platforms/iss/simdisk: add error handling support for add_disk() | Luis Chamberlain | 1 | -2/+11 |
2021-10-18 | block: switch polling to be bio based | Christoph Hellwig | 1 | -2/+1 |
2021-10-02 | arch: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+1 |
2021-09-02 | Merge tag 'xtensa-20210902' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 1 | -3/+3 |
2021-08-11 | xtensa: ISS: don't use string pointer before NULL check | Max Filippov | 1 | -3/+3 |
2021-07-27 | tty: drop put_tty_driver | Jiri Slaby | 1 | -1/+1 |
2021-07-27 | tty: stop using alloc_tty_driver | Jiri Slaby | 1 | -4/+3 |
2021-07-27 | tty: don't store semi-state into tty drivers | Jiri Slaby | 1 | -15/+18 |
2021-07-27 | xtensa: ISS: don't panic in rs_init | Jiri Slaby | 1 | -3/+14 |
2021-07-06 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -8/+1 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko | 1 | -0/+1 |
2021-06-01 | simdisk: convert to blk_alloc_disk/blk_cleanup_disk | Christoph Hellwig | 1 | -22/+7 |
2021-05-13 | tty: remove tty_operations::chars_in_buffer for non-buffering | Jiri Slaby | 1 | -7/+0 |
2021-05-13 | tty: make tty_operations::write_room return uint | Jiri Slaby | 1 | -1/+1 |
2021-04-30 | Merge tag 'xtensa-20210429' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 3 | -67/+144 |
2021-04-05 | xtensa: ISS: add GDBIO implementation to semihosting interface | Max Filippov | 2 | -0/+70 |
2021-04-05 | xtensa: ISS: split simcall implementation from semihosting interface | Max Filippov | 2 | -68/+75 |
2021-04-05 | xtensa: simcall.h: Change compitible to compatible | Bhaskar Chowdhury | 1 | -1/+1 |
2021-03-10 | tty: do not check tty_unregister_driver's return value | Jiri Slaby | 1 | -5/+1 |
2021-03-10 | tty: xtensa/iss, make rs_init static | Jiri Slaby | 1 | -1/+1 |
2021-03-10 | tty: xtensa/iss, setup the timer statically | Jiri Slaby | 1 | -7/+4 |
2021-03-10 | tty: xtensa/iss, remove stale comments | Jiri Slaby | 1 | -18/+0 |
2021-03-10 | tty: xtensa/iss, don't reassign to tty->port | Jiri Slaby | 1 | -1/+0 |
2021-03-10 | tty: xtensa/iss, drop serial_version & serial_name | Jiri Slaby | 1 | -6/+1 |
2021-01-25 | block: store a block_device pointer in struct bio | Christoph Hellwig | 1 | -1/+1 |
2020-07-09 | xtensa/simdisk: remove the call to check_disk_change | Christoph Hellwig | 1 | -2/+0 |
2020-07-01 | block: move ->make_request_fn to struct block_device_operations | Christoph Hellwig | 1 | -2/+3 |
2020-07-01 | simdisk: stop using ->queuedata | Christoph Hellwig | 1 | -3/+1 |
2020-03-27 | block: simplify queue allocation | Christoph Hellwig | 1 | -2/+1 |
2020-02-07 | Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2 | -26/+7 |