linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-21 08:06:08 to 2020-08-21 10:43:23 UTC [more...]

[PATCH] media: mtk-vcodec: fix Kconfig help text
 2020-08-21 10:43 UTC 

[PATCH] x86/entry/64: Disallow RDPID in paranoid entry if KVM is enabled
 2020-08-21 10:28 UTC  (13+ messages)

[PATCH 1/2] exfat: add NameLength check when extracting name
 2020-08-21 10:41 UTC  (5+ messages)
  ` [PATCH 2/2] exfat: unify name extraction

[PATCH v5 0/8] huge vmalloc mappings
 2020-08-21 10:39 UTC  (4+ messages)
` [PATCH v5 5/8] mm: HUGE_VMAP arch support cleanup

[PATCH v3 00/16] mtk-vcodec: venc: support for MT8183 and v4l2-compliance fixes
 2020-08-21 10:35 UTC  (21+ messages)
` [PATCH v3 01/16] media: mtk-vcodec: abstract firmware interface
` [PATCH v3 02/16] dt-bindings: media: mtk-vcodec: document SCP node
` [PATCH v3 03/16] media: mtk-vcodec: add SCP firmware ops
` [PATCH v3 04/16] media: mtk-vcodec: venc: support SCP firmware

[PATCH v4 00/17] media: mtk-vcodec: venc: support for MT8183
 2020-08-21 10:36 UTC  (18+ messages)
` [PATCH v4 01/17] media: mtk-vcodec: abstract firmware interface
` [PATCH v4 02/17] dt-bindings: media: mtk-vcodec: document SCP node
` [PATCH v4 03/17] media: mtk-vcodec: add SCP firmware ops
` [PATCH v4 04/17] media: mtk-vcodec: venc: support SCP firmware
` [PATCH v4 05/17] media: mtk-vcodec: venc: handle firmware version field
` [PATCH v4 06/17] media: mtk-vcodec: venc: specify bitrate range per-chip
` [PATCH v4 07/17] media: mtk-vcodec: venc: specify supported formats per-chip
` [PATCH v4 08/17] dt-bindings: media: document mediatek,mt8183-vcodec-enc
` [PATCH v4 09/17] arm64: dts: mt8183: add encoder node
` [PATCH v4 10/17] media: mtk-vcodec: add support for MT8183 encoder
` [PATCH v4 11/17] Revert "media: mtk-vcodec: Remove extra area allocation in an input buffer on encoding"
` [PATCH v4 12/17] media: mtk-vcodec: venc support MIN_OUTPUT_BUFFERS control
` [PATCH v4 13/17] media: mtk-vcodec: venc: set OUTPUT buffers field to V4L2_FIELD_NONE
` [PATCH v4 14/17] media: mtk-vcodec: venc: use platform data for ENUM_FRAMESIZES
` [PATCH v4 15/17] media: mtk-vcodec: venc: support ENUM_FRAMESIZES on OUTPUT formats
` [PATCH v4 16/17] media: mtk-vcodec: venc: set default time per frame
` [PATCH v4 17/17] media: mtk-vcodec: venc: fix invalid time per frame in S_PARM

[PATCH 1/4] mm: Export flush_vm_area() to sync the PTEs upon construction
 2020-08-21 10:39 UTC  (12+ messages)
` [PATCH 2/4] drm/i915/gem: Sync the vmap "
` [PATCH 3/4] drm/i915/gem: Use set_pte_at() for assigning the vmapped PTE
` [PATCH 4/4] drm/i915/gem: Replace reloc chain with terminator on error unwind
` [PATCH] mm: Track page table modifications in __apply_to_page_range() construction

[PATCH V2 0/3] vDPA: API for reporting IOVA range
 2020-08-21 10:33 UTC  (5+ messages)
` [PATCH V2 1/3] vdpa: introduce config op to get valid iova range
` [PATCH V2 2/3] vhost: vdpa: report "
` [PATCH V2 3/3] vdpa_sim: implement get_iova_range()

[PATCH v1 0/5] mm/memory_hotplug: selective merging of system ram resources
 2020-08-21 10:34 UTC  (6+ messages)
