aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-11-06libfs: Fix kernel-doc warning in generic_ci_validate_strict_nameAndré Almeida1-5/+5
2024-11-06leds: class: Protect brightness_show() with led_cdev->led_access mutexMukesh Ojha1-1/+1
2024-11-06leds: Introduce ordered workqueue for LEDs events instead of system_wqDmitry Rokosov1-0/+1
2024-11-06clk: Add devm_clk_hw_register_gate_parent_hw()Claudiu Beznea1-0/+18
2024-11-05lib min_heap: avoid indirect function call by providing default swapKuan-Wei Chiu1-3/+156
2024-11-05lib min_heap: optimize min heap by prescaling counters for better performanceKuan-Wei Chiu1-24/+49
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu1-43/+86
2024-11-05percpu: cast percpu pointer in PERCPU_PTR() via unsigned longUros Bizjak1-1/+4
2024-11-05percpu: introduce PERCPU_PTR() macroUros Bizjak1-5/+7
2024-11-05percpu: merge VERIFY_PERCPU_PTR() into its only userUros Bizjak1-4/+4
2024-11-05scatterlist: fix a typoSui Jingfeng1-1/+1
2024-11-05reboot: move reboot_notifier_list to kernel/reboot.cThomas Weißschuh1-2/+0
2024-11-05get rid of __get_task_comm()Yafang Shao1-6/+22
2024-11-05mm: migrate LRU_REFS_MASK bits in folio_migrate_flagsZhaoyang Huang1-0/+10
2024-11-05mm: pgtable: remove pte_offset_map_nolock()Qi Zheng1-2/+0
2024-11-05mm: pgtable: introduce pte_offset_map_{ro|rw}_nolock()Qi Zheng1-0/+5
2024-11-05mm: move mm flags to mm_types.hNanyong Sun6-87/+84
2024-11-05mm/mempolicy: fix comments for better documentationTanya Agarwal1-1/+1
2024-11-05mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address ...Adrian Huang1-3/+9
2024-11-05mm: shmem: fix khugepaged activation policy for shmemBaolin Wang1-0/+6
2024-11-05mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes1-3/+4
2024-11-05mm: refactor map_deny_write_exec()Lorenzo Stoakes1-3/+18
2024-11-05Input: introduce notion of passive observers for input handlersDmitry Torokhov1-0/+5
2024-11-05iomap: add a merge boundary flagChristoph Hellwig1-0/+4
2024-11-05sysfs: bin_attribute: add const read/write callback variantsThomas Weißschuh1-2/+23
2024-11-05sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR()Thomas Weißschuh1-19/+8
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::llseek()Thomas Weißschuh1-1/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::mmap()Thomas Weißschuh1-1/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh1-15/+15
2024-11-05sysfs: introduce callback attribute_group::bin_sizeThomas Weißschuh1-0/+8
2024-11-05iommu/vt-d: Remove unused dmar_msi_readDr. David Alan Gilbert1-1/+0
2024-11-05perf/core: Add aux_pause, aux_resume, aux_start_pausedAdrian Hunter1-0/+28
2024-11-05sched: Add Lazy preemption modelPeter Zijlstra1-1/+7
2024-11-05sched: Add TIF_NEED_RESCHED_LAZY infrastructurePeter Zijlstra4-8/+24
2024-11-05sched/ext: Remove sched_fork() hackThomas Gleixner1-1/+0
2024-11-05kcsan, seqlock: Fix incorrect assumption in read_seqbegin()Marco Elver1-11/+1
2024-11-05seqlock, treewide: Switch to non-raw seqcount_latch interfaceMarco Elver1-9/+11
2024-11-05kcsan, seqlock: Support seqcount_latch_tMarco Elver1-15/+71
2024-11-05ACPI/IORT: Support CANWBS memory access flagNicolin Chen1-0/+2
2024-11-05vfio: Remove VFIO_TYPE1_NESTING_IOMMUJason Gunthorpe1-3/+0
2024-11-05mm/writeback: add folio_mark_dirty_lock()Joanne Koong1-0/+1
2024-11-05Merge 6.12-rc6 into driver-core-nextGreg Kroah-Hartman30-39/+217
2024-11-05watchdog: da9063: Do not use a global variableFabio Estevam1-0/+1
2024-11-05Merge v6.12-rc6 into usb-nextGreg Kroah-Hartman20-30/+125
2024-11-05Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman20-30/+125
2024-11-05misc: rtsx: Cleanup on DRV_NAME cardreader variablesDesnes Nunes3-1/+5
2024-11-04net: tcp: replace the document for "lsndtime" in tcp_sockMenglong Dong1-2/+1
2024-11-04Merge tag 'arm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2024-11-04fs: iomap: Atomic write supportJohn Garry1-0/+1
2024-11-04PM: EM: Add min/max available performance state limitsLukasz Luba1-8/+21