summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-20ALSA: au88x0: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-1/+7
2022-04-20ALSA: atiixp: Fix the missing snd_card_free() call at probe errorTakashi Iwai2-4/+16
2022-04-20ALSA: als4000: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+8
2022-04-20ALSA: als300: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+6
2022-04-20ALSA: ali5451: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+8
2022-04-20ALSA: sis7019: Fix the missing error handlingTakashi Iwai1-4/+10
2022-04-20ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai2-0/+29
2022-04-20btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota1-3/+3
2022-04-20net: ipa: request IPA register values be retainedAlex Elder3-0/+64
2022-04-20dt-bindings: net: qcom,ipa: add optional qcom,qmp propertyAlex Elder1-0/+6
2022-04-20soc: qcom: aoss: Expose send for generic usecaseDeepak Kumar Singh2-1/+91
2022-04-20btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor1-4/+0
2022-04-20btrfs: remove no longer used counter when reading data pageFilipe Manana1-4/+1
2022-04-20btrfs: remove unused parameter nr_pages in add_ra_bio_pages()Qu Wenruo1-2/+0
2022-04-20ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40Woody Suwalski1-0/+5
2022-04-20ACPI: processor idle: Allow playing dead in C3 stateRichard Gong1-1/+2
2022-04-20ACPI: processor idle: Check for architectural support for LPIMario Limonciello1-5/+10
2022-04-20cpuidle: PSCI: Move the `has_lpi` check to the beginning of the functionMario Limonciello1-3/+3
2022-04-20hamradio: remove needs_free_netdev to avoid UAFLin Ma1-1/+0
2022-04-20hamradio: defer 6pack kfree after unregister_netdevLin Ma1-1/+3
2022-04-20drm/amd/display: Fix p-state allow debug index on dcn31Nicholas Kazlauskas1-0/+2
2022-04-20drm/amd/display: Add pstate verification and recovery for DCN31Nicholas Kazlauskas7-4/+74
2022-04-13Linux 5.15.34Greg Kroah-Hartman1-1/+1
2022-04-13stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver4-26/+31
2022-04-13powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang1-1/+5
2022-04-13static_call: Don't make __static_call_return0 staticChristophe Leroy4-546/+547
2022-04-13mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warningWaiman Long1-4/+7
2022-04-13irqchip/gic, gic-v3: Prevent GSI to SGI translationsAndre Przywara2-0/+12
2022-04-13powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.SChristophe Leroy1-2/+8
2022-04-13irqchip/gic-v4: Wait for GICR_VPENDBASER.Dirty to clear before deschedulingMarc Zyngier1-9/+19
2022-04-13x86,static_call: Fix __static_call_return0 for i386Peter Zijlstra1-3/+2
2022-04-13sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior1-1/+1
2022-04-13x86/bug: Prevent shadowing in __WARN_FLAGSVincent Mailhol1-2/+2
2022-04-13Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()Andrea Parri (Microsoft)1-3/+3
2022-04-13mm: don't skip swap entry even if zap_details specifiedPeter Xu1-6/+19
2022-04-13selftests: cgroup: Test open-time cgroup namespace usage for migration checksTejun Heo1-0/+97
2022-04-13selftests: cgroup: Test open-time credential usage for migration checksTejun Heo1-0/+68
2022-04-13selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644Tejun Heo1-1/+1
2022-04-13ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook3-36/+0
2022-04-13Revert "net/mlx5: Accept devlink user input after driver initialization compl...dann frazier3-6/+10
2022-04-13KVM: avoid NULL pointer dereference in kvm_dirty_ring_pushPaolo Bonzini1-1/+1
2022-04-13dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error"Vinod Koul1-3/+1
2022-04-13tools build: Use $(shell ) instead of `` to get embedded libperl's ccoptsArnaldo Carvalho de Melo1-1/+1
2022-04-13tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo2-0/+10
2022-04-13perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo1-2/+4
2022-04-13perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo2-0/+5
2022-04-13Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe1-12/+12
2022-04-13SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2-10/+12
2022-04-13rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter2-2/+2
2022-04-13selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_portJakub Sitnicki1-2/+1