summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-03-23ata: pata_parport: Remove pi_swab16 and pi_swab32Ondrej Zary
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-22Merge tag 'regmap-no-status' of https://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski
2023-03-22livepatch,sched: Add livepatch task switching to cond_resched()Josh Poimboeuf
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki
2023-03-22nvme-tcp: fix nvme_tcp_term_pdu to match specCaleb Sander
2023-03-21net: remove rcu_dereference_bh_rtnl()Eric Dumazet
2023-03-21cxl/pci: Fix CDAT retrieval on big endianLukas Wunner
2023-03-21i3c: Make i3c_master_unregister() return voidUwe Kleine-König
2023-03-21ftrace: Show a list of all functions that have ever been enabledSteven Rostedt (Google)
2023-03-21ftrace: selftest: remove broken trace_direct_trampMark Rutland
2023-03-21ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGSFlorent Revest
2023-03-21ftrace: Store direct called addresses in their opsFlorent Revest
2023-03-21ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest
2023-03-21ftrace: Remove the legacy _ftrace_direct APIFlorent Revest
2023-03-21ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Florent Revest
2023-03-21firmware: cs_dsp: Introduce no_core_startstop for self-booting DSPsSimon Trimmer
2023-03-21entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf
2023-03-20mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang
2023-03-20userfaultfd: move unprivileged_userfaultfd sysctl to its own fileZhangPeng
2023-03-20net: skbuff: move the fields BPF cares about directly next to the offset markerJakub Kicinski
2023-03-20net: skbuff: reorder bytes 2 and 3 of the bitfieldJakub Kicinski
2023-03-20net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski
2023-03-20net: pcs: add driver for MediaTek SGMII PCSDaniel Golle
2023-03-20block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe
2023-03-20clk: Add Sunplus SP7021 clock driverQin Jian
2023-03-20blk-mq: remove hybrid pollingKeith Busch
2023-03-20Merge tag 'nfs-for-6.3-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-03-20selinux: remove the runtime disable functionalityPaul Moore
2023-03-20interconnect: drop racy registration APIJohan Hovold
2023-03-20net: phy: smsc: export functions for use by meson-gxl PHY driverHeiner Kallweit
2023-03-20Merge 6.3-rc3 into tty-nextGreg Kroah-Hartman
2023-03-20Merge 6.3-rc3 into char-misc-nextGreg Kroah-Hartman
2023-03-19kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...Zhen Lei
2023-03-19dyndbg: cleanup dynamic usage in ib_srp.cJason Baron
2023-03-19Merge tag 'char-misc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-03-19pcpcntr: remove percpu_counter_sum_all()Dave Chinner
2023-03-19cpumask: introduce for_each_cpu_orDave Chinner
2023-03-19net: stmmac: Fix for mismatched host/device DMA address widthJochen Henneberg
2023-03-19net: mdio: fix owner field for mdio buses registered using ACPIFlorian Fainelli
2023-03-19net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet
2023-03-18dccp: preserve const qualifier in dccp_sk()Eric Dumazet
2023-03-18ipv6: raw: preserve const qualifier in raw6_sk()Eric Dumazet
2023-03-18udp: preserve const qualifier in udp_sk()Eric Dumazet
2023-03-18efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede
2023-03-17net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offloadGavin Li
2023-03-17wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang
2023-03-17ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski