messages from 2020-09-29 09:32:33 to 2020-09-29 10:18:30 UTC [more...]
[RFC] fixes for hangs and error reporting in CDC_WDM
2020-09-29 10:17 UTC (8+ messages)
[peterz-queue:sched/wip2 12/12] kernel/sched/core.c:1958:9: sparse: sparse: context imbalance in 'push_cpu_stop' - different lock contexts for basic block
2020-09-29 10:18 UTC
[PATCH v6 0/5] efi: Unified Xen hypervisor/kernel/initrd images
2020-09-29 10:17 UTC (3+ messages)
` [PATCH v6 2/5] efi/boot.c: add file.need_to_free
build failure (BTFIDS) with CONFIG_NET && !CONFIG_INET
2020-09-29 10:17 UTC
Keyboard regression by intel-vbtn
2020-09-29 10:17 UTC (5+ messages)
[PATCH 00/12] evtchn: recent XSAs follow-on
2020-09-29 10:16 UTC (5+ messages)
` [PATCH 02/12] evtchn: avoid race in get_xen_consumer()
` [PATCH 03/12] evtchn: don't call Xen consumer callback with per-channel lock held
[PATCH] PoC: Rust binding for QAPI (qemu-ga only, for now)
2020-09-29 10:14 UTC (8+ messages)
[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
2020-09-29 10:15 UTC (3+ messages)
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
[PATCH 2/3] USB: serial: ftdi_sio: pass port to quirk port_probe functions
2020-09-29 10:15 UTC (2+ messages)
[PATCH v1 0/5] mm: place pages to the freelist tail when onling and undoing isolation
2020-09-29 10:14 UTC (9+ messages)
` [PATCH v1 3/5] mm/page_alloc: always move pages to the tail of the freelist in unset_migratetype_isolate()
` [PATCH v1 4/5] mm/page_alloc: place pages to tail in __free_pages_core()
` [PATCH v1 5/5] mm/memory_hotplug: update comment regarding zone shuffling
[PATCH 0/5 V2] Fix DPC hotplug race and enhance error handling
2020-09-29 10:07 UTC (6+ messages)
` [PATCH 2/5 V2] PCI: pciehp: check and wait port status out of DPC before handling DLLSC and PDC
[PATCH] vfio-ccw: plug memory leak while getting region info
2020-09-29 10:12 UTC (2+ messages)
[PATCH 0/3] a family of FTDI-based devices that need ftdi_sio quirks
2020-09-29 10:13 UTC (2+ messages)
[RFC PATCH v2 net-next 00/21] Offload tc-flower to mscc_ocelot switch using VCAP chains
2020-09-29 10:10 UTC (22+ messages)
` [RFC PATCH v2 net-next 01/21] net: mscc: ocelot: introduce a new ocelot_target_{read,write} API
` [RFC PATCH v2 net-next 02/21] net: mscc: ocelot: return error if VCAP filter is not found
` [RFC PATCH v2 net-next 03/21] net: mscc: ocelot: generalize existing code for VCAP
` [RFC PATCH v2 net-next 04/21] net: mscc: ocelot: auto-detect packet buffer size and number of frame references
` [RFC PATCH v2 net-next 05/21] net: mscc: ocelot: automatically detect VCAP IS2 constants
` [RFC PATCH v2 net-next 06/21] net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and target
` [RFC PATCH v2 net-next 07/21] net: mscc: ocelot: add definitions for VCAP ES0 "
` [RFC PATCH v2 net-next 08/21] net: mscc: ocelot: auto-detect VCAP ES0 and IS1 parameters
` [RFC PATCH v2 net-next 09/21] net: mscc: ocelot: parse flower action before key
` [RFC PATCH v2 net-next 10/21] net: mscc: ocelot: offload multiple tc-flower actions in same rule
` [RFC PATCH v2 net-next 11/21] net: mscc: ocelot: change vcap to be compatible with full and quad entry
` [RFC PATCH v2 net-next 12/21] net: mscc: ocelot: add a new ocelot_vcap_block_find_filter_by_id function
` [RFC PATCH v2 net-next 13/21] net: mscc: ocelot: look up the filters in flower_stats() and flower_destroy()
` [RFC PATCH v2 net-next 14/21] net: mscc: ocelot: introduce conversion helpers between port and netdev
` [RFC PATCH v2 net-next 15/21] net: mscc: ocelot: create TCAM skeleton from tc filter chains
` [RFC PATCH v2 net-next 16/21] net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1
` [RFC PATCH v2 net-next 17/21] net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0
` [RFC PATCH v2 net-next 18/21] net: mscc: ocelot: only install TCAM entries into a specific lookup and PAG
` [RFC PATCH v2 net-next 19/21] net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()
` [RFC PATCH v2 net-next 20/21] net: mscc: ocelot: offload redirect action to VCAP IS2
` [RFC PATCH v2 net-next 21/21] selftests: ocelot: add some example VCAP IS1, IS2 and ES0 tc offloads
renesas-drivers-2020-09-29-v5.9-rc7
2020-09-29 10:12 UTC
[PULL 0/1] migration queue
2020-09-29 10:10 UTC (2+ messages)
[PATCH v3 00/10] gpio: mockup: refactoring + documentation
2020-09-29 10:10 UTC (11+ messages)
` [PATCH v3 01/10] lib: string_helpers: provide kfree_strarray()
` [PATCH v3 02/10] Documentation: gpio: add documentation for gpio-mockup
` [PATCH v3 03/10] gpio: mockup: drop unneeded includes
` [PATCH v3 04/10] gpio: mockup: use KBUILD_MODNAME
` [PATCH v3 05/10] gpio: mockup: use pr_fmt()
` [PATCH v3 06/10] gpio: mockup: remove unneeded return statement
` [PATCH v3 07/10] gpio: mockup: increase the number of supported device properties
` [PATCH v3 08/10] gpio: mockup: pass the chip label as device property
` [PATCH v3 09/10] gpio: mockup: use the generic 'gpio-line-names' property
` [PATCH v3 10/10] gpio: mockup: refactor the module init function
[PATCH] clk: renesas: r8a774a1-cpg-mssr: Add R8A774A1 RPC clock
2020-09-29 10:09 UTC
[MPTCP] Re: [RFC PATCH net 2/2] mptcp: Handle incoming 32-bit DATA_FIN values
2020-09-29 10:08 UTC
[PULL 0/9] Vga 20200929 patches
2020-09-29 9:57 UTC (10+ messages)
` [PULL 1/9] virtio-gpu-3d: fix abnormal display after a warm reboot
` [PULL 2/9] edid: fix physical display size computation
` [PULL 3/9] edid: use physical dimensions if available
` [PULL 4/9] ui: add getter for UIInfo
` [PULL 5/9] spice: remove the single monitor config logic
` [PULL 6/9] spice: get monitors physical dimension
` [PULL 7/9] virtio-gpu: set physical dimensions for EDID
` [PULL 8/9] virtio-vga: implement big-endian-framebuffer property
` [PULL 9/9] ppc/pseries: enable big-endian-framebuffer quirk for bochs-display and virtio-vga
[PATCH] spi: renesas_rpc_spi: Add compatible string for R8A774A1
2020-09-29 10:07 UTC
arm64/for-kernelci build: 3 builds: 0 failed, 3 passed, 16 warnings (v5.9-rc7-157-gc20d01454a1b)
2020-09-29 10:05 UTC
[PATCH 0/6] Add support for MCP25XXFD SPI-CAN Network driver
2020-09-29 10:06 UTC (4+ messages)
` [PATCH 2/6] dt-bindings: can: mcp25xxfd: document device tree bindings
Outline for VHOST_USER_PROTOCOL_F_VDPA
2020-09-29 10:04 UTC (4+ messages)
[gustavoars-linux:testing/fam1-fddi] BUILD SUCCESS ce71a10ee8f3bc7ead17c4a4333d6a57455bde2b
2020-09-29 5:12 UTC
NFTables: Can not add logs
2020-09-29 10:05 UTC (2+ messages)
[PATCH 2/2] arm64: dts: lx2160a: add device tree for lx2162aqds board
2020-09-29 10:01 UTC (7+ messages)
` [PATCH v3 0/2] Add device tree support for LX2162AQDS board
` [PATCH v3 1/2] dt-bindings: arm64: add compatible for LX2162A QDS Board
` [PATCH v3 2/2] arm64: dts: lx2160a: add device tree for lx2162aqds board
[PATCH] mtd: spi-nor-ids: Add Winbond W25M512JW flash entry
2020-09-29 10:04 UTC
[PATCH v6] mm/zswap: move to use crypto_acomp API for hardware acceleration
2020-09-29 10:02 UTC (5+ messages)
[PATCH v13 00/15] mtd: spi-nor: add xSPI Octal DTR support
2020-09-29 9:59 UTC (9+ messages)
` [RFC PATCH 0/3] mtd: spi-nor: Tackle stateful modes
` [RFC PATCH 1/3] mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILE
` [RFC PATCH 2/3] mtd: spi-nor: Introduce MTD_SPI_NOR_ALLOW_STATEFUL_MODES
` [RFC PATCH 3/3] mtd: spi-nor: Parse SFDP SCCR Map
Shipment Arrival : You Have A Package With Us
2020-09-29 10:00 UTC
Linaro OP-TEE Contributions meeting Sept 2020
2020-09-29 9:59 UTC
REGRESSION: in intel video driver following introduction of mm_struct.has_pinned
2020-09-29 8:18 UTC (2+ messages)
[LTP] [PATCH 1/1] io_destroy01: TCONF when unsupported
2020-09-29 9:57 UTC (8+ messages)
[PATCH] sched,fair: use list_for_each_entry() in print_cfs_stats()
2020-09-29 9:56 UTC (2+ messages)
[meta-freescale] gstreamer-plugins-bad build error in dunfell for SABRESD platform
2020-09-29 9:56 UTC
linux-next: Fixes tag needs some work in the ext4 tree
2020-09-29 9:54 UTC
[Bug 1897680] [NEW] memory address over 0x2000_7ffc is not accessible in mps2-an505
2020-09-29 9:42 UTC (4+ messages)
[PATCH v2 for v5.9] mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs
2020-09-29 9:53 UTC (4+ messages)
[PATCH v2] dt-bindings: mfd: correct interrupt flags in examples
2020-09-29 9:53 UTC (4+ messages)
[PATCH v10 00/13] i440fx/acpi: addition of feature and bug fixes
2020-09-29 9:50 UTC (10+ messages)
` [PATCH v10 13/13] tests/acpi: add DSDT.hpbrroot DSDT table blob to test global i440fx hotplug
[PATCH 00/16] hw/mips: Set CPU frequency
2020-09-29 9:50 UTC (6+ messages)
` [PATCH 16/16] tests/acceptance: Test the MIPSsim machine
mvebu_armada-37xx: Wrong usage of of_machine_is_compatible in u-boot master
2020-09-29 9:52 UTC
[rcu:urezki-pcount.2020.09.28c] BUILD SUCCESS 71aa30d791cf3ca748f72dcb22fab9e0f70a246f
2020-09-29 8:12 UTC
[PATCH 0/2] hw/arm/sbsa-ref : small fixes to smmuv3 initialisation
2020-09-29 9:51 UTC (4+ messages)
` [PATCH 1/2] hw/arm/sbsa-ref : Fix SMMUv3 Initialisation
` [PATCH 2/2] hw/arm/sbsa-ref : allocate IRQs for SMMUv3
[dpdk-dev] [PATCH] net/octeontx2: add support VLAN insert and strip action
2020-09-29 9:51 UTC (2+ messages)
linux-next: Signed-off-by missing for commit in the arm64 tree
2020-09-29 9:51 UTC
[PATCH v2 0/4] drm/qxl: fix stale mm entries on driver shutdown
2020-09-29 9:51 UTC (13+ messages)
` [PATCH v2 1/4] drm/qxl: use drmm_mode_config_init
` [PATCH v2 2/4] drm/qxl: release shadow on shutdown
` [PATCH v2 3/4] drm/qxl: handle shadow in primary destroy
` [PATCH v2 4/4] drm/qxl: use qxl pin function
[PATCH 0/3] intel_pmt: Add Alder Lake and OOB-MSM support
2020-09-29 9:51 UTC (3+ messages)
` [PATCH 1/3] mfd: intel_pmt: Add OOBMSM device ID
[PATCH v5 0/7] vhost-user-blk: fix the migration issue and enhance qtests
2020-09-29 9:48 UTC (5+ messages)
Linaro OP-TEE Contributions meeting Sept 2020
2020-09-29 9:49 UTC
[RFC PATCH 0/7] block-backend: Introduce I/O hang
2020-09-29 9:48 UTC (3+ messages)
[PATCH v2 2/6] mfd: Add MFD driver for ATC260x PMICs
2020-09-29 9:48 UTC (4+ messages)
[PATCH mfd] mfd: asic3: build if COMPILE_TEST=y
2020-09-29 9:48 UTC (2+ messages)
[PATCH v6 00/21] Convert QAPI doc comments to generate rST instead of texinfo
2020-09-29 9:46 UTC (6+ messages)
` [PATCH v6 09/21] docs/interop: Convert qemu-qmp-ref to rST
[PATCH] Define default CONFIG_PREBOOT with right config option
2020-09-29 9:48 UTC
[PATCH v4 1/4] dt-bindings: media: imx258: add bindings for IMX258 sensor
2020-09-29 9:46 UTC (9+ messages)
[igt-dev] [PATCH i-g-t v11 0/2] Add test for asynchronous flips
2020-09-29 9:46 UTC (4+ messages)
` [igt-dev] [PATCH i-g-t v11 1/2] lib/igt_ioctl_wrappers: Add igt_has_drm_cap ioctl wrapper
[f2fs-dev] [PATCH v2 1/2] f2fs: compress: introduce page array slab cache
2020-09-29 9:46 UTC (8+ messages)
[Intel-gfx] [PATCH v10 0/8] Asynchronous flip implementation for i915
2020-09-29 9:46 UTC (4+ messages)
` "
[Intel-wired-lan] [patch 15/35] net: sfc: Replace in_interrupt() usage
2020-09-29 9:39 UTC (3+ messages)
` [RFC PATCH net-next] sfc: replace "
KASAN: global-out-of-bounds Read in fbcon_get_font
2020-09-29 9:44 UTC (10+ messages)
` [PATCH 0/3] Prevent out-of-bounds access for built-in font data buffers
` [Linux-kernel-mentees] "
UCM fails if driver built into kernel
2020-09-29 9:43 UTC
[RESEND PATCH] configs: lx2162aqds: Enable gpio driver in defconfig
2020-09-29 9:44 UTC
[MPTCP] Re: [MPTCP][PATCH v3 mptcp-next 2/2] selftests: mptcp: add ADD_ADDR timeout test case
2020-09-29 9:43 UTC
[igt-dev] [PATCH i-g-t] i915/gen9_exec_parse: Check parsing of large objects
2020-09-29 9:43 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for i915/gen9_exec_parse: Check parsing of large objects (rev2)
[PATCH v2 0/2] drm/tilcdc: Couple of minor feature improvements
2020-09-29 9:42 UTC (3+ messages)
` [PATCH v2 2/2] drm/tilcdc: Remove tilcdc_crtc_max_width(), use private data
[PATCH v2 0/9] gpio: mockup: refactoring + documentation
2020-09-29 9:42 UTC (8+ messages)
` [PATCH v2 1/9] lib: string_helpers: provide kfree_strarray()
[PATCH bpf-next] libbpf: export bpf_object__reuse_map() to libbpf api
2020-09-29 9:42 UTC (3+ messages)
[PATCH 1/7] driver: introduce less error-prone dev_get_drvdata alternative
2020-09-29 9:42 UTC (3+ messages)
[RFC PATCH 0/4] Add support for ARMv8.6 TWED feature
2020-09-29 9:17 UTC (4+ messages)
` [RFC PATCH 2/4] KVM: arm64: Make use of "
` [RFC PATCH 3/4] KVM: arm64: Use dynamic TWE Delay value
` [RFC PATCH 4/4] KVM: arm64: Add trace for TWED update
[PATCH v9 00/14] ASoC: Intel: Catpt - Lynx and Wildcat point
2020-09-29 9:39 UTC (6+ messages)
` [PATCH v9 02/14] ASoC: Intel: catpt: Implement IPC protocol
[dpdk-dev] [PATCH v1 0/4] optimize async data path
2020-09-29 9:29 UTC (6+ messages)
` [dpdk-dev] [PATCH v3 "
` [dpdk-dev] [PATCH v3 1/4] vhost: simplify async copy completion
` [dpdk-dev] [PATCH v3 2/4] vhost: dynamically allocate async memory
` [dpdk-dev] [PATCH v3 3/4] vhost: fix async vector buffer overrun
` [dpdk-dev] [PATCH v3 4/4] vhost: fix async register/unregister deadlock
[RFC][PATCH 0/9] drm: Support simple-framebuffer devices and firmware fbs
2020-09-29 9:39 UTC (10+ messages)
` [PATCH 1/9] drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()
[MPTCP] Re: [MPTCP][PATCH v3 mptcp-next 1/2] mptcp: add a new sysctl add_addr_timeout
2020-09-29 9:39 UTC
[PATCH 0/5] Fix DPC hotplug race and enhance error hanlding
2020-09-29 9:38 UTC (5+ messages)
` [PATCH 3/5] PCI/ERR: get device before call device driver to avoid null pointer reference
[PATCH] tty: serial: fsl_lpuart: fix lpuart32_poll_get_char
2020-09-29 9:55 UTC (2+ messages)
[PATCH net-next 0/7] net: hns3: updates for -next
2020-09-29 9:32 UTC (8+ messages)
` [PATCH net-next 1/7] net: hns3: replace macro HNS3_MAX_NON_TSO_BD_NUM
` [PATCH net-next 2/7] net: hns3: rename trace event hns3_over_8bd
` [PATCH net-next 3/7] net: hns3: add UDP segmentation offload support
` [PATCH net-next 4/7] net: hns3: Add RoCE VF reset support
` [PATCH net-next 5/7] net: hns3: remove unused code in hns3_self_test()
` [PATCH net-next 6/7] net: hns3: debugfs add new command to query device specifications
` [PATCH net-next 7/7] net: hns3: dump tqp enable status in debugfs
[PATCH v2 0/2] phy: amlogic: Add support for AXG MIPI D-PHY
2020-09-29 9:32 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: phy: add Amlogic AXG MIPI D-PHY bindings
` [PATCH v2 2/2] phy: amlogic: Add AXG MIPI D-PHY driver
[PATCH] Revert "video: fbdev: amba-clcd: Retire elder CLCD driver"
2020-09-29 9:32 UTC (3+ messages)
[dpdk-dev] [RFC 1/2] Description: lib/ethdev: change data type in tc_rxq and tc_txq
2020-09-29 9:33 UTC (4+ messages)
` [dpdk-dev] [dpdk-techboard] [PATCH V5 1/2] dpdk: resolve compiling errors for per-queue stats
[meta-virtualization] How to enable libvirt to work with XEN on a custom board. #yocto #meta-virtualization
2020-09-29 9:33 UTC
[PATCH v3] libmultipath: Allow discovery of USB devices
2020-09-29 9:33 UTC (2+ messages)
[PATCH] arm: use mmap_write_(un)lock for copy_to_user
2020-09-29 9:31 UTC (2+ messages)
[PATCH v2 for-next] RDMA/hns: Remove unused variables and definitions
2020-09-29 9:32 UTC
[PATCH v4 01/19] drm/virtio: blob prep: refactor getting pages and attaching backing
2020-09-29 9:32 UTC (2+ messages)
[PATCH -next] drm/qxl: simplify the return expression of qxl_plane_prepare_fb()
2020-09-29 9:32 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.