aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/emu (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2021-10-21m68k/emu/nfblock: add error handling support for add_disk()Luis Chamberlain1-2/+7
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-2/+1
2021-10-02arch: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-14/+16
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+3
2021-07-27tty: don't store semi-state into tty driversJiri Slaby1-12/+15
2021-07-19m68k: emu: Fix invalid free in nfeth_cleanup()Pavel Skripkin1-2/+2
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2021-06-01nfblock: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-15/+5
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-2/+3
2020-07-01nfblock: stop using ->queuedataChristoph Hellwig1-2/+1
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-06m68k: set proper major_num when specifying module param major_numChengguang Xu1-3/+7
2018-10-29Merge tag 'm68k-for-v4.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-4/+0
2018-09-24block: remove bvec_to_physChristoph Hellwig1-1/+1
2018-08-31m68k/atari: ARAnyM - Remove reference to long-deprecated MODULE_PARMRobert P. J. Day1-4/+0
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-1/+0
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-1/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-1/+1
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+7
2013-11-26m68k: Mark functions only called from setup_arch() __initGeert Uytterhoeven1-1/+2
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-5/+6
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-08-23m68k/atari: ARAnyM - Always use physical addresses in NatFeat callsGeert Uytterhoeven4-15/+18
2013-08-14m68k/atari: ARAnyM - Fix NatFeat module supportGeert Uytterhoeven1-4/+19
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-2/+4
2012-08-13TTY: nfcon, add tty_port and link itJiri Slaby1-0/+4
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2011-12-10m68k: Initconst section fixesAndi Kleen1-1/+1
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-2/+1
2011-07-14net: m68k/nfeth: Remove wrong usage of dev->flagsMichał Mirosław1-1/+0
2011-06-11net/m68k: Include <linux/interrupt.h> where neededGeert Uytterhoeven1-0/+1
2011-03-16m68k/atari: ARAnyM - Add support for network accessMilan Jurik2-0/+271
2011-03-16m68k/atari: ARAnyM - Add support for console accessRoman Zippel3-38/+163
2011-03-16m68k/atari: ARAnyM - Add support for block accessRoman Zippel2-0/+197
2011-03-16m68k/atari: Initial ARAnyM supportPetr Stehlik2-0/+121