summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-08-13mm: krealloc: clarify valid usage of __GFP_ZERODanilo Krummrich
2024-08-13mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich
2024-08-13mm: vmalloc: implement vrealloc()Danilo Krummrich
2024-08-13nova: add initial driver stubDanilo Krummrich
2024-08-04profiling: remove profile=sleep supportTetsuo Handa
2024-08-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-08-03runtime constants: deal with old decrepit linkersLinus Torvalds
2024-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-08-02Merge branch 'kvm-fixes' into HEADPaolo Bonzini
2024-08-02Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-08-02Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-08-02Merge tag 'sound-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-08-02uretprobe: change syscall number, againArnd Bergmann
2024-08-01Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-08-01RISC-V: Enable the IPI before workqueue_online_cpu()Nick Hu
2024-07-31minmax: fix up min3() and max3() tooLinus Torvalds
2024-07-31ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai
2024-07-30Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-30net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn
2024-07-30minmax: improve macro expansion and type checkingLinus Torvalds
2024-07-30mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)
2024-07-29Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen
2024-07-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-07-29profiling: attempt to remove per-cpu profile flip bufferLinus Torvalds
2024-07-29btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota
2024-07-28minmax: simplify min()/max()/clamp() implementationLinus Torvalds
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
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 'sound-fix-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
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