summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-12-23sched/fair: Simplify util_estVincent Guittot
2023-12-23arm64/amu: Use capacity_ref_freq() to set AMU ratioVincent Guittot
2023-12-23cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()Vincent Guittot
2023-12-23energy_model: Use a fixed reference frequencyVincent Guittot
2023-12-23cpufreq: Use the fixed and coherent frequency for scaling capacityVincent Guittot
2023-12-23sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot
2023-12-23Merge tag 'v6.7-rc6' into sched/core, to pick up fixesIngo Molnar
2023-12-23fs: factor out backing_file_mmap() helperAmir Goldstein
2023-12-23fs: factor out backing_file_splice_{read,write}() helpersAmir Goldstein
2023-12-23fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein
2023-12-23fs: prepare for stackable filesystems backing file helpersAmir Goldstein
2023-12-23linux/export: Fix alignment for 64-bit ksymtab entriesHelge Deller
2023-12-23usb: linux/usb.h: fix Excess kernel-doc description warningRandy Dunlap
2023-12-23driver core: device.h: fix Excess kernel-doc description warningRandy Dunlap
2023-12-23driver core: class: fix Excess kernel-doc description warningRandy Dunlap
2023-12-23Merge tag 'icc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman
2023-12-22net: skbuff: Remove some excess struct-member documentationJonathan Corbet
2023-12-22lsm: Add a __counted_by() annotation to lsm_ctx.ctxMark Brown
2023-12-22cxl: Calculate and store PCI link latency for the downstream portsDave Jiang
2023-12-22acpi: numa: Add helper function to retrieve the performance attributesDave Jiang
2023-12-22base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang
2023-12-22lib/firmware_table: tables: Add CDAT table parsing supportDave Jiang
2023-12-22tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima
2023-12-22tcp: Unlink sk from bhash.Kuniyuki Iwashima
2023-12-22tcp: Link bhash2 to bhash.Kuniyuki Iwashima
2023-12-22tcp: Save address type in inet_bind2_bucket.Kuniyuki Iwashima
2023-12-22tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.Kuniyuki Iwashima
2023-12-22Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz
2023-12-22Bluetooth: hci_core: Remove le_restart_scan workLuiz Augusto von Dentz
2023-12-22Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu
2023-12-22Merge tag '9p-for-6.7-rc7' of https://github.com/martinetd/linuxLinus Torvalds
2023-12-22block: skip start/end time stamping for passthrough IOKundan Kumar
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2023-12-22Merge tag 'nand/for-6.8' into mtd/nextMiquel Raynal
2023-12-22Merge tag 'qcom-arm64-for-6.8' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2023-12-22mtd: rawnand: Prevent crossing LUN boundaries during sequential readsMiquel Raynal
2023-12-22Merge tag 'reset-for-v6.8' of git://git.pengutronix.de/pza/linux into soc/dri...Arnd Bergmann
2023-12-22Merge tag 'memory-controller-drv-6.8' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann
2023-12-22Merge tag 'riscv-soc-drivers-for-v6.8' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann
2023-12-22Merge tag 'samsung-drivers-6.8' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann
2023-12-22Merge tag 'qcom-drivers-for-6.8' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2023-12-22Merge tag 'mtk-soc-for-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
2023-12-22netfilter: flowtable: reorder nf_flowtable struct membersFlorian Westphal
2023-12-22Merge tag 'fsl_qmc_tsa_v6.8' of https://github.com//hcodina/linux into soc/dr...Arnd Bergmann
2023-12-22Merge tag 'system-thread-for-v6.8' of https://git.linaro.org/people/jens.wikl...Arnd Bergmann
2023-12-22Merge tag 'drm-habanalabs-next-2023-12-19' of https://git.kernel.org/pub/scm/...Dave Airlie
2023-12-22Merge tag 'drm-misc-next-fixes-2023-12-21' of git://anongit.freedesktop.org/d...Dave Airlie
2023-12-22Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...Dave Airlie
2023-12-21entry: Move syscall_enter_from_user_mode() to header fileSven Schnelle