summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-08-21ACPI: x86: s2idle: Add a function to get LPS0 constraint for a deviceMario Limonciello
2023-08-21ACPI: Adjust #ifdef for *_lps0_dev useMario Limonciello
2023-08-21super: wait until we passed kill superChristian Brauner
2023-08-21super: wait for nascent superblocksChristian Brauner
2023-08-21efi/runtime-wrappers: Use type safe encapsulation of call argumentsArd Biesheuvel
2023-08-21pm: Introduce DEFINE_NOIRQ_DEV_PM_OPS() helperAndy Shevchenko
2023-08-21fs: create kiocb_{start,end}_write() helpersAmir Goldstein
2023-08-21fs: add kerneldoc to file_{start,end}_write() helpersAmir Goldstein
2023-08-21spi: sh-msiof: switch to use modern nameYang Yingliang
2023-08-21spi: pxa2xx: switch to use modern nameYang Yingliang
2023-08-21mm: remove folio_account_redirtyChristoph Hellwig
2023-08-21fs: remove get_superChristoph Hellwig
2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig
2023-08-21block: simplify the disk_force_media_change interfaceChristoph Hellwig
2023-08-21Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Joerg Roedel
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman
2023-08-20RDMA/mlx5: Handles RoCE MACsec steering rules addition and deletionPatrisious Haddad
2023-08-20net/mlx5: Add RoCE MACsec steering infrastructure in corePatrisious Haddad
2023-08-20net/mlx5: Add MACsec priorities in RDMA namespacesPatrisious Haddad
2023-08-20RDMA/mlx5: Implement MACsec gid addition and deletionPatrisious Haddad
2023-08-20net/mlx5e: Move MACsec flow steering and statistics database from ethernet to...Patrisious Haddad
2023-08-20Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-19net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet
2023-08-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-08-18Add cs42l43 PC focused SoundWire CODECMark Brown
2023-08-18regulator: tps65086: Select dedicated regulator config for chip variantAndre Werner
2023-08-18regulator: Merge dependency for tps65086Mark Brown
2023-08-18mfd: 88pm860x: Remove unused extern declarationsYue Haibing
2023-08-18mfd: ab8500: Remove unused extern declarationsYue Haibing
2023-08-18mfd: max77686: Remove unused extern declarationsYue Haibing
2023-08-18mfd: rz-mtu3: Link time dependenciesArnd Bergmann
2023-08-18mfd: db8500-prcmu: Remove unused inline functionsYueHaibing
2023-08-18mfd: hi655x-pmic: Convert to devm_platform_ioremap_resource()Yangtao Li
2023-08-18Merge tags 'ib-mfd-pinctrl-soundwire-v6.6' and 'ib-mfd-regulator-v6.6' into i...Lee Jones
2023-08-18mfd: tps65086: Read DEVICE ID register 1 from deviceAndre Werner
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson
2023-08-18range.h: Move resource API and constant to respective filesAndy Shevchenko
2023-08-18kthread: unexport __kthread_should_park()Greg Kroah-Hartman
2023-08-18drm/i915: Move abs_diff() to math.hAndy Shevchenko
2023-08-18genetlink: replace custom CONCATENATE() implementationAndy Shevchenko
2023-08-18arm64: smccc: replace custom COUNT_ARGS() & CONCATENATE() implementationsAndy Shevchenko
2023-08-18kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.hAndy Shevchenko
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V
2023-08-18mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HU...Aneesh Kumar K.V
2023-08-18mm: add pud_same similar to __HAVE_ARCH_P4D_SAMEAneesh Kumar K.V
2023-08-18mm/vmemmap: improve vmemmap_can_optimize and allow architectures to overrideAneesh Kumar K.V