All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-06 18:08:12 to 2020-07-06 18:39:10 UTC [more...]

[PATCH v2 000/108] media: ti-vpe: cal: Add media controller support
 2020-07-06 18:36 UTC  (95+ messages)
` [PATCH v2 001/108] media: ti-vpe: cal: Sort headers alphabetically
` [PATCH v2 002/108] media: ti-vpe: cal: Avoid function forward declaration
` [PATCH v2 003/108] media: ti-vpe: cal: Decouple CSI2 port and CPORT
` [PATCH v2 004/108] media: ti-vpe: cal: Index CSI-2 port starting at 0
` [PATCH v2 005/108] media: ti-vpe: cal: Index IRQ registersstarting "
` [PATCH v2 006/108] media: ti-vpe: cal: Merge all status variables in IRQ handler
` [PATCH v2 007/108] media: ti-vpe: cal: Inline CAL_VERSION macro in its only user
` [PATCH v2 008/108] media: ti-vpe: cal: Turn reg_(read|write)_field() into inline functions
` [PATCH v2 009/108] media: ti-vpe: cal: Make cal_formats array const
` [PATCH v2 010/108] media: ti-vpe: cal: Remove needless variable initialization
` [PATCH v2 011/108] media: ti-vpe: cal: Remove needless casts
` [PATCH v2 012/108] media: ti-vpe: cal: Turn boolean variable into bool
` [PATCH v2 013/108] media: ti-vpe: cal: Make loop indices unsigned where applicable
` [PATCH v2 014/108] media: ti-vpe: cal: Embed base_fields array in struct cal_csi2_phy
` [PATCH v2 015/108] media: ti-vpe: cal: Don't modify cal_csi2_phy base_fields
` [PATCH v2 016/108] media: ti-vpe: cal: Store PHY regmap fields in struct cc_data
` [PATCH v2 017/108] media: ti-vpe: cal: Rename cal_csi2_phy base_fields to fields
` [PATCH v2 018/108] media: ti-vpe: cal: Make structure fields unsigned where applicable
` [PATCH v2 019/108] media: ti-vpe: cal: Constify platform data
` [PATCH v2 020/108] media: ti-vpe: cal: Remove static const cal_regmap_config template
` [PATCH v2 021/108] media: ti-vpe: cal: Remove unused structure fields
` [PATCH v2 022/108] media: ti-vpe: cal: Remove flags field from struct cal_dev
` [PATCH v2 023/108] media: ti-vpe: cal: Move function to avoid forward declaration
` [PATCH v2 024/108] media: ti-vpe: cal: Rename cc_data to cal_camerarx
` [PATCH v2 025/108] media: ti-vpe: cal: Rename cal_csi2_phy to cal_camerarx_data
` [PATCH v2 026/108] media: ti-vpe: cal: Name all cal_dev pointers consistently
` [PATCH v2 027/108] media: ti-vpe: cal: Name all cal_camerarx "
` [PATCH v2 028/108] media: ti-vpe: cal: Remove internal phy structure from cal_camerarx
` [PATCH v2 029/108] media: ti-vpe: cal: Store instance ID and cal pointer in cal_camerarx
` [PATCH v2 030/108] media: ti-vpe: cal: Use dev_* print macros
` [PATCH v2 031/108] media: ti-vpe: cal: Add print macros for the cal_camerarx instances
` [PATCH v2 032/108] media: ti-vpe: cal: Store sensor-related data in cal_camerarx
` [PATCH v2 033/108] media: ti-vpe: cal: Create consistent naming for CAMERARX functions
` [PATCH v2 034/108] media: ti-vpe: cal: Group CAMERARX-related functions together
` [PATCH v2 035/108] media: ti-vpe: cal: Inline cal_data_get_num_csi2_phy() in its caller
` [PATCH v2 036/108] media: ti-vpe: cal: Create consistent naming for context functions
` [PATCH v2 037/108] media: ti-vpe: cal: Reorganize remaining code in sections
` [PATCH v2 038/108] media: ti-vpe: cal: Rename cal_ctx.csi2_port to cal_ctx.index
` [PATCH v2 039/108] media: ti-vpe: cal: Use correct device name for bus_info
` [PATCH v2 040/108] media: ti-vpe: cal: Get struct device without going through v4l2_device
` [PATCH v2 041/108] media: ti-vpe: cal: Use ctx_info() instead of v4l2_info()
` [PATCH v2 042/108] media: ti-vpe: cal: Use a loop to create CAMERARX and context instances
` [PATCH v2 043/108] media: ti-vpe: cal: Drop struct cal_dev v4l2_dev field
` [PATCH v2 044/108] media: ti-vpe: cal: Split CAMERARX syscon regmap retrieval to a function
` [PATCH v2 045/108] media: ti-vpe: cal: Use syscon_regmap_lookup_by_phandle_args()
` [PATCH v2 046/108] media: ti-vpe: cal: Inline cal_get_camerarx_regmap() in caller
` [PATCH v2 047/108] media: ti-vpe: cal: Add comments to cal_probe() to delimitate sections
` [PATCH v2 048/108] media: ti-vpe: cal: Rename cal_create_instance() to cal_ctx_create()
` [PATCH v2 049/108] media: ti-vpe: cal: Hardcode virtual channel to 0
` [PATCH v2 050/108] media: ti-vpe: cal: Use of_graph_get_endpoint_by_regs() to parse OF
` [PATCH v2 051/108] media: ti-vpe: cal: Fix usage of v4l2_fwnode_endpoint_parse()
` [PATCH v2 052/108] media: ti-vpe: cal: Decouple control handler from v4l2_device
` [PATCH v2 053/108] media: ti-vpe: cal: Move v4l2_device from cal_ctx to cal_dev
` [PATCH v2 054/108] media: ti-vpe: cal: Split video device initialization and registration
` [PATCH v2 055/108] media: ti-vpe: cal: Add context V4L2 cleanup and unregister functions
` [PATCH v2 056/108] media: ti-vpe: cal: Unregister video device before cleanup
` [PATCH v2 057/108] media: ti-vpe: cal: Add cal_camerarx_destroy() to cleanup CAMERARX
` [PATCH v2 058/108] media: ti-vpe: cal: Move DT parsing to CAMERARX
` [PATCH v2 059/108] media: ti-vpe: cal: Use ARRAY_SIZE to replace numerical value
` [PATCH v2 060/108] media: ti-vpe: cal: Move all sensor-related init to .bound() notifier
` [PATCH v2 061/108] media: ti-vpe: cal: Allow multiple contexts per subdev notifier
` [PATCH v2 062/108] media: ti-vpe: cal: Move async notifiers from contexts to cal_dev
` [PATCH v2 063/108] media: ti-vpe: cal: Replace context with phy in async notifier entries
` [PATCH v2 064/108] media: ti-vpe: cal: Operate on phy instances in cal_quickdump_regs()
` [PATCH v2 065/108] media: ti-vpe: cal: Decouple context and phy cleanup at remove time
` [PATCH v2 066/108] media: ti-vpe: cal: Move CAL_NUM_CSI2_PORTS from cal_regs.h to cal.c
` [PATCH v2 067/108] media: ti-vpe: cal: Remove isvcirqset() and isportirqset() macros
` [PATCH v2 068/108] media: ti-vpe: cal: Replace number of ports numerical value by macro
` [PATCH v2 069/108] media: ti-vpe: cal: Split media initialization and cleanup to functions
` [PATCH v2 070/108] media: ti-vpe: cal: Read hardware revision earlier during probe
` [PATCH v2 071/108] media: ti-vpe: cal: Print revision and hwinfo in a more readable format
` [PATCH v2 072/108] media: ti-vpe: cal: Store struct device in cal_dev
` [PATCH v2 073/108] media: ti-vpe: cal: Register a media device
` [PATCH v2 074/108] media: ti-vpe: cal: Init formats in cal_ctx_v4l2_register()
` [PATCH v2 075/108] media: ti-vpe: cal: Allocate cal_ctx active_fmt array dynamically
` [PATCH v2 076/108] media: ti-vpe: cal: Inline cal_camerarx_max_lanes() in its only caller
` [PATCH v2 077/108] media: ti-vpe: cal: Reorder camerarx functions to prepare refactoring
` [PATCH v2 078/108] media: ti-vpe: cal: Refactor camerarx start and stop
` [PATCH v2 079/108] media: ti-vpe: cal: Don't store external rate in cal_camerarx
` [PATCH v2 080/108] media: ti-vpe: cal: Remove unneeded phy->sensor NULL check
` [PATCH v2 081/108] media: ti-vpe: cal: Use 'unsigned int' type instead of 'unsigned'
` [PATCH v2 082/108] media: ti-vpe: cal: Split video node handling to cal-video.c
` [PATCH v2 083/108] media: ti-vpe: cal: Move CAL I/O accessors to cal.h
` [PATCH v2 084/108] media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.c
` [PATCH v2 085/108] media: ti-vpe: cal: Create subdev for CAMERARX
` [PATCH v2 086/108] media: ti-vpe: cal: Drop cal_ctx m_fmt field
` [PATCH v2 087/108] media: ti-vpe: cal: Move format handling to cal.c and expose helpers
` [PATCH v2 088/108] media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefix
` [PATCH v2 089/108] media: ti-vpe: cal: Replace hardcoded BIT() value with macro
` [PATCH v2 090/108] media: ti-vpe: cal: Iterate over correct number of CAMERARX instances
` [PATCH v2 091/108] media: ti-vpe: cal: Implement subdev ops for CAMERARX
` [PATCH v2 092/108] media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device code
` [PATCH v2 093/108] media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()
` [PATCH v2 094/108] media: ti-vpe: cal: Rename struct cal_fmt to cal_format_info

