| Commit message (Expand) | Author | Files | Lines |
2022-04-09 | mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) | Paolo Bonzini | 1 | -0/+3 |
2022-04-09 | mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning | Waiman Long | 1 | -4/+7 |
2022-04-09 | lz4: fix LZ4_decompress_safe_partial read out of bound | Guo Xuenan | 1 | -2/+6 |
2022-04-09 | highmem: fix checks in __kmap_local_sched_{in,out} | Max Filippov | 1 | -2/+2 |
2022-04-09 | mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation. | Zi Yan | 2 | -2/+2 |
2022-04-08 | MAINTAINERS: Fix reviewer info for a few ROHM ICs | Matti Vaittinen | 1 | -7/+5 |
2022-04-08 | iommu/omap: Fix regression in probe for NULL pointer dereference | Tony Lindgren | 1 | -1/+1 |
2022-04-08 | mmc: core: improve API to make clear mmc_hw_reset is for cards | Wolfram Sang | 8 | -10/+10 |
2022-04-07 | mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is complete | Wolfram Sang | 1 | -2/+2 |
2022-04-07 | drivers: net: slip: fix NPD bug in sl_tx_timeout() | Duoming Zhou | 1 | -1/+1 |
2022-04-07 | dt-bindings: display: panel: mipi-dbi-spi: Make width-mm/height-mm mandatory | Marek Vasut | 1 | -0/+2 |
2022-04-07 | random: check for signals every PAGE_SIZE chunk of /dev/[u]random | Jason A. Donenfeld | 1 | -10/+7 |
2022-04-06 | fbdev: Fix unregistering of framebuffers without device | Thomas Zimmermann | 1 | -1/+8 |
2022-04-06 | bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack sockets | Maxim Mikityanskiy | 1 | -19/+59 |
2022-04-06 | bpf: Support dual-stack sockets in bpf_tcp_check_syncookie | Maxim Mikityanskiy | 1 | -4/+13 |
2022-04-06 | drm/amdgpu/smu10: fix SoC/fclk units in auto mode | Alex Deucher | 1 | -4/+4 |
2022-04-06 | drm/amd/display: update dcn315 clock table read | Dmytro Laktyushkin | 1 | -40/+67 |
2022-04-06 | drm/amdgpu/display: change pipe policy for DCN 2.1 | Benjamin Marty | 1 | -1/+1 |
2022-04-06 | drm/amd/display: Add configuration options for AUX wake work around. | Jimmy Kizito | 2 | -1/+24 |
2022-04-06 | drm/amd/display: remove assert for odm transition case | Eric Bernstein | 1 | -1/+0 |
2022-04-06 | drm/amdgpu: don't use BACO for reset in S3 | Alex Deucher | 1 | -0/+11 |
2022-04-06 | drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bw | CHANDAN VURDIGERE NATARAJ | 1 | -0/+2 |
2022-04-06 | drm/amdkfd: Create file descriptor after client is added to smi_clients list | Lee Jones | 1 | -9/+15 |
2022-04-06 | drm/amdgpu: Sync up header and implementation to use the same parameter names | Ma Jun | 1 | -2/+2 |
2022-04-06 | drm/amdgpu: fix incorrect GCR_GENERAL_CNTL address | Ruili Ji | 1 | -3/+3 |
2022-04-06 | amd/display: set backlight only if required | Shirish S | 2 | -3/+10 |
2022-04-06 | drm/amd/display: Fix allocate_mst_payload assert on resume | Roman Li | 1 | -1/+2 |
2022-04-06 | drm/amd/display: Revert FEC check in validation | Martin Leung | 1 | -4/+0 |
2022-04-06 | drm/amd/display: Add work around for AUX failure on wake. | Jimmy Kizito | 2 | -0/+60 |
2022-04-06 | drm/amd/display: Clear optc false state when disable otg | Charlene Liu | 2 | -8/+11 |
2022-04-06 | drm/amd/display: Enable power gating before init_pipes | Roman Li | 3 | -6/+9 |
2022-04-06 | drm/amd/display: Remove redundant dsc power gating from init_hw | Roman Li | 1 | -7/+0 |
2022-04-06 | drm/amd/display: Correct Slice reset calculation | Chris Park | 1 | -2/+2 |
2022-04-06 | drm/amd/vcn: fix an error msg on vcn 3.0 | tiancyin | 1 | -1/+1 |
2022-04-06 | drm/amdgpu/vcn3: send smu interface type | Boyuan Zhang | 2 | -0/+12 |
2022-04-06 | spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op() | Kamal Dasu | 1 | -2/+2 |
2022-04-06 | spi: cadence-quadspi: fix protocol setup for non-1-1-X operations | Matthias Schiffer | 1 | -34/+12 |
2022-04-06 | spi: core: add dma_map_dev for __spi_unmap_msg() | Vinod Koul | 1 | -0/+4 |
2022-04-06 | myri10ge: fix an incorrect free for skb in myri10ge_sw_tso | Xiaomeng Tong | 1 | -4/+2 |
2022-04-06 | net: usb: aqc111: Fix out-of-bounds accesses in RX fixup | Marcin Kozlowski | 1 | -2/+7 |
2022-04-06 | qede: confirm skb is allocated before using | Jamie Bainbridge | 1 | -0/+3 |
2022-04-06 | net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=n | Florian Westphal | 1 | -1/+1 |
2022-04-06 | Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb() | Andrea Parri (Microsoft) | 1 | -3/+3 |
2022-04-06 | Drivers: hv: balloon: Disable balloon and hot-add accordingly | Boqun Feng | 1 | -2/+34 |
2022-04-06 | Drivers: hv: balloon: Support status report for larger page sizes | Boqun Feng | 1 | -3/+10 |
2022-04-06 | random: check for signal_pending() outside of need_resched() check | Jann Horn | 1 | -2/+2 |
2022-04-06 | random: do not allow user to keep crng key around on stack | Jason A. Donenfeld | 1 | -12/+23 |
2022-04-06 | net: phy: mscc-miim: reject clause 45 register accesses | Michael Walle | 1 | -0/+6 |
2022-04-06 | net: axiemac: use a phandle to reference pcs_phy | Andy Chiu | 1 | -2/+9 |
2022-04-06 | dt-bindings: net: add pcs-handle attribute | Andy Chiu | 2 | -1/+13 |