Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | net: stmmac: add mutex lock to protect est parameters | Xiaoliang Yang | 2021-07-05 | 1 | -0/+1 | |
| * | | | | | | | | | net: ipv6: fix return value of ip6_skb_dst_mtu | Vadim Fedorenko | 2021-07-02 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | tcp: consistently disable header prediction for mptcp | Paolo Abeni | 2021-07-01 | 1 | -0/+4 | |
| * | | | | | | | | net: remove the caif_hsi driver | Christoph Hellwig | 2021-07-01 | 1 | -200/+0 | |
| * | | | | | | | | net: sock: extend SO_TIMESTAMPING for PHC binding | Yangbo Lu | 2021-07-01 | 2 | -4/+21 | |
| * | | | | | | | | ptp: add kernel API ptp_convert_timestamp() | Yangbo Lu | 2021-07-01 | 1 | -0/+13 | |
| * | | | | | | | | ethtool: add a new command for getting PHC virtual clocks | Yangbo Lu | 2021-07-01 | 2 | -0/+25 | |
| * | | | | | | | | ptp: add kernel API ptp_get_vclocks_index() | Yangbo Lu | 2021-07-01 | 1 | -0/+14 | |
| * | | | | | | | | ptp: add ptp virtual clock driver framework | Yangbo Lu | 2021-07-01 | 1 | -1/+3 | |
| * | | | | | | | | sctp: move 198 addresses from unusable to private scope | Xin Long | 2021-07-01 | 1 | -3/+1 | |
| * | | | | | | | | net: annotate data race around sk_ll_usec | Eric Dumazet | 2021-07-01 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | / / / / / / | fs: add vfs_parse_fs_param_source() helper | Christian Brauner | 2021-07-14 | 1 | -0/+2 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | mm: Make copy_huge_page() always available | Matthew Wilcox (Oracle) | 2021-07-12 | 2 | -5/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-07-10 | 1 | -2/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | kconfig.h: explain IS_MODULE(), IS_ENABLED() | Bjorn Helgaas | 2021-06-05 | 1 | -2/+4 | |
* | | | | | | | Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-07-10 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | s390/cpumf: Allow concurrent access for CPU Measurement Counter Facility | Thomas Richter | 2021-07-05 | 1 | -1/+0 | |
* | | | | | | | | Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-07-10 | 8 | -21/+429 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge tag 'v5.14-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 2021-06-23 | 1 | -0/+32 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | dt-bindings: add power-domain header for RK3568 SoCs | Elaine Zhang | 2021-05-10 | 1 | -0/+32 | |
| * | | | | | | | | | Merge tag 'reset-for-v5.14-2' of git://git.pengutronix.de/pza/linux into arm/... | Olof Johansson | 2021-06-17 | 1 | -0/+22 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | reset: Add compile-test stubs | Thierry Reding | 2021-06-09 | 1 | -0/+22 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge tag 'memory-controller-drv-tegra-5.14-2' of https://git.kernel.org/pub/... | Olof Johansson | 2021-06-16 | 5 | -42/+175 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | memory: tegra: Implement SID override programming | Thierry Reding | 2021-06-03 | 1 | -0/+3 | |
| | * | | | | | | | | memory: tegra: Unify drivers | Thierry Reding | 2021-06-03 | 1 | -0/+1 | |
| | * | | | | | | | | memory: tegra: Parameterize interrupt handler | Thierry Reding | 2021-06-03 | 1 | -0/+2 | |
| | * | | | | | | | | memory: tegra: Make per-SoC setup more generic | Thierry Reding | 2021-06-03 | 1 | -1/+5 | |
| | * | | | | | | | | memory: tegra: Push suspend/resume into SoC drivers | Thierry Reding | 2021-06-03 | 1 | -0/+2 | |
| | * | | | | | | | | memory: tegra: Introduce struct tegra_mc_ops | Thierry Reding | 2021-06-03 | 1 | -2/+5 | |
| | * | | | | | | | | memory: tegra: Unify struct tegra_mc across SoC generations | Thierry Reding | 2021-06-03 | 1 | -2/+16 | |
| | * | | | | | | | | memory: tegra: Consolidate register fields | Thierry Reding | 2021-06-03 | 1 | -15/+15 | |
| | * | | | | | | | | Merge branch 'for-5.14/soc' into for-5.14/memory | Thierry Reding | 2021-06-01 | 3 | -3/+49 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ \ | Merge tag 'arm-ffa-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sud... | Olof Johansson | 2021-06-15 | 2 | -0/+322 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | firmware: arm_ffa: Add support for MEM_* interfaces | Sudeep Holla | 2021-05-26 | 1 | -0/+139 | |
| | * | | | | | | | | | | firmware: arm_ffa: Setup in-kernel users of FFA partitions | Sudeep Holla | 2021-05-26 | 1 | -1/+38 | |
| | * | | | | | | | | | | firmware: arm_ffa: Add initial FFA bus support for device enumeration | Sudeep Holla | 2021-05-26 | 1 | -0/+91 | |
| * | | | | | | | | | | | Merge tag 'qcom-drivers-for-5.14' of https://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 2021-06-15 | 1 | -0/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | soc: qcom: rpmpd: Add MDM9607 RPM Power Domains | Konrad Dybcio | 2021-06-10 | 1 | -0/+8 | |
| | * | | | | | | | | | | | dt-bindings: power: rpmpd: Add SC8180X to rpmpd binding | Bjorn Andersson | 2021-05-25 | 1 | -0/+13 | |
| | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge tag 'imx-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git... | Olof Johansson | 2021-06-15 | 2 | -0/+37 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | dt-bindings: add defines for i.MX8MN power domains | Adam Ford | 2021-06-12 | 1 | -0/+15 | |
| | * | | | | | | | | | | | dt-bindings: power: add defines for i.MX8MM power domains | Lucas Stach | 2021-05-27 | 1 | -0/+22 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge tag 'memory-controller-drv-pl353-5.14' of https://git.kernel.org/pub/sc... | Olof Johansson | 2021-06-12 | 1 | -30/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'memory-controller-drv-5.14' of https://git.kernel.org/pub/scm/linu... | Olof Johansson | 2021-06-12 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | memory: renesas-rpc-if: correct whitespace | Krzysztof Kozlowski | 2021-06-03 | 1 | -3/+3 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'arm-dt-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 2021-07-10 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'hisi-arm64-dt-for-5.14' of git://github.com/hisilicon/linux-hisi i... | Olof Johansson | 2021-06-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | arm64: dts: hisilicon: use the correct HiSilicon copyright | Hao Fang | 2021-06-17 | 1 | -1/+1 | |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge tag 'qcom-arm64-for-5.14' of https://git.kernel.org/pub/scm/linux/kerne... | Olof Johansson | 2021-06-15 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | dt-bindings: mailbox: Add WPSS client index to IPCC | Sibi Sankar | 2021-05-31 | 1 | -0/+1 | |
| | |/ / / / / / / / / / / |