aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-28s390/pci: Fix potential double remove of hotplug slotNiklas Schnelle1-25/+9
2024-11-28s390/pci: Fix leak of struct zpci_dev when zpci_add_device() failsNiklas Schnelle2-6/+25
2024-11-28s390/mm/hugetlbfs: Add missing includesHeiko Carstens1-0/+2
2024-11-28netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup levelPablo Neira Ayuso1-1/+1
2024-11-28netfilter: x_tables: fix LED ID check in led_tg_check()Dmitry Antipov1-1/+3
2024-11-28ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia1-3/+1
2024-11-28xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delayChristoph Hellwig1-4/+2
2024-11-28xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak1-4/+1
2024-11-28Documentation: tls_offload: fix typos and grammarLeo Stone1-14/+15
2024-11-28Fix spelling mistakeVyshnav Ajith1-1/+1
2024-11-28ntp: Remove invalid cast in time offset mathMarcelo Dalmas1-1/+1
2024-11-28HID: i2c-hid: Revert to using power commands to wake on resumeKenny Levinsen1-8/+12
2024-11-28Merge branch 'net-fix-mcast-rcu-splats'Paolo Abeni2-24/+84
2024-11-28ipmr: fix tables suspicious RCU usagePaolo Abeni1-13/+29
2024-11-28ip6mr: fix tables suspicious RCU usagePaolo Abeni1-11/+27
2024-11-28ipmr: add debug check for mr table cleanupPaolo Abeni2-0/+28
2024-11-28selftests: rds: move test.py to TEST_FILESHangbin Liu1-3/+2
2024-11-28dma-debug: fix physical address calculation for struct dma_debug_entryFedor Pchelkin1-5/+15
2024-11-28net_sched: sch_fq: don't follow the fast path if Tx is behind nowJakub Kicinski1-0/+6
2024-11-28tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima1-1/+1
2024-11-28net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPIRussell King (Oracle)3-13/+21
2024-11-28Merge tag 'for-net-2024-11-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2-12/+28
2024-11-28Merge branch 'net-fix-some-callers-of-copy_from_sockptr'Paolo Abeni3-4/+7
2024-11-28net: Comment copy_from_sockptr() explaining its behaviourMichal Luczaj1-0/+2
2024-11-28rxrpc: Improve setsockopt() handling of malformed user inputMichal Luczaj1-3/+4
2024-11-28llc: Improve setsockopt() handling of malformed user inputMichal Luczaj1-1/+1
2024-11-28ALSA: hda/realtek: Apply quirk for Medion E15433Takashi Iwai1-0/+1
2024-11-28kbuild: rename .tmp_vmlinux.kallsyms0.syms to .tmp_vmlinux0.symsSedat Dilek1-6/+6
2024-11-28gitignore: Don't ignore 'tags' directoryLi Zhijian1-0/+1
2024-11-28kbuild: add dependency from vmlinux to resolve_btfidsThomas Weißschuh1-0/+3
2024-11-28modpost: replace tdb_hash() with hash_str()Masahiro Yamada1-15/+3
2024-11-28kbuild: deb-pkg: add python3:native to build dependencyMasahiro Yamada1-1/+1
2024-11-28genksyms: reduce indentation in export_symbol()Masahiro Yamada1-36/+37
2024-11-28modpost: improve error messages in device_id_check()Masahiro Yamada1-37/+18
2024-11-28modpost: rename alias symbol for MODULE_DEVICE_TABLE()Masahiro Yamada2-11/+8
2024-11-28modpost: rename variables in handle_moddevtable()Masahiro Yamada1-11/+11
2024-11-28modpost: move strstarts() to modpost.hMasahiro Yamada3-3/+3
2024-11-28modpost: convert do_usb_table() to a generic handlerMasahiro Yamada1-30/+9
2024-11-28modpost: convert do_of_table() to a generic handlerMasahiro Yamada1-18/+2
2024-11-28modpost: convert do_pnp_device_entry() to a generic handlerMasahiro Yamada1-21/+9
2024-11-28modpost: convert do_pnp_card_entries() to a generic handlerMasahiro Yamada1-25/+14
2024-11-28modpost: call module_alias_printf() from all do_*_entry() functionsMasahiro Yamada1-257/+181
2024-11-28modpost: pass (struct module *) to do_*_entry() functionsMasahiro Yamada1-59/+59
2024-11-28modpost: remove DEF_FIELD_ADDR_VAR() macroMasahiro Yamada1-8/+1
2024-11-28modpost: deduplicate MODULE_ALIAS() for all driversMasahiro Yamada1-33/+15
2024-11-28modpost: introduce module_alias_printf() helperMasahiro Yamada3-28/+93
2024-11-28modpost: remove unnecessary check in do_acpi_entry()Masahiro Yamada1-1/+1
2024-11-28modpost: remove incorrect code in do_eisa_entry()Masahiro Yamada1-4/+1
2024-11-28setlocalversion: add -e optionMasahiro Yamada1-4/+8
2024-11-28setlocalversion: work around "git describe" performanceRasmus Villemoes1-16/+38