All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-19 08:17:29 to 2020-02-19 08:50:32 UTC [more...]

[PATCH 01/10] n_gsm: drop unneeded gsm_dlci->fifo field
 2020-02-19  8:49 UTC  (10+ messages)
` [PATCH 02/10] n_gsm: introduce enum gsm_dlci_state
` [PATCH 03/10] n_gsm: introduce enum gsm_dlci_mode
` [PATCH 04/10] n_gsm: introduce enum gsm_mux_state
` [PATCH 05/10] n_gsm: add missing __user annotations
` [PATCH 06/10] n_gsm: add missing \n to prints
` [PATCH 07/10] n_gsm: switch dead to bool
` [PATCH 08/10] n_gsm: switch throttled "
` [PATCH 09/10] n_gsm: switch constipated "
` [PATCH 10/10] n_gsm: switch escape "

[PATCH 0/2] clk: meson: g12a: add support for the SPICC SCLK Source clocks
 2020-02-19  8:49 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: clk: g12a-clkc: add SPICC SCLK Source clock IDs
` [PATCH 2/2] clk: meson: g12a: add support for the SPICC SCLK Source clocks

[PATCH RFC 0/7] perf pmu-events: Support event aliasing for system PMUs
 2020-02-19  8:50 UTC  (12+ messages)

[LTP] [PATCH 0/7] Add new LTP tests related to fsmount family of syscalls
 2020-02-19  8:50 UTC  (8+ messages)
` [LTP] [PATCH 2/7] syscalls/fsopen: New tests

[PATCH v2 fixed 00/16] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-19  8:49 UTC  (7+ messages)
` [PATCH v2 fixed 01/16] util: vfio-helpers: Factor out and fix processing of existing ram blocks
` [PATCH v2 fixed 03/16] util: vfio-helpers: Remove Error parameter from qemu_vfio_undo_mapping()

bnx2x: Latest firmware requirement breaks no regression policy
 2020-02-19  8:49 UTC  (2+ messages)

[alsa-devel] No sound with Realtek ALC298 on a Samsung Galaxy book
 2020-02-19  8:48 UTC  (6+ messages)

[RFC][PATCHv2 00/12] Implement V4L2_BUF_FLAG_NO_CACHE_* flags
 2020-02-19  8:48 UTC  (21+ messages)
` [RFC][PATCHv2 01/12] videobuf2: add cache management members
` [RFC][PATCHv2 02/12] videobuf2: handle V4L2 buffer cache flags
` [RFC][PATCHv2 03/12] videobuf2: add V4L2_FLAG_MEMORY_NON_CONSISTENT flag
` [RFC][PATCHv2 05/12] videobuf2: handle "
` [RFC][PATCHv2 09/12] videobuf2: let user-space know if driver supports cache hints
` [RFC][PATCHv2 11/12] videobuf2: add begin/end cpu_access callbacks to dma-sg

[PATCH] riscv: force hart_lottery to put in .sdata section
 2020-02-19  8:48 UTC  (3+ messages)

[PATCH] ARM: multi_v7_defconfig: enable drm imx support
 2020-02-19  8:48 UTC  (9+ messages)

[PATCH v4 2/6] PCI: rcar: Fix calculating mask for PCIEPAMR register
 2020-02-19  8:47 UTC  (5+ messages)

[PATCH v1 1/2] generic/054,055: add _require_v2log
 2020-02-19  8:48 UTC  (3+ messages)

[RFC PATCH v2 00/10] powerpc/32: switch VDSO to C implementation
 2020-02-19  8:45 UTC  (9+ messages)
` Surprising code generated for vdso_read_begin()

[PATCH] modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=n
 2020-02-19  8:46 UTC  (5+ messages)

[PATCH v3 0/5] Introduce i3c device userspace interface
 2020-02-19  8:45 UTC  (7+ messages)
