summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-11-01net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet
2024-11-01mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)
2024-11-01sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long
2024-11-01task_work: Add TWA_NMI_CURRENT as an additional notify mode.Sebastian Andrzej Siewior
2024-11-01bpf: Add missed value to kprobe perf link infoJiri Olsa
2024-10-22irqchip/gic-v4: Don't allow a VMOVP on a dying VPEMarc Zyngier
2024-10-22net: enetc: add missing static descriptor and inline keywordWei Fang
2024-10-17rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet
2024-10-17platform/x86/intel/tpmi: Add defines to get version informationSrinivas Pandruvada
2024-10-17tcp: new TCP_INFO stats for RTO eventsAananth V
2024-10-17NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang
2024-10-17x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K
2024-10-17x86/amd_nb: Add new PCI IDs for AMD family 0x1aShyam Sundar S K
2024-10-17PCI: Add function 0 DMA alias quirk for Glenfly Arise chipWangYuli
2024-10-17bpf: Prevent tail call between progs attached to different hooksXu Kuohai
2024-10-17jbd2: fix kernel-doc for j_transaction_overhead_buffersRandy Dunlap
2024-10-17bus: mhi: ep: Add support for async DMA write operationManivannan Sadhasivam
2024-10-17bus: mhi: ep: Introduce async read/write callbacksManivannan Sadhasivam
2024-10-17bus: mhi: ep: Rename read_from_host() and write_to_host() APIsManivannan Sadhasivam
2024-10-17Revert "PCI/MSI: Provide stubs for IMS functions"Bjorn Helgaas
2024-10-10net: stmmac: move the EST lock to struct stmmac_privXiaolei Wang
2024-10-10i2c: core: Lock address during client device instantiationHeiner Kallweit
2024-10-10i2c: create debugfs entry per adapterWolfram Sang
2024-10-10close_range(): fix the logics in descriptor table trimmingAl Viro
2024-10-10cpufreq: Avoid a bad reference count on CPU nodeMiquel Sabaté Solà
2024-10-10perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko
2024-10-10drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark
2024-10-10net: test for not too small csum_start in virtio_net_hdr_to_skb()Eric Dumazet
2024-10-10net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann
2024-10-10net: Add netif_get_gro_max_size helper for GRODaniel Borkmann
2024-10-04lib/xarray: introduce a new helper xas_get_orderKairui Song
2024-10-04lib/bitmap: add bitmap_{read,write}()Syed Nayyar Waris
2024-10-04usbnet: fix cyclical race on disconnect with work queueOliver Neukum
2024-10-04fs: Create a generic is_dot_dotdot() utilityChuck Lever
2024-10-04lib/sbitmap: define swap_lock as raw_spinlock_tMing Lei
2024-10-04f2fs: get rid of online repaire on corrupted directoryChao Yu
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-10-04sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman
2024-10-04sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman
2024-10-04sched/numa: Trace decisions related to skipping VMAsMel Gorman
2024-10-04sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman
2024-10-04sched/numa: Document vma_numab_state fieldsMel Gorman
2024-09-18net/mlx5: Correct TASR typo into TSARCosmin Ratiu
2024-09-18net/mlx5: Add missing masks and QoS bit masks for scheduling elementsCarolina Jubran
2024-09-18IB/mlx5: Rename 400G_8X speed to comply to naming conventionPatrisious Haddad
2024-09-18net: tighten bad gso csum offset check in virtio_net_hdrWillem de Bruijn
2024-09-18nvmem: core: add nvmem_dev_size() helperRafał Miłecki
2024-09-18device property: Introduce device_for_each_child_node_scoped()Jonathan Cameron
2024-09-18device property: Add cleanup.h based fwnode_handle_put() scope based cleanup.Jonathan Cameron