summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-22xfs: don't fail repairs on metadata files with no attr forkDarrick J. Wong1-3/+5
2024-10-22net: usb: usbnet: fix name regressionOliver Neukum1-1/+2
2024-10-22mlxsw: spectrum_router: fix xa_store() error checkingYuan Can1-6/+3
2024-10-22Merge tag 'nf-24-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni4-2/+7
2024-10-22MAINTAINERS: add a keyword entry for the GPIO subsystemBartosz Golaszewski1-0/+1
2024-10-22objpool: fix choosing allocation for percpu slotsViktor Malik1-1/+1
2024-10-22KVM: selftests: Fix build on on non-x86 architecturesMark Brown1-1/+3
2024-10-229p: fix slab cache name creation for realLinus Torvalds1-1/+3
2024-10-22x86/lam: Disable ADDRESS_MASKING in most casesPawan Gupta1-0/+1
2024-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-103/+277
2024-10-21Merge tag 'probes-fixes-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+6
2024-10-21Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-67/+95
2024-10-21Merge tag 'v6.12-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2024-10-21platform/x86: dell-wmi: Ignore suspend notificationsArmin Wolf1-0/+9
2024-10-21platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addressesVamsi Krishna Brahmajosyula1-1/+3
2024-10-21nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun1-1/+1
2024-10-21LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao7-30/+54
2024-10-21LoongArch: Don't crash in stack_top() for tasks without vDSOThomas Weißschuh1-7/+9
2024-10-21LoongArch: Set correct size for vDSO code mappingHuacai Chen1-4/+4
2024-10-21LoongArch: Enable IRQ if do_ale() triggered in irq-enabled contextHuacai Chen1-0/+5
2024-10-21LoongArch: Get correct cores_per_package for SMT systemsHuacai Chen2-1/+6
2024-10-21LoongArch: Use "Exception return address" to comment ERAYanteng Si1-1/+1
2024-10-21platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer to be turned off whe...Marek Maslanka7-64/+0
2024-10-21drm/bridge: tc358767: fix missing of_node_put() in for_each_endpoint_of_node()Javier Carrasco1-0/+1
2024-10-21drm/bridge: Fix assignment of the of_node of the parent to aux bridgeAbel Vesa1-1/+2
2024-10-21ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix initial lid detec...Shubham Panwar1-0/+11
2024-10-21ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]Christian Heusel1-0/+7
2024-10-21ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issueJack Yu1-1/+1
2024-10-21ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and contextKoba Ko1-5/+22
2024-10-21powercap: dtpm_devfreq: Fix error check against dev_pm_qos_add_request()Yuan Can1-1/+1
2024-10-21cpufreq: docs: Reflect latency changes in docsChristian Loehle1-10/+10
2024-10-21virtio_net: fix integer overflow in statsMichael S. Tsirkin1-1/+1
2024-10-21net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet2-1/+19
2024-10-21net: wwan: fix global oob in wwan_rtnl_policyLin Ma1-1/+1
2024-10-21netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso3-2/+3
2024-10-21fbdev: wm8505fb: select CONFIG_FB_IOMEM_FOPSArnd Bergmann1-0/+1
2024-10-21Merge branch 'fsl-fman-fix-refcount-handling-of-fman-related-devices'Paolo Abeni2-18/+56
2024-10-21fsl/fman: Fix refcount handling of fman-related devicesAleksandr Mishin1-15/+47
2024-10-21fsl/fman: Save device references taken in mac_probe()Aleksandr Mishin2-3/+9
2024-10-21Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...Miklos Szeredi1-6/+12
2024-10-21bpf, arm64: Fix address emission with tag-based KASAN enabledPeter Collingbourne1-2/+10
2024-10-21ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATEEric Biggers1-1/+1
2024-10-21ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593José Relvas1-0/+10
2024-10-21ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size()Andrey Shumilin1-0/+3
2024-10-21i915: fix DRM_I915_GVT_KVMGT dependenciesArnd Bergmann1-2/+1
2024-10-21uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma1-3/+6
2024-10-21Linux 6.12-rc4Linus Torvalds1-1/+1
2024-10-21bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode pathKent Overstreet1-0/+2
2024-10-21bcachefs: Mark more errors as AUTOFIXKent Overstreet1-2/+2
2024-10-21Merge tag 'for-net-2024-10-16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-25/+14