public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-21 08:37:20 to 2020-09-21 10:24:16 UTC [more...]

[PATCH v7 09/34] i2c: tegra: Use reset_control_reset()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH RFT/RFC 00/49] staging: media: bring back zoran driver
 2020-09-21 10:20 UTC  (46+ messages)
` [PATCH RFT/RFC 02/49] MAINTAINERS: change maintainer of the "
` [PATCH RFT/RFC 03/49] staging: media: zoran: datasheet is no longer available from zoran.com
` [PATCH RFT/RFC 04/49] staging: media: zoran: Documentation: fix typo
` [PATCH RFT/RFC 06/49] staging: media: zoran: unsplit lines
` [PATCH RFT/RFC 08/49] staging: media: zoran: convert all error dprintk to pci_err/pr_err
` [PATCH RFT/RFC 09/49] staging: media: zoran: convert dprintk warn
` [PATCH RFT/RFC 10/49] staging: media: zoran: convert dprintk info to pci_info
` [PATCH RFT/RFC 11/49] staging: media: zoran: convert dprintk debug
` [PATCH RFT/RFC 12/49] staging: media: zoran: zoran_device.c: convert pr_x to pci_x
` [PATCH RFT/RFC 14/49] staging: media: zoran: use VFL_TYPE_VIDEO
` [PATCH RFT/RFC 15/49] staging: media: zoran: use v4l2_buffer_set_timestamp
` [PATCH RFT/RFC 16/49] staging: media: zoran: do not print random guest 0
` [PATCH RFT/RFC 17/49] staging: media: zoran: move buffer_size out of zoran_fh
` [PATCH RFT/RFC 18/49] staging: media: zoran: move v4l_settings "
` [PATCH RFT/RFC 19/49] staging: media: zoran: move jpg_settings "
` [PATCH RFT/RFC 20/49] staging: media: zoran: move overlay_settings "
` [PATCH RFT/RFC 21/49] staging: media: zoran: Use video_drvdata to get struct zoran
` [PATCH RFT/RFC 22/49] staging: media: zoran: Change zoran_v4l_set_format parameter from zoran_fh to zoran
` [PATCH RFT/RFC 23/49] staging: media: zoran: remove overlay
` [PATCH RFT/RFC 24/49] staging: media: zoran: Use DMA coherent for stat_com
` [PATCH RFT/RFC 25/49] staging: media: zoran: use ZR_NORM
` [PATCH RFT/RFC 26/49] staging: media: zoran: zoran does not support STD_ALL
` [PATCH RFT/RFC 27/49] staging: media: zoran: convert irq to pci irq
` [PATCH RFT/RFC 28/49] staging: media: zoran: convert zoran alloc to devm
` [PATCH RFT/RFC 29/49] staging: media: zoran: convert mdelay to udelay
` [PATCH RFT/RFC 30/49] staging: media: zoran: use devm for videocodec_master alloc
` [PATCH RFT/RFC 31/49] staging: media: zoran: use pci_request_regions
` [PATCH RFT/RFC 32/49] staging: media: zoran: use devm_ioremap
` [PATCH RFT/RFC 33/49] staging: media: zoran: add stat_com buffer
` [PATCH RFT/RFC 34/49] staging: media: zoran: constify struct tvnorm
` [PATCH RFT/RFC 35/49] staging: media: zoran: constify codec_name
` [PATCH RFT/RFC 36/49] staging: media: zoran: Add more check for compliance
` [PATCH RFT/RFC 37/49] staging: media: zoran: add fallthrough keyword
` [PATCH RFT/RFC 38/49] staging: media: zoran: Add vb_queue
` [PATCH RFT/RFC 39/49] staging: media: zoran: disable output
` [PATCH RFT/RFC 40/49] staging: media: zoran: device support only 32bit DMA address
` [PATCH RFT/RFC 41/49] staging: media: zoran: enable makefile
` [PATCH RFT/RFC 42/49] staging: media: zoran: remove framebuffer support
` [PATCH RFT/RFC 43/49] staging: media: zoran: add vidioc_g_parm
` [PATCH RFT/RFC 44/49] staging: media: zoran: remove test_interrupts
` [PATCH RFT/RFC 45/49] staging: media: zoran: fix use of buffer_size and sizeimage
` [PATCH RFT/RFC 46/49] staging: media: zoran: fix some compliance test
` [PATCH RFT/RFC 47/49] staging: media: zoran: remove deprecated .vidioc_g_jpegcomp
` [PATCH RFT/RFC 48/49] staging: media: zoran: convert to vb2
` [PATCH RFT/RFC 49/49] staging: media: zoran: update TODO

[PATCH v7 03/34] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 00/34] Improvements for Tegra I2C driver
 2020-09-21 10:18 UTC  (7+ messages)

[PATCH v7 33/34] i2c: tegra: Clean up whitespaces, newlines and indentation
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 34/34] i2c: tegra: Improve driver module description
 2020-09-21 10:20 UTC  (2+ messages)

WARNING in ex_handler_uaccess
 2020-09-21 10:22 UTC  (6+ messages)

[PATCH v2 1/2] vfio/pci: Remove redundant declaration of vfio_pci_driver
 2020-09-21 10:21 UTC  (3+ messages)
` [PATCH v2 2/2] vfio/pci: Don't regenerate vconfig for all BARs if !bardirty

