summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-21ASoC: cs35l41: Fix default regmap values for some registersStefan Binding1-3/+3
2023-06-21mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau1-4/+5
2023-06-21MIPS: Alchemy: fix dbdma2Manuel Lauss1-12/+15
2023-06-21MIPS: Restore Au1300 supportManuel Lauss1-0/+5
2023-06-21MIPS: unhide PATA_PLATFORMManuel Lauss1-0/+1
2023-06-21erofs: use HIPRI by default if per-cpu kthreads are enabledGao Xiang2-2/+1
2023-06-21parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()Helge Deller1-1/+14
2023-06-21parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()Helge Deller1-1/+17
2023-06-21ASoC: Intel: avs: Add missing checks on FE startupAmadeusz Sławiński1-5/+18
2023-06-21ASoC: Intel: avs: Fix avs_path_module::instance_id sizeAmadeusz Sławiński4-6/+6
2023-06-21ASoC: Intel: avs: Account for UID of ACPI deviceCezary Rojewski2-1/+2
2023-06-21sfc: fix devlink info error handlingAlejandro Lucero1-50/+45
2023-06-21ASoC: soc-pcm: test if a BE can be preparedRanjani Sridharan2-0/+24
2023-06-21btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn1-1/+3
2023-06-21btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo2-3/+20
2023-06-21drm: panel-orientation-quirks: Change Air's quirk to support Air PlusMaya Matuszczyk1-1/+1
2023-06-21power: supply: Fix logic checking if system is running from batteryMario Limonciello1-2/+6
2023-06-21irqchip/meson-gpio: Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-06-21irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issuesDouglas Anderson3-2/+27
2023-06-21regulator: Fix error checking for debugfs_create_dirOsama Muhammad1-2/+2
2023-06-21platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0Alexandru Sorodoc1-0/+2
2023-06-21PCI/DPC: Quirk PIO log size for Intel Ice Lake Root PortsMika Westerberg1-2/+7
2023-06-21power: supply: Ratelimit no data debug outputMarek Vasut1-1/+2
2023-06-21selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent changeMirsad Todorovac1-0/+3
2023-06-21tools: gpio: fix debounce_period_us output of lsgpioMilo Spadacini1-1/+1
2023-06-21arm64: dts: arm: add missing cache propertiesKrzysztof Kozlowski3-0/+3
2023-06-21ARM: dts: vexpress: add missing cache propertiesKrzysztof Kozlowski1-0/+1
2023-06-21power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule()Hans de Goede1-4/+2
2023-06-21power: supply: sc27xx: Fix external_power_changed raceHans de Goede1-8/+1
2023-06-21power: supply: ab8500: Fix external_power_changed raceHans de Goede2-8/+4
2023-06-21of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()Kunihiko Hayashi1-0/+1
2023-06-21ksmbd: validate smb request protocol idNamjae Jeon2-3/+16
2023-06-21EDAC/qcom: Get rid of hardcoded register offsetsManivannan Sadhasivam2-64/+58
2023-06-21qcom: llcc/edac: Fix the base address used for accessing LLCC banksManivannan Sadhasivam3-44/+48
2023-06-21cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()Qi Zheng1-2/+2
2023-06-21cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck1-9/+8
2023-06-21cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal5-61/+61
2023-06-21x86/head/64: Switch to KERNEL_CS as soon as new GDT is installedTom Lendacky1-9/+9
2023-06-14Linux 6.3.8v6.3.8Greg Kroah-Hartman1-1/+1
2023-06-14Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE"Greg Kroah-Hartman2-3/+8
2023-06-14wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih4-11/+52
2023-06-14wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih3-9/+34
2023-06-14ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o1-2/+4
2023-06-14Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...Theodore Ts'o1-5/+1
2023-06-14Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li2-12/+23
2023-06-14Bluetooth: Refcnt drop must be placed last in hci_conn_unlinkRuihan Li1-3/+3
2023-06-14Bluetooth: Fix potential double free caused by hci_conn_unlinkRuihan Li1-9/+12
2023-06-14ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loopNamjae Jeon1-0/+12
2023-06-14ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Namjae Jeon2-4/+4
2023-06-14ksmbd: fix out-of-bound read in parse_lease_state()Namjae Jeon1-42/+24