summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-08-26USB: serial: set driver owner when registering driversKrzysztof Kozlowski1-2/+5
2024-08-26i2c: core: Lock address during client device instantiationHeiner Kallweit1-0/+3
2024-08-26mmc: core: remove left-over data structure declarationsVladimir Zapolskiy2-22/+0
2024-08-26mmc: core: Remove struct mmc_context_infoChristophe JAILLET1-14/+0
2024-08-26tee: add tee_device_set_dev_groups()Jens Wiklander1-0/+12
2024-08-26rpmb: add Replay Protected Memory Block (RPMB) subsystemJens Wiklander1-0/+123
2024-08-25io_uring: user registered clockid for wait timeoutsPavel Begunkov1-0/+3
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry1-0/+1
2024-08-24Merge tag 'block-6.11-20240823' of git://git.kernel.dk/linuxLinus Torvalds1-6/+1
2024-08-23genirq: Fix typo in struct commentCosta Shulyupin1-1/+1
2024-08-23irqchip/loongarch-avec: Add AVEC irqchip supportTianyang Zhang1-0/+1
2024-08-23irqchip/loongson-eiointc: Rename CPUHP_AP_IRQ_LOONGARCH_STARTINGHuacai Chen1-1/+1
2024-08-23bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DESTDave Marchevsky1-1/+1
2024-08-23PCI: Add function 0 DMA alias quirk for Glenfly Arise chipWangYuli1-0/+2
2024-08-23PCI: Make pci_bus_type constantKunwu Chan1-1/+1
2024-08-23mtd: rawnand: davinci: make platform_data privateBartosz Golaszewski2-124/+0
2024-08-23thermal: core: Drop unused bind/unbind functions and callbacksRafael J. Wysocki1-10/+0
2024-08-23net: sfp: Add helper to return the SFP bus nameMaxime Chevallier1-0/+6
2024-08-23net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier1-0/+2
2024-08-23net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier1-1/+1
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier3-1/+89
2024-08-23filemap: allocate mapping_min_order folios in the page cachePankaj Raghav1-0/+20
2024-08-23fs: Allow fine-grained control of folio sizesMatthew Wilcox (Oracle)1-14/+76
2024-08-23iommu: Handle iommu faults for a bad iopf setupPranjal Shrivastava1-2/+3
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-25/+132
2024-08-23string: Check for "nonstring" attribute on strscpy() argumentsKees Cook3-4/+18
2024-08-23Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+47
2024-08-22nvme-tcp: check for invalidated or revoked keyHannes Reinecke1-1/+5
2024-08-22Input: keypad-nomadik-ske - remove the driverDmitry Torokhov1-50/+0
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov40-214/+342
2024-08-22lsm: replace indirect LSM hook calls with static callsKP Singh1-9/+43
2024-08-22lsm: count the LSMs enabled at compile timeKP Singh2-3/+138
2024-08-22thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_f...Rafael J. Wysocki1-8/+0
2024-08-22thermal: core: Introduce .should_bind() thermal zone callbackRafael J. Wysocki1-0/+10
2024-08-22bpf: rename nocsr -> bpf_fastcall in verifierEduard Zingerman2-12/+12
2024-08-22dma-mapping: direct calls for dma-iommuLeon Romanovsky3-13/+152
2024-08-22dma-mapping: replace zone_dma_bits by zone_dma_limitCatalin Marinas1-1/+1
2024-08-22net: repack struct netdev_queueJakub Kicinski1-9/+14
2024-08-21bpf: extract iterator argument type and name validation logicAndrii Nakryiko1-0/+5
2024-08-21workqueue: Fix another htmldocs build warningTejun Heo1-2/+3
2024-08-21soc: qcom: pmic_glink: Fix race during initializationBjorn Andersson1-5/+6
2024-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner1-0/+4
2024-08-21printk: Coordinate direct printing in panicJohn Ogness1-0/+5
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness1-0/+5
2024-08-21serial: core: Acquire nbcon context in port->lock wrapperJohn Ogness1-2/+80
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness2-0/+16
2024-08-21console: Improve console_srcu_read_flags() commentsJohn Ogness1-11/+17
2024-08-21serial: core: Introduce wrapper to set @uart_port->consJohn Ogness1-0/+17
2024-08-21serial: core: Provide low-level functions to lock portJohn Ogness1-0/+18
2024-08-21printk: nbcon: Add callbacks to synchronize with driverJohn Ogness1-0/+43