summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-14mxser: remove doubled sets of close timesJiri Slaby (SUSE)
2024-08-14mxser: remove stale commentJiri Slaby (SUSE)
2024-08-14serial: use guards for simple mutex locksJiri Slaby (SUSE)
2024-08-14serial: 8250_bcm2835aux: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko
2024-08-14serial: 8250_platform: Unify comment styleAndy Shevchenko
2024-08-14serial: 8250_platform: Refactor serial8250_probe()Andy Shevchenko
2024-08-14serial: 8250_platform: Switch to use platform_get_mem_or_io()Andy Shevchenko
2024-08-14serial: 8250_platform: Tidy up ACPI ID tableAndy Shevchenko
2024-08-14serial: 8250_platform: Use same check for ACPI in the whole driverAndy Shevchenko
2024-08-14serial: 8250_platform: Don't shadow error from serial8250_register_8250_port()Andy Shevchenko
2024-08-14serial: 8250_platform: Remove duplicate mappingAndy Shevchenko
2024-08-14serial: 8250: omap: Parse DT wakeup-source proertyMarkus Schneider-Pargmann
2024-08-14serial: 8250: omap: Set wakeup capable, do not enableMarkus Schneider-Pargmann
2024-08-14serial: 8250: omap: Cleanup on error in request_irqMarkus Schneider-Pargmann
2024-08-14serial: 8250: omap: Remove unused wakeups_enabledMarkus Schneider-Pargmann
2024-08-14dt-bindings: serial: 8250_omap: Add wakeup-source propertyMarkus Schneider-Pargmann
2024-08-14tty: serial: samsung_tty: cast the interrupt's void *id just onceAndré Draszik
2024-08-14tty: serial: samsung_tty: drop unused argument to irq handlersAndré Draszik
2024-08-14media: atomisp: Fix streaming no longer working on BYT / ISP2400 devicesHans de Goede
2024-08-14perf: Really fix event_function_call() lockingNamhyung Kim
2024-08-13bcachefs: bcachefs_metadata_version_disk_accounting_inumKent Overstreet
2024-08-13bcachefs: Kill __bch2_accounting_mem_mod()Kent Overstreet
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet
2024-08-13bcachefs: Fix warning in __bch2_fsck_err() for trans not passed inKent Overstreet
2024-08-13bcachefs: Add a time_stat for blocked on key cache flushKent Overstreet
2024-08-13bcachefs: Improve trans_blocked_journal_reclaim tracepointKent Overstreet
2024-08-13bcachefs: Add hysteresis to waiting on btree key cache flushKent Overstreet
2024-08-13lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()Kent Overstreet
2024-08-13bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet
2024-08-13bcachefs: Add missing downgrade table entryKent Overstreet
2024-08-13bcachefs: disk accounting: ignore unknown typesKent Overstreet
2024-08-13bcachefs: bch2_accounting_invalid() fixupKent Overstreet
2024-08-13bcachefs: Fix bch2_trigger_alloc when upgrading from old versionsKent Overstreet
2024-08-13bcachefs: delete faulty fastpath in bch2_btree_path_traverse_cached()Kent Overstreet
2024-08-13net: dsa: microchip: ksz9477: unwrap URL in commentEnguerrand de Ribaucourt
2024-08-13net: mvneta: Use __be16 for l3_proto parameter of mvneta_txq_desc_csum()Simon Horman
2024-08-13net: fec: Remove duplicated codeCsókás, Bence
2024-08-13net: fec: Move `fec_ptp_read()` to the top of the fileCsókás, Bence
2024-08-13mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov
2024-08-13net: netconsole: Constify struct config_item_typeChristophe JAILLET
2024-08-13Merge branch 'gve-add-rss-config-support'Jakub Kicinski
2024-08-13gve: Add RSS adminq commands and ethtool supportJeroen de Borst
2024-08-13gve: Add RSS device optionZiwei Xiao
2024-08-13selftests/bpf: Avoid subtraction after htons() in ipip testsAsbjørn Sloth Tønnesen
2024-08-13Merge tag 'execve-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-08-13dt-bindings: net: fsl,qoriq-mc-dpmac: using unevaluatedPropertiesFrank Li
2024-08-13bpf: more trivial fdget() conversionsAl Viro
2024-08-13bpf: trivial conversions for fdget()Al Viro
2024-08-13bpf: switch maps to CLASS(fd, ...)Al Viro
2024-08-13bpf: factor out fetching bpf_map from FD and adding it to used_maps listAndrii Nakryiko