` [PATCH v3 4/5] i3c: add i3cdev module to expose i3c dev in /dev

[linux-sof-driver:pr/1804 1/3] sound/soc/sof/topology.c:1259:4: error: implicit declaration of function 'for_each_rtd_cpu_dai'; did you mean 'for_each_rtd_codec_dai'?
 2020-02-19  8:45 UTC 

[PATCH for-next v2] RDMA/siw: Fix setting active_{speed, width} attributes
 2020-02-19  8:43 UTC  (3+ messages)

[PATCH 01/24] n_hdlc: remove tracing debug prints
 2020-02-19  8:41 UTC  (24+ messages)
` [PATCH 02/24] n_hdlc: remove unused macros
` [PATCH 03/24] n_hdlc: convert debuglevel use to pr_debug
` [PATCH 04/24] n_hdlc: put init/exit strings directly to prints
` [PATCH 05/24] n_hdlc: cleanup messages during registration
` [PATCH 06/24] n_hdlc: use clamp() for maxframe
` [PATCH 07/24] n_hdlc: simplify freeing of buffer list
` [PATCH 08/24] n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_poll
` [PATCH 09/24] n_hdlc: remove unused flags
` [PATCH 10/24] n_hdlc: remove unused backup_tty
` [PATCH 11/24] n_hdlc: expand tty2n_hdlc macro
` [PATCH 12/24] n_hdlc: inline n_hdlc_release
` [PATCH 13/24] n_hdlc: remove cached tty
` [PATCH 14/24] n_hdlc: remove checking of n_hdlc
` [PATCH 15/24] n_hdlc: add helper for buffers allocation
` [PATCH 16/24] n_hdlc: move tty_ldisc_ops to the bottom
` [PATCH 17/24] n_hdlc: switch tbusy and woke_up to bools
` [PATCH 18/24] n_hdlc: remove unneeded ifdef
` [PATCH 19/24] n_hdlc: use __func__ and pr_ print helpers
` [PATCH 20/24] n_hdlc: remove useless whitespace at line wraps
` [PATCH 21/24] n_hdlc: remove spaces between function name and (
` [PATCH 22/24] n_hdlc: add missing spaces after commas
` [PATCH 23/24] n_hdlc: fix whitespace around binary operators
` [PATCH 24/24] n_hdlc: wrap a comment properly

[PATCH] kconfig: make 'imply' obey the direct dependency
 2020-02-19  8:42 UTC  (2+ messages)

[PATCH v1 0/2] Add roc-rk3328-cc support
 2020-02-19  8:42 UTC  (5+ messages)
` [PATCH v1 1/2] rockchip: rk3328: dts: add L2 cache entry
  ` [PATCH v1 1/2] rockchip: rk3328: dts: add L2 cache entry【请注意,邮件由u-boot-bounces@lists.denx.de代发】
` [PATCH v1 2/2] rockchip: rk3328: add roc-rk3328-cc support

[PATCHv2 00/18] bpf: Add trampoline and dispatcher to /proc/kallsyms
 2020-02-19  8:41 UTC  (7+ messages)
` [PATCH 06/18] bpf: Add bpf_ksym_tree tree
` [PATCH 15/18] bpf: Sort bpf kallsyms symbols

[Buildroot] Qt Quick without OpenGL ? Swiftshader or Qt Quick 2D Renderer
 2020-02-19  8:38 UTC 

[PATCH] block: Fix partition support for host aware zoned block devices
 2020-02-19  8:37 UTC  (2+ messages)

BUG: using smp_processor_id() in preemptible [ADDR] code: syz-executor
 2020-02-19  8:34 UTC  (3+ messages)

[PATCH v2 0/3] Fix three issues found by syzbot
 2020-02-19  8:33 UTC  (4+ messages)
` [PATCH v2 3/3] tipc: fix issue of calling smp_processor_id() in preemptible

[LTP] [PATCH 1/1] fsmount01: Avoid leaving file descriptor open
 2020-02-19  8:33 UTC  (2+ messages)

[PATCH] WHPX: Assigning maintainer for Windows Hypervisor Platform
 2020-02-19  8:31 UTC  (3+ messages)

[Bug 206519] New: [amdgpu] kernel NULL pointer dereference on shutdown
 2020-02-19  8:32 UTC  (2+ messages)
