summary refs log tree commit diff
AgeCommit message (Expand)Author
2023-04-13mm: enable maple tree RCU mode by default.Liam R. Howlett
2023-04-13maple_tree: add RCU lock checking to rcu callback functionsLiam R. Howlett
2023-04-13maple_tree: add smp_rmb() to dead node detectionLiam R. Howlett
2023-04-13maple_tree: remove extra smp_wmb() from mas_dead_leaves()Liam R. Howlett
2023-04-13maple_tree: fix freeing of nodes in rcu modeLiam R. Howlett
2023-04-13maple_tree: detect dead nodes in mas_start()Liam R. Howlett
2023-04-13maple_tree: refine ma_state init from mas_start()Liam R. Howlett
2023-04-13maple_tree: be more cautious about dead nodesLiam R. Howlett
2023-04-13maple_tree: fix mas_prev() and mas_find() state handlingLiam R. Howlett
2023-04-13maple_tree: fix handle of invalidated state in mas_wr_store_setup()Liam R. Howlett
2023-04-13maple_tree: reduce user error potentialLiam R. Howlett
2023-04-13maple_tree: fix potential rcu issueLiam R. Howlett
2023-04-13maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam R. Howlett
2023-04-13mm: take a page reference when removing device exclusive entriesAlistair Popple
2023-04-13drm/i915: Split icl_color_commit_noarm() from skl_color_commit_noarm()Ville Syrjälä
2023-04-13drm/i915: Use _MMIO_PIPE() for SKL_BOTTOM_COLORVille Syrjälä
2023-04-13drm/bridge: lt9611: Fix PLL being unable to lockRobert Foss
2023-04-13drm/i915/dp_mst: Fix payload removal during output disablingImre Deak
2023-04-13drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()Imre Deak
2023-04-13drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 resetTim Huang
2023-04-13drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resumeAlex Deucher
2023-04-13drm/amd/display: Clear MST topology if it fails to resumeRoman Li
2023-04-13blk-throttle: Fix that bps of child could exceed bps limited in parentKemeng Shi
2023-04-13maple_tree: fix a potential concurrency bug in RCU modePeng Zhang
2023-04-13maple_tree: fix get wrong data_end in mtree_lookup_walk()Peng Zhang
2023-04-13mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu
2023-04-13mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang
2023-04-13ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian
2023-04-13drm/i915: fix race condition UAF in i915_perf_add_config_ioctlMin Li
2023-04-13drm/i915: Fix context runtime accountingTvrtko Ursulin
2023-04-13drm/nouveau/disp: Support more modes by checking with lower bpcKarol Herbst
2023-04-13drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error pathBoris Brezillon
2023-04-13ublk: read any SQE values upfrontJens Axboe
2023-04-13wifi: mt76: ignore key disable commandsFelix Fietkau
2023-04-13mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao
2023-04-13zsmalloc: document freeable statsSergey Senozhatsky
2023-04-13tracing/synthetic: Make lastcmd_mutex staticSteven Rostedt (Google)
2023-04-13ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots()Jason Montleon
2023-04-13tracing: Free error logs of tracing instancesSteven Rostedt (Google)
2023-04-13tracing/osnoise: Fix notify new tracing_max_latencyDaniel Bristot de Oliveira
2023-04-13tracing/timerlat: Notify new max thread latencyDaniel Bristot de Oliveira
2023-04-13tracing/synthetic: Fix races on freeing last_cmdTze-nan Wu
2023-04-13net: stmmac: Add queue reset into stmmac_xdp_open() functionSong Yoong Siang
2023-04-13ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad W530Hans de Goede
2023-04-13ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 and iMac14,2Hans de Goede
2023-04-13ACPI: video: Make acpi_backlight=video work independent from GPU driverHans de Goede
2023-04-13ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()Hans de Goede
2023-04-13can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp
2023-04-13can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka
2023-04-13can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp