All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-30 15:19:33 to 2020-09-30 15:31:43 UTC [more...]

[PATCH v3 0/3] iommu/tegra-smmu: Add PCI support
 2020-09-30 15:31 UTC  (13+ messages)
` [PATCH v3 1/3] memory: tegra: Add devm_tegra_get_memory_controller()
` [PATCH v3 2/3] iommu/tegra-smmu: Rework .probe_device and .attach_dev

[Intel-gfx] [PATCH v2 00/11] drm/i915: Plumb crtc state to link training code
 2020-09-30 15:31 UTC  (11+ messages)
` [Intel-gfx] [PATCH v2 05/11] drm/i915: Split ICL combo PHY buf trans per output type
` [Intel-gfx] [PATCH v2 06/11] drm/i915: Split ICL MG "
` [Intel-gfx] [PATCH v2 07/11] drm/i915: Split EHL combo "
` [Intel-gfx] [PATCH v2 08/11] drm/i915: Split TGL "
` [Intel-gfx] [PATCH v2 09/11] drm/i915: Split TGL DKL "

[PATCH net-next 0/3] net: atlantic: phy tunables from mac driver
 2020-09-30 15:31 UTC  (5+ messages)
  ` ethtool/phy tunables and extack (was Re: [PATCH net-next 0/3] net: atlantic: phy tunables from mac driver)

[PATCH] libxfs: disallow filesystems with reverse mapping and reflink and realtime
 2020-09-30 15:31 UTC  (2+ messages)

[PATCH v4 0/6] kasan: add workqueue and timer stack for generic KASAN
 2020-09-30 15:29 UTC  (4+ messages)

[PATCH 000/100] CCS driver
 2020-09-30 15:28 UTC  (101+ messages)
