summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-12-07spi: Add support for stacked/parallel memoriesMark Brown1-10/+41
2023-12-07Merge tag 'platform-drivers-x86-v6.7-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+3
2023-12-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+3
2023-12-07spi: Add multi-cs memories support in SPI coreAmit Kumar Mahapatra1-10/+41
2023-12-07mfd: Fix a few spelling mistakes in PMIC header file commentsKaihua Zhong4-4/+4
2023-12-07w1: gpio: Don't use platform data for driver dataUwe Kleine-König1-22/+0
2023-12-07mmc: core: Remove packed command leftoversAvri Altman3-14/+0
2023-12-07net: dsa: microchip: move ksz_chip_id enum to platform includeDaniel Danzberger1-0/+19
2023-12-07net: dsa: microchip: properly support platform_data probingVladimir Oltean1-1/+3
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan1-0/+1
2023-12-07PCI: add INTEL_HDA_ARL to pci_ids.hPierre-Louis Bossart1-0/+1
2023-12-07firmware: zynqmp: Add support to handle IPI CRC failureJay Buddhabhatti1-0/+1
2023-12-07drivers: soc: xilinx: Fix error message on SGI registration failureJay Buddhabhatti1-0/+1
2023-12-07firmware: xilinx: Expand feature check to support all PLM modulesJay Buddhabhatti1-0/+11
2023-12-07firmware: xilinx: Update firmware call interface to support additional argsJay Buddhabhatti1-2/+1
2023-12-07bpf: Use arch_bpf_trampoline_sizeSong Liu1-1/+2
2023-12-07bpf: Add arch_bpf_trampoline_size()Song Liu1-0/+2
2023-12-07bpf: Add helpers for trampoline image managementSong Liu1-0/+5
2023-12-07bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu1-2/+2
2023-12-07bpf: Let bpf_prog_pack_free handle any pointerSong Liu1-1/+1
2023-12-07Merge branch 'master' into mm-hotfixes-stableAndrew Morton15-47/+79
2023-12-07highmem: fix a memory copy problem in memcpy_from_folioSu Hui1-1/+1
2023-12-07units: add missing headerAndy Shevchenko1-0/+1
2023-12-07hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz1-4/+1
2023-12-07bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa1-0/+3
2023-12-06thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki1-4/+0
2023-12-06cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() checkWaiman Long2-1/+9
2023-12-06bpf,lsm: add BPF token LSM hooksAndrii Nakryiko3-0/+33
2023-12-06bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2-4/+7
2023-12-06bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2-7/+10
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2-9/+9
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko1-2/+3
2023-12-06bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko1-0/+6
2023-12-06bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko1-0/+2
2023-12-06bpf: introduce BPF token objectAndrii Nakryiko1-0/+41
2023-12-06bpf: add BPF token delegation mount options to BPF FSAndrii Nakryiko1-0/+10
2023-12-06ACPI: bus: update acpi_dev_hid_uid_match() to support multiple typesRaag Jadav1-6/+1
2023-12-06ACPI: bus: update acpi_dev_uid_match() to support multiple typesRaag Jadav1-5/+3
2023-12-06Merge tag 'ffa-fixes-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann1-0/+2
2023-12-06Merge tag 'asahi-soc-mailbox-6.8' of https://github.com/AsahiLinux/linux into...Arnd Bergmann2-37/+0
2023-12-06cpu/hotplug: Remove unused CPU hotplug statesZenghui Yu1-14/+0
2023-12-06regulator: event: Add regulator netlink event supportNaresh Solanki1-46/+1
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov1-6/+2
2023-12-06mm/slab: move the rest of slub_def.h to mm/slab.hVlastimil Babka1-150/+0
2023-12-06mm/slab: move struct kmem_cache_cpu declaration to slub.cVlastimil Babka1-54/+0
2023-12-06mm/slab: remove mm/slab.c and slab_def.hVlastimil Babka1-124/+0
2023-12-06HID: Intel-ish-hid: Ishtp: Add helper functions for client connectionEven Xu1-0/+3
2023-12-06r8152: add vendor/device ID pair for ASUS USB-C2500Kelly Kane1-0/+1
2023-12-06net: core: synchronize link-watch when carrier is queriedJohannes Berg1-0/+9
2023-12-06tcp: reorganize tcp_sock fast path variablesCoco Li1-114/+134