aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v6.1-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2022-12-021-1/+1
|\
| * mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle2022-11-181-1/+1
* | Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-12-024-12/+55
|\ \
| * | revert "kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compati...Andrew Morton2022-11-301-2/+0
| * | mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross2022-11-301-0/+11
| * | mm: add dummy pmd_young() for architectures not having itJuergen Gross2022-11-301-0/+7
| * | hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz2022-11-301-0/+2
| * | madvise: use zap_page_range_single for madvise dontneedMike Kravetz2022-11-301-8/+19
| * | mm: replace VM_WARN_ON to pr_warn if the node is offline with __GFP_THISNODEYang Shi2022-11-301-2/+16
* | | Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-11-291-1/+1
|\ \ \
| * | | Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"Saeed Mahameed2022-11-291-0/+7
| * | | Merge tag 'mlx5-fixes-2022-11-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2022-11-281-7/+0
| |\ \ \
| | * | | net/mlx5e: MACsec, remove replay window size limitation in offload pathEmeel Hakim2022-11-241-7/+0
| * | | | can: sja1000: fix size of OCR_MODE_MASK defineHeiko Schocher2022-11-241-1/+1
| |/ / /
* | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-11-271-0/+8
|\ \ \ \
| * | | | vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein2022-11-251-0/+8
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-271-0/+1
|\ \ \ \ \
| * | | | | KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLLDavid Matlack2022-11-171-0/+1
* | | | | | Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-252-2/+7
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng2022-11-221-2/+5
| * | | | | kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatibleSam James2022-11-221-0/+2
* | | | | | Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-241-0/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | net/mlx5: cmdif, Print info on any firmware cmd failure to tracepointMoshe Shemesh2022-11-211-0/+1
* | | | | | fscache: fix OOB Read in __fscache_acquire_volumeDavid Howells2022-11-231-1/+1
* | | | | | Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-11-202-3/+3
|\ \ \ \ \ \
| * | | | | | tracing: Fix warning on variable 'struct trace_array'Aashish Sharma2022-11-161-2/+2
| * | | | | | tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2022-11-161-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'io_uring-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds2022-11-181-0/+3
|\ \ \ \ \ \
| * | | | | | io_uring: fix multishot accept request leaksPavel Begunkov2022-11-171-0/+3
* | | | | | | Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds2022-11-181-8/+8
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | block: make blk_set_default_limits() privateKeith Busch2022-11-161-1/+0
| * | | | | | block: make dma_alignment a stacking queue_limitKeith Busch2022-11-161-7/+8
* | | | | | | Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-171-21/+39
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-11-111-21/+39
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: Fix offset calculation error in __copy_map_value and zero_map_valueXu Kuohai2022-11-111-2/+2
| | * | | | | | | bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra2022-11-041-1/+38
| | * | | | | | | bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra2022-11-041-20/+1
* | | | | | | | | Merge tag 'vfio-v6.1-rc6' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-11-141-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | vfio: Export the device set open countAnthony DeRossi2022-11-101-0/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-131-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel2022-11-101-0/+1
* | | | | | | | | Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-111-0/+7
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | maple_tree: reorganize testing to restore module testingLiam Howlett2022-11-081-0/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-102-1/+17
|\ \ \ \ \ \ \
| * | | | | | | can: dev: fix skb drop checkOliver Hartkopp2022-11-071-0/+16
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-031-1/+1
| |\ \ \ \ \ \
| | * | | | | | bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2022-11-031-1/+1
* | | | | | | | Merge tag 'slab-for-6.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-11-091-23/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka2022-11-041-23/+0
* | | | | | | | Merge tag 'hardening-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-041-4/+9
|\ \ \ \ \ \ \ \