summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-02-19sched/preempt: Refactor sched_dynamic_update()Mark Rutland1-0/+2
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra1-2/+2
2022-02-19net: Add new protocol attribute to IP addressesJacques de Laval1-0/+1
2022-02-19ata: libata: make ata_host_suspend() *void*Sergey Shtylyov1-1/+1
2022-02-18Merge tag 'block-5.17-2022-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2022-02-18Merge tag 'mtd/spi-mem-ecc-for-5.18' into mtd/nextMiquel Raynal5-11/+118
2022-02-18iwlwifi: mvm: refactor setting PPE thresholds in STA_HE_CTXT_CMDMiri Korenblit1-0/+1
2022-02-18PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-0/+2
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+4
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-5/+4
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-21/+14
2022-02-17Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins2-5/+25
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins1-8/+9
2022-02-17mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins1-2/+0
2022-02-17mm/munlock: delete page_mlock() and all its worksHugh Dickins1-6/+0
2022-02-17usb: typec: Factor out non-PD fwnode propertiesSamuel Holland1-0/+3
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+2
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva6-9/+9
2022-02-17block: add a ->free_disk methodChristoph Hellwig1-0/+2
2022-02-17blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig1-2/+1
2022-02-17overflow: Provide constant expression struct_sizeKees Cook1-3/+7
2022-02-17overflow: Implement size_t saturating arithmetic helpersKees Cook1-41/+69
2022-02-16fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann1-0/+1
2022-02-16jump_label: Refactor #ifdef of struct static_keyMasahiro Yamada1-7/+2
2022-02-16jump_label: Avoid unneeded casts in STATIC_KEY_INIT_{TRUE,FALSE}Masahiro Yamada1-2/+2
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-21/+22
2022-02-16psi: fix possible trigger missing in the windowZhaoyang Huang1-0/+3
2022-02-16ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein1-1/+5
2022-02-16ieee80211: Add EHT (802.11be) definitionsIlan Peer1-0/+299
2022-02-16ieee80211: add helper to check HE capability element sizeJohannes Berg1-1/+24
2022-02-16ieee80211: use tab to indent struct ieee80211_neighbor_ap_infoJohannes Berg1-4/+4
2022-02-16arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse1-0/+5
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy1-1/+1
2022-02-16tee: refactor TEE_SHM_* flagsJens Wiklander1-12/+9
2022-02-16tee: replace tee_shm_register()Jens Wiklander1-11/+0
2022-02-16tee: add tee_shm_register_{user,kernel}_buf()Jens Wiklander1-0/+2
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