[PATCH net-next 2/2] net: sched: Lockless Token Bucket (LTB) Qdisc
 2020-07-06 18:37 UTC  (3+ messages)

drivers/scsi/aic7xxx/aic7xxx_osm.c:406:21: sparse: sparse: cast removes address space '__iomem' of expression
 2020-07-06 18:12 UTC  (2+ messages)

[PATCH -next] smp: Make symbol 'csd_bug_count' static
 2020-07-06 18:37 UTC  (2+ messages)

[PATCH 00/18] Allow architectures to override __READ_ONCE()
 2020-07-06 18:35 UTC  (12+ messages)
` [PATCH 18/18] arm64: lto: Strengthen READ_ONCE() to acquire when CLANG_LTO=y

[dpdk-dev] [RFC PATCH 0/3] mlx5 to PCAP capture with hardware timestamps
 2020-07-06 18:36 UTC  (4+ messages)
` [dpdk-dev] [RFC PATCH 3/3] net/pcap: support hardware Tx timestamps

[PATCH] HID: logitech-hidpp: avoid repeated "multiplier = " log messages
 2020-07-06 18:35 UTC 

[dpdk-dev] [PATCH v2 00/51] add features for host-based flow management
 2020-07-06 18:35 UTC  (7+ messages)
` [dpdk-dev] [PATCH v5 00/51] net/bnxt: "
  ` [dpdk-dev] [PATCH v5 01/51] net/bnxt: add basic infrastructure for VF reps

