summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-04-20soc: mediatek: cmdq: Use mailbox rx_callback instead of cmdq_task_cbChun-Kuang Hu1-4/+1
2022-04-20dmaengine: Document dmaengine_prep_dma_memsetBen Walker1-0/+8
2022-04-20phy: Add LVDS configuration optionsLiu Ying2-0/+36
2022-04-20bpf: Fix usage of trace RCU in local storage.KP Singh1-2/+2
2022-04-19x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra1-1/+1
2022-04-19ARM: pxa: move pcmcia board data into mach-pxaArnd Bergmann1-12/+0
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu1-2/+2
2022-04-19fs: fix acl translationChristian Brauner1-0/+4
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev1-108/+7
2022-04-19can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...Marc Kleine-Budde1-2/+2
2022-04-19ARM: pxa: move regs-lcd.h into driverArnd Bergmann1-1/+21
2022-04-19ARM: pxa: move mach/sound.h to linux/platform_data/Arnd Bergmann1-0/+31
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann1-0/+252
2022-04-19Merge branch irq/gpio-immutable into irq/irqchip-nextMarc Zyngier2-0/+18
2022-04-19gpio: Add helpers to ease the transition towards immutable irq_chipMarc Zyngier1-0/+12
2022-04-19gpio: Expose the gpiochip_irq_re[ql]res helpersMarc Zyngier1-0/+4
2022-04-19gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier1-0/+2
2022-04-19dmaengine: imx-sdma: Add multi fifo supportSascha Hauer1-0/+20
2022-04-19dmaengine: imx: Move header to include/dma/Sascha Hauer1-3/+3
2022-04-19net: sched: use queue_mapping to pick tx queueTonghao Zhang2-0/+4
2022-04-19platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctlsGuenter Roeck1-0/+3
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil14-41/+176
2022-04-18block: turn bdev->bd_openers into an atomic_tChristoph Hellwig2-2/+2
2022-04-18block: add a disk_openers helperChristoph Hellwig1-0/+15
2022-04-18block: change exported IO accounting interface from gendisk to bdevMing Lei1-3/+4
2022-04-18platform/chrome: cros_ec: remove unused variable `was_wake_device`Tzung-Bi Shih1-3/+0
2022-04-18swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tblChristoph Hellwig1-2/+0
2022-04-18swiotlb: provide swiotlb_init variants that remap the bufferChristoph Hellwig1-1/+4
2022-04-18swiotlb: pass a gfp_mask argument to swiotlb_init_lateChristoph Hellwig1-1/+1
2022-04-18swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig1-0/+1
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-8/+7
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig1-1/+5
2022-04-18swiotlb: rename swiotlb_late_init_with_default_sizeChristoph Hellwig1-1/+1
2022-04-18swiotlb: simplify swiotlb_max_segmentChristoph Hellwig1-1/+0
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-11/+16
2022-04-18block: add a bdev_discard_granularity helperChristoph Hellwig1-0/+5
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-2/+0
2022-04-18block: add a bdev_max_discard_sectors helperChristoph Hellwig1-0/+5
2022-04-18block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig1-33/+1
2022-04-18block: remove queue_discard_alignmentChristoph Hellwig1-8/+0
2022-04-18block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig1-20/+1
2022-04-18block: use bdev_alignment_offset in disk_alignment_offset_showChristoph Hellwig1-8/+0
2022-04-18block: add a bdev_max_zone_append_sectors helperChristoph Hellwig1-0/+6
2022-04-18block: add a bdev_stable_writes helperChristoph Hellwig1-0/+6
2022-04-18block: add a bdev_fua helperChristoph Hellwig1-1/+5
2022-04-18block: add a bdev_write_cache helperChristoph Hellwig1-0/+5
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig1-0/+5
2022-04-18block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-1/+1
2022-04-18block: allow use of per-cpu bio alloc cache by block driversMike Snitzer1-0/+6
2022-04-18block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer2-3/+2