summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-06-16smp: Provide 'setup_max_cpus' definition on UP tooIngo Molnar
2024-06-16mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-06-16filemap: add helper mapping_max_folio_size()Xu Yang
2024-06-16mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede
2024-06-12net/mlx5: Fix MTMP register capability offset in MCAM registerGal Pressman
2024-06-12nvme-tcp: add definitions for TLS cipher suitesHannes Reinecke
2024-06-12kthread: add kthread_stop_putAndreas Gruenbacher
2024-06-12kasan, fortify: properly rename memintrinsicsAndrey Konovalov
2024-06-12i3c: add actual_len in i3c_priv_xferFrank Li
2024-06-12regulator: pickable ranges: don't always cache vselMatti Vaittinen
2024-06-12eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)
2024-06-12f2fs: deprecate io_bitsJaegeuk Kim
2024-06-12pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young
2024-06-12fpga: region: add owner module and take its refcountMarco Pagani
2024-06-12iio: adc: adi-axi-adc: move to backend frameworkNuno Sa
2024-06-12iio: add the IIO backend frameworkNuno Sa
2024-06-12iio: buffer-dmaengine: export buffer alloc and free functionsNuno Sa
2024-06-12counter: linux/counter.h: fix Excess kernel-doc description warningRandy Dunlap
2024-06-12fpga: bridge: add owner module and take its refcountMarco Pagani
2024-06-12fpga: manager: add owner module and take its refcountMarco Pagani
2024-06-12dev_printk: Add and use dev_no_printk()Geert Uytterhoeven
2024-06-12printk: Let no_printk() use _printk()Geert Uytterhoeven
2024-06-12drm/omapdrm: Fix console with deferred opsTony Lindgren
2024-06-12net/mlx5: Add a timeout to acquire the command queue semaphoreAkiva Goldberger
2024-06-12x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter
2024-06-12kernel/numa.c: Move logging out of numa.hKent Overstreet
2024-06-12bitops: add missing prototype checkAlexander Lobakin
2024-06-12ACPI: Fix Generic Initiator Affinity _OSC bitArmin Wolf
2024-06-12wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok()Johannes Berg
2024-06-12cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson
2024-05-25block: add a disk_has_partscan helperChristoph Hellwig
2024-05-25bpf: Add missing BPF_LINK_TYPE invocationsJiri Olsa
2024-05-17VFIO: Add the SPR_DSA and SPR_IAX devices to the denylistArjan van de Ven
2024-05-17kmsan: compiler_types: declare __no_sanitize_or_inlineAlexander Potapenko
2024-05-17mm/slab: make __free(kfree) accept error pointersDan Carpenter
2024-05-17Reapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-05-17Drivers: hv: vmbus: Track decrypted status in vmbus_gpadlRick Edgecombe
2024-05-17memblock tests: fix undefined reference to `BIT'Wei Yang
2024-05-17regmap: Add regmap_read_bypassed()Richard Fitzgerald
2024-05-17bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing
2024-05-17regulator: change devm_regulator_get_enable_optional() stub to return OkMatti Vaittinen
2024-05-17regulator: change stubbed devm_regulator_get_enable to return OkMatti Vaittinen
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik
2024-05-17nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki
2024-05-02mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)
2024-05-02ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu
2024-05-02mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)
2024-05-02mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macrosMatthew Wilcox (Oracle)
2024-05-02mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov