aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal1-17/+16
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal1-0/+11
2020-06-26mtd: rawnand: Reorganize the nand_chip structureMiquel Raynal1-90/+76
2020-06-26mtd: rawnand: Declare the nand_manufacturer structure out of nand_chipMiquel Raynal1-8/+12
2020-06-26mtd: rawnand: Rename the manufacturer structureMiquel Raynal1-1/+1
2020-06-26mtd: rawnand: Create a nand_chip operations structureMiquel Raynal1-14/+18
2020-06-26mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structureMiquel Raynal1-2/+2
2020-06-26mtd: rawnand: Use unsigned types for nand_chip unsigned valuesMiquel Raynal1-7/+7
2020-06-26mtd: nand: Rename a core structureMiquel Raynal2-5/+5
2020-06-26mtd: nand: Move nand_device forward declaration to the topMiquel Raynal1-2/+2
2020-06-25i40e: remove unused definesJesse Brandeburg1-9/+0
2020-06-25i40e: Move client header locationShiraz Saleem1-0/+203
2020-06-26crypto: api - Prune inclusions in crypto.hHerbert Xu1-2/+1
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-43/+95
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-11/+27
2020-06-25net: phy: Add a helper to return the index for of the internal delayDan Murphy1-0/+4
2020-06-25net: phylink: add phylink_speed_(up|down) interfaceRussell King1-0/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+9
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-24tty: 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-24soc: qcom-geni-se: Add interconnect support to fix earlycon crashAkash Asthana1-0/+2
2020-06-24soc: qcom: geni: Support for ICC votingAkash Asthana1-0/+38
2020-06-24bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song1-0/+1
2020-06-24bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song1-0/+3
2020-06-24bpf: 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-24net: phy: make phy_disable_interrupts() non-staticJisheng Zhang1-0/+1
2020-06-24net: 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