` [PATCH 001/100] smiapp: Add CCS register definitions and limits
` [PATCH 002/100] smiapp: Use CCS register flags
` [PATCH 003/100] smiapp: Calculate CCS limit offsets and limit buffer size
` [PATCH 004/100] smiapp: Remove macros for defining registers, merge definitions
` [PATCH 005/100] smiapp: Add macros for accessing CCS registers
` [PATCH 006/100] smiapp: Use MIPI CCS version and manufacturer ID information
` [PATCH 007/100] smiapp: Read CCS limit values
` [PATCH 008/100] smiapp: Switch to CCS limits
` [PATCH 009/100] smiapp: Obtain frame descriptor from "
` [PATCH 010/100] smiapp: Use CCS limits in reading data format descriptors
` [PATCH 011/100] smiapp: Use CCS limits in reading binning capabilities
` [PATCH 012/100] smiapp: Use CCS registers
` [PATCH 013/100] smiapp: Remove quirk function for writing a single 8-bit register
` [PATCH 014/100] smiapp: Rename register access functions
` [PATCH 015/100] smiapp: Internal rename to CCS
` [PATCH 016/100] smiapp: Differentiate CCS sensors from SMIA in subdev naming
` [PATCH 017/100] smiapp: Rename as "ccs"
` [PATCH 018/100] ccs: Remove profile concept
` [PATCH 019/100] ccs: Give all subdevs a function
` [PATCH 020/100] dt-bindings: Add vendor prefix for MIPI Alliance
` [PATCH 021/100] dt-bindings: nokia,smia: Fix link-frequencies documentation
` [PATCH 022/100] dt-bindings: nokia,smia: Make vana-supply optional
` [PATCH 023/100] dt-bindings: nokia,smia: Convert to YAML
` [PATCH 024/100] dt-bindings: nokia,smia: Use better active polarity for reset
` [PATCH 025/100] dt-bindings: Amend SMIA bindings with MIPI CCS support
` [PATCH 026/100] dt-bindings: Add bus-type for C-PHY support
` [PATCH 027/100] ccs: Request for "reset" GPIO
` [PATCH 028/100] ccs: Add "mipi,ccs" compatible string
` [PATCH 029/100] ccs: Remove the I²C ID table
` [PATCH 030/100] ccs: Remove remaining support for platform data
` [PATCH 031/100] ccs: Make hwcfg part of the device specific struct
` [PATCH 032/100] ccs: Add CCS static data parser library
` [PATCH 033/100] ccs: Combine revision number major and minor into one
` [PATCH 034/100] ccs: Read CCS static data from firmware binaries
` [PATCH 035/100] ccs: Stop reading arrays after the first zero
` [PATCH 036/100] ccs: The functions to get compose or crop rectangle never return NULL
` [PATCH 037/100] ccs: Replace somewhat harsh internal checks based on BUG with WARN_ON
` [PATCH 038/100] ccs: Refactor register reading a little
` [PATCH 039/100] ccs: Make real to integer number conversion optional
` [PATCH 040/100] ccs: Move limit value real to integer conversion from read to access time
` [PATCH 041/100] ccs: Read ireal numbers correctly
` [PATCH 042/100] smiapp-pll: Rename as ccs-pll
` [PATCH 043/100] ccs: Change my e-mail address
` [PATCH 044/100] ccs: Add support for manufacturer regs from sensor and module files
` [PATCH 045/100] ccs: Use static data read-only registers
` [PATCH 046/100] ccs: Clean up runtime PM usage
` [PATCH 047/100] ccs: Wrap long lines, unwrap short ones
` [PATCH 048/100] ccs: Add device compatible identifiers for telling SMIA and CCS apart
` [PATCH 049/100] ccs: Use longer pre-I²C sleep for CCS compliant devices
` [PATCH 050/100] ccs-pll: Don't use div_u64 to divide a 32-bit number
` [PATCH 051/100] ccs-pll: Split limits and PLL configuration into front and back parts
` [PATCH 052/100] ccs-pll: Use correct VT divisor for calculating VT SYS divisor
` [PATCH 053/100] ccs-pll: End search if there are no better values available
` [PATCH 054/100] ccs-pll: Remove parallel bus support
` [PATCH 055/100] ccs-pll: Differentiate between CSI-2 D-PHY and C-PHY
` [PATCH 056/100] ccs-pll: Move the flags field down, away from 8-bit fields
` [PATCH 057/100] ccs-pll: Document the structs in the header as well as the function
` [PATCH 058/100] ccs-pll: Use the BIT macro
` [PATCH 059/100] ccs-pll: Begin calculation from OP system clock frequency
` [PATCH 060/100] ccs-pll: Fix condition for pre-PLL divider lower bound
` [PATCH 061/100] ccs-pll: Avoid overflow in pre-PLL divisor lower bound search
` [PATCH 062/100] ccs-pll: Fix comment on check against maximum PLL multiplier
` [PATCH 063/100] ccs-pll: Fix check for PLL multiplier upper bound
` [PATCH 064/100] ccs-pll: Use explicit 32-bit unsigned type
` [PATCH 065/100] ccs-pll: Add support for lane speed model
` [PATCH 066/100] ccs: "
` [PATCH 067/100] ccs-pll: Add support for decoupled OP domain calculation
` [PATCH 068/100] ccs-pll: Add support for extended input PLL clock divider
` [PATCH 069/100] ccs-pll: Support two cycles per pixel on OP domain
` [PATCH 070/100] ccs-pll: Add support flexible OP PLL pixel clock divider
` [PATCH 071/100] ccs-pll: Add sanity checks
` [PATCH 072/100] ccs-pll: Add C-PHY support
` [PATCH 073/100] ccs-pll: Split off VT subtree calculation
` [PATCH 074/100] ccs-pll: Check for derating and overrating, support non-derating sensors
` [PATCH 075/100] ccs-pll: Better separate OP and VT sub-tree calculation
` [PATCH 076/100] ccs-pll: Print relevant information on PLL tree
` [PATCH 077/100] ccs-pll: Rework bounds checks
` [PATCH 078/100] ccs-pll: Make VT divisors 16-bit
` [PATCH 079/100] ccs-pll: Fix VT post-PLL divisor calculation
` [PATCH 080/100] ccs-pll: Separate VT divisor limit calculation from the rest
` [PATCH 081/100] ccs-pll: Add trivial dual PLL support
` [PATCH 082/100] ccs: Dual "
` [PATCH 083/100] ccs-pll: Add support for DDR OP system and pixel clocks
` [PATCH 084/100] ccs: Add support for DDR OP SYS and OP PIX clocks
` [PATCH 085/100] ccs: Print written register values
` [PATCH 086/100] ccs-pll: Print pixel rates
` [PATCH 087/100] ccs: Add support for obtaining C-PHY configuration from firmware
` [PATCH 088/100] ccs: Add digital gain support
` [PATCH 089/100] ccs: Add support for old-style SMIA digital gain
` [PATCH 090/100] ccs: Remove analogue gain field
` [PATCH 091/100] ccs: Only add analogue gain control if the device supports it
` [PATCH 092/100] v4l: Add user control base for CCS controls
` [PATCH 093/100] v4l: uapi: Add controls for analogue gain constants
` [PATCH 094/100] ccs: Add support for analogue gain coefficient controls
` [PATCH 095/100] v4l: uapi: Add controls for CCS alternative analogue gain
` [PATCH 096/100] ccs: Add support for alternate analogue global gain
` [PATCH 097/100] ccs: Add debug prints for MSR registers
` [PATCH 098/100] v4l: uapi: Add CCS controls for correction configuration and capabilities
` [PATCH 099/100] ccs: Add shading correction and luminance correction level controls
` [PATCH 100/100] smiapp: Add CCS ACPI device ID

