summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-08-18cpumask: Switch from inline to __always_inlineBrian Norris1-100/+112
2024-08-18bitmap: Switch from inline to __always_inlineYury Norov1-64/+76
2024-08-18find: Switch from inline to __always_inlineYury Norov1-25/+25
2024-08-18Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds5-19/+62
2024-08-18Merge tag 'i2c-for-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-08-17sched/eevdf: Propagate min_slice up the cgroup hierarchyPeter Zijlstra1-0/+1
2024-08-17sched/eevdf: Use sched_attr::sched_runtime to set request/slice suggestionPeter Zijlstra1-0/+1
2024-08-17sched/fair: Avoid re-setting virtual deadline on 'migrations'Peter Zijlstra1-2/+4
2024-08-17sched,freezer: Mark TASK_FROZEN specialPeter Zijlstra1-2/+3
2024-08-17sched: Prepare generic code for delayed dequeuePeter Zijlstra1-0/+1
2024-08-17crypto: lib/mpi - Add error checks to extensionHerbert Xu1-11/+11
2024-08-17Revert "lib/mpi: Extend the MPI library"Herbert Xu1-65/+0
2024-08-16Merge tag 'thermal-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2024-08-16Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-1/+12
2024-08-16Merge tag 'iommu-fixes-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2024-08-16Merge tag 'sound-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+18
2024-08-16perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counterRob Herring (Arm)2-4/+10
2024-08-16KVM: arm64: Refine PMU defines for number of countersRob Herring (Arm)1-2/+0
2024-08-16arm64: perf/kvm: Use a common PMU cycle counter defineRob Herring (Arm)1-0/+3
2024-08-16KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL accessRob Herring (Arm)1-1/+0
2024-08-16perf: arm_pmu: Remove event index to counter remappingRob Herring (Arm)2-1/+2
2024-08-16thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki1-0/+1
2024-08-16string: add mem_is_zero() helper to check if memory area is all zerosJani Nikula1-0/+12
2024-08-16net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean1-0/+47
2024-08-16alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan1-0/+13
2024-08-16mm: don't account memmap per-nodePasha Tatashin2-5/+4
2024-08-16mm: add system wide stats items categoryPasha Tatashin1-11/+4
2024-08-16mm/hugetlb: fix hugetlb vs. core-mm PT lockingDavid Hildenbrand2-3/+41
2024-08-16virtio: allow driver to disable the configure change notificationJason Wang1-0/+7
2024-08-16virtio: rename virtio_config_enabled to virtio_config_core_enabledJason Wang1-2/+2
2024-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-9/+29
2024-08-15Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-08-15string_choices: Add wrapper for str_down_up()Kees Cook1-0/+1
2024-08-15lib/string_choices: Add str_up_down() helperMichal Wajdeczko1-0/+5
2024-08-15context_tracking: Tag context_tracking_enabled_this_cpu() __always_inlineSean Christopherson1-1/+1
2024-08-15rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()Valentin Schneider2-2/+2
2024-08-15context_tracking, rcu: Rename rcu_dynticks_curr_cpu_in_eqs() into rcu_is_watc...Valentin Schneider1-4/+8
2024-08-15firmware: qcom: qseecom: remove unused functionsBartosz Golaszewski1-45/+0
2024-08-14Merge tag 'v6.11-rc3' into trace/ring-buffer/coreSteven Rostedt356-3207/+7123
2024-08-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2024-08-14locking/csd_lock: Provide an indication of ongoing CSD-lock stallPaul E. McKenney1-0/+6
2024-08-14i2c: Use IS_REACHABLE() for substituting empty ACPI functionsRichard Fitzgerald1-1/+1
2024-08-14binfmt_elf: mseal address zeroJeff Xu1-0/+10
2024-08-14KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)Sean Christopherson1-0/+7
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+6
2024-08-14rcu/tasks: Add detailed grace-period and barrier diagnosticsPaul E. McKenney1-0/+3
2024-08-14rcu-tasks: Remove RCU Tasks Rude asynchronous APIsPaul E. McKenney1-2/+0
2024-08-14bpf: switch maps to CLASS(fd, ...)Al Viro1-1/+10
2024-08-14iavf: add support for offloading tc U32 cls filtersAhmed Zaki1-0/+1
2024-08-14virtchnl: support raw packet in protocol headerJunfeng Guo1-1/+11