` [Bug 206519] [amdgpu] kernel NULL pointer dereference on shutdown when CONFIG_DRM_AMD_DC_HDCP=y

[PATCH v2 09/42] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
 2020-02-19  8:32 UTC  (5+ messages)
` [PATCH v2.1] "

[PATCH v4 06/14] mmc: sdhci-esdhc-imx: add strobe-dll-delay-target support
 2020-02-19  8:25 UTC  (9+ messages)
` [PATCH v4 07/14] mmc: sdhci-esdhc-imx: optimize the clock setting
` [PATCH v4 08/14] mmc: sdhci-esdhc-imx: optimize the strobe dll setting
` [PATCH v4 09/14] mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_BROKEN_AUTO_CMD23
` [PATCH v4 10/14] mmc: sdhci-esdhc-imx: Add an new esdhc_soc_data for i.MX8MM
` [PATCH v4 11/14] mmc: sdhci-esdhc-imx: clear pending interrupt and halt cqhci
` [PATCH v4 12/14] mmc: sdhci-esdhc-imx: clear DMA_SEL when disable DMA mode
` [PATCH v4 13/14] mmc: sdhci-esdhc-imx: restore pin state when resume back
` [PATCH v4 14/14] mmc: queue: create dev->dma_parms before call dma_set_max_seg_size()

Add support for TCU of X1000
 2020-02-19  8:29 UTC  (6+ messages)
` [PATCH 0/4] "
` [PATCH 1/4] dt-bindings: timer: Add X1000 bindings
` [PATCH 2/4] clk: Ingenic: Add support for TCU of X1000
` [PATCH 3/4] clocksource: "
` [PATCH 4/4] irqchip: "

[RFC PATCH 0/5] Removing support for 32bit KVM/arm host
 2020-02-19  8:31 UTC  (2+ messages)

[PATCH v2 00/42] KVM: s390: Add support for protected VMs
 2020-02-19  8:31 UTC  (10+ messages)
` [PATCH v2 01/42] mm:gup/writeback: add callbacks for inaccessible pages

[PATCH 00/22] linux-user: generate syscall_nr.sh
 2020-02-19  8:29 UTC  (3+ messages)

[RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
 2020-02-19  8:30 UTC  (4+ messages)

[PATCH v4 05/14] doc: dt: fsl-imx-esdhc: add strobe-dll-delay-target binding
 2020-02-19  8:25 UTC 

[PATCH] RDMA/rxe: Fix configuration of atomic queue pair attributes
 2020-02-19  8:30 UTC  (5+ messages)

[PATCH v4 00/14] few fix for sdhci-esdhc-imx
 2020-02-19  8:22 UTC  (5+ messages)
` [PATCH v4 01/14] mmc: sdhci: do not enable card detect interrupt for gpio cd type
` [PATCH v4 02/14] mmc: sdhci-esdhc-imx: no fail when no pinctrl available
` [PATCH v4 03/14] mmc: sdhci-esdhci-imx: retune needed for Mega/Mix enabled SoCs
` [PATCH v4 04/14] mmc: sdhci-esdhc-imx: restore the per_clk rate in PM_RUNTIME

[dpdk-dev] Fwd: high latency detected in IP pipeline example
 2020-02-19  8:29 UTC  (7+ messages)

[PATCH] fixup! commands: boot: create boot entries on demand
 2020-02-19  8:30 UTC  (2+ messages)

[PATCH] x86/ioperm: add new paravirt function update_io_bitmap
 2020-02-19  8:29 UTC  (5+ messages)
    ` [Xen-devel] "

[dpdk-dev] [PATCH] net/mlx5: fix L3 vxlan RSS expansion
 2020-02-19  8:29 UTC 

[dpdk-dev] [PATCH 0/2] net/memif: loopback & init fix
 2020-02-19  8:29 UTC 

[dpdk-dev] [PATCH] net/mlx5: fix the hairpin queue capacity
 2020-02-19  8:28 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v4 00/14] Fixes for DP8393X SONIC device emulation
 2020-02-19  8:27 UTC  (7+ messages)

[PATCH v10 0/2] spi: cadence-quadpsi: Add support for the Cadence QSPI controller
 2020-02-19  8:28 UTC  (3+ messages)

[PATCH 1/3] drm/amdgpu: cleanup some incorrect reg access for SRIOV
 2020-02-19  8:27 UTC  (10+ messages)
` [PATCH 3/3] drm/amdgpu: fix colliding of preemption
      ` 回复: "
          ` 回复: "

[LTP] [PATCH v2] Wrapper for Syzkaller reproducers
 2020-02-19  8:27 UTC  (3+ messages)

[PATCH 0/6] i.MX: Fix external NAND boot
 2020-02-19  8:27 UTC  (4+ messages)
` [PATCH 5/6] ARM: i.MX: external NAND boot: Leave icache disabled

[dpdk-dev] [PATCH 0/2] net/memif: enable loopback
 2020-02-19  8:27 UTC 

[vfs:untested.uaccess 40/51] arch/sparc/include/asm/checksum_32.h:73:5: error: 'err_ptr' undeclared; did you mean 'si_ptr'?
 2020-02-19  8:26 UTC  (2+ messages)

[RFC net-next] net: mvneta: align xdp stats naming scheme to mlx5 driver
 2020-02-19  8:26 UTC  (5+ messages)

[Xen-devel] [BUG] panic: "IO-APIC + timer doesn't work" - several people have reproduced
 2020-02-19  8:25 UTC  (10+ messages)

[PATCH] libsepol: Use ebitmap_length() to check for an empty ebitmap
 2020-02-19  8:25 UTC  (2+ messages)

Project Loan
 2020-02-19  8:25 UTC 

[RFC PATCH v5] drm/amdgpu: Remove kfd eviction fence before release bo
 2020-02-19  8:24 UTC  (4+ messages)

[PATCH 1/4] reset_source: introduce reset_source_xlate to translate specific type
 2020-02-19  8:24 UTC  (2+ messages)

[patch] mm, thp: track fallbacks due to failed memcg charges separately
 2020-02-19  8:23 UTC  (4+ messages)
` [patch 1/2] mm, shmem: add thp fault alloc and fallback stats
  ` [patch 2/2] mm, thp: track fallbacks due to failed memcg charges separately

[PATCH v2 00/14] ARM: imx7ulp: add cpufreq using cpufreq-dt
 2020-02-19  7:59 UTC  (6+ messages)
` [PATCH v2 03/14] clk: imx: Fix division by zero warning on pfdv2
` [PATCH v2 04/14] clk: imx: pfdv2: switch to use determine_rate
` [PATCH v2 05/14] clk: imx: pfdv2: determine best parent rate
` [PATCH v2 06/14] clk: imx: pllv4: use prepare/unprepare
` [PATCH v2 14/14] [Do not Apply] ARM: dts: imx7ulp: add cpu OPP points

[PATCH v2 for-next 0/7] RDMA/hns: Refactor qp related code
 2020-02-19  8:22 UTC  (3+ messages)

[PATCH] vsprintf: don't obfuscate NULL and error pointers
 2020-02-19  8:21 UTC  (2+ messages)
` [PATCH] vsprintf: sanely handle NULL passed to %pe

[dpdk-dev] [PATCH 0/2] net/memif: enable loopback
 2020-02-19  8:21 UTC 

[PATCH v2 0/8] do not store GPU address in TTM
 2020-02-18 18:04 UTC  (9+ messages)
` [PATCH v2 1/8] drm/amdgpu: move ttm bo->offset to amdgpu_bo
` [PATCH v2 2/8] drm/radeon: don't use ttm bo->offset
` [PATCH v2 3/8] drm/vmwgfx: "
` [PATCH v2 4/8] drm/nouveau: "
` [PATCH v2 5/8] drm/qxl: "
` [PATCH v2 6/8] drm/vram-helper: "
` [PATCH v2 7/8] drm/bochs: use drm_gem_vram_offset to get bo offset
` [PATCH v2 8/8] drm/ttm: do not keep GPU dependent addresses

[PATCH] drm/arc: make arcpgu_debugfs_init return 0
 2020-02-18 18:02 UTC  (12+ messages)
` [PATCH] drm/arm: make hdlcd_debugfs_init "
` [PATCH 1/2] drm/debugfs: remove checks for return value of drm_debugfs functions
` [PATCH] drm/etnaviv: remove check for return value of drm_debugfs function
` [PATCH] drm/i915: make i915_debugfs_register return void
` [PATCH] drm/nouveau: remove checks for return value of debugfs functions
` [PATCH] drm/v3d: make v3d_debugfs_init return 0
` [PATCH] drm/vc4: remove check of return value of drm_debugfs functions
` [PATCH] drm/vram-helper: make drm_vram_mm_debugfs_init return 0
` [PATCH 2/2] drm: convert drm_debugfs functions to return void

[PATCH] drm/hisilicon: Set preferred mode resolution and maximum resolution
 2020-02-19  2:51 UTC 

[PATCH] drm/amdgpu: Add a GEM_CREATE mask and bugfix
 2020-02-19  8:20 UTC  (5+ messages)

LED backlight on Droid 4 and others
 2020-02-18 14:14 UTC  (6+ messages)

[PATCH 0/2] Support virtio cross-device resources
 2020-02-19  8:06 UTC  (3+ messages)
` [PATCH 1/2] virtio: add dma-buf support for exported objects
` [PATCH 2/2] drm/virtio: Support virtgpu exported resources

[PATCH 1/2] powerpc/kprobes: Remove redundant code
 2020-02-19  7:48 UTC  (3+ messages)

[cip-dev] [PATCH 4.19.y-cip 00/23] Renesas RZ/G2E USB Type-C Backport
 2020-02-19  8:20 UTC  (5+ messages)
` [cip-dev] [PATCH 4.19.y-cip 16/23] usb: typec: hd3ss3220_irq() can be static
  `  "
` [cip-dev] [PATCH 4.19.y-cip 21/23] arm64: defconfig: enable TYPEC_HD3SS3220 config option
  `  "

RFC: Unpinned DMA-buf handling
 2020-02-18 10:42 UTC  (6+ messages)
` [PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2

[PATCH] drm/tegra: remove checks for debugfs functions return value
 2020-02-18 15:55 UTC  (2+ messages)
` [PATCH] drm/tilcdc: remove check for return value of debugfs functions

[PATCH] dma-buf: free dmabuf->name in dma_buf_release()
 2020-02-18 18:41 UTC  (3+ messages)

[PATCH 1/1] Support LVDS output on Allwinner A20
 2020-02-18 17:50 UTC  (10+ messages)
` [PATCH v2 2/2] ARM: sun7i: dts: Add LVDS panel support on A20

[PATCH] video: fbdev: radeon: Remove dead code
 2020-02-18 16:15 UTC 

[PATCH] drm/hisilicon: Fixed pcie resource conflict between drm and firmware
 2020-02-19  7:57 UTC 

stable-rc 5.5.5-rc1: [drm:ade_irq_handler [kirin_drm]] *ERROR* LDI underflow!
 2020-02-18  8:54 UTC 

[PATCH] rockchip: make the global board_fit_config_name_match __weak
 2020-02-19  8:20 UTC  (2+ messages)

[PATCH v2 RESEND] drm/i915/gvt: make gvt oblivious of kvmgt data structures
 2020-02-18 13:33 UTC  (3+ messages)

[dpdk-dev] [PATCH 2/2] net/memif: fix init handling when already connected
 2020-02-19  8:19 UTC 

[dpdk-dev] [PATCH 1/2] net/memif: enable loopback
 2020-02-19  8:18 UTC 

[dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup
 2020-02-19  8:17 UTC  (4+ messages)
` [dpdk-dev] [PATCH 2/2] net/vhost: prevent multiple setup on reconfig

[PATCH 2/3] pci: designware: add separate driver for the MSI part of the RC
 2020-02-19  8:17 UTC  (8+ messages)

[PATCH v2 0/3] spi: meson-axg: add few enhanced features
 2020-02-19  8:17 UTC  (3+ messages)


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.