aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig4-42/+41
2020-06-24block: reduce ifdef CONFIG_BLOCK madness in headersChristoph Hellwig3-63/+46
2020-06-24fs: move the buffer_heads_over_limit stub to buffer_head.hChristoph Hellwig2-1/+1
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig4-92/+74
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 Hellwig1-2/+0
2020-06-24tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCKChristoph Hellwig1-1/+1
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain1-2/+3
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain1-2/+0
2020-06-24blk-mq: add a new blk_mq_complete_request_remote APIChristoph Hellwig1-0/+1
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-2/+10
2020-06-24blk-mq: merge blk-softirq.c into blk-mq.cChristoph Hellwig1-1/+0
2020-06-24PM / EM: update callback structure and add device pointerLukasz Luba1-7/+8
2020-06-24PM / EM: introduce em_dev_register_perf_domain functionLukasz Luba1-2/+11
2020-06-24PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba1-40/+46
2020-06-24vt: redefine world of cursor macrosJiri Slaby1-11/+17
2020-06-24vt: move vc_translate to vt.c and rename itJiri Slaby1-3/+0
2020-06-24vt: get rid of VT10.ID macrosJiri Slaby1-6/+0
2020-06-24vt: remove 25 years stale commentJiri Slaby1-2/+1
2020-06-24vt: convert vc_tab_stop to bitmapJiri Slaby1-1/+2
2020-06-24vt: switch G0/1_charset to an arrayJiri Slaby1-4/+2
2020-06-24vc: switch state to boolJiri Slaby2-5/+5
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby2-3/+13
2020-06-24vc: separate stateJiri Slaby1-21/+33
2020-06-24gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov1-0/+13
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman1-5/+5
2020-06-24RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb2-0/+11
2020-06-24drm/mipi-dbi: Remove ->enabledDaniel Vetter1-5/+0
2020-06-24xfrm: policy: match with both mark and mask on user interfacesXin Long1-4/+7
2020-06-24dmaengine: idxd: fix hw descriptor fields for delta recordDave Jiang1-0/+3
2020-06-24xfrm: introduce oseq-may-wrap flagPetr Vaněk1-0/+1
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie11-158/+211
2020-06-23scsi: libata: Fix the ata_scsi_dma_need_drain stubChristoph Hellwig1-1/+1
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-1/+0
2020-06-23net: phy: Allow mdio buses to auto-probe c45 devicesJeremy Linton1-0/+8
2020-06-23net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva1-6/+0
2020-06-23udp: move gro declarations to net/udp.hEric Dumazet1-0/+7
2020-06-23net: move tcp gro declarations to net/tcp.hEric Dumazet1-0/+4
2020-06-23tcp: move ipv4_specific to tcp include fileEric Dumazet2-3/+2
2020-06-23tcp: move ipv6_specific declaration to remove a warningEric Dumazet1-0/+2
2020-06-23tcp: add declarations to avoid warningsEric Dumazet1-0/+2
2020-06-23bpf: Fix formatting in documentation for BPF helpersQuentin Monnet1-20/+21
2020-06-23audit: log nftables configuration change eventsRichard Guy Briggs1-0/+18
2020-06-23security: Fix hook iteration and default value for inode_copy_up_xattrKP Singh1-1/+1
2020-06-23Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov1-1/+1
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-1/+1
2020-06-23ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez1-0/+36