summaryrefslogtreecommitdiffstats
path: root/fs/hfs/sysdep.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-03memory: tegra: Split Tegra194 data into separate fileThierry Reding4-1349/+1358
2021-06-03memory: tegra: Add memory client IDs to tablesThierry Reding1-0/+205
2021-06-03memory: tegra: Unify driversThierry Reding5-95/+45
2021-06-03memory: tegra: Only initialize reset controller if availableThierry Reding1-4/+5
2021-06-03memory: tegra: Make IRQ support opitonalThierry Reding1-11/+13
2021-06-03memory: tegra: Parameterize interrupt handlerThierry Reding4-109/+106
2021-06-03memory: tegra: Extract setup code into callbackThierry Reding6-57/+84
2021-06-03memory: tegra: Make per-SoC setup more genericThierry Reding3-12/+15
2021-06-03memory: tegra: Push suspend/resume into SoC driversThierry Reding4-20/+60
2021-06-03memory: tegra: Introduce struct tegra_mc_opsThierry Reding3-5/+12
2021-06-03memory: tegra: Unify struct tegra_mc across SoC generationsThierry Reding2-447/+852
2021-06-03memory: tegra: Consolidate register fieldsThierry Reding7-2394/+2933
2021-06-03memory: tegra30-emc: Use devm_tegra_core_dev_init_opp_table()Dmitry Osipenko1-44/+4
2021-06-03memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()Dmitry Osipenko1-44/+4
2021-06-03memory: tegra: Enable compile testing for all driversDmitry Osipenko1-7/+11
2021-06-01memory: tegra: Fix compilation warnings on 64bit platformsDmitry Osipenko2-4/+4
2021-06-01clk: tegra: Add stubs needed for compile-testingDmitry Osipenko2-26/+79
2021-06-01soc/tegra: fuse: Add stubs needed for compile-testingDmitry Osipenko1-3/+17
2021-06-01soc/tegra: Add devm_tegra_core_dev_init_opp_table()Dmitry Osipenko2-0/+119
2021-06-01soc/tegra: Add stub for soc_is_tegra()Dmitry Osipenko1-0/+9
2021-06-01soc/tegra: regulators: Bump voltages on system rebootDmitry Osipenko2-2/+148
2021-06-01regulator: core: Add regulator_sync_voltage_rdev()Dmitry Osipenko2-0/+24
2021-05-31clk: tegra: Don't deassert reset on enabling clocksDmitry Osipenko3-13/+1
2021-05-31clk: tegra: Mark external clocks as not having reset controlDmitry Osipenko1-3/+3
2021-05-31clk: tegra: cclk: Handle thermal DIV2 CPU frequency throttlingDmitry Osipenko2-3/+15
2021-05-31clk: tegra: Don't allow zero clock rate for PLLsDmitry Osipenko1-0/+3
2021-05-31clk: tegra: Halve SCLK rate on Tegra20Dmitry Osipenko1-3/+3
2021-05-31clk: tegra: Ensure that PLLU configuration is applied properlyDmitry Osipenko1-5/+4
2021-05-31clk: tegra: Fix refcounting of gate clocksDmitry Osipenko2-25/+58
2021-05-31clk: tegra30: Use 300MHz for video decoder by defaultDmitry Osipenko1-1/+1
2021-05-09Linux 5.13-rc1v5.13-rc1Linus Torvalds1-2/+2
2021-05-09fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds1-1/+1
2021-05-09Revert "bio: limit bio max size"Jens Axboe4-21/+3
2021-05-08drm/i915/display: fix compiler warning about array overrunLinus Torvalds1-1/+12
2021-05-08smb3: if max_channels set to more than one channel request multichannelSteve French1-0/+3
2021-05-08smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-08smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-08linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada3-6/+5
2021-05-08atm: firestream: Use fallthrough pseudo-keywordWei Ming Chen1-0/+1
2021-05-08net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon2-18/+3
2021-05-08mptcp: fix splat when closing unaccepted socketPaolo Abeni1-2/+1
2021-05-07i40e: Remove LLDP frame filtersArkadiusz Kubalewski3-44/+0
2021-05-07i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski4-11/+10
2021-05-07i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin1-1/+2
2021-05-07i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang1-0/+1
2021-05-07i40e: fix broken XDP supportMagnus Karlsson1-6/+2
2021-05-07netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet2-7/+10
2021-05-07netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet1-1/+9
2021-05-07mm: fix typos in commentsLu Jialin3-3/+3
2021-05-07mm: fix typos in commentsIngo Molnar39-83/+83