| Commit message (Expand) | Author | Age | Files | Lines |
* | tpm: Fix buffer access in tpm2_get_tpm_pt() | Stefan Mahnke-Hartmann | 2022-05-23 | 1 | -1/+10 |
* | char: tpm: cr50_i2c: Suppress duplicated error message in .remove() | Uwe Kleine-König | 2022-05-23 | 1 | -2/+2 |
* | tpm: cr50: Add new device/vendor ID 0x504a6666 | Jes B. Klinke | 2022-05-23 | 1 | -3/+4 |
* | tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops | Johannes Holland | 2022-05-23 | 6 | -161/+118 |
* | tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe() | Xiu Jianfeng | 2022-05-23 | 1 | -0/+1 |
* | tpm/tpm_ftpm_tee: Return true/false (not 1/0) from bool functions | Haowen Bai | 2022-05-23 | 1 | -1/+1 |
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-05-22 | 3 | -2/+23 |
|\ |
|
| * | drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllers | Piyush Malgujar | 2022-05-21 | 1 | -0/+1 |
| * | i2c: ismt: Provide a DMA buffer for Interrupt Cause Logging | Mika Westerberg | 2022-05-21 | 1 | -0/+14 |
| * | i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe() | Yang Yingliang | 2022-05-21 | 1 | -2/+8 |
* | | Merge tag 'input-for-v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-05-22 | 1 | -12/+8 |
|\ \ |
|
| * | | Input: ili210x - use one common reset implementation | Marek Vasut | 2022-05-18 | 1 | -12/+8 |
| * | | Input: ili210x - fix reset timing | Marek Vasut | 2022-05-18 | 1 | -2/+2 |
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2022-05-22 | 3 | -32/+43 |
|\ \ \ |
|
| * | | | scsi: ufs: core: Fix referencing invalid rsp field | Daejun Park | 2022-05-20 | 1 | -12/+7 |
| * | | | scsi: target: Fix incorrect use of cpumask_t | Mingzhe Zou | 2022-05-18 | 2 | -20/+36 |
* | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-05-21 | 4 | -15/+22 |
|\ \ \ \ |
|
| * | | | | clk: at91: generated: consider range when calculating best rate | Codrin Ciubotariu | 2022-05-17 | 1 | -0/+4 |
| * | | | | Revert "clk: sunxi-ng: sun6i-rtc: Add support for H6" | Jernej Skrabec | 2022-05-17 | 2 | -15/+17 |
| * | | | | clk: bcm2835: fix bcm2835_clock_choose_div | Stefan Wahren | 2022-05-17 | 1 | -0/+1 |
* | | | | | Merge tag 'drm-fixes-2022-05-21' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2022-05-21 | 13 | -17/+100 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge tag 'drm-intel-fixes-2022-05-20' of git://anongit.freedesktop.org/drm/d... | Dave Airlie | 2022-05-20 | 8 | -16/+74 |
| |\ \ \ \ \ |
|
| | * | | | | | drm/i915: Use i915_gem_object_ggtt_pin_ww for reloc_iomap | Maarten Lankhorst | 2022-05-19 | 1 | -4/+2 |
| | * | | | | | i915/guc/reset: Make __guc_reset_context aware of guilty engines | Umesh Nerlige Ramappa | 2022-05-16 | 5 | -12/+12 |
| | * | | | | | drm/i915/dmc: Add MMIO range restrictions | Anusha Srivatsa | 2022-05-16 | 2 | -0/+60 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | Merge tag 'drm-misc-fixes-2022-05-20' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 2022-05-20 | 2 | -0/+9 |
| |\ \ \ \ \ |
|
| | * | | | | | drm/dp/mst: fix a possible memory leak in fetch_monitor_name() | Hangyu Hua | 2022-05-17 | 1 | -0/+1 |
| | * | | | | | dma-buf: ensure unique directory name for dmabuf stats | Charan Teja Kalla | 2022-05-13 | 1 | -0/+8 |
| * | | | | | | drm/amd: Don't reset dGPUs if the system is going to s2idle | Mario Limonciello | 2022-05-18 | 3 | -1/+17 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge tag 'gpio-fixes-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-05-20 | 2 | -2/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | gpio: mvebu/pwm: Refuse requests with inverted polarity | Uwe Kleine-König | 2022-05-20 | 1 | -0/+3 |
| * | | | | | | gpio: gpio-vf610: do not touch other bits when set the target bit | Haibo Chen | 2022-05-20 | 1 | -2/+6 |
| |/ / / / / |
|
* | | | | | | Merge tag 'mmc-v5.18-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-05-20 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | mmc: core: Fix busy polling for MMC_SEND_OP_COND again | Ulf Hansson | 2022-05-19 | 1 | -1/+1 |
* | | | | | | | Merge tag 'v5.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2022-05-20 | 1 | -0/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ | Ondrej Mosnacek | 2022-05-13 | 1 | -0/+1 |
* | | | | | | | | Merge tag 'pinctrl-v5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-05-19 | 3 | -4/+6 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin | Andre Przywara | 2022-05-14 | 1 | -1/+1 |
| * | | | | | | | | pinctrl: sunxi: fix f1c100s uart2 function | IotaHydrae | 2022-05-14 | 1 | -1/+1 |
| * | | | | | | | | pinctrl: mediatek: mt8365: fix IES control pins | Mattijs Korpershoek | 2022-05-01 | 1 | -1/+1 |
| * | | | | | | | | pinctrl: ocelot: Fix for lan966x alt mode | Horatiu Vultur | 2022-05-01 | 1 | -1/+3 |
* | | | | | | | | | Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-05-19 | 34 | -240/+399 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | ptp: ocp: change sysfs attr group handling | Jonathan Lemon | 2022-05-19 | 1 | -15/+42 |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 2022-05-19 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | net: fix dev_fill_forward_path with pppoe + bridge | Felix Fietkau | 2022-05-16 | 1 | -0/+1 |
| * | | | | | | | | | | net: ftgmac100: Disable hardware checksum on AST2600 | Joel Stanley | 2022-05-18 | 1 | -0/+5 |
| * | | | | | | | | | | igb: skip phy status check where unavailable | Kevin Mitchell | 2022-05-18 | 1 | -1/+2 |
| * | | | | | | | | | | nfc: pn533: Fix buggy cleanup order | Lin Ma | 2022-05-18 | 1 | -2/+3 |
| * | | | | | | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | David S. Miller | 2022-05-18 | 4 | -18/+35 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | ice: Fix interrupt moderation settings getting cleared | Michal Wilczynski | 2022-05-17 | 2 | -11/+16 |