summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
6 dayskcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa1-0/+8
6 daysPCI: host-generic: Fix NULL pointer dereference on 32-bit CAM systemsSteffen Persvold1-0/+3
10 daysnet: harmonize tstats and dstatsPaolo Abeni1-1/+1
10 daysmm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAFLorenzo Stoakes (ARM)1-0/+4
10 daysmm/pagewalk: split walk_page_range_novma() into kernel/user partsLorenzo Stoakes1-4/+3
10 daysvrf: Make pcpu_dstats update functions available to other modules.Guillaume Nault1-0/+40
10 daysnet: core,vrf: Change pcpu_dstat fields to u64_stats_tJeremy Kerr1-6/+6
10 daysfs: don't block write during exec on pre-content watched filesAmir Goldstein1-0/+12
10 daysuserfaultfd: move vma_can_userfault out of lineMike Rapoport (Microsoft)1-20/+1
10 daysmm: userfaultfd: add pgtable_supports_uffd_wp()Chunyan Zhang2-6/+9
2026-08-19net: remove CAP_SYS_RAWIO zero-padding in dev_validate_headerQihang Tang1-5/+0
2026-08-19packet: use consistent hard_header_len in non-ring send pathsQihang Tang1-2/+4
2026-08-19regulator: devres: add API for reference voltage suppliesDavid Lechner1-0/+7
2026-08-19net/tcp: Add TCP-AO config and structuresDmitry Safonov1-2/+7
2026-08-19netfilter: ipset: switch ext_size to atomic64_tJozsef Kadlecsik1-1/+1
2026-08-09libceph: add doutc and *_client debug macros supportXiubo Li1-0/+38
2026-08-09can: use skb hash instead of private variable in headroomOliver Hartkopp2-2/+1
2026-08-09sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2026-08-09wifi: brcmfmac: fix 43752 SDIO FWVID incorrectly labelled as Cypress (CYW)Gokul Sivakumar1-1/+1
2026-08-09dmaengine: qcom: bam_dma: Fix command element mask field for BAM v1.6.0+Md Sadre Alam1-5/+16
2026-08-09ata: libata-eh: Increase STANDBY IMMEDIATE timeoutMatt Vollrath1-1/+1
2026-08-09sched: Add task_struct->faults_disabled_mappingKent Overstreet1-0/+1
2026-08-09netfilter: nf_conntrack_sip: widen NAT rewrite delta to s32 in sip_help_tcp()Xiang Mei1-1/+1
2026-08-09thunderbolt: Prevent XDomain delayed work use-after-free on disconnectMichael Bommarito1-0/+3
2026-08-03KVM: Introduce vcpu->wants_to_runDavid Matlack1-0/+1
2026-08-03bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.cBreno Leitao1-0/+3
2026-08-03pinctrl: remove pinctrl_gpio_direction_output()Bartosz Golaszewski1-4/+9
2026-08-03workqueue: Add system_percpu_wq and system_dfl_wqMarco Crivellari1-3/+5
2026-08-03firmware_loader: introduce __free() cleanup hanlerDmitry Torokhov1-0/+3
2026-08-03SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever1-2/+2
2026-08-03SUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlistsChuck Lever1-0/+15
2026-08-03sunrpc: allocate a separate bvec array for socket sendsJeff Layton1-0/+3
2026-08-03lsm: infrastructure management of the sock securityCasey Schaufler1-0/+1
2026-08-03audit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina2-8/+8
2026-08-03audit: widen ino fields to u64Jeff Layton1-1/+1
2026-08-03VFS/audit: introduce kern_path_parent() for auditNeilBrown1-0/+1
2026-08-03bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski1-0/+4
2026-08-03fscrypt: Avoid dynamic allocation in fscrypt_get_devices()Eric Biggers1-8/+10
2026-08-03ppp: use IFF_NO_QUEUE in virtual interfacesQingfang Deng1-2/+1
2026-08-03powerpc/time: Prepare to stop elapsing in dynticks-idleFrederic Weisbecker1-0/+6
2026-08-03seqlock: Allow UBSAN_ALIGNMENT to fail optimizingHeiko Carstens1-3/+4
2026-08-03seqlock: Allow KASAN to fail optimizingPeter Zijlstra1-1/+4
2026-08-03seqlock: Cure some more scoped_seqlock() optimization failsPeter Zijlstra1-2/+2
2026-07-24jiffies: Cast to unsigned long in secs_to_jiffies() conversionEaswar Hariharan1-1/+1
2026-07-24jiffies: Define secs_to_jiffies()Easwar Hariharan1-0/+13
2026-07-24seqlock: fix scoped_seqlock_read kernel-docRandy Dunlap1-9/+8
2026-07-24mm: do file ownership checks with the proper mount idmapPedro Falcato1-0/+5
2026-07-24audit: add audit_log_nf_skb helper functionRicardo Robaina1-0/+8
2026-07-24bpf: Consistently use bpf_rcu_lock_held() everywhereAndrii Nakryiko2-3/+3
2026-07-24seqlock: Introduce scoped_seqlock_read()Peter Zijlstra1-0/+111