summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
6 daysfutex: Fix might_sleep() warning in futex_pivot_pending()Peter Zijlstra2-0/+2
6 daysfutex/pi: Plug private futex exec() raceThomas Gleixner1-0/+2
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 daysata: libata-scsi: terminate deferred commands on time outDamien Le Moal1-0/+2
10 daysmm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes1-2/+2
14 dayssched/psi: Create the psimon kthread outside of cgroup_mutexTejun Heo1-1/+3
14 daysdibs: initialise dibs->lock in dibs_dev_alloc()Hidayath Khan1-1/+1
14 daysnvmem: layouts: Add fixed-layout driverMathieu Dubois-Briand1-0/+6
14 daysnet: remove CAP_SYS_RAWIO zero-padding in dev_validate_headerQihang Tang1-5/+0
14 dayspacket: use consistent hard_header_len in non-ring send pathsQihang Tang1-2/+4
14 daysmm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAFLorenzo Stoakes (ARM)1-0/+1
14 daysusb: core: Add quirk for 255-bytes initial config readNikhil Solanke1-0/+3
14 daysnetfilter: ipset: switch ext_size to atomic64_tJozsef Kadlecsik1-1/+1
14 dayssched/fair: Separate se->vlag from se->vprotIngo Molnar1-9/+4
2026-08-09can: use skb hash instead of private variable in headroomOliver Hartkopp2-2/+1
2026-08-09userfaultfd: prevent registration of special VMAsMike Rapoport (Microsoft)1-1/+4
2026-08-09file: ensure cleanupChristian Brauner1-7/+6
2026-08-09file: add FD_{ADD,PREPARE}()Christian Brauner2-0/+133
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-09iommu/iommufd: Fix IOPF group ownership UAFPeiyang He1-0/+5
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-09mm/slab: prevent unbounded recursion in free path with new kmalloc typeHarry Yoo (Oracle)1-1/+7
2026-08-09lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()Harry Yoo (Oracle)1-0/+3
2026-08-03bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.cBreno Leitao1-0/+3
2026-08-03x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domainTony Luck1-14/+14
2026-08-03cred: add kernel_cred() helperChristian Brauner1-0/+7
2026-08-03remoteproc: xlnx: Check remote core stateTanmay Shah1-0/+13
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-03gpu: Move DRM buddy allocator one level up (part two)Joel Fernandes1-0/+177
2026-08-03vduse: return internal vq group struct as map tokenEugenio Pérez1-3/+3
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-03fscrypt: Avoid dynamic allocation in fscrypt_get_devices()Eric Biggers1-8/+10
2026-08-03net/mlx5: Fix MCIA register buffer overflow on 32 dword readsGal Pressman1-12/+1
2026-08-03cred: add scoped_with_kernel_creds()Christian Brauner1-0/+8
2026-08-03powerpc/time: Prepare to stop elapsing in dynticks-idleFrederic Weisbecker1-0/+6
2026-08-03firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculationSebastian Ene1-1/+1
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-24seqlock: fix scoped_seqlock_read kernel-docRandy Dunlap1-9/+8
2026-07-24bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski1-0/+4
2026-07-24new helper: simple_remove_by_name()Al Viro1-0/+2
2026-07-24bpf: Consistently use bpf_rcu_lock_held() everywhereAndrii Nakryiko2-3/+3
2026-07-24seqlock: Introduce scoped_seqlock_read()Peter Zijlstra1-0/+111