summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-01-12efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel1-2/+0
2023-01-12net: dsa: tag_qca: fix wrong MGMT_DATA2 sizeChristian Marangi1-2/+2
2023-01-12netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik1-1/+1
2023-01-12filelock: new helper: vfs_inode_has_locksJeff Layton1-0/+6
2023-01-12net/mlx5: E-Switch, properly handle ingress tagged packets on VSTMoshe Shemesh2-1/+7
2023-01-12SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-0/+5
2023-01-07ext4: fix deadlock due to mbcache entry corruptionJan Kara1-2/+7
2023-01-07ext4: journal_path mount options should follow linksLukas Czerner1-0/+1
2023-01-07bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen1-1/+1
2023-01-07PM/devfreq: governor: Add a private governor_data for governorKant Fan1-3/+4
2023-01-04eventfd: provide a eventfd_signal_mask() helperJens Axboe1-0/+7
2023-01-04nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definitionChristoph Hellwig1-1/+2
2022-12-31regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang1-1/+2
2022-12-31bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not setYonghong Song1-1/+1
2022-12-31net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-23/+35
2022-12-31video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli1-0/+2
2022-12-31iio: adis: add '__adis_enable_irq()' implementationRamona Bolboaca1-1/+12
2022-12-31crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()Xiongfeng Wang1-2/+4
2022-12-31fortify: Do not cast to "unsigned char"Kees Cook1-1/+1
2022-12-31fortify: Use SIZE_MAX instead of (size_t)-1Kees Cook1-14/+15
2022-12-31crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian1-2/+29
2022-12-31bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang1-0/+1
2022-12-31net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()David Howells1-0/+2
2022-12-31wifi: fix multi-link element subelement iterationJohannes Berg1-1/+1
2022-12-31eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong1-1/+1
2022-12-31debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita1-2/+17
2022-12-31libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-2/+10
2022-12-31timerqueue: Use rb_entry_safe() in timerqueue_getnext()Barnabás Pőcze1-1/+1
2022-12-21kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa1-0/+9
2022-12-19can: sja1000: fix size of OCR_MODE_MASK defineHeiko Schocher1-1/+1
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo1-0/+1
2022-12-14platform/x86: asus-wmi: Add support for ROG X13 tablet modeLuke D. Jones1-0/+1
2022-12-14hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz1-0/+2
2022-12-14madvise: use zap_page_range_single for madvise dontneedMike Kravetz1-8/+19
2022-12-08mm/damon: introduce struct damos_access_patternYajun Deng1-17/+20
2022-12-08mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle1-1/+1
2022-12-08vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein1-0/+8
2022-12-02block: make blk_set_default_limits() privateKeith Busch1-1/+0
2022-12-02bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra1-1/+38
2022-12-02mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng1-2/+5
2022-12-02fscache: fix OOB Read in __fscache_acquire_volumeDavid Howells1-1/+1
2022-12-02net/mlx5: cmdif, Print info on any firmware cmd failure to tracepointMoshe Shemesh1-0/+1
2022-11-26bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa1-0/+4
2022-11-26wifi: wext: use flex array destination for memcpy()Hawkins Jiawei1-1/+9
2022-11-26tracing: Fix warning on variable 'struct trace_array'Aashish Sharma1-2/+2
2022-11-26io_uring: fix multishot accept request leaksPavel Begunkov1-0/+3
2022-11-26tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)1-1/+1
2022-11-26block: make dma_alignment a stacking queue_limitKeith Busch1-7/+8
2022-11-26hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz1-1/+1
2022-11-16can: dev: fix skb drop checkOliver Hartkopp1-0/+16