summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai
2024-07-29bpf, lsm: Add check for BPF LSM return valueXu Kuohai
2024-07-29signal: Remove task argument from dequeue_signal()Thomas Gleixner
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner
2024-07-29bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau
2024-07-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-07-29bpf: Track equal scalars history on per-instruction levelEduard Zingerman
2024-07-29iio: core: add accessors 'masklength'Nuno Sa
2024-07-29profiling: attempt to remove per-cpu profile flip bufferLinus Torvalds
2024-07-29genirq/msi: Silence 'set affinity failed' warningMarek Vasut
2024-07-29sched/core: Fix picking of tasks for core scheduling with DL serverJoel Fernandes (Google)
2024-07-29sched/deadline: Deferrable dl serverDaniel Bristot de Oliveira
2024-07-29sched/deadline: Comment sched_dl_entity::dl_server variableDaniel Bristot de Oliveira
2024-07-29perf/x86: Add hw_perf_event::aux_configPeter Zijlstra
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-07-29x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K
2024-07-28minmax: simplify min()/max()/clamp() implementationLinus Torvalds
2024-07-29rcu/nocb: Remove SEGCBLIST_KTHREAD_CBFrederic Weisbecker
2024-07-29rcu/nocb: Remove SEGCBLIST_RCU_COREFrederic Weisbecker
2024-07-29rcu/nocb: Introduce RCU_NOCB_LOCKDEP_WARN()Frederic Weisbecker
2024-07-29context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into ct_rcu_watching_...Valentin Schneider
2024-07-29context_tracking, rcu: Rename ct_dynticks_cpu() into ct_rcu_watching_cpu()Valentin Schneider
2024-07-29context_tracking, rcu: Rename ct_dynticks() into ct_rcu_watching()Valentin Schneider
2024-07-29context_tracking, rcu: Rename RCU_DYNTICKS_IDX into CT_RCU_WATCHINGValentin Schneider
2024-07-29treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*Valentin Schneider
2024-07-29spi: bitbang: Implement support for MOSI idle state configurationMarcelo Schmitt
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2024-07-28net: introduce helper sendpages_ok()Ofir Gal
2024-07-28minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds
2024-07-28Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2024-07-27Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-27Merge tag 'io_uring-6.11-20240726' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-07-27Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-07-27Merge tag 'firewire-fixes-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-27Merge tag 'i3c/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds
2024-07-27Merge tag 'mm-hotfixes-stable-2024-07-26-14-33' of git://git.kernel.org/pub/s...Linus Torvalds
2024-07-27Merge tag 'timers-urgent-2024-07-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-27Revert "firewire: Annotate struct fw_iso_packet with __counted_by()"Takashi Sakamoto
2024-07-26minmax: avoid overly complicated constant expressions in VM codeLinus Torvalds
2024-07-26mm: memcg: add cacheline padding after lruvec in mem_cgroup_per_nodeRoman Gushchin
2024-07-26alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan
2024-07-26mm/huge_memory: avoid PMD-size page cache if neededGavin Shan
2024-07-26KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfnsPaolo Bonzini
2024-07-26KVM: extend kvm_range_has_memory_attributes() to check subset of attributesPaolo Bonzini
2024-07-26KVM: remove kvm_arch_gmem_prepare_needed()Paolo Bonzini
2024-07-26KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*Paolo Bonzini
2024-07-26Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds
2024-07-26io_uring/napi: use ktime in busy pollingPavel Begunkov