[dpdk-dev] [PATCH 1/4] crypto/dpaax_sec: fix inline query for descriptors
 2020-07-06 18:35 UTC  (4+ messages)
` [dpdk-dev] [PATCH 2/4] crypto/dpaa2_sec: fix HFN override
` [dpdk-dev] [PATCH 3/4] common/dpaax/caamflib: fix 12 bit NULL auth case
` [dpdk-dev] [PATCH 4/4] common/dpaax/caamflib: remove unnecessary jump for few PDCP cases

[Linux-kernel-mentees] [PATCH v1] Security: Documentation: Replace deprecated :c:func: Usage
 2020-07-06 18:34 UTC  (2+ messages)
`  "

[PATCH] thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430
 2020-07-06 18:33 UTC 

[PATCH 0/5] net: fec: fix external PTP PHY support
 2020-07-06 18:33 UTC  (9+ messages)
` [PATCH 1/5] net: fec: properly support external PTP PHY for hardware time stamping
` [PATCH 3/5] net: fec: initialize clock with 0 rather than current kernel time

[PATCH] chardev: don't abort on attempt to add duplicated chardev
 2020-07-06 18:31 UTC  (3+ messages)

clone302.c:88: FAIL: invalid parenttid: clone3() should fail with EFAULT: EINVAL (22)
 2020-07-06 18:31 UTC  (2+ messages)
