summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-03-17KVM: arm64: PMU: Reload when resettingAkihiko Odaki
2025-03-17KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regsAkihiko Odaki
2025-03-17cxl: Fixup kdoc issues for include/cxl/features.hDave Jiang
2025-03-17cxl: Add support to handle user feature commands for set featureDave Jiang
2025-03-17cxl: Add support to handle user feature commands for get featureDave Jiang
2025-03-17cxl: Add support for fwctl RPC command to enable CXL feature commandsDave Jiang
2025-03-17cxl: Move cxl feature command structs to user headerDave Jiang
2025-03-17cxl: Add FWCTL support to CXLDave Jiang
2025-03-17Merge branch 'for-6.15/features' into cxl-for-nextDave Jiang
2025-03-17jbd2: remove redundant function jbd2_journal_has_csum_v2or3_featureEric Biggers
2025-03-17Merge branch '20250313110359.242491-1-quic_mmanikan@quicinc.com' into clk-for...Bjorn Andersson
2025-03-17dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitionsDevi Priya
2025-03-17dt-bindings: clock: gcc-ipq9574: Add definition for GPLL0_OUT_AUXDevi Priya
2025-03-17tcp: Pass flags to __tcp_send_ackIlpo Järvinen
2025-03-17tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOSIlpo Järvinen
2025-03-17gso: AccECN supportIlpo Järvinen
2025-03-17tcp: helpers for ECN mode handlingIlpo Järvinen
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen
2025-03-17tcp: use BIT() macro in include/net/tcp.hChia-Yu Chang
2025-03-17rtc: pm8xxx: add support for uefi offsetJohan Hovold
2025-03-17perf: Fix __percpu annotationPeter Zijlstra
2025-03-17include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.hJuri Lelli
2025-03-17sched/topology: Stop exposing partition_sched_domains_lockedJuri Lelli
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli
2025-03-17perf: Clean up pmu specific dataKan Liang
2025-03-17sched: Add a generic function to return the preemption stringSebastian Andrzej Siewior
2025-03-17perf: Supply task information to sched_task()Kan Liang
2025-03-17perf: attach/detach PMU specific dataKan Liang
2025-03-17locking/percpu-rwsem: Add guard supportPeter Zijlstra (Intel)
2025-03-17perf: Save PMU specific data in task_structKan Liang
2025-03-17perf: Extend per event callchain limit to branch stackKan Liang
2025-03-17Merge tag 'v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski
2025-03-17mm: zpool: remove zpool_malloc_support_movable()Yosry Ahmed
2025-03-17mm: zsmalloc: remove object mapping APIs and per-CPU map areasYosry Ahmed
2025-03-17mm: zpool: remove object mapping APIsYosry Ahmed
2025-03-17mm: zpool: add interfaces for object read/write APIsYosry Ahmed
2025-03-17mm/damon: add default allow/reject behavior fields to struct damosSeongJae Park
2025-03-17mm/damon/core: introduce damos->ops_filtersSeongJae Park
2025-03-17writeback: fix calculations in trace_balance_dirty_pages() for cgwbTang Yizhou
2025-03-17writeback: rename variables in trace_balance_dirty_pages()Tang Yizhou
2025-03-17writeback: let trace_balance_dirty_pages() take struct dtc as parameterTang Yizhou
2025-03-17page_counter: reduce struct page_counter sizeShakeel Butt
2025-03-17page_counter: track failcnt only for legacy cgroupsShakeel Butt
2025-03-17mm: fix lazy mmu docs and usageRyan Roberts
2025-03-17mm/damon/core: implement intervals auto-tuningSeongJae Park
2025-03-17mm/damon: add data structure for monitoring intervals auto-tuningSeongJae Park
2025-03-17mm/mmu_notifier: use MMU_NOTIFY_CLEAR in remove_device_exclusive_entry()David Hildenbrand
2025-03-16cpu: remove needless return in void API suspend_enable_secondary_cpus()Zijun Hu