aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/taskstats.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-24block: simplify sb_is_blkdev_sbChristoph Hellwig1-12/+6
2020-06-24fs: remove the mount_bdev and kill_block_super stubsChristoph Hellwig1-16/+0
2020-06-24fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL definesChristoph Hellwig1-6/+0
2020-06-24fs: remove an unused block_device_operations forward declarationChristoph Hellwig1-2/+0
2020-06-24block: mark bd_finish_claiming staticChristoph Hellwig2-5/+2
2020-06-24tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCKChristoph Hellwig2-3/+1
2020-06-24nvme-rdma: fix a missing completion with remove invalidationChristoph Hellwig1-2/+3
2020-06-24blk-iocost: Use struct_size() in kzalloc_node()Gustavo A. R. Silva1-2/+1
2020-06-24block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+1
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain6-48/+39
2020-06-24blktrace: ensure our debugfs dir existsLuis Chamberlain1-0/+12
2020-06-24blktrace: fix debugfs use after freeLuis Chamberlain1-6/+12
2020-06-24loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain1-0/+4
2020-06-24blktrace: annotate required lock on do_blk_trace_setup()Luis Chamberlain1-0/+2
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain4-23/+47
2020-06-24block: clarify context for refcount increment helpersLuis Chamberlain2-0/+8
2020-06-24block: add docs for gendisk / request_queue refcount helpersLuis Chamberlain2-1/+62
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig6-9/+18
2020-06-24nvme-rdma: factor out a nvme_rdma_end_request helperChristoph Hellwig1-19/+17
2020-06-24blk-mq: add a new blk_mq_complete_request_remote APIChristoph Hellwig2-19/+27
2020-06-24blk-mq: factor out a blk_mq_complete_need_ipi helperChristoph Hellwig1-18/+21
2020-06-24blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_requestChristoph Hellwig1-2/+1
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig19-72/+61
2020-06-24blk-mq: merge the softirq vs non-softirq IPI logicChristoph Hellwig1-65/+20
2020-06-24blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMPChristoph Hellwig1-1/+2
2020-06-24blk-mq: complete polled requests directlyChristoph Hellwig1-6/+11
2020-06-24blk-mq: remove raise_blk_irqChristoph Hellwig1-30/+10
2020-06-24blk-mq: factor out a helper to reise the block softirqChristoph Hellwig1-17/+14
2020-06-24blk-mq: merge blk-softirq.c into blk-mq.cChristoph Hellwig4-158/+136
2020-06-21Linux 5.8-rc2Linus Torvalds1-1/+1
2020-06-22samples: watch_queue: build sample program for target architectureMasahiro Yamada2-7/+5
2020-06-22Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"Masahiro Yamada1-11/+3
2020-06-20pinctrl: single: fix function name in documentationDrew Fustini1-1/+1
2020-06-20pinctrl: qcom: ipq6018 Add missing pins in qpic pin groupSivaprakash Murugesan1-1/+2
2020-06-20Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error in 'imx_pinctrl_probe()'"Haibo Chen1-4/+3
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells4-2/+16
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells1-1/+1
2020-06-20powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy1-0/+10
2020-06-20mm: Allow arches to provide ptep_get()Christophe Leroy3-2/+9
2020-06-20mm/gup: Use huge_ptep_get() in gup_hugepte()Christophe Leroy1-1/+1
2020-06-19MAINTAINERS: Add robert and myself as qcom i2c cci maintainersLoic Poulain1-0/+9
2020-06-19i2c: smbus: Fix spelling mistake in the commentsKeyur Patel1-1/+1
2020-06-19Documentation/i2c: SMBus start signal is S not ADaniel Schaefer1-1/+1
2020-06-19i2c: remove deprecated i2c_new_device APIWolfram Sang2-30/+3
2020-06-19Documentation: media: convert to use i2c_new_client_device()Wolfram Sang2-2/+2
2020-06-19video: backlight: tosa_lcd: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-06-19x86/platform/intel-mid: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-06-19drm: encoder_slave: use new I2C APIWolfram Sang1-8/+2
2020-06-19drm: encoder_slave: fix refcouting error for modulesWolfram Sang1-2/+3
2020-06-18RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra1-2/+12