All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-10 11:32:47 to 2019-10-10 12:17:36 UTC [more...]

linux-can/testing: Request for testing
 2019-10-10 12:17 UTC  (16+ messages)
` [PATCH 01/29] can: dev: add missing of_node_put() after calling of_get_child_by_name()
` [PATCH 02/29] can: gs_usb: gs_can_open(): prevent memory leak
` [PATCH 03/29] can: mcba_usb: fix use-after-free on disconnect
` [PATCH 04/29] can: usb_8dev: "
` [PATCH 05/29] can: flexcan: disable completely the ECC mechanism
` [PATCH 06/29] can: peak_usb: fix a potential out-of-sync while decoding packets
` [PATCH 07/29] can: peak_usb: report bus recovery as well
` [PATCH 08/29] can: c_can: c_can_poll(): only read status register after status IRQ
` [PATCH 09/29] can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on open
` [PATCH 10/29] can: c_can: C_CAN: add bus recovery events
` [PATCH 11/29] can: xilinx_can: Fix flags field initialization for axi can
` [PATCH 12/29] can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid skb mem leak
` [PATCH 13/29] can: rx-offload: can_rx_offload_queue_tail(): "
` [PATCH 14/29] can: rx-offload: can_rx_offload_offload_one(): do not increase the skb_queue beyond skb_queue_len_max
` [PATCH 15/29] can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors on queue overflow or OOM

[PATCH v2] HID: core: check whether usage page item is after usage id item
 2019-10-10 12:16 UTC  (5+ messages)

[PULL 00/36] Block patches
 2019-10-10 11:42 UTC  (12+ messages)
` [PULL 02/36] block: introduce aio task pool
` [PULL 03/36] block/qcow2: refactor qcow2_co_preadv_part
` [PULL 04/36] block/qcow2: refactor qcow2_co_pwritev_part
` [PULL 06/36] block/backup: fix max_transfer handling for copy_range
` [PULL 07/36] block/backup: fix backup_cow_with_offload for last cluster
` [PULL 08/36] block/backup: split shareable copying part from backup_do_cow
` [PULL 10/36] block/backup: introduce BlockCopyState
` [PULL 11/36] block/backup: fix block-comment style
` [PULL 13/36] block: teach bdrv_debug_breakpoint skip filters with backing
` [PULL 16/36] iotests: 257: drop device_add
` [PULL 24/36] file-posix: account discard operations

"reuse mergeable anon_vma as parent when fork" causes a crash on s390
 2019-10-10 12:14 UTC  (6+ messages)

wake_q memory ordering
 2019-10-10 12:13 UTC  (3+ messages)

[Xen-devel] [PATCH v2 0/2] iommu: fixes for interrupt remapping enabling
 2019-10-10 12:13 UTC  (6+ messages)
` [Xen-devel] [PATCH v2 1/2] x2APIC: translate IO-APIC entries when enabling the IOMMU
` [Xen-devel] [PATCH v2 2/2] iommu: translate IO-APIC pins when enabling interrupt remapping

[dpdk-dev] [PATCH] vhost: add support to large linear mbufs
 2019-10-10 12:12 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] vhost: add support for large buffers

[PATCH net-next] net: usb: ax88179_178a: write mac to hardware in get_mac_addr
 2019-10-10 12:11 UTC  (3+ messages)

[PATCH 00/24] Enable bigjoiner support, second approach
 2019-10-10 12:10 UTC  (7+ messages)
` [PATCH 04/24] drm/i915: Remove cursor use of properties for coordinates
` [PATCH 07/24] drm/i915: Introduce intel_atomic_get_plane_state_after_check()

[PATCH 1/2] drm/i915/selftests: Check that registers are preserved between virtual engines
 2019-10-10 12:08 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/selftests: Check known register values within the context

[PATCH v1 0/4] Add modules.builtin.modinfo support
 2019-10-10 12:09 UTC  (5+ messages)
` [PATCH v1 1/4] libkmod: Add parser for modules.builtin.modinfo
` [PATCH v1 2/4] libkmod: Add function to get list of built-in modules
` [PATCH v1 3/4] Lookup aliases in the modules.builtin.modinfo
` [PATCH v1 4/4] modinfo: Show information about built-in modules

[PULL 00/31] s390x/tcg update
 2019-10-10 11:33 UTC  (32+ messages)
` [PULL 01/31] s390x/mmu: Drop debug logging from MMU code
` [PULL 02/31] s390x/mmu: Move DAT protection handling out of mmu_translate_asce()
` [PULL 03/31] s390x/mmu: Inject DAT exceptions from a single place
` [PULL 04/31] s390x/mmu: Inject PGM_ADDRESSING on bogus table addresses
` [PULL 05/31] s390x/mmu: Use TARGET_PAGE_MASK in mmu_translate_pte()
` [PULL 06/31] s390x/mmu: DAT table definition overhaul
` [PULL 07/31] s390x/mmu: Convert to non-recursive page table walk
` [PULL 08/31] s390x/mmu: Add EDAT2 translation support
` [PULL 09/31] s390x/mmu: Implement ESOP-2 and access-exception-fetch/store-indication facility
` [PULL 10/31] s390x/mmu: Implement Instruction-Execution-Protection Facility
` [PULL 11/31] s390x/cpumodel: Prepare for changes of QEMU model
` [PULL 12/31] s390x/cpumodel: Add new TCG features to QEMU cpu model
` [PULL 13/31] target/s390x: Add ilen to unwind data
` [PULL 14/31] target/s390x: Remove ilen parameter from tcg_s390_program_interrupt
` [PULL 15/31] target/s390x: Remove ilen parameter from s390_program_interrupt
` [PULL 16/31] target/s390x: Use tcg_s390_program_interrupt in TCG helpers
` [PULL 17/31] target/s390x: Push trigger_pgm_exception lower in s390_cpu_tlb_fill
` [PULL 18/31] target/s390x: Handle tec "
` [PULL 19/31] target/s390x: Return exception from mmu_translate_real
` [PULL 20/31] target/s390x: Remove exc argument to mmu_translate_asce
` [PULL 21/31] target/s390x: Return exception from mmu_translate
` [PULL 22/31] target/s390x: Return exception from translate_pages
` [PULL 23/31] target/s390x: Remove fail variable from s390_cpu_tlb_fill
` [PULL 24/31] target/s390x: Simplify helper_lra
` [PULL 25/31] target/s390x: Rely on unwinding in s390_cpu_tlb_fill
` [PULL 26/31] target/s390x: Rely on unwinding in s390_cpu_virt_mem_rw
` [PULL 27/31] target/s390x: Remove ILEN_AUTO
` [PULL 28/31] target/s390x: Remove ilen argument from trigger_access_exception
` [PULL 29/31] target/s390x: Remove ilen argument from trigger_pgm_exception
` [PULL 30/31] target/s390x: Remove ILEN_UNWIND
` [PULL 31/31] s390x/tcg: MVCL: Exit to main loop if requested

[PATCH v3 1/2] lib: devres: add a helper function for ioremap_uc
 2019-10-10 12:08 UTC  (4+ messages)
` [PATCH v3 2/2] mfd: intel-lpss: use devm_ioremap_uc for MMIO

[PATCH v7 00/12] Introduce the microvm machine type
 2019-10-10 11:40 UTC  (5+ messages)
` [PATCH v7 03/12] hw/i386/pc: fix code style issues on functions that will be moved out
` [PATCH v7 12/12] MAINTAINERS: add microvm related files

Wrong resetting of Logical Unit Number field in CDB
 2019-10-10 12:07 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Check that registers are preserved between virtual engines
 2019-10-10 12:07 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/selftests: Check that registers are preserved between virtual engines (rev2)

[PATCH v2 0/2] extcon: axp288: Move to swnodes
 2019-10-10 12:06 UTC  (8+ messages)

[PATCH rdma-next] RDMA/uapi: Fix and re-organize the usage of rdma_driver_id
 2019-10-10 12:05 UTC 

[PATCH 1/2] drm/i915/tgl: the BCS engine supports relative MMIO
 2019-10-10 12:04 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[alsa-devel] [PATCH v2 3/5] ASoC: core: add support to snd_soc_dai_get_sdw_stream()
 2019-10-10 12:03 UTC  (13+ messages)

[Qemu-devel] [PATCH v31 0/8] QEMU AVR 8 bit cores
 2019-10-10 11:38 UTC  (5+ messages)
`  "

Fix "dm kcopyd: Fix bug causing workqueue stalls" causes dead lock
 2019-10-10 12:03 UTC  (13+ messages)

[PATCHv2 0/6] nvme: double reset prevention
 2019-10-10 12:03 UTC  (5+ messages)
` [PATCHv2 5/6] nvme: Prevent resets during paused states

[PATCH v4 0/2] Amazon's Annapurna Labs Memory Controller EDAC
 2019-10-10 11:54 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: edac: al-mc-edac: "
` [PATCH v4 2/2] EDAC: al-mc-edac: Introduce "

[PATCH 0/1] fsmonitor: don't fill bitmap with entries to be removed
 2019-10-10 12:02 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v2 0/3] pinctrl: meson-a1: add pinctrl driver
 2019-10-10 12:02 UTC  (6+ messages)
` [PATCH v2 2/3] pinctrl: meson-a1: add pinctrl driver for Meson A1 Soc

[PATCH 0/1] Pass through the exit code of post-checkout
 2019-10-10 12:01 UTC  (2+ messages)
` [PATCH 1/1] switch/restore: consistently pass through exit code of `post-checkout`

next-20191010 kselftest results
 2019-10-10 12:00 UTC 

[PATCH] Makefile: respect $(V) in %.cocci.patch target
 2019-10-10 12:00 UTC  (2+ messages)

[PATCH v5 0/8] drm/omap: OMAP_BO flags
 2019-10-10 12:00 UTC  (9+ messages)
` [PATCH v5 1/8] drm/omap: use refcount API to track the number of users of dma_addr
` [PATCH v5 2/8] drm/omap: add omap_gem_unpin_locked()
` [PATCH v5 3/8] drm/omap: accept NULL for dma_addr in omap_gem_pin
` [PATCH v5 4/8] drm/omap: cleanup OMAP_BO flags
` [PATCH v5 5/8] drm/omap: remove OMAP_BO_TILED define
` [PATCH v5 6/8] drm/omap: cleanup OMAP_BO_SCANOUT use
` [PATCH v5 7/8] drm/omap: add omap_gem_validate_flags()
` [PATCH v5 8/8] drm/omap: add OMAP_BO flags to affect buffer allocation

[PATCH v2 0/4] drm/bridge: dw-hdmi: Add support for HDR metadata
 2019-10-10 11:59 UTC  (3+ messages)

[PATCH 0/1] xdiffi: fix typos and touch up comments
 2019-10-10 11:58 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v1 0/3] Integrate support for Self save, determine support and preference for self save or restore
 2019-10-10 11:58 UTC  (4+ messages)
` [PATCH v1 1/3] powerpc/powernv: Interface to define support and preference for a SPR
` [PATCH v1 2/3] powerpc/powernv: Introduce Self save support
` [PATCH v1 3/3] powerpc/powernv: Parse device tree, population of SPR support

[PATCH] scsi: core: fix uninit-value access of variable sshdr
 2019-10-10 12:05 UTC 

next/master boot: 301 boots: 12 failed, 274 passed with 13 offline, 1 untried/unknown, 1 conflict (next-20191010)
 2019-10-10 11:58 UTC 

[pull] ttm drm-fixes-5.4
 2019-10-10 11:58 UTC  (6+ messages)

[PATCH] can: j1939: fix memory leak if filters was set
 2019-10-10 11:55 UTC  (2+ messages)

[linux-platform-drivers-x86:review-andy 18/20] drivers/platform//x86/huawei-wmi.c:886:41: error: 'struct huawei_wmi' has no member named 'pdev'; did you mean 'idev'?
 2019-10-10 11:53 UTC 

[PATCH v2 0/1] IDE: Deprecate ide-drive
 2019-10-10 11:42 UTC  (5+ messages)
` [PATCH v2 1/1] IDE: deprecate ide-drive

[Outreachy] [PATCH] blame: Convert pickaxe_blame defined constants to enums
 2019-10-10 11:52 UTC 

[PATCH -next] drm/vkms: Remove duplicated include from vkms_drv.c
 2019-10-10 11:52 UTC  (2+ messages)

[PATCH v9 00/12] nvmet: add target passthru commands support
 2019-10-10 11:50 UTC  (7+ messages)
` [PATCH v9 01/12] nvme-core: introduce nvme_ctrl_get_by_path()
` [PATCH v9 04/12] nvmet: make nvmet_copy_ns_identifier() non-static

[PATCH] ARM: configs: at91: unselect PIT
 2019-10-10 11:50 UTC  (3+ messages)

[PATCH v6 0/2] Amazon's Annapurna Labs POS Driver
 2019-10-10 11:41 UTC  (6+ messages)
` [PATCH v6 1/2] dt-bindings: soc: al-pos: Amazon's Annapurna Labs POS
` [PATCH v6 2/2] soc: amazon: al-pos-edac: Introduce Amazon's Annapurna Labs POS EDAC driver

[PATCH 1/1] commit: add support to provide --coauthor
 2019-10-10 11:49 UTC  (5+ messages)

[Outreachy] Outreachy initial contact
 2019-10-10 11:48 UTC 

[U-Boot] [PATCH v1] usb: ehci-mx6: Fix bus enumeration for iMX7 SoCs
 2019-10-10 11:47 UTC  (2+ messages)

[LTP] [PATCH] acct: fix version check on big endian system
 2019-10-10 11:44 UTC  (4+ messages)

[PATCH 3/4] media: af9035: add support for Logilink VG0022A
 2019-10-10 11:44 UTC  (3+ messages)
` [PATCH 4/4] Add "

[U-Boot] [PATCH] test/py: hush_if_test: Add tests to cover octal/hex values
 2019-10-10 11:44 UTC 

[PATCH 00/13] cpuidle: psci: Support hierarchical CPU arrangement
 2019-10-10 11:39 UTC  (28+ messages)
` [PATCH 01/13] cpuidle: psci: Fix potential access to unmapped memory
` [PATCH 02/13] dt: psci: Update DT bindings to support hierarchical PSCI states
` [PATCH 03/13] firmware: psci: Export functions to manage the OSI mode
` [PATCH 04/13] of: base: Add of_get_cpu_state_node() to get idle states for a CPU node
` [PATCH 05/13] cpuidle: dt: Support hierarchical CPU idle states
` [PATCH 06/13] cpuidle: psci: Simplify OF parsing of CPU idle state nodes
` [PATCH 07/13] cpuidle: psci: Support hierarchical CPU idle states
` [PATCH 08/13] cpuidle: psci: Prepare to use OS initiated suspend mode via PM domains
` [PATCH 09/13] cpuidle: psci: Add support for PM domains by using genpd
` [PATCH 10/13] cpuidle: psci: Add a helper to attach a CPU to its PM domain
` [PATCH 11/13] cpuidle: psci: Attach CPU devices to their PM domains
` [PATCH 12/13] cpuidle: psci: Manage runtime PM in the idle path
` [PATCH 13/13] arm64: dts: Convert to the hierarchical CPU topology layout for MSM8916

[PATCH v3] migration: Support gtree migration
 2019-10-10 11:35 UTC  (4+ messages)

[PATCH 2/2] dm-snapshot: Reimplement the cow limit
 2019-10-10 11:42 UTC  (2+ messages)

[PATCH] si2157: Add support for Logilink VG0022A
 2019-10-10 11:42 UTC  (5+ messages)
` [PATCH 1/4] media: si2168: use bits instead of bool for flags

[PATCH] selinux-testsuite: add libelf to builds using libbpf
 2019-10-10 11:42 UTC  (5+ messages)

[mkl-can:testing 26/28] drivers/net//can/ti_hecc.c:644:3: error: 'ndev' undeclared; did you mean 'cdev'?
 2019-10-10 11:42 UTC  (2+ messages)

[PATCH] drm/i915/execlists: Mark up expected state during reset
 2019-10-10 11:41 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v4 0/4] lib: introduce copy_struct_from_user() helper
 2019-10-10 11:40 UTC  (4+ messages)
` [PATCH v4 1/4] "

[dpdk-dev] [PATCH 0/3] net/enic: fix multi-process isseus
 2019-10-10 11:39 UTC  (2+ messages)

[LTP] [PATCH v2] acct: fix version check on big endian system
 2019-10-10 11:39 UTC  (6+ messages)

[PATCH 1/2] dm-snapshot: introduce account_start_copy and account_end_copy
 2019-10-10 11:38 UTC  (2+ messages)

x86/sgx: v23-rc2
 2019-10-10 11:37 UTC 

[PATH bpf-next 1/2] flow_dissector: Allow updating the flow dissector program atomically
 2019-10-10 11:37 UTC  (4+ messages)
` [PATH bpf-next 2/2] selftests/bpf: Check that flow dissector can be re-attached

[PATCH V9 0/2] arm64/mm: Enable memory hot remove
 2019-10-10 11:34 UTC  (4+ messages)
` [PATCH V9 2/2] "

[Query] : PCIe - Endpoint Function
 2019-10-10 11:32 UTC  (2+ 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.