` [LTP] "

[xfs] a5949d3fae: aim7.jobs-per-min -33.6% regression
 2020-07-06 18:30 UTC  (4+ messages)
` [LKP] "

[PATCH 00/22] add support for Clang LTO
 2020-07-06 18:29 UTC  (12+ messages)

[Ksummit-discuss] [PATCH] CodingStyle: Inclusive Terminology
 2020-07-06 18:30 UTC  (4+ messages)
` [Ksummit-discuss] [Tech-board-discuss] "
  `  "

[Buildroot] [PATCH 1/1] package/libevent: bump to version 2.1.12
 2020-07-06 18:29 UTC 

next/master bisection: baseline.login on qemu_arm64-virt-gicv3
 2020-07-06 18:29 UTC 

[PATCH] Fix unwind_frame for clang-built kernels
 2020-07-06 18:27 UTC  (3+ messages)
` [PATCH v2] ARM: stacktrace: "

[PATCH v2] generic: Verify if statx() can qurey S_DAX flag on regular file correctly
 2020-07-06 18:28 UTC  (2+ messages)

[PATCH] media: uvcvideo: Ensure all probed info is returned to v4l2
 2020-07-06 18:28 UTC  (2+ messages)

[tglx-devel:kvm 2/7] arch/x86/kvm/vmx/vmx.c:6776:2: error: implicit declaration of function 'trace_hardirqs_off_prepare'; did you mean
 2020-07-06 18:27 UTC 

arch/arm64/kernel/efi.c:88:21: sparse: sparse: cast to non-scalar
 2020-07-06 18:27 UTC 

[RFC PATCH] fixfiles: correctly restore context of mountpoints
 2020-07-06 18:25 UTC  (2+ messages)

Participate in build test (MIPS/Loongson)
 2020-07-06 18:24 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 0/7] [v2] support the flow-based traffic sampling
 2020-07-06 18:23 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 0/7] "

[PATCH v3 0/6] Add shared workqueue support for idxd driver
 2020-07-06 18:22 UTC  (7+ messages)
` [PATCH v3 1/6] x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions
` [PATCH v3 2/6] x86/asm: move the raw asm in iosubmit_cmds512() to special_insns.h
` [PATCH v3 3/6] x86/asm: add enqcmds() to support ENQCMDS instruction
` [PATCH v3 4/6] dmaengine: idxd: add shared workqueue support
` [PATCH v3 5/6] dmaengine: idxd: clean up descriptors with fault error
` [PATCH v3 6/6] dmaengine: idxd: add ABI documentation for shared wq

[PATCH] Security: Documentation: fix: `make htmldocs` warnings
 2020-07-06 18:21 UTC  (5+ messages)
` [Linux-kernel-mentees] "

[Intel-gfx] s/obj->mm.lock//
 2020-07-06 18:20 UTC  (4+ messages)
` [Intel-gfx] [PATCH 01/20] drm/i915: Preallocate stashes for vma page-directories

Microchip KernelCi contributions
 2020-07-06 18:20 UTC  (2+ messages)

[PATCH v9 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-07-06 18:19 UTC  (3+ messages)
` [PATCH v9 1/2] acpi: Extend TPM2 ACPI table with missing log fields
` [PATCH v9 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

[iio:testing 57/101] drivers/iio/imu/inv_icm42600/inv_icm42600_i2c.c:61:9: warning: cast to smaller integer type 'enum inv_icm42600_chip' from 'const void
 2020-07-06 18:19 UTC 

[RFC] GPIO User I/O
 2020-07-06 18:19 UTC  (3+ messages)

[PATCH RFC 0/2] btrfs: make ticket wait uninterruptible to address unexpected RO during balance
 2020-07-06 18:19 UTC  (3+ messages)
` [PATCH RFC 1/2] btrfs: relocation: Allow signal to cancel balance