[Intel-gfx] [PATCH] drm/i915: don't conflate is_dgfx with fake lmem
 2020-09-30 15:30 UTC 

[linux-next:master 11137/12330] drivers/perf/arm-cmn.c:1329:4: warning: format specifies type 'unsigned short' but the argument has underlying type 'unsigned int'
 2020-09-30 15:30 UTC 

[PATCH] tools/xenstore: set maximum number of grants needed
 2020-09-30 15:30 UTC  (5+ messages)

[dpdk-dev] [RFC] app/testpmd: distinguish ICMP identifier fields in packet
 2020-09-30 15:30 UTC  (4+ messages)
` [dpdk-dev] [RFC v2 1/1] "

Request to create repository google-ipmi-bmc-health
 2020-09-30 15:27 UTC 

[PATCH v2 0/3] Add reboot mode support
 2020-09-30 15:30 UTC  (3+ messages)

[PULL 00/13] Block patches
 2020-09-30 15:28 UTC  (3+ messages)
` [PULL 13/13] qemu/atomic.h: rename atomic_ to qatomic_

[linux-next:master 3272/11956] undefined reference to `ioread64_hi_lo'
 2020-09-30 15:29 UTC  (2+ messages)

[PATCH] qemu-storage-daemon: Fix help line for --export
 2020-09-30 14:59 UTC  (3+ messages)

[RFC PATCH seccomp 0/2] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-30 15:19 UTC  (13+ messages)
` [PATCH v3 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
  ` [PATCH v3 seccomp 1/5] x86: Enable seccomp architecture tracking
  ` [PATCH v3 seccomp 2/5] seccomp/cache: Add "emulator" to check if filter is constant allow
  ` [PATCH v3 seccomp 3/5] seccomp/cache: Lookup syscall allowlist for fast path
  ` [PATCH v3 seccomp 4/5] selftests/seccomp: Compare bitmap vs filter overhead
  ` [PATCH v3 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH v8 0/7] Qualcomm's lpass-hdmi ASoC driver to support audio over dp port
 2020-09-30 15:27 UTC  (3+ messages)
` [PATCH v8 5/7] ASoC: qcom: Add support for lpass hdmi driver

[PULL 0/2] acpi: unit test
 2020-09-30 15:18 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: usb: Add binding for discrete onboard USB hubs
 2020-09-30 15:28 UTC  (7+ messages)

[PATCH] x86/vdso: Remove retpoline from SGX vDSO call
 2020-09-30 15:28 UTC  (5+ messages)

[PATCH 0/4] ASoC: SOF: cleanups for 5.10
 2020-09-30 15:20 UTC  (5+ messages)
` [PATCH 1/4] ASoC: SOF: control: remove const in sizeof()
` [PATCH 2/4] ASoC: SOF: topology: "
` [PATCH 3/4] ASoC: SOF: sof-audio: remove goto used for force-nocodec support
` [PATCH 4/4] ASoC: SOF: loader: handle all SOF_IPC_EXT types

[PATCH v3 00/11] CMake and Visual Studio
 2020-09-30 15:26 UTC  (12+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] cmake: ignore files generated by CMake as run in "
  ` [PATCH v4 02/10] cmake: do find Git for Windows' shell interpreter
  ` [PATCH v4 03/10] cmake: ensure that the `vcpkg` packages are found on Windows
  ` [PATCH v4 04/10] cmake: fall back to using `vcpkg`'s `msgfmt.exe` "
  ` [PATCH v4 05/10] cmake: quote the path accurately when editing `test-lib.sh`
  ` [PATCH v4 06/10] cmake (Windows): let the `.dll` files be found when running the tests
  ` [PATCH v4 07/10] cmake (Windows): complain when encountering an unknown compiler
  ` [PATCH v4 08/10] cmake (Windows): initialize vcpkg/build dependencies automatically
  ` [PATCH v4 09/10] cmake (Windows): recommend using Visual Studio's built-in CMake support
  ` [PATCH v4 10/10] hashmap_for_each_entry(): workaround MSVC's runtime check failure #3

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-30 15:25 UTC  (15+ messages)
` [PATCH v6 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation

[dpdk-dev] [PATCH 0/7] cmdline: support Windows
 2020-09-30 15:26 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/7] cmdline: make implementation opaque

[PATCH v1 00/20] s390x/tcg: Implement Vector enhancements facility and switch to z14
 2020-09-30 14:55 UTC  (4+ messages)
` [PATCH v1 14/20] s390x/tcg: Implement 32/128 bit for VECTOR FP SQUARE ROOT
` [PATCH v1 18/20] s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM)
` [PATCH v1 20/20] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-09-30 15:26 UTC  (3+ messages)

[PATCH v5 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-09-30 15:12 UTC  (3+ messages)
` [PATCH v5 09/14] hw/block/nvme: Support "

[PATCH] linux-user: correct errno returned from accept4() syscall
 2020-09-30 15:16 UTC 

[PATCH 2/2] quectel: Power on/off with a gpio pulse
 2020-09-30 15:25 UTC  (2+ messages)

[RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
 2020-09-30 15:25 UTC  (11+ messages)

[PATCH next v2 0/2] printk: fix reading beyond buffer
 2020-09-30 15:25 UTC  (3+ messages)
` [PATCH next v2 1/2] printk: avoid and/or handle record truncation

[PATCH 00/10] CMake and Visual Studio
 2020-09-30 15:25 UTC  (4+ messages)
` [PATCH 08/10] cmake (Windows): initialize vcpkg/build dependencies automatically

[PATCH v3 0/9] regmap: Add managed API, regmap fields, regmap config
 2020-09-30 15:25 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/2] net/virtio: setup Tx region for packed ring
 2020-09-30 15:24 UTC  (4+ messages)
` [dpdk-dev] [PATCH 2/2] net/virtio: use indirect ring in packed datapath

[PATCH v6 0/4] Spilt PCIe node to comply with hardware design
 2020-09-30 15:23 UTC  (5+ messages)
` [PATCH v6 2/4] PCI: mediatek: Add new method to get shared pcie-cfg base and irq

[PATCH v5 bpf-next 00/12] BPF TCP header options
 2020-09-30 15:23 UTC  (3+ messages)
` [PATCH v5 bpf-next 09/12] bpf: tcp: Allow bpf prog to write and parse TCP header option

[PATCH v2 0/4] qemu-storage-daemon: Remove QemuOpts from --object parser
 2020-09-30 15:10 UTC  (4+ messages)
` [PATCH v2 1/4] keyval: Parse help options

[PATCH 1/4] libsepol: Get rid of the old and duplicated symbols
 2020-09-30 15:22 UTC  (3+ messages)
` [PATCH 4/4] libsemanage: Bump libsemanage.so version

[PATCH v3 bpf-next 0/2] introduce BPF_F_PRESERVE_ELEMS
 2020-09-30 15:20 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] bpf: introduce BPF_F_PRESERVE_ELEMS for perf event array
` [PATCH v3 bpf-next 2/2] selftests/bpf: add tests for BPF_F_PRESERVE_ELEMS

[PATCH 0/6] can: add support for ETAS ES58X CAN USB
 2020-09-30 15:21 UTC  (3+ messages)
` [PATCH v2 2/6] can: dev: add a helper function to get the correct length of Classical frames

[PATCH v2 1/2] devfreq: qcom: Add L2 Krait Cache devfreq scaling driver
 2020-09-30 15:21 UTC  (5+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-30 15:20 UTC  (6+ messages)

[PATCH] parisc: Add ioread64_hi_lo() and iowrite64_hi_lo()
 2020-09-30 15:20 UTC 

[dpdk-dev] [PATCH v1 1/1] net/mlx5: support match ICMP identifier fields
 2020-09-30 15:20 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "

STM32MP1: Adding TF-A causes kernel errors
 2020-09-30 15:20 UTC  (4+ messages)

[dpdk-dev] [PATCH v3] net/af_xdp: custom XDP program loading
 2020-09-30 15:20 UTC  (2+ messages)

[PATCH v3] arm64: Add purgatory printing
 2020-09-30 15:20 UTC  (2+ messages)

[RFC PATCH 0/2] objtool and cross compilation
 2020-09-30 15:19 UTC  (4+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 1/2] objtool: x86 instruction decoder and big endian cross compiles


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.