summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-19ima: Fix build warningsRoberto Sassu2-1/+5
2023-07-19evm: Fix build warningsRoberto Sassu2-2/+2
2023-07-19evm: Complete description of evm_inode_setattr()Roberto Sassu1-0/+2
2023-07-19locking/atomic: arm: fix sync opsMark Rutland6-7/+65
2023-07-19reiserfs: Initialize sec->length in reiserfs_security_init().Tetsuo Handa1-0/+1
2023-07-19x86/mm: Fix __swp_entry_to_pte() for Xen PV guestsJuergen Gross1-2/+2
2023-07-19perf/ibs: Fix interface via core pmu eventsRavi Bangoria3-28/+29
2023-07-19selftests/ftace: Fix KTAP output orderingMark Brown1-1/+1
2023-07-19kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is...Colin Ian King1-2/+2
2023-07-19tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh2-8/+8
2023-07-19x86/xen: Set MTRR state when running as Xen PV initial domainJuergen Gross1-0/+52
2023-07-19x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross6-53/+65
2023-07-19x86/hyperv: Set MTRR state when running as SEV-SNP Hyper-V guestJuergen Gross1-0/+4
2023-07-19x86/mtrr: Support setting MTRR state for software defined MTRRsJuergen Gross4-2/+82
2023-07-19x86/mtrr: Remove physical address size calculationJuergen Gross4-64/+29
2023-07-19rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscaleQiuxu Zhuo1-0/+5
2023-07-19rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()Qiuxu Zhuo1-97/+97
2023-07-19rcutorture: Correct name of use_softirq module parameterPaul E. McKenney2-2/+2
2023-07-19rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUsPaul E. McKenney3-3/+22
2023-07-19rcu: Make rcu_cpu_starting() rely on interrupts being disabledPaul E. McKenney1-6/+5
2023-07-19kunit: tool: undo type subscripts for subprocess.PopenDaniel Latypov3-4/+10
2023-07-19thermal/drivers/qoriq: Only enable supported sensorsPeng Fan1-11/+19
2023-07-19thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe()Christophe JAILLET1-37/+18
2023-07-19thermal/drivers/qcom/tsens-v0_1: Add mdm9607 correction offsetsStephan Gerhold3-1/+30
2023-07-19thermal/drivers/qcom/tsens-v0_1: Fix mdm9607 slope valuesStephan Gerhold1-1/+17
2023-07-19thermal/drivers/qcom/tsens-v0_1: Add support for MSM8226Matti Lehtimäki3-2/+30
2023-07-19cpufreq: intel_pstate: Fix energy_performance_preference for passiveTero Kristo1-0/+2
2023-07-19ARM: 9303/1: kprobes: avoid missing-declaration warningsArnd Bergmann5-5/+7
2023-07-19PM: domains: Move the verification of in-params from genpd_add_device()Ulf Hansson1-3/+6
2023-07-19powercap: RAPL: Fix CONFIG_IOSF_MBI dependencyZhang Rui2-2/+3
2023-07-19powercap: RAPL: fix invalid initialization for pl4_supported fieldSumeet Pawnikar1-8/+8
2023-07-19APEI: GHES: correctly return NULL for ghes_get_devices()Li Yang1-0/+2
2023-07-19perf/arm_cspmu: Fix event attribute typeRobin Murphy1-4/+4
2023-07-19perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is usedIlkka Koskinen1-1/+2
2023-07-19drivers/perf: hisi: Don't migrate perf to the CPU going to teardownJunhao He1-1/+1
2023-07-19x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()Kirill A. Shutemov1-3/+48
2023-07-19x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov4-4/+7
2023-07-19drivers/perf: apple_m1: Force 63bit counters for M2 CPUsMarc Zyngier3-6/+28
2023-07-19perf/arm-cmn: Fix DTC resetRobin Murphy1-3/+4
2023-07-19PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich1-3/+3
2023-07-19clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probeFeng Mingxi1-6/+13
2023-07-19blk-mq: don't insert passthrough request into sw queueMing Lei1-1/+6
2023-07-19btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get splitChristoph Hellwig1-2/+1
2023-07-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig3-19/+24
2023-07-19btrfs: only call __extent_writepage_io from extent_write_locked_rangeChristoph Hellwig1-39/+26
2023-07-19btrfs: don't fail writeback when allocating the compression context failsChristoph Hellwig1-46/+28
2023-07-19btrfs: fix range_end calculation in extent_write_locked_rangeChristoph Hellwig1-1/+1
2023-07-19btrfs: submit a writeback bio per extent_bufferChristoph Hellwig1-65/+37
2023-07-19btrfs: return bool from lock_extent_buffer_for_ioChristoph Hellwig1-26/+11
2023-07-19btrfs: don't use btrfs_bio_ctrl for extent buffer readingChristoph Hellwig1-63/+36