summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-01-04eventfd: provide a eventfd_signal_mask() helperJens Axboe
2023-01-04nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definitionChristoph Hellwig
2022-12-31regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang
2022-12-31bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not setYonghong Song
2022-12-31net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2022-12-31video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli
2022-12-31iio: adis: add '__adis_enable_irq()' implementationRamona Bolboaca
2022-12-31crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()Xiongfeng Wang
2022-12-31fortify: Do not cast to "unsigned char"Kees Cook
2022-12-31fortify: Use SIZE_MAX instead of (size_t)-1Kees Cook
2022-12-31crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian
2022-12-31bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-12-31net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()David Howells
2022-12-31wifi: fix multi-link element subelement iterationJohannes Berg
2022-12-31eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong
2022-12-31debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita
2022-12-31libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita
2022-12-31timerqueue: Use rb_entry_safe() in timerqueue_getnext()Barnabás Pőcze
2022-12-21kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa
2022-12-19can: sja1000: fix size of OCR_MODE_MASK defineHeiko Schocher
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-14platform/x86: asus-wmi: Add support for ROG X13 tablet modeLuke D. Jones
2022-12-14hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz
2022-12-14madvise: use zap_page_range_single for madvise dontneedMike Kravetz
2022-12-08mm/damon: introduce struct damos_access_patternYajun Deng
2022-12-08mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle
2022-12-08vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein
2022-12-02block: make blk_set_default_limits() privateKeith Busch
2022-12-02bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra
2022-12-02mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng
2022-12-02fscache: fix OOB Read in __fscache_acquire_volumeDavid Howells
2022-12-02net/mlx5: cmdif, Print info on any firmware cmd failure to tracepointMoshe Shemesh
2022-11-26bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa
2022-11-26wifi: wext: use flex array destination for memcpy()Hawkins Jiawei
2022-11-26tracing: Fix warning on variable 'struct trace_array'Aashish Sharma
2022-11-26io_uring: fix multishot accept request leaksPavel Begunkov
2022-11-26tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)
2022-11-26block: make dma_alignment a stacking queue_limitKeith Busch
2022-11-26hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz
2022-11-16can: dev: fix skb drop checkOliver Hartkopp
2022-11-16bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-11-16bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang
2022-11-10KVM: Initialize gfn_to_pfn_cache locks in dedicated helperMichal Luczaj
2022-11-10efi: random: reduce seed size to 32 bytesArd Biesheuvel
2022-11-10fscrypt: fix keyring memory leak on mount failureEric Biggers
2022-11-10fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers
2022-11-04net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan
2022-11-04perf: Fix missing SIGTRAPsPeter Zijlstra
2022-11-04mm/uffd: fix vma check on userfault for wpPeter Xu
2022-10-29net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang