summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* mm: page_table_check: Ensure user pages are not slab pagesRuihan Li2023-06-141-0/+6
* usb: usbfs: Enforce page requirements for mmapRuihan Li2023-06-141-0/+5
* net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-141-1/+1
* rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet2023-06-141-2/+5
* firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman2023-06-091-1/+1
* nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-06-091-4/+3
* efi: Bump stub image version for macOS HVF compatibilityAkihiro Suda2023-06-091-12/+13
* net/mlx5e: Use query_special_contexts cmd only once per mdevDragos Tatulea2023-06-091-0/+1
* bpf, sockmap: Improved check for empty queueJohn Fastabend2023-06-051-1/+0
* bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend2023-06-051-1/+1
* tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski2023-06-051-0/+10
* net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik2023-05-301-1/+3
* x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne2023-05-301-1/+8
* fs: fix undefined behavior in bit shift for SB_NOUSERHao Ge2023-05-301-21/+21
* firmware: arm_ffa: Fix FFA device names for logical partitionsSudeep Holla2023-05-301-0/+1
* power: supply: bq27xxx: Ensure power_supply_changed() is called on current si...Hans de Goede2023-05-301-0/+3
* power: supply: bq27xxx: Fix poll_interval handling and races on removeHans de Goede2023-05-301-0/+1
* USB: core: Add routines for endpoint checks in old driversAlan Stern2023-05-301-0/+5
* net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo2023-05-301-0/+1
* mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V2023-05-301-0/+16
* tpm: Prevent hwrng from activating during resumeJarkko Sakkinen2023-05-301-0/+1
* tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM driversJarkko Sakkinen2023-05-301-6/+7
* SUNRPC: always free ctxt when freeing deferred requestNeilBrown2023-05-242-2/+2
* sched: Fix KCSAN noinstr violationJosh Poimboeuf2023-05-241-1/+1
* netdev: Enforce index cap in netdev_get_tx_queueNick Child2023-05-241-0/+1
* irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4Shanker Donthineni2023-05-241-0/+18
* firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois2023-05-241-1/+0
* net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-241-0/+17
* linux/dim: Do nothing if no time delta between samplesRoy Novich2023-05-241-1/+2
* x86/amd_nb: Add PCI ID for family 19h model 78hMario Limonciello2023-05-171-0/+1
* i2c: gxp: fix build failure without CONFIG_I2C_SLAVEArnd Bergmann2023-05-171-2/+2
* SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-05-111-2/+1
* RDMA/mlx5: Fix flow counter query via DEVXMark Bloch2023-05-111-1/+2
* linux/vt_buffer.h: allow either builtin or modular for macrosRandy Dunlap2023-05-111-1/+1
* spi: Constify spi parameters of chip select APIsGeert Uytterhoeven2023-05-111-2/+2
* netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal2023-05-111-1/+0
* bpf: return long from bpf_map_ops funcsJP Kobryn2023-05-112-10/+10
* bpf: Only allocate one bpf_mem_cache for bpf_cpumask_maHou Tao2023-05-111-0/+7
* mailbox: zynqmp: Fix typo in IPI documentationTanmay Shah2023-05-111-1/+1
* tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)2023-05-111-0/+2
* blk-crypto: make blk_crypto_evict_key() return voidEric Biggers2023-05-111-2/+2
* posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner2023-05-111-6/+11
* wifi: brcmfmac: add Cypress 43439 SDIO idsMarek Vasut2023-05-011-1/+4
* Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-04-202-7/+3
|\
| * Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski2023-04-191-5/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-04-181-2/+3
| |\
| | * netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal2023-04-171-2/+2
| | * netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal2023-04-061-0/+1
* | | Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-191-18/+21
|\ \ \ | |/ / |/| |
| * | mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko2023-04-181-9/+10