aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-04scsi: lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactiveJustin Tee2-14/+12
2024-07-04scsi: sd: Do not repeat the starting disk messageDamien Le Moal1-3/+2
2024-07-04scsi: ufs: core: Fix ufshcd_abort_one racing issuePeter Wang1-0/+2
2024-07-04scsi: ufs: core: Fix ufshcd_clear_cmd racing issuePeter Wang1-5/+6
2024-07-04scsi: pm8001: Update log level when reading config tableTerrence Adams1-3/+3
2024-07-04scsi: pm80xx: Set phy->enable_completion only when we wait for itIgor Pylypiv1-1/+3
2024-07-04scsi: ufs: core: Remove SCSI host only if addedKyoungrul Kim1-2/+5
2024-07-04scsi: ufs: qcom: Enable suspending clk scaling on no requestRam Prakash Gupta1-0/+2
2024-07-04scsi: ufs: core: Suspend clk scaling on no requestRam Prakash Gupta2-1/+3
2024-07-04scsi: mpi3mr: Correct a test in mpi3mr_sas_port_add()Tomas Henzl1-2/+2
2024-07-04dsa: lan9303: Fix mapping between DSA port number and PHY addressChristian Eggers1-13/+10
2024-07-04dt-bindings: net: Define properties at top-levelRob Herring (Arm)2-43/+52
2024-07-05wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter()Aleksandr Mishin1-1/+1
2024-07-05wifi: rtlwifi: fix default typoFredrik Lönnegren8-8/+8
2024-07-05wifi: rtw89: unify the selection logic of RFK table when MCCZong-Zhe Yang7-26/+141
2024-07-05power: supply: cros_charge-control: Fix signedness bug in charge_behaviour_st...Dan Carpenter1-5/+4
2024-07-05wifi: rtw89: mac: parse MRC C2H failure reportZong-Zhe Yang2-0/+50
2024-07-05wifi: rtw89: 8852bx: add extra handles of BTC for 8852BT in 8852b_commonPing-Ke Shih1-0/+5
2024-07-05wifi: rtw89: 8852bx: move BTC common code from 8852b to 8852b_commonPing-Ke Shih3-167/+216
2024-07-05wifi: rtw88: usb: schedule rx work after everything is set upMarcin Ślusarz1-3/+10
2024-07-04hwmon: (ltc2991) re-order conditions to fix off by one bugDan Carpenter1-2/+2
2024-07-04docs: mm: add enable_soft_offline sysctlJiaqi Yan1-0/+38
2024-07-04selftest/mm: test enable_soft_offline behaviorsJiaqi Yan4-0/+236
2024-07-04mm/memory-failure: userspace controls soft-offlining pagesJiaqi Yan1-2/+20
2024-07-04mm/memory-failure: refactor log format in soft offline codeJiaqi Yan1-6/+9
2024-07-04mm: memcg: adjust the warning when seq_buf overflowsXiu Jianfeng1-1/+2
2024-07-04mm: memcg: remove redundant seq_buf_has_overflowed()Xiu Jianfeng1-3/+0
2024-07-04mm: turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured.Audra Mitchell1-0/+3
2024-07-04mm: update uffd-stress to handle EINVAL for unset config featuresAudra Mitchell1-5/+9
2024-07-04get_task_mm: check PF_KTHREAD locklessOleg Nesterov1-6/+5
2024-07-04memcg: mm_update_next_owner: move for_each_thread() into try_to_set_owner()Oleg Nesterov1-16/+24
2024-07-04memcg: mm_update_next_owner: kill the "retry" logicOleg Nesterov1-30/+27
2024-07-04mm: memcg: put struct task_struct::in_user_fault under CONFIG_MEMCG_V1Roman Gushchin2-21/+21
2024-07-04mm: memcg: put struct task_struct::memcg_in_oom under CONFIG_MEMCG_V1Roman Gushchin1-1/+3
2024-07-04mm: memcg: guard memcg1-specific members of struct mem_cgroup_per_nodeRoman Gushchin1-0/+2
2024-07-04mm: memcg: put memcg1-specific struct mem_cgroup's members under CONFIG_MEMCG_V1Roman Gushchin1-50/+53
2024-07-04mm: memcg: guard memcg1-specific fields accesses in mm/memcontrol.cRoman Gushchin1-2/+7
2024-07-04mm: memcg: gather memcg1-specific fields initialization in memcg1_memcg_init()Roman Gushchin3-5/+12
2024-07-04mm: memcg: guard cgroup v1-specific code in mem_cgroup_print_oom_meminfo()Roman Gushchin1-0/+2
2024-07-04mm: memcg: factor out legacy socket memory accounting codeRoman Gushchin4-17/+40
2024-07-04mm: memcg: move memcg_account_kmem() to memcontrol-v1.cRoman Gushchin3-21/+24
2024-07-04mm: add swappiness= arg to memory.reclaimDan Schatzberg5-22/+81
2024-07-04mm: add defines for min/max swappinessDan Schatzberg3-7/+9
2024-07-04MAINTAINERS: add mm/memcontrol-v1.c/h to the list of maintained filesRoman Gushchin1-0/+2
2024-07-04mm: memcg: put cgroup v1-specific code under a config optionRoman Gushchin5-8/+49
2024-07-04mm: memcg: group cgroup v1 memcg related declarationsRoman Gushchin2-109/+122
2024-07-04mm: memcg: make memcg1_update_tree() staticRoman Gushchin2-2/+1
2024-07-04mm: memcg: move cgroup v1 interface files to memcontrol-v1.cRoman Gushchin3-755/+757
2024-07-04mm: memcg: rename memcg_oom_recover()Roman Gushchin3-7/+7
2024-07-04mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.cRoman Gushchin3-217/+231