` [PATCH v1 1/5] kernel/resource: make release_mem_region_adjustable() never fail
` [PATCH v1 2/5] kernel/resource: merge_system_ram_resources() to merge resources after hotplug
` [PATCH v1 3/5] virtio-mem: try to merge system ram resources
` [PATCH v1 4/5] xen/balloon: "
` [PATCH v1 5/5] hv_balloon: "

[PATCH bpf-next v3 1/6] net: sk_msg: simplify sk_psock initialization
 2020-08-21 10:29 UTC  (6+ messages)
` [PATCH bpf-next v3 2/6] bpf: sockmap: merge sockmap and sockhash update functions
` [PATCH bpf-next v3 3/6] bpf: sockmap: call sock_map_update_elem directly
` [PATCH bpf-next v3 4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
` [PATCH bpf-next v3 5/6] bpf: sockmap: allow update from BPF
` [PATCH bpf-next v3 6/6] selftests: bpf: test sockmap "

[PATCH v4 1/3, RESEND] media: camss: vfe: Use trace_printk for debugging only
 2020-08-21 10:27 UTC  (7+ messages)
` [PATCH v4 3/3] media: atomisp: Only use trace_printk if allowed

[Linux-kernel-mentees] [PATCH] v4l2-tpg: Fix global-out-of-bounds read in precalculate_color()
 2020-08-21 10:26 UTC  (5+ messages)

[BUG RT] dump-capture kernel not executed for panic in interrupt context
 2020-08-21 10:25 UTC  (5+ messages)

[GIT PULL] tee memref null for v5.10
 2020-08-21 10:25 UTC 

[PATCH v2 0/8] x86/debug: Untangle handle_debug()
 2020-08-21  9:39 UTC  (9+ messages)
` [PATCH v2 1/8] x86/debug: Allow a single level of #DB recursion
` [PATCH v2 2/8] x86/debug: Sync BTF earlier
` [PATCH v2 3/8] x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()
` [PATCH v2 4/8] x86/debug: Remove handle_debug(.user) argument
` [PATCH v2 5/8] x86/debug: Simplify #DB signal code
` [PATCH v2 6/8] x86/debug: Move historical SYSENTER junk into exc_debug_kernel()
` [PATCH v2 7/8] x86/debug: Move cond_local_irq_enable() block into exc_debug_user()
` [PATCH v2 8/8] x86/debug: Remove the historical junk

[RFC][PATCH 0/7] x86/debug: Untangle handle_debug()
 2020-08-21 10:19 UTC  (4+ messages)
` [RFC][PATCH 4/7] x86/debug: Move historical SYSENTER junk into exc_debug_kernel()

[PATCH] Revert "irqchip/mtk-sysirq: Convert to a platform driver"
 2020-08-21 10:17 UTC  (7+ messages)

[PATCH v4 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-21 10:15 UTC  (6+ messages)
` [PATCH v4 11/23] device-dax: Kill dax_kmem_res

[PATCH v3] mm/gup: Allow real explicit breaking of COW
 2020-08-21 10:13 UTC  (9+ messages)

[gustavoars-linux:for-linus/kspp] BUILD SUCCESS 0063a804dc07e3738ab92acbf1bb49a98ea45327
 2020-08-21 10:12 UTC 

[PATCH] driver: tee: Handle NULL pointer indication from client
 2020-08-21 10:09 UTC  (2+ messages)

[GIT PULL] optee i2c for v5.10
 2020-08-21 10:05 UTC 

[PATCHv9] drivers: optee: allow op-tee to access devices on the i2c bus
 2020-08-21 10:04 UTC  (4+ messages)

[PATCH] bpf: sk_lookup: Add user documentation
 2020-08-21 10:02 UTC 

[PATCH v1 1/2] pinctrl: mediatek: support access registers without race-condition
 2020-08-21  9:59 UTC  (4+ messages)

[PATCH v3 0/4] regulator: mp886x: two features and dt json convert
 2020-08-21  9:57 UTC  (5+ messages)
` [PATCH v3 1/4] regulator: mp886x: implement set_ramp_delay

pcm|dmaengine|imx-sdma race condition on i.MX6
 2020-08-21  9:54 UTC  (11+ messages)

[PATCH 4.4 000/149] 4.4.233-rc1 review
 2020-08-21  9:53 UTC  (6+ messages)

[PATCH 0/2] PCI: Add new Unisoc PCIe driver
 2020-08-21  9:51 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: PCI: sprd: Document Unisoc PCIe RC host controller
` [PATCH 2/2] PCI: sprd: Add support for Unisoc SoCs' PCIe controller

[PATCH] IB/uverbs: Fix memleak in ib_uverbs_add_one
 2020-08-21  9:47 UTC  (2+ messages)

[PATCH v6 0/2] make dma_alloc_coherent NUMA-aware by per-NUMA CMA
 2020-08-21  9:44 UTC  (12+ messages)
` [PATCH v6 1/2] dma-contiguous: provide the ability to reserve per-numa CMA
` [PATCH v6 2/2] arm64: mm: reserve per-numa CMA to localize coherent dma buffers

[PATCH 4.9 000/212] 4.9.233-rc1 review
 2020-08-21  9:40 UTC  (2+ messages)

[PATCH] mips/oprofile: Fix fallthrough placement
 2020-08-21  9:23 UTC  (4+ messages)

[PATCH v2 0/4] Perf tool: Enable Arm arch timer counter and arm-spe's timestamp
 2020-08-21  9:36 UTC  (4+ messages)
` [PATCH v2 1/4] perf tools: Support Arm arch timer counter

[PATCH v9 0/2] pwm: intel: Add PWM driver for a new SoC
 2020-08-21  9:32 UTC  (3+ messages)
` [PATCH v9 1/2] Add DT bindings YAML schema for PWM fan controller of LGM SoC
` [PATCH v9 2/2] Add PWM fan controller driver for "

[PATCH 4.14 000/226] 4.14.194-rc2 review
 2020-08-21  9:32 UTC  (2+ messages)

[PATCH v2] mm : sync ra->ra_pages with bdi->ra_pages
 2020-08-21  9:31 UTC  (2+ messages)

[PATCH 0/2] Add SPMI support for Mediatek MT6873/8192 SoC IC
 2020-08-21  9:31 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: spmi: document binding for the Mediatek SPMI controller
` [PATCH 2/2] spmi: mediatek: Add support for MT6873/8192

[PATCH] tty: ipwireless: fix error handling
 2020-08-21  9:28 UTC  (3+ messages)
` [PATCH v2] "

[GIT PULL] sound fixes for 5.9-rc2
 2020-08-21  9:28 UTC 

fix block device size update serialization
 2020-08-21  9:26 UTC  (5+ messages)
` [PATCH 1/2] block: replace bd_set_size with bd_set_nr_sectors
` [PATCH 2/2] block: fix locking for struct block_device size updates

[PATCH v4 0/2] Add new UniPhier AHCI PHY driver
 2020-08-21  9:20 UTC  (2+ messages)

[PATCH] powerpc/32s: Fix module loading failure when VMALLOC_END is over 0xf0000000
 2020-08-21  9:19 UTC  (2+ messages)

[RFC PATCH V3 02/21] mmc: core: UHS-II support, modify power-up sequence
 2020-08-21  9:18 UTC  (5+ messages)

5.9-rc1: graphics regression moved from -next to mainline
 2020-08-21  9:19 UTC  (7+ messages)
  ` [Intel-gfx] "

[PATCH] KVM: LAPIC: Don't kick vCPU which is injecting already-expired timer
 2020-08-21  9:17 UTC 

[PATCH] afs: Fix NULL deref in afs_dynroot_depopulate()
 2020-08-21  9:15 UTC 

[PATCH 4.19 00/92] 4.19.141-rc1 review
 2020-08-21  9:15 UTC  (6+ messages)
` [PATCH 4.19 83/92] mfd: dln2: Run event handler loop under spinlock

[PATCH v8 0/2] pwm: intel: Add PWM driver for a new SoC
 2020-08-21  9:14 UTC  (6+ messages)
` [PATCH v8 2/2] Add PWM fan controller driver for LGM SoC

[PATCH] dma-buf: heaps: Introduce dma_heap_add_cma() for non-default CMA heap
 2020-08-21  9:14 UTC  (5+ messages)

[PATCH v4] i3c: master: fix for SETDASA and DAA process
 2020-08-21  9:13 UTC 

[PATCH v10 00/24] coresight: allow to build coresight as modules
 2020-08-21  9:10 UTC  (11+ messages)
` [PATCH v10 10/24] coresight: etm4x: allow etm4x to be built as a module
` [PATCH v10 13/24] coresight: tmc: allow tmc "
` [PATCH v10 14/24] coresight: allow funnel driver to be built as module
` [PATCH v10 15/24] coresight: allow replicator "
` [PATCH v10 24/24] coresight: allow the coresight core driver to be built as a module

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-08-21  9:09 UTC  (7+ messages)

[PATCH] x86/entry/64: Add an LFENCE after SAVE_AND_SET_GSBASE
 2020-08-21  9:07 UTC  (3+ messages)
  ` [PATCH -v2] x86/entry/64: Correct the comment over SAVE_AND_SET_GSBASE

[PATCH] thermal: sysfs: Fall back to vmalloc() for cooling device's statistics
 2020-08-21  9:06 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: Add entries for CoreSight and Arm SPE
 2020-08-21  9:05 UTC  (3+ messages)

[PATCH v2] mmc: sdhci-acpi: Fix HS400 tuning for AMDI0040
 2020-08-21  9:03 UTC  (3+ messages)

[tip:x86/cpu] BUILD SUCCESS b91e7089ae70d2f7c81a4456e5b78fef498663d9
 2020-08-21  9:00 UTC 

[PATCH v8 0/3] devres: provide and use devm_krealloc()
 2020-08-21  8:59 UTC  (5+ messages)
` [PATCH v8 1/3] devres: provide devm_krealloc()

[PATCH] random32: Use rcuidle variant for tracepoint
 2020-08-21  8:59 UTC  (3+ messages)

[PATCH v2 00/11] TRACE_IRQFLAGS wreckage
 2020-08-21  8:47 UTC  (12+ messages)
` [PATCH v2 01/11] lockdep: Use raw_cpu_*() for per-cpu variables
` [PATCH v2 02/11] cpuidle: Fixup IRQ state
` [PATCH v2 03/11] sched,idle,rcu: Push rcu_idle deeper into the idle path
` [PATCH v2 04/11] cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic
` [PATCH v2 05/11] cpuidle: Move trace_cpu_idle() into generic code
` [PATCH v2 06/11] x86/entry: Remove unused THUNKs
` [PATCH v2 07/11] locking/lockdep: Cleanup
` [PATCH v2 08/11] nds32: Implement arch_irqs_disabled()
` [PATCH v2 09/11] arm64: "
` [PATCH v2 10/11] lockdep: Only trace IRQ edges
` [PATCH v2 11/11] lockdep,trace: Expose tracepoints

[PATCH v2 00/15] regulator: Fix W=1 build warning when CONFIG_OF=n
 2020-08-21  8:56 UTC  (7+ messages)
` [PATCH v2 02/15] regulator: da9210: "
` [PATCH v2 11/15] regulator: stm32-vrefbuf: "
` [PATCH v2 14/15] regulator: stm32-booster: "

[PATCH 0/2][next] update gdb scripts for lockless printk ringbuffer
 2020-08-21  8:55 UTC  (3+ messages)

[PATCH v9 2/6] x86: Support Generic Initiator only proximity domains
 2020-08-21  8:54 UTC  (3+ messages)

[PATCH v5 0/6] mm / virtio-mem: support ZONE_MOVABLE
 2020-08-21  8:48 UTC  (5+ messages)

[PATCH] mmc: mmc_spi: fix timeout calculation
 2020-08-21  8:45 UTC  (2+ messages)

[PATCH v9 4/6] ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3
 2020-08-21  8:42 UTC  (3+ messages)

[PATCH] xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failed
 2020-08-21  8:44 UTC  (3+ messages)

[hugetlbfs] c0d0381ade: vm-scalability.throughput -33.4% regression
 2020-08-21  8:39 UTC  (4+ messages)
    ` [LKP] "

[PATCH] staging: qlge: fix build breakage with dumping enabled
 2020-08-21  8:31 UTC  (2+ messages)

[PATCH 0/3] Chunk Heap Support on DMA-HEAP
 2020-08-21  8:21 UTC  (4+ messages)
  ` [PATCH 3/3] dma-heap: Devicetree binding for chunk heap

[EXT] INFO: trying to register non-static key in del_timer_sync (2)
 2020-08-21  8:27 UTC  (2+ messages)
` [PATCH v2] mwifiex: don't call del_timer_sync() on uninitialized timer

[PATCH 1/1] Input: atmel_mxt_ts - implement I2C retries
 2020-08-21  8:22 UTC 

[PATCH v4 0/7] platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codes
 2020-08-21  8:21 UTC  (2+ messages)

[PATCH] crypto: ccree - fix runtime PM imbalance on error
 2020-08-21  8:15 UTC 

[PATCH] rapidio: fix get device imbalance on error
 2020-08-21  8:14 UTC  (2+ messages)

[PATCH v4] dt-binding: phy: convert ti,omap-usb2 to YAML
 2020-08-21  8:11 UTC 

[PATCH] perf/tools/pmu-events/powerpc: update nest metric event to utilize other metrics
 2020-08-21  8:09 UTC 

[PATCH 00/18] Convert arch/arm to use iommu-dma
 2020-08-21  8:07 UTC  (3+ messages)
` [PATCH 07/18] iommu/arm-smmu: Remove arch/arm workaround

[PATCH v5 00/75] x86: SEV-ES Guest Support
 2020-08-21  8:05 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).