summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-07-25cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li
2024-07-25netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li
2024-07-25Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz
2024-07-25ALSA: dmaengine: Synchronize dma channel after drop()Jai Luthra
2024-07-25minmax: relax check to allow comparison between unsigned arguments and signed...David Laight
2024-07-25minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight
2024-07-25minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight
2024-07-25minmax: fix header inclusionsAndy Shevchenko
2024-07-25minmax: clamp more efficiently by avoiding extra comparisonJason A. Donenfeld
2024-07-25minmax: sanity check constant bounds when clampingJason A. Donenfeld
2024-07-18bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao
2024-07-18bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song
2024-07-18mm: prevent derefencing NULL ptr in pfn_section_valid()Waiman Long
2024-07-18Compiler Attributes: Add __uninitialized macroHeiko Carstens
2024-07-11ima: Avoid blocking in RCU read-side critical sectionGUO Zihua
2024-07-11fsnotify: Do not generate events for O_PATH file descriptorsJan Kara
2024-07-11locking/mutex: Introduce devm_mutex_init()George Stark
2024-07-05tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()Yunseong Kim
2024-07-05efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel
2024-07-05mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge
2024-07-05syscalls: fix sys_fanotify_mark prototypeArnd Bergmann
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-07-05ftruncate: pass a signed offsetArnd Bergmann
2024-07-05nvme: fixup comment for nvme RDMA Provider TypeHannes Reinecke
2024-07-05wifi: ieee80211: check for NULL in ieee80211_mle_size_ok()Johannes Berg
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso
2024-07-05Fix race for duplicate reqsk on identical SYNluoxuanqiang
2024-07-05netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso
2024-06-27x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck
2024-06-27kcov: don't lose track of remote references during softirqsAleksandr Nogikh
2024-06-27tty: add the option to have a tty reject a new ldiscLinus Torvalds
2024-06-27net/sched: fix false lockdep warning on qdisc root lockDavide Caratti
2024-06-21serial: core: Add UPIO_UNKNOWN constant for unknown port typeAndy Shevchenko
2024-06-21net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPPKory Maincent
2024-06-21Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz
2024-06-21geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman
2024-06-21cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()Baokun Li
2024-06-21cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fdBaokun Li
2024-06-21scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal
2024-06-21i2c: add fwnode APIsRussell King (Oracle)
2024-06-16smp: Provide 'setup_max_cpus' definition on UP tooIngo Molnar
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet
2024-06-16mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede
2024-06-16soc: qcom: rpmh-rsc: Enhance check for VRM in-flight requestMaulik Shah
2024-06-12netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso
2024-06-12inet: factor out locked section of inet_accept() in a new helperPaolo Abeni
2024-06-12media: cec: core: avoid recursive cec_claim_log_addrsHans Verkuil
2024-06-12fpga: region: add owner module and take its refcountMarco Pagani
2024-06-12counter: linux/counter.h: fix Excess kernel-doc description warningRandy Dunlap