summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-03-14mfd: stm32-timers: Add support for stm32mp25Fabrice Gasnier1-0/+9
2025-03-14Merge branches 'ib-mfd-input-leds-power-6.15', 'ib-mfd-power-6.15' and 'ib-mf...Lee Jones4-0/+229
2025-03-14Merge tag 'mhi-for-v6.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-18/+0
2025-03-14Merge tag 'iio-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman11-31/+291
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni7-3/+43
2025-03-13zstd: Import upstream v1.5.7Nick Terrell3-272/+968
2025-03-13clk: davinci: remove support for da830Bartosz Golaszewski1-6/+0
2025-03-13genirq/msi: Rename msi_[un]lock_descs()Thomas Gleixner1-4/+4
2025-03-13genirq/msi: Use lock guards for MSI descriptor lockingThomas Gleixner2-0/+5
2025-03-13cleanup: Provide retain_ptr()Thomas Gleixner1-0/+17
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein1-1/+0
2025-03-13jbd2: remove unused return value of jbd2_journal_cancel_revokeKemeng Shi1-1/+1
2025-03-13jbd2: remove unused h_jdata flag of handleKemeng Shi1-2/+0
2025-03-13spi: Use inclusive languageAndy Shevchenko1-17/+17
2025-03-13jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERRBaokun Li1-3/+0
2025-03-13firmware: thead: Add AON firmware protocol driverMichal Wilczynski1-0/+200
2025-03-13block: protect debugfs attrs using elevator_lock instead of sysfs_lockNilay Shroff1-3/+3
2025-03-13mfd: sec: Add support for S2MPU05 PMICKaustabh Chakraborty3-0/+228
2025-03-13genirq/msi: Make a few functions staticThomas Gleixner1-5/+0
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-5/+4
2025-03-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Paolo Abeni4-6/+85
2025-03-13posix-timers: Provide a mechanism to allocate a given timer IDThomas Gleixner2-0/+3
2025-03-13posix-timers: Avoid false cacheline sharingThomas Gleixner1-9/+12
2025-03-13posix-timers: Make signal_struct:: Next_posix_timer_id an atomic_tEric Dumazet1-1/+1
2025-03-13posix-timers: Make lock_timer() use guard()Peter Zijlstra1-8/+14
2025-03-13posix-timers: Rework timer removalThomas Gleixner1-0/+7
2025-03-13Merge tag 'intel-pinctrl-v6.15-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij5-123/+163
2025-03-12PM: clk: Remove unused pm_clk_remove()Dr. David Alan Gilbert1-4/+0
2025-03-12compiler_types: Introduce __nonstring_arrayKees Cook1-0/+12
2025-03-12PM: sleep: Remove unused pm_generic_ wrappersDr. David Alan Gilbert1-4/+0
2025-03-12net: revert to lockless TC_SETUP_BLOCK and TC_SETUP_FTStanislav Fomichev1-2/+0
2025-03-12PNP: Expand length of fixup id stringKees Cook1-1/+1
2025-03-12fsnotify: add pre-content hooks on mmap()Amir Goldstein1-0/+21
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki1-4/+12
2025-03-12x86/resctrl: Move get_config_index() to a headerJames Morse1-0/+15
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse1-0/+39
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse1-0/+3
2025-03-12x86/resctrl: Change mon_event_config_{read,write}() to be arch helpersJames Morse1-0/+31
2025-03-12x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMECJames Morse1-0/+2
2025-03-12x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkersJames Morse1-0/+18
2025-03-12x86/resctrl: Add an arch helper to reset one resourceJames Morse1-0/+9
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames Morse2-20/+55
2025-03-12x86/resctrl: Move rdt_find_domain() to be visible to arch and fs codeJames Morse1-0/+14
2025-03-12x86/resctrl: Expose resctrl fs's init function to the rest of the kernelJames Morse1-0/+3
2025-03-12x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()James Morse1-0/+22
2025-03-12x86/resctrl: Generate default_ctrl instead of sharing itJames Morse1-2/+17
2025-03-12x86/resctrl: Add max_bw to struct resctrl_membwJames Morse1-0/+2
2025-03-12x86/resctrl: Remove data_width and the tabular formatJames Morse1-2/+0
2025-03-12x86/resctrl: Use schema type to determine the schema format stringJames Morse1-2/+2
2025-03-12x86/resctrl: Use schema type to determine how to parse schema valuesJames Morse1-5/+12