summaryrefslogtreecommitdiffstats
path: root/arch/m68k/emu
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
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro-2/+2
2024-07-16Merge tag 'm68k-for-v6.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2024-07-08block: add a bvec_phys helperChristoph Hellwig-1/+1
2024-06-24m68k: emu: Add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig-0/+1
2024-02-19nfblock: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-2/+4
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig-2/+4
2023-12-08tty: m68k: nfcon: convert to u8 and size_tJiri Slaby (SUSE)-2/+2
2023-10-06m68k: emu: Mark version[] __maybe_unusedGeert Uytterhoeven-1/+1
2023-10-06m68k: emu: Remove unused vsnprintf() return value in nfprint()Geert Uytterhoeven-2/+1
2023-10-06m68k: emu: Replace strlcpy() with strscpy()Azeem Shaikh-3/+3
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-1/+2
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-2/+1
2022-12-02tty: nfcon: use console_is_registered()John Ogness-2/+7
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig-2/+2
2022-05-19m68k: Switch to new sys-off handler APIDmitry Osipenko-1/+2
2022-02-02block: remove genhd.hChristoph Hellwig-1/+0
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2021-10-21m68k/emu/nfblock: add error handling support for add_disk()Luis Chamberlain-2/+7
2021-10-18block: switch polling to be bio basedChristoph Hellwig-2/+1
2021-10-02arch: use eth_hw_addr_set()Jakub Kicinski-1/+1
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-14/+16
2021-07-27tty: drop put_tty_driverJiri Slaby-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-4/+3
2021-07-27tty: don't store semi-state into tty driversJiri Slaby-12/+15
2021-07-19m68k: emu: Fix invalid free in nfeth_cleanup()Pavel Skripkin-2/+2
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2021-06-01nfblock: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig-15/+5
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-1/+1
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig-2/+3
2020-07-01nfblock: stop using ->queuedataChristoph Hellwig-2/+1
2020-03-27block: simplify queue allocationChristoph Hellwig-2/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-06m68k: set proper major_num when specifying module param major_numChengguang Xu-3/+7
2018-10-29Merge tag 'm68k-for-v4.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+0
2018-09-24block: remove bvec_to_physChristoph Hellwig-1/+1
2018-08-31m68k/atari: ARAnyM - Remove reference to long-deprecated MODULE_PARMRobert P. J. Day-4/+0
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser-1/+0
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson-1/+0
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe-1/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig-1/+1
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+7
2013-11-26m68k: Mark functions only called from setup_arch() __initGeert Uytterhoeven-1/+2
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet-5/+6
2013-11-23block: Abstract out bvec iteratorKent Overstreet-1/+1