Age | Commit message (Expand) | Author | Files | Lines |
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-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+8 |
2021-10-05 | xtensa: xtfpga: Try software restart before simulating CPU reset | Guenter Roeck | 1 | -2/+6 |
2021-10-05 | xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OF | Max Filippov | 1 | -2/+2 |
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 | 2 | -3/+7 |
2021-08-11 | xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/Kbuild | Masahiro Yamada | 1 | -0/+4 |
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 | 3 | -42/+8 |
2020-02-05 | xtensa: ISS: improve simcall assembly | Max Filippov | 1 | -5/+3 |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -5/+5 |
2020-01-31 | xtensa: drop empty platform_* functions from platforms | Max Filippov | 2 | -24/+1 |
2020-01-31 | xtensa: clean up platform headers | Max Filippov | 2 | -13/+4 |
2020-01-30 | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li... | Linus Torvalds | 1 | -2/+2 |
2019-12-18 | xtensa: ISS: avoid struct timeval | Arnd Bergmann | 1 | -2/+2 |
2019-12-13 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 1 | -1/+1 |