aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-08-06mm/vma: rename vma_get_page_prot to vma_flags_to_page_protLorenzo Stoakes1-2/+2
2026-08-06mm: update generic_get_unmapped_area[_topdown]() to use vma_flags_tLorenzo Stoakes1-2/+2
2026-08-06mm: convert __get_unmapped_area() to use vma_flags_tLorenzo Stoakes3-13/+12
2026-08-06mm/vma: update do_mmap() to use vma_flags_tLorenzo Stoakes2-5/+7
2026-08-06mm: introduce vma_flags_can_grow() and vma_can_grow()Lorenzo Stoakes1-3/+18
2026-08-06mm/memory_hotplug: add offline_and_remove_memory_ranges()Gregory Price1-0/+8
2026-08-06mm/memory_hotplug: add __add_memory_driver_managed() with online_type argGregory Price1-0/+3
2026-08-06mm/memory_hotplug: export mhp_get_default_online_typeGregory Price1-0/+2
2026-08-06mm/memory_hotplug: add mhp_online_type_to_str() and export string helpersGregory Price1-0/+1
2026-08-06mm/memory: add memory_block_aligned_range() helperGregory Price1-0/+27
2026-08-07power: supply: add stubs for notifier registration helpersElson Serrao1-1/+4
2026-08-06cgroup/dmem: Add reclaim callback for lowering max below current usageThomas Hellström1-0/+22
2026-08-06cgroup/dmem: Introduce struct dmem_cgroup_init for region initializationThomas Hellström1-3/+13
2026-08-06Merge tag 'wireless-next-2026-08-06' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski2-3/+10
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-29/+49
2026-08-06Merge tag 'net-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-11/+8
2026-08-06spi: add new_device/delete_device sysfs interfaceMark Brown1-0/+18
2026-08-06spi: add new_device/delete_device sysfs interfaceVishwaroop A1-0/+18
2026-08-06packet: use consistent hard_header_len in non-ring send pathsQihang Tang1-2/+4
2026-08-06net: remove CAP_SYS_RAWIO zero-padding in dev_validate_headerQihang Tang1-5/+0
2026-08-06block: rename bi_bvec_donePavel Begunkov1-7/+7
2026-08-06mfd: viperboard: Fix native fields type in structures as little-endianMikhail Lukianchikov1-5/+5
2026-08-06ARM: PXA: Fix build error for PXA93xUlf Hansson1-1/+1
2026-08-06module: Remove unnecessary module::argsPetr Pavlu1-4/+0
2026-08-06drm/gpu: Add gpu_buddy_allocated_addr_to_block helperTejas Upadhyay1-0/+2
2026-08-06bpf: Add KF_SPINLOCK_SAFE flag for kfuncs under bpf_spin_lockKaitao Cheng1-0/+1
2026-08-06soundwire: intel_ace2x: handle the max_data_per_frame propertyBard Liao1-0/+8
2026-08-06soundwire: get mipi-sdw-bra-mode-max-data-per-frame propertyBard Liao1-0/+3
2026-08-06soundwire: Add bra_block_alignment property supportRichard Fitzgerald1-0/+3
2026-08-05Input: reject inhibit and uninhibit requests on unregistering devicesDmitry Torokhov1-1/+2
2026-08-05Input: defer handler's start() until device is openedDmitry Torokhov1-2/+3
2026-08-05Input: ensure device is ready before delivering eventsDmitry Torokhov1-4/+8
2026-08-05net/mlx5: add debugfs stats for doorbell dma poolsNimrod Oren1-0/+1
2026-08-05net/mlx5: allocate doorbells from dma poolsNimrod Oren1-4/+1
2026-08-05net/mlx5: initialize doorbell dma poolsNimrod Oren1-0/+2
2026-08-05pds_core: add host backed memory support for firmwareNikhil P. Rao1-0/+64
2026-08-05pds_core: add PLDM firmware update support via devlink flashBrett Creeley1-0/+401
2026-08-05pds_core: add support for identity version 2Brett Creeley1-0/+4
2026-08-05dibs: initialise dibs->lock in dibs_dev_alloc()Hidayath Khan1-1/+1
2026-08-05Merge tag 'nf-next-26-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-0/+2
2026-08-05kcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa1-0/+8
2026-08-05stacktrace: header: repair kernel-doc commentsRandy Dunlap1-3/+3
2026-08-05llist: use correct function parameter nameRandy Dunlap1-1/+1
2026-08-05rbtree: fixup kernel-doc namesRandy Dunlap2-2/+2
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov1-1/+1
2026-08-05sysctl: repair some kernel-doc commentsRandy Dunlap1-4/+4
2026-08-05sysctl: Rename proc_doulongvec_minmax_conv to proc_doulongvec_convJoel Granados1-4/+4
2026-08-05sysctl: Group proc_handler declarations and documentJoel Granados1-40/+86
2026-08-05sysctl: Replace do_proc_do{int,ulong,uint}vec with do_proc_vecJoel Granados1-1/+10
2026-08-05sysctl: Add negp parameter to douintvec converter functionsJoel Granados1-1/+1