summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+6
2020-06-25regulator: consumer: Supply missing prototypes for 3 core functionsLee Jones1-0/+10
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra1-1/+1
2020-06-25locking/atomics: Provide the arch_atomic_ interface to generic codePeter Zijlstra1-1/+235
2020-06-25bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend1-0/+5
2020-06-25sched/core: Remove mmdrop() definitionSebastian Andrzej Siewior1-2/+0
2020-06-25ieee80211: Add missing and new AKM suite selector definitionsVeerendranath Jakkam1-0/+4
2020-06-25platform/chrome: cros_ec: Add TBT pd_ctrl fieldsPrashant Malani1-4/+15
2020-06-25tty: serial: qcom_geni_serial: Use OPP API to set clk/perf stateRajendra Nayak1-0/+4
2020-06-25Merge tag 'drm/tegra/for-5.8-rc3' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie1-0/+3
2020-06-25soc: qcom-geni-se: Add interconnect support to fix earlycon crashAkash Asthana1-0/+2
2020-06-25soc: qcom: geni: Support for ICC votingAkash Asthana1-0/+38
2020-06-25bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song1-0/+1
2020-06-25bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song1-0/+3
2020-06-25bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song1-0/+12
2020-06-25netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder1-0/+3
2020-06-25netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder1-0/+6
2020-06-25net: phy: make phy_disable_interrupts() non-staticJisheng Zhang1-0/+1
2020-06-25net: phy: add support for a common probe between shared PHYsAntoine Tenart1-3/+15
2020-06-24tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin1-0/+1
2020-06-24OPP: refactor dev_pm_opp_of_register_em() and update related driversLukasz Luba1-2/+13
2020-06-24PM / EM: change name of em_pd_energy to em_cpu_energyLukasz Luba1-3/+8
2020-06-24PM / EM: remove em_register_perf_domainLukasz Luba1-7/+0
2020-06-24PM / EM: add support for other devices than CPUs in Energy ModelLukasz Luba2-7/+27
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