summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-07-01xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds1-2/+3
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds1-12/+4
2023-07-01mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett1-3/+7
2023-07-01mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds1-0/+2
2023-06-28gpiolib: Fix irq_domain resource tracking for gpiochip_irqchip_add_domain()Michael Walle1-0/+8
2023-06-28ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon1-0/+6
2023-06-28fs: introduce lock_rename_child() helperAl Viro1-0/+1
2023-06-28ksmbd: remove internal.h includeNamjae Jeon1-0/+2
2023-06-28regulator: pca9450: Fix LDO3OUT and LDO4OUT MASKTeresa Remmet1-2/+2
2023-06-28ata: libata-scsi: Avoid deadlock on rescan after device resumeDamien Le Moal1-1/+1
2023-06-21RDMA/mlx5: Fix affinity assignmentMark Bloch1-0/+12
2023-06-21EDAC/qcom: Get rid of hardcoded register offsetsManivannan Sadhasivam1-6/+0
2023-06-21qcom: llcc/edac: Fix the base address used for accessing LLCC banksManivannan Sadhasivam1-4/+2
2023-06-14mm: page_table_check: Ensure user pages are not slab pagesRuihan Li1-0/+6
2023-06-14usb: usbfs: Enforce page requirements for mmapRuihan Li1-0/+5
2023-06-14net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-1/+1
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet1-2/+5
2023-06-09firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman1-1/+1
2023-06-09nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-4/+3
2023-06-09efi: Bump stub image version for macOS HVF compatibilityAkihiro Suda1-12/+13
2023-06-09net/mlx5e: Use query_special_contexts cmd only once per mdevDragos Tatulea1-0/+1
2023-06-05bpf, sockmap: Improved check for empty queueJohn Fastabend1-1/+0
2023-06-05bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend1-1/+1
2023-06-05tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski1-0/+10
2023-05-30net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik1-1/+3
2023-05-30x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne1-1/+8
2023-05-30fs: fix undefined behavior in bit shift for SB_NOUSERHao Ge1-21/+21
2023-05-30firmware: arm_ffa: Fix FFA device names for logical partitionsSudeep Holla1-0/+1
2023-05-30power: supply: bq27xxx: Ensure power_supply_changed() is called on current si...Hans de Goede1-0/+3
2023-05-30power: supply: bq27xxx: Fix poll_interval handling and races on removeHans de Goede1-0/+1
2023-05-30USB: core: Add routines for endpoint checks in old driversAlan Stern1-0/+5
2023-05-30net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo1-0/+1
2023-05-30mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V1-0/+16
2023-05-30tpm: Prevent hwrng from activating during resumeJarkko Sakkinen1-0/+1
2023-05-30tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM driversJarkko Sakkinen1-6/+7
2023-05-24SUNRPC: always free ctxt when freeing deferred requestNeilBrown2-2/+2
2023-05-24sched: Fix KCSAN noinstr violationJosh Poimboeuf1-1/+1
2023-05-24netdev: Enforce index cap in netdev_get_tx_queueNick Child1-0/+1
2023-05-24irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4Shanker Donthineni1-0/+18
2023-05-24firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois1-1/+0
2023-05-24net: add vlan_get_protocol_and_depth() helperEric Dumazet1-0/+17
2023-05-24linux/dim: Do nothing if no time delta between samplesRoy Novich1-1/+2
2023-05-17x86/amd_nb: Add PCI ID for family 19h model 78hMario Limonciello1-0/+1
2023-05-17i2c: gxp: fix build failure without CONFIG_I2C_SLAVEArnd Bergmann1-2/+2
2023-05-11SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo1-2/+1
2023-05-11RDMA/mlx5: Fix flow counter query via DEVXMark Bloch1-1/+2
2023-05-11linux/vt_buffer.h: allow either builtin or modular for macrosRandy Dunlap1-1/+1
2023-05-11spi: Constify spi parameters of chip select APIsGeert Uytterhoeven1-2/+2
2023-05-11netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal1-1/+0
2023-05-11bpf: return long from bpf_map_ops funcsJP Kobryn2-10/+10