summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-06-10cacheinfo: Add function to get cacheinfo for a given CPU and cache levelTony Luck
2024-06-10cpu: Drop "extern" from function declarations in cpuhplock.hTony Luck
2024-06-10cpu: Move CPU hotplug function declarations into their own headerTony Luck
2024-06-08Merge tag 'locking-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-06-07Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://git.kernel.org/pub/s...Linus Torvalds
2024-06-07Merge tag 'iommu-fixes-v6.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-06-07Merge tag 'platform-remove-void-step-b' of https://git.kernel.org/pub/scm/lin...Greg Kroah-Hartman
2024-06-07thermal: intel: intel_soc_dts_thermal: Switch to new Intel CPU model definesTony Luck
2024-06-07firmware: add nowarn variant of request_firmware_nowait()Lucas Stach
2024-06-07workqueue: Increase worker desc's length to 32Wenchao Hao
2024-06-07libfs: Introduce case-insensitive string comparison helperGabriel Krisman Bertazi
2024-06-07srcu: Add an API for a memory barrier after SRCU read lockYan Zhao
2024-06-07crypto: ccp - Add support for getting security attributes on some older systemsMario Limonciello
2024-06-07crypto: ccp - align psp_platform_access_msgMario Limonciello
2024-06-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-06-06linux/interrupt.h: allow "guard" notation to disable and reenable IRQDmitry Torokhov
2024-06-06Merge tag 'pci-v6.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-06-06ftrace: Declare function_trace_op in header to quiet sparse warningSteven Rostedt (Google)
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker
2024-06-06irqchip/gic-v3: Enable non-coherent redistributors/ITSes ACPI probingLorenzo Pieralisi
2024-06-06mm/mm_init.c: not always search next deferred_init_pfn from very beginningWei Yang
2024-06-05net/mlx5e: SHAMPO, Re-enable HW-GROYoray Zack
2024-06-05net/mlx5e: SHAMPO, Use KSMs instead of KLMsYoray Zack
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-06-05mm: huge_mm: fix undefined reference to `mthp_stats' for CONFIG_SYSFS=nBarry Song
2024-06-05mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang
2024-06-05Merge tag 'acpi-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2024-06-05Merge tag 'pm-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik
2024-06-05sched/core: Drop spinlocks on contention iff kernel is preemptibleSean Christopherson
2024-06-05sched/core: Move preempt_model_*() helpers from sched.h to preempt.hSean Christopherson
2024-06-05locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldocCarlos Llamas
2024-06-05fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein
2024-06-05mm/memblock: fix a typo in description of for_each_mem_region()Wei Yang
2024-06-05platform/chrome: cros_ec_proto: Upgrade get_next_event to v3Daisuke Nojiri
2024-06-05platform/chrome: Add struct ec_response_get_next_event_v3Daisuke Nojiri
2024-06-04iio: imu: adis_trigger: Allow level interrupts for FIFO readingsRamona Gradinariu
2024-06-04iio: imu: adis_buffer: Add buffer setup API with buffer attributesRamona Gradinariu
2024-06-04iio: add support for multiple scan types per channelDavid Lechner
2024-06-04iio: introduce struct iio_scan_typeDavid Lechner
2024-06-04PCI: Revert the cfg_access_lock lockdep mechanismDan Williams
2024-06-04driver core: device.h: Group of_node handling declarations and definitionsAndy Shevchenko
2024-06-04misc: eeprom_93xx46: Hide legacy platform data in the driverAndy Shevchenko
2024-06-04function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()Steven Rostedt (VMware)
2024-06-04function_graph: Move graph notrace bit to shadow stack global varSteven Rostedt (VMware)
2024-06-04function_graph: Move graph depth stored data to shadow stack global varSteven Rostedt (VMware)
2024-06-04function_graph: Move set_graph_function tests to shadow stack global varSteven Rostedt (VMware)
2024-06-04function_graph: Add "task variables" per task for fgraph_opsSteven Rostedt (VMware)
2024-06-04function_graph: Add pid tracing back to function graph tracerSteven Rostedt (Google)