drivers/gpu/drm/amd/amdgpu/../display/dc/gpio/hw_generic.c:121:2: note: in expansion of macro 'if'
 2020-07-06 18:14 UTC  (2+ messages)

[PATCH] kbuild: introduce ccflags-remove-y and asflags-remove-y
 2020-07-06 18:14 UTC  (8+ messages)

Pull request for UEFI sub-system for efi-2020-10-rc1
 2020-07-06 18:17 UTC  (2+ messages)

[PATCH v2 0/7] DFS fixes
 2020-07-06 18:16 UTC  (8+ messages)
` [PATCH v2 1/7] cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()
` [PATCH v2 2/7] cifs: reduce number of referral requests in DFS link lookups
` [PATCH v2 3/7] cifs: rename reconn_inval_dfs_target()
` [PATCH v2 4/7] cifs: handle empty list of targets in cifs_reconnect()
` [PATCH v2 5/7] cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect
` [PATCH v2 6/7] cifs: only update prefix path of DFS links in cifs_tree_connect()
` [PATCH v2 7/7] cifs: document and cleanup dfs mount

[dpdk-dev] [PATCH v4] crypto/qat: add handling of multi process
 2020-07-06 18:16 UTC  (2+ messages)

[PATCH iproute2-next] devlink: add 'disk' to 'fw_load_policy' string validation
 2020-07-06 18:16 UTC  (2+ messages)

[Linux v5.8-rc4] objtool warnings with gcc-10
 2020-07-06 18:14 UTC  (3+ messages)

[PATCH iproute2 v2] tc: flower: support multiple MPLS LSE match
 2020-07-06 18:13 UTC  (2+ messages)

[omap-audio:peter/ti-linux-5.4.y/wip 4447/9999] riscv64-linux-ld: lib/ubsan.c:418: undefined reference to `__ashrti3'
 2020-07-06 18:13 UTC 

PHY reset handling during DT parsing
 2020-07-06 18:13 UTC 

[PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)
 2020-07-06 18:11 UTC  (7+ messages)

[PATCH iproute2] ip link: initial support for bareudp devices
 2020-07-06 18:11 UTC  (2+ messages)

[dpdk-dev] [PATCH] log: remove unneeded log type declaration
 2020-07-06 18:10 UTC  (2+ messages)

[avpatel:riscv_kvm_v13 5/21] error: arch/riscv/include/uapi/asm/kvm.h: missing "WITH Linux-syscall-note" for SPDX-License-Identifier
 2020-07-06 18:10 UTC 

[PATCH 0/7] audio: Spring cleaning
 2020-07-06 18:09 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: iomap-5.9-merge updated to d1b4f507d71d
 2020-07-06 18:10 UTC 

Contribute to KernelCI in Kubernetes or Cloud
 2020-07-06 18:10 UTC  (2+ messages)

[PATCH] io_uring: add support for sendto(2) and recvfrom(2)
 2020-07-06 18:09 UTC 

[PATCH] arm64: tegra: Re-order PCIe aperture mappings
 2020-07-06 18:09 UTC  (3+ messages)

[PATCH v2 0/3] Few bug fixes and Convert to pin_user_pages*()
 2020-07-06 18:16 UTC  (6+ messages)
` [PATCH v2 1/3] xen/privcmd: Corrected error handling path
` [PATCH v2 2/3] xen/privcmd: Mark pages as dirty
` [PATCH v2 3/3] xen/privcmd: Convert get_user_pages*() to pin_user_pages*()

[PATCH iproute2-next] iproute2 Support lockless token bucket (LTB)
 2020-07-06 18:08 UTC 

[PATCH net-next 1/2] irq_work: Export symbol "irq_work_queue_on"
 2020-07-06 18:08 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.