[PATCH v7 28/34] i2c: tegra: Consolidate error handling in tegra_i2c_xfer_msg()
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 24/34] i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 23/34] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 22/34] i2c: tegra: Rename wait/poll functions
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 21/34] i2c: tegra: Don't fall back to PIO mode if DMA configuration fails
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 20/34] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 18/34] i2c: tegra: Remove likely/unlikely from the code
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 17/34] i2c: tegra: Remove outdated barrier()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 16/34] i2c: tegra: Clean up variable types
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 15/34] i2c: tegra: Reorder location of functions in the code
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 14/34] i2c: tegra: Clean up probe function
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 13/34] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 12/34] i2c: tegra: Use clk-bulk helpers
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 11/34] i2c: tegra: Use platform_get_irq()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 08/34] i2c: tegra: Remove error message used for devm_request_irq() failure
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 07/34] i2c: tegra: Runtime PM always available on Tegra
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 06/34] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 05/34] i2c: tegra: Initialize div-clk rate unconditionally
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 04/34] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 02/34] i2c: tegra: Add missing pm_runtime_put()
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 01/34] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH] drm/bridge: dw-mipi-dsi: Use kmemdup cf. kmalloc+memcpy
 2020-09-21 10:13 UTC  (7+ messages)

[PATCH v5 03/10] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
 2020-09-21 10:09 UTC  (2+ messages)

[PATCH net-next v5 0/6] net-next: dsa: mt7530: add support for MT7531
 2020-09-21 10:10 UTC  (3+ messages)

KMSAN: uninit-value in search_by_key
 2020-09-21 10:10 UTC  (2+ messages)

PROBLEM: 5.9.0-rc6 fails to compile due to 'redefinition of ‘dax_supported’'
 2020-09-21 10:08 UTC  (6+ messages)

[PATCH v3 1/3] ARM: dts: exynos: Add assigned clock parent to CMU in Exynos3250
 2020-09-21 10:07 UTC  (5+ messages)
