summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-06-22Merge tag 'scmi-updates-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2023-06-22syscalls: Remove file path comments from headersSohil Mehta
2023-06-22ftrace: Show all functions with addresses in available_filter_functions_addrsJiri Olsa
2023-06-22spi: Create a helper to derive adaptive timeoutsMiquel Raynal
2023-06-22linux/export.h: rename 'sec' argument to 'license'Masahiro Yamada
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada
2023-06-22can: length: refactor frame lengths definition to add size in bitsVincent Mailhol
2023-06-22can: length: fix description of the RRS fieldVincent Mailhol
2023-06-22can: length: fix bitstuffing countVincent Mailhol
2023-06-22usb: ulpi: Make container_of() no-op in to_ulpi_dev()Andy Shevchenko
2023-06-21bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever
2023-06-21leds: trigger: netdev: add additional specific link duplex modeChristian Marangi
2023-06-21leds: trigger: netdev: add additional specific link speed modeChristian Marangi
2023-06-21Merge tag 'ti-driver-soc-for-v6.5' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann
2023-06-21Merge tag 'qcom-drivers-for-6.5-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann
2023-06-21Merge tag 'v6.4-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2023-06-21Merge tag 'qcom-drivers-for-6.5' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2023-06-21Merge tag 'tegra-for-6.5-memory' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2023-06-21Merge tag 'coresight-next-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2023-06-21Merge tag 'icc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman
2023-06-21Merge tag 'regulator-fix-v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-06-21mfd: max77541: Add ADI MAX77541/MAX77540 PMIC SupportOkan Sahin
2023-06-21cpufreq: amd-pstate: Add a kernel config option to set default modeMario Limonciello
2023-06-21Merge tag 'thunderbolt-for-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2023-06-21Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao
2023-06-21Merge branch irq/misc-6.5 into irq/irqchip-nextMarc Zyngier
2023-06-21wifi: cfg80211: Retrieve PSD information from RNR AP informationIlan Peer
2023-06-21wifi: mac80211: store BSS param change count from assoc responseJohannes Berg
2023-06-21soundwire: bus: Prevent lockdep asserts when stream has multiple busesRichard Fitzgerald
2023-06-20net: stmmac: add new switch to struct plat_stmmacenet_dataBartosz Golaszewski
2023-06-20net: remove sk_is_ipmr() and sk_is_icmpv6() helpersEric Dumazet
2023-06-20ipv6: fix a typo in ip6mr_sk_ioctl()Eric Dumazet
2023-06-20function_graph: Support recording and printing the return value of functionDonglin Peng
2023-06-20clk: fix typo in clk_hw_register_fixed_rate_parent_data() macroClaudiu Beznea
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara
2023-06-20mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019Marek Vasut
2023-06-20Merge tag 'devfreq-next-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki
2023-06-20ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu
2023-06-20ptp: Clarify ptp_clock_info .adjphase expects an internal servo to be usedRahul Rameshbabu
2023-06-19Merge tag 'hyperv-fixes-signed-20230619' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-06-19watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCHPetr Mladek
2023-06-19watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek
2023-06-19watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek
2023-06-19watchdog/hardlockup: declare arch_touch_nmi_watchdog() only in linux/nmi.hPetr Mladek
2023-06-19watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is calledDouglas Anderson
2023-06-19watchdog/hardlockup: remove softlockup comment in touch_nmi_watchdog()Douglas Anderson
2023-06-19watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson
2023-06-19mm: page_alloc: make compound_page_dtors staticMiaohe Lin
2023-06-19mm: move mm_count into its own cache lineMathieu Desnoyers