summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-02-16tee: replace tee_shm_alloc()Jens Wiklander1-15/+1
2022-02-16tee: simplify shm pool handlingJens Wiklander1-40/+20
2022-02-16tee: add tee_shm_alloc_user_buf()Jens Wiklander1-1/+1
2022-02-16tee: remove unused tee_shm_pool_alloc_res_mem()Jens Wiklander1-30/+0
2022-02-16elfcore: Replace CONFIG_{IA64, UML} checks with a new optionCatalin Marinas1-2/+2
2022-02-15security: add sctp_assoc_established hookOndrej Mosnacek3-0/+15
2022-02-15Merge tag 'hyperv-fixes-signed-20220215' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2022-02-15mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEMMark Brown2-6/+8
2022-02-15irqchip/versatile-fpga: Switch to dynamic chip name outputMarc Zyngier1-14/+0
2022-02-15genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier1-3/+4
2022-02-15irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chipMarc Zyngier1-2/+3
2022-02-15sched: Define and initialize a flag to identify valid PASID in the taskPeter Zijlstra1-0/+3
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu2-10/+18
2022-02-15i2c: don't expose function which is only used internallyWolfram Sang1-8/+0
2022-02-14stack: Constrain and fix stack offset randomization with Clang buildsMarco Elver1-2/+14
2022-02-14stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSETMarco Elver1-0/+5
2022-02-14kernel/fork: Initialize mm's PASIDFenghua Yu1-0/+10
2022-02-14iommu/ioasid: Introduce a helper to check for valid PASIDsFenghua Yu1-0/+9
2022-02-14rcu: Remove __read_mostly annotations from rcu_scheduler_active externsIngo Molnar2-2/+2
2022-02-14rcu: Uninline multi-use function: finish_rcuwait()Ingo Molnar1-5/+1
2022-02-14rcu: Fix description of kvfree_rcu()Uladzislau Rezki (Sony)1-1/+1
2022-02-14mm: Change CONFIG option for mm->pasid fieldFenghua Yu1-1/+1
2022-02-14device property: Don't split fwnode_get_irq*() APIs in the codeAndy Shevchenko1-3/+3
2022-02-14Merge branch 'i2c/alert-for-acpi' of git://git.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2-3/+4
2022-02-14iommu/iova: Separate out rcache initJohn Garry1-12/+3
2022-02-14net: wwan: debugfs obtained dev reference not droppedM Chetan Kumar1-0/+2
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior1-2/+12
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet1-1/+1
2022-02-14mfd: iqs62x: Provide device revision to sub-devicesJeff LaBundy1-0/+7
2022-02-14spi: Retire legacy GPIO handlingLinus Walleij1-12/+2
2022-02-14mtd: spi-nor: intel-spi: Convert to SPI MEMMika Westerberg2-4/+4
2022-02-14mtd: spi-nor: intel-spi: Disable write protection only if askedMika Westerberg1-2/+4
2022-02-14swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic1-0/+8
2022-02-14Merge 5.17-rc4 into tty-nextGreg Kroah-Hartman20-46/+169
2022-02-14Merge 5.17-rc4 into char-misc-nextGreg Kroah-Hartman20-46/+169
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie20-46/+169
2022-02-14fortify: Add Clang supportKees Cook1-14/+26
2022-02-14fortify: Make sure strlen() may still be used as a constant expressionKees Cook1-2/+11
2022-02-14fortify: Use __diagnose_as() for better diagnostic coverageKees Cook1-7/+14
2022-02-14fortify: Make pointer arguments constKees Cook1-13/+13
2022-02-14Compiler Attributes: Add __diagnose_as for ClangKees Cook1-0/+13
2022-02-14Compiler Attributes: Add __overloadable for ClangKees Cook1-0/+12
2022-02-14Compiler Attributes: Add __pass_object_size for ClangKees Cook1-0/+14
2022-02-14fortify: Replace open-coded __gnu_inline attributeKees Cook1-1/+1
2022-02-14fortify: Detect struct member overflows in memset() at compile-timeKees Cook1-8/+46
2022-02-14fortify: Detect struct member overflows in memmove() at compile-timeKees Cook1-17/+4
2022-02-14fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook1-12/+97
2022-02-14power: supply: PCHG: Use MKBP for device event handlingDaisuke Nojiri1-0/+64
2022-02-13Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-16/+5
2022-02-13etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overeadKees Cook1-3/+2