` [PATCH v3 2/3] ARM: dts: exynos: Add assigned clock parent to CMU in Exynos4412 Odroid

[PATCH] arm64: dts: mt8173: elm: Fix nor_flash node property
 2020-09-21 10:05 UTC  (2+ messages)

[PATCH v14 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-09-21 10:04 UTC  (11+ messages)
` [PATCH v14 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver
        `  "
            `  "

[PATCH] arm: dts: mt7623: add missing pause for switchport
 2020-09-21 10:04 UTC  (2+ messages)

[PATCH v38 00/24] Intel SGX foundations
 2020-09-21 10:03 UTC  (5+ messages)
` [PATCH v38 11/24] x86/sgx: Add SGX enclave driver
` [PATCH v38 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE

[PATCH] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-09-21 10:02 UTC  (8+ messages)

general protection fault in jffs2_parse_param
 2020-09-21 10:02 UTC 

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run2
 2020-09-21 10:02 UTC 

WARNING in btrfs_alloc_chunk
 2020-09-21 10:02 UTC 

memory leak in udf_process_sequence
 2020-09-21 10:02 UTC 

memory leak in kobject_set_name_vargs (3)
 2020-09-21 10:02 UTC 

[PATCH] ARM: dts: am335x: guardian: switch to AM33XX_PADCONF
 2020-09-21  9:59 UTC  (3+ messages)

[PATCH v2 00/11] Optimization to improve CPU online/offline on Powerpc
 2020-09-21  9:56 UTC  (12+ messages)
` [PATCH v2 01/11] powerpc/topology: Update topology_core_cpumask
` [PATCH v2 02/11] powerpc/smp: Stop updating cpu_core_mask
` [PATCH v2 03/11] powerpc/smp: Remove get_physical_package_id
` [PATCH v2 04/11] powerpc/smp: Optimize remove_cpu_from_masks
` [PATCH v2 05/11] powerpc/smp: Limit CPUs traversed to within a node
` [PATCH v2 06/11] powerpc/smp: Stop passing mask to update_mask_by_l2
` [PATCH v2 07/11] powerpc/smp: Depend on cpu_l1_cache_map when adding CPUs
` [PATCH v2 08/11] powerpc/smp: Check for duplicate topologies and consolidate
` [PATCH v2 09/11] powerpc/smp: Optimize update_mask_by_l2
` [PATCH v2 10/11] powerpc/smp: Move coregroup mask updation to a new function
` [PATCH v2 11/11] powerpc/smp: Optimize update_coregroup_mask

[PATCH v2] dm: Call proper helper to determine dax support
 2020-09-21  9:58 UTC  (3+ messages)

[PATCH printk v2 0/3] printk: move dictionaries to meta data
 2020-09-21  9:56 UTC  (7+ messages)
` [PATCH printk v2 1/3] printk: move printk_info into separate array
` [PATCH printk v2 2/3] printk: move dictionary keys to dev_printk_info
` [PATCH printk v2 3/3] printk: remove dict ring

[PATCH 0/4] bootconfig: Fix a parser bug
 2020-09-21  9:56 UTC  (6+ messages)
` [PATCH 1/4] lib/bootconfig: Fix a bug of breaking existing tree nodes
` [PATCH 2/4] lib/bootconfig: Fix to remove tailing spaces after value
` [PATCH 3/4] tools/bootconfig: Add testcases for repeated key with brace
` [PATCH 4/4] tools/bootconfig: Add testcase for tailing space
` bootconfig: Fix parser bugs (Re: [PATCH 0/4] bootconfig: Fix a parser bug)

[PATCH 0/3] objtool: Miscellaneous cleanup/fixes
 2020-09-21  9:56 UTC  (4+ messages)
` [PATCH 3/3] objtool: check: Handle calling non-function symbols in other sections

[PATCH v2 00/13] gpio: add common dtschema
 2020-09-21  9:55 UTC  (5+ messages)
` [PATCH v2 08/13] dt-bindings: mfd: include common schema in GPIO controllers
` [PATCH v2 09/13] dt-bindings: pinctrl: "

bdi cleanups v6
 2020-09-21  9:54 UTC  (3+ messages)
` [PATCH 03/13] bcache: inherit the optimal I/O size

[PATCH] irqchip/stm32: fix return value of stm32_exti_h_set_affinity
 2020-09-21  9:26 UTC  (2+ messages)

[PATCH v2] coresight: etm4x: Modify core-commit of cpu to avoid the overflow of HiSilicon ETM
 2020-09-21  9:50 UTC 

WARNING in f2fs_is_valid_blkaddr
 2020-09-21  9:51 UTC 

WARNING: suspicious RCU usage in bond_ipsec_add_sa (2)
 2020-09-21  9:51 UTC 

[PATCH v3] remoteproc/mediatek: Add support for mt8192 SCP
 2020-09-21  9:48 UTC 

[PATCH v2] checkpatch: extend author Signed-off-by check for split From: header
 2020-09-21  9:47 UTC  (6+ messages)

[PATCH 1/3] dt-bindings: i2c: ingenic: Add compatible string for the JZ4770
 2020-09-21  9:47 UTC  (12+ messages)
` [PATCH 2/3] i2c: jz4780: Add compatible string for JZ4770 SoC
` [PATCH 3/3] i2c: jz4780: Remove of_match_ptr()

[PATCHSET v3 0/5] perf stat: Expand events for each cgroup
 2020-09-21  9:46 UTC  (6+ messages)
` [PATCH 1/5] perf evsel: Add evsel__clone() function
` [PATCH 2/5] perf stat: Add --for-each-cgroup option
` [PATCH 3/5] perf tools: Copy metric events properly when expand cgroups
` [PATCH 4/5] perf tools: Allow creation of cgroup without open
` [PATCH 5/5] perf test: Add expand cgroup event test

[PATCH v2 00/15] ARM: dts: / gpio: Add dtschema for NXP PCA953x and correct dts
 2020-09-21  9:46 UTC  (3+ messages)
` [PATCH v2 03/15] arm64: dts: mediatek: fix tca6416 reset GPIOs in pumpkin

[PATCH 0/4] Pass zPCI hardware information via VFIO
 2020-09-21  9:41 UTC  (7+ messages)
` [PATCH 1/4] s390/pci: stash version in the zpci_dev
` [PATCH 2/4] s390/pci: track whether util_str is valid "

[PATCH 0/1] KVM: correctly restore the TSC value on nested migration
 2020-09-21  9:39 UTC  (7+ messages)
` [PATCH 1/1] KVM: x86: fix MSR_IA32_TSC read for "

[PATCH] i2c: amd_mp2: handle num is 0 input for i2c_amd_xfer
 2020-09-21  9:39 UTC  (2+ messages)

[PATCH v2] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-09-21  9:38 UTC  (8+ messages)

[PATCH] scripts/setlocalversion: make git describe output more reliable
 2020-09-21  9:35 UTC  (5+ messages)
` [PATCH v2] "

[linux-next PATCH] rapidio: Fix error handling path
 2020-09-21  9:34 UTC  (6+ messages)
` [PATCH] mm/gup: protect unpin_user_pages() against npages==-ERRNO

possible deadlock in blkdev_put
 2020-09-21  9:32 UTC 

general protection fault in reiserfs_security_init
 2020-09-21  9:32 UTC 

[PATCH v3] dt-bindings: power: rockchip: Convert to json-schema
 2020-09-21  9:29 UTC 

linux-next: Tree for Sep 21
 2020-09-21  9:24 UTC 

KASAN: use-after-free Read in lbmIODone
 2020-09-21  9:24 UTC 

[PATCH] s390/vfio-ap: fix unregister GISC when KVM is already gone results in OOPS
 2020-09-21  9:23 UTC  (2+ messages)

[PATCH 0/3] drm: commit_work scheduling
 2020-09-21  9:23 UTC  (6+ messages)
` [PATCH 1/3] drm/crtc: Introduce per-crtc kworker
` [PATCH 2/3] drm/atomic: Use kthread worker for nonblocking commits

drivers/hwmon/w83627ehf.c:2417 w83627ehf_probe() warn: 'res->start' not released on lines: 2412
 2020-09-21  9:20 UTC  (3+ messages)
` [CRM114spam]: "

[RFC][PATCH 0/4] Fix up ACPI processor idle vs RCU
 2020-09-21  9:12 UTC  (3+ messages)
` [RFC][PATCH 4/4] acpi: Take over RCU-idle for C3-BM idle

[PATCH v2] remoteproc/mediatek: Add support for mt8192 SCP
 2020-09-21  9:18 UTC  (2+ messages)

[nvme] dd706de7dc: last_state.load_disk_fail
 2020-09-21  9:16 UTC 

[PATCH] btrfs: Fix missing close devices
 2020-09-21  9:17 UTC  (4+ messages)
  ` 回复: "

[PATCH v2 0/3] drm/panfrost: add Amlogic integration quirks
 2020-09-21  9:17 UTC  (3+ messages)

[PATCH] i2c: Use kobj_to_dev() API
 2020-09-21  9:15 UTC  (2+ messages)

[PATCH] i2c: Switch to using the new API kobj_to_dev()
 2020-09-21  9:14 UTC  (2+ messages)

More filesystem need this fix (xfs: use MMAPLOCK around filemap_map_pages())
 2020-09-21  9:11 UTC  (8+ messages)

[PATCH] ubsan: introducing CONFIG_UBSAN_LOCAL_BOUNDS for Clang
 2020-09-21  9:10 UTC  (2+ messages)

[PATCH net-next] net: use in_softirq() to indicate the NAPI context in napi_consume_skb()
 2020-09-21  9:09 UTC  (6+ messages)

[PATCH V2] Doc: admin-guide: Add entry for kvm_cma_resv_ratio kernel param
 2020-09-21  9:02 UTC 

[RFT PATCH v3 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-09-21  9:01 UTC  (3+ messages)
` [RFT PATCH v3 2/5] arm64, numa: Change the numa init functions name to be generic

WARNING in cleanup_srcu_struct (2)
 2020-09-21  9:02 UTC 

[PATCH v4 0/2] KVM: nSVM: ondemand nested state allocation
 2020-09-21  8:57 UTC  (8+ messages)
` [PATCH v4 2/2] KVM: nSVM: implement ondemand allocation of the nested state

[PATCH 1/2] platform/chrome: cros_ec_proto: Update cros_ec_cmd_xfer() call-sites
 2020-09-21  8:55 UTC  (7+ messages)
` [PATCH 2/2] platform/chrome: cros_ec_proto: Drop cros_ec_cmd_xfer()

[PATCH v3] checkpatch: extend author Signed-off-by check for split From: header
 2020-09-21  8:54 UTC 

[PATCH v2 0/2] ARM: support PHYS_OFFSET minimum aligned at 64KiB boundary
 2020-09-21  8:53 UTC  (7+ messages)
` [PATCH v2 2/2] "

KASAN: use-after-free Read in btrfs_scan_one_device
 2020-09-21  8:53 UTC  (4+ messages)
  `  "

[PATCH] soc: mediatek: cmdq: Remove timeout handler in helper function
 2020-09-21  8:52 UTC  (2+ messages)

remove blkdev_get as a public API v2
 2020-09-21  8:45 UTC  (3+ messages)
` [PATCH 08/14] dasd: cleanup dasd_scan_partitions

[RFC PATCH seccomp 0/2] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-21  8:44 UTC  (2+ messages)

[DISCUSSION PATCH 00/41] random: possible ways towards NIST SP800-90B compliance
 2020-09-21  8:40 UTC  (2+ messages)

[PATCH] dmaengine: qcom: Add ADM driver
 2020-09-21  8:41 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

general protection fault in f2fs_usable_blks_in_seg
 2020-09-21  8:41 UTC 

[PATCH] gpio: gpio-amd-fch: Fix typo on define of AMD_FCH_GPIO_REG_GPIO55_DEVSLP0
 2020-09-21  8:40 UTC  (3+ messages)

[PATCH] Revert "ALSA: usb-audio: Disable Lenovo P620 Rear line-in volume control"
 2020-09-21  8:40 UTC  (2+ messages)

Build regressions/improvements in v5.9-rc6
 2020-09-21  8:38 UTC  (2+ messages)

[PATCH] ALSA: compat_ioctl: avoid compat_alloc_user_space
 2020-09-21  8:37 UTC  (2+ messages)

[PATCH] lib/scatterlist: Fix memory leak in sgl_alloc_order()
 2020-09-21  8:37 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox