All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-13 06:01:07 to 2018-11-13 07:01:26 UTC [more...]

[Fuego] testplans and job inter-dependency
 2018-11-13  7:01 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 0/3] intel-iommu: add support for 5-level virtual IOMMU
 2018-11-13  6:59 UTC  (9+ messages)
` [Qemu-devel] [PATCH v1 2/3] intel-iommu: extend VTD emulation to allow 57-bit IOVA address width

[PATCH v5 0/5] Make sure .device_run is always called in non-atomic context
 2018-11-12 21:05 UTC  (4+ messages)

[ovmf test] 129923: regressions - FAIL
 2018-11-13  7:00 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2018-11-12
 2018-11-13  7:00 UTC 

[PATCH] mm/hwpoison: fix incorrect call put_hwpoison_page() when isolate_huge_page() return false
 2018-11-13  7:00 UTC 

[PATCH] multipath-tools: add ANA support for NVMe device
 2018-11-13  6:59 UTC  (5+ messages)
  `  "

[PATCH 1/2] btrfs-progs: ctree.h: Deprecate unused limit flags
 2018-11-13  6:57 UTC  (3+ messages)
` [PATCH 2/2] btrfs-progs: gitignore: Ignore compressed man pages

[Ksummit-discuss] TAB nomination
 2018-11-13  6:58 UTC  (4+ messages)
` [Tech-board-discuss] "
  ` [Tech-board-discuss] [Ksummit-discuss] "

[PATCH v5 0/5] ia64: system call table generation support
 2018-11-13  6:57 UTC  (6+ messages)
` [PATCH v5 1/5] ia64: add __NR_old_getpagesize in uapi header file
` [PATCH v5 2/5] ia64: add __NR_syscalls along with NR_syscalls
` [PATCH v5 3/5] ia64: add an offset for system call number
` [PATCH v5 4/5] ia64: add system call table generation support
` [PATCH v5 5/5] ia64: generate uapi header and system call table files

[PATCH 1/3] gpio: mockup: fix indicated direction
 2018-11-13  6:57 UTC  (11+ messages)

[linux-linus bisection] complete test-amd64-i386-qemuu-rhel6hvm-amd
 2018-11-13  6:52 UTC 

[U-Boot] [PATCH v3 00/28] General fixes / cleanup for RISC-V and improvements to qemu-riscv
 2018-11-13  6:52 UTC  (4+ messages)

[xen-unstable-smoke test] 129916: regressions - FAIL
 2018-11-13  6:51 UTC 

[PATCH v2] net: Add trace events for all receive exit points
 2018-11-12 20:56 UTC  (8+ messages)

xhci: handle stop ep on invalid CStream
 2018-11-13  6:48 UTC 

[PATCH] btrfs-progs: qgroup-verify: Check if qgroup limit is exceeded
 2018-11-13  6:47 UTC 

[PATCH 0/4] cfg80211/mac80211: Add support for TID specific configuration
 2018-11-13  6:46 UTC  (8+ messages)
` [PATCH 1/4] New netlink command "

[PATCH 1/2] arm64: dts: stratix10: Support Ethernet Jumbo frame
 2018-11-12 20:50 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: stratix10: fix multicast filtering

[PATCH v4 0/9] mpt3sas and dmapool scalability
 2018-11-13  6:44 UTC  (3+ messages)

[PATCH] net/ixgbe: fix ixgbevf link status
 2018-11-13  6:34 UTC  (2+ messages)
` [PATCH v2] "

alsa-utils: axfer: rewrite aplay, adding 'timer-based scheduling' option
 2018-11-13  6:41 UTC  (36+ messages)
  ` [PATCH 01/35] axfer: add an entry point for this command
    ` [PATCH 02/35] axfer: add a sub-command to print list of PCMs/devices
    ` [PATCH 03/35] axfer: add a common interface to handle a file with audio-specific data format
    ` [PATCH 04/35] axfer: add support for a container of Microsoft/IBM RIFF/Wave format
    ` [PATCH 05/35] axfer: add support for a container of Sparc AU format
    ` [PATCH 06/35] axfer: add support for a container of Creative Tech. voice format
    ` [PATCH 07/35] axfer: add support for a container of raw data
    ` [PATCH 08/35] axfer: add unit test for container interface
    ` [PATCH 09/35] axfer: add a common interface to align data frames on different layout
    ` [PATCH 10/35] axfer: add support for a mapper for single target
    ` [PATCH 11/35] axfer: add support for a mapper for multiple target
    ` [PATCH 12/35] axfer: add a unit test for mapper interface
    ` [PATCH 13/35] axfer: add a common interface to transfer data frames
    ` [PATCH 14/35] axfer: add a parser for command-line options
    ` [PATCH 15/35] axfer: add support to transfer data frames by alsa-lib PCM APIs
    ` [PATCH 16/35] axfer: add support for blocking data transmission operation of alsa-lib PCM API
    ` [PATCH 17/35] axfer: add a sub-command to transfer data frames
    ` [PATCH 18/35] axfer: add informative output and an option to suppress it
    ` [PATCH 19/35] axfer: add an option to dump available hardware parameters
    ` [PATCH 20/35] axfer: add options related to duration and obsolete '--max-file-size' option
    ` [PATCH 21/35] axfer: add an option to finish transmission at XRUN
    ` [PATCH 22/35] axfer: add support for non-blocking operation
    ` [PATCH 23/35] axfer: add support for MMAP PCM operation
    ` [PATCH 24/35] axfer: add an option to suppress event waiting
    ` [PATCH 25/35] axfer: add options for buffer arrangement
    ` [PATCH 26/35] axfer: add options for software parameters of PCM substream
    ` [PATCH 27/35] axfer: add options for plugins in alsa-lib
    ` [PATCH 28/35] axfer: add a common interface of waiter for I/O event notification
    ` [PATCH 29/35] axfer: add an option for waiter type
    ` [PATCH 30/35] axfer: add an implementation of waiter for poll(2)
    ` [PATCH 31/35] axfer: add an implementation of waiter for select(2)
    ` [PATCH 32/35] axfer: add an implementation of waiter for epoll(7)
    ` [PATCH 33/35] axfer: add support for timer-based scheduling model with MMAP operation
    ` [PATCH 34/35] axfer: obsolete some unimplemented options
    ` [PATCH 35/35] axfer: add support for libffado transmission backend

[RFC PATCH v2 1/2] x86/fpu: detect AVX task
 2018-11-13  6:42 UTC  (5+ messages)

[Qemu-devel] [PATCH v5 00/14] arm: nRF51 Devices and Microbit Support
 2018-11-13  6:40 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 01/14] qtest: Add set_irq_in command to set IRQ/GPIO level
` [Qemu-devel] [PATCH v5 07/14] tests: Add bbc:microbit / nRF51 test suite

[PATCH 0/4] Add SOCFPGA System Manager
 2018-11-13  6:39 UTC  (7+ messages)

[PATCH] mtd: spi-nor: cast to u64 to avoid uint overflows
 2018-11-13  6:39 UTC  (2+ messages)

[PATCH] doc: document IPv6 multicast limitation on VM
 2018-11-13  6:38 UTC  (2+ messages)

[PATCH v4 9/9] dmapool: debug: prevent endless loop in case of corruption
 2018-11-13  6:36 UTC  (3+ messages)

[PATCH net-next 0/4] sctp: add subscribe per asoc and sockopt SCTP_EVENT
 2018-11-13  6:35 UTC  (2+ messages)

[V9fs-developer] [PATCH] net/9p: include trans_common.h to fix missing prototype warning
 2018-11-13  6:28 UTC  (3+ messages)
`  "

[PATCH v5 0/4] mm: convert totalram_pages, totalhigh_pages and managed pages to atomic
 2018-11-13  6:33 UTC  (10+ messages)
` [PATCH v5 1/4] mm: reference totalram_pages and managed_pages once per function
` [PATCH v5 2/4] mm: convert zone->managed_pages to atomic variable
` [PATCH v5 3/4] mm: convert totalram_pages and totalhigh_pages variables to atomic
` [PATCH v5 4/4] mm: Remove managed_page_count spinlock

[PATCH] f2fs: fix out-place-update DIO write
 2018-11-13  6:33 UTC  (2+ messages)

[PATCH] iommu: arm-smmu: Set SCTLR.HUPCF bit
 2018-11-13  6:32 UTC  (6+ messages)

[PATCH] verifiers: fix double close on pgp's sig file descriptor
 2018-11-13  6:31 UTC 

[PATCH v4 8/9] dmapool: improve accuracy of debug statistics
 2018-11-13  6:30 UTC  (3+ messages)

[PATCH bpf-next] bpftool: make libbfd optional
 2018-11-12 20:35 UTC  (4+ messages)

[PATCH v2 0/5] mtd: spi-nor: fixes found when debugging smpt
 2018-11-13  6:29 UTC  (3+ messages)
` [PATCH v2 1/5] mtd: spi-nor: don't drop sfdp data if optional parsers fail

[PATCH v4 7/9] dmapool: cleanup integer types
 2018-11-13  6:27 UTC  (3+ messages)

[PATCH v4 6/9] dmapool: improve scalability of dma_pool_free
 2018-11-13  6:25 UTC  (3+ messages)

[PATCHv2 net-next 0/4] sctp: add subscribe per asoc and sockopt SCTP_EVENT
 2018-11-13  6:24 UTC  (5+ messages)
` [PATCHv2 net-next 1/4] sctp: define subscribe in sctp_sock as __u16
  ` [PATCHv2 net-next 2/4] sctp: add subscribe per asoc
    ` [PATCHv2 net-next 3/4] sctp: rename enum sctp_event to sctp_event_type
      ` [PATCHv2 net-next 4/4] sctp: add sockopt SCTP_EVENT

[RFC PATCH] PCI: designware: Skip allocating own MSI domain if using external MSI domain
 2018-11-13  6:21 UTC  (3+ messages)

[PATCH v4 5/9] dmapool: rename fields in dma_page
 2018-11-13  6:20 UTC  (3+ messages)

[PATCH v4 4/9] dmapool: improve scalability of dma_pool_alloc
 2018-11-13  6:19 UTC  (3+ messages)

[PATCH 0/2] reverts to un-regress v3d
 2018-11-13  6:18 UTC  (9+ messages)
` [PATCH 2/2] drm: Revert syncobj timeline changes

Status of browser support
 2018-11-13  6:18 UTC  (4+ messages)

[PATCH net-next] net: phy: check for implementation of both callbacks in phy_drv_supports_irq
 2018-11-12 20:22 UTC  (2+ messages)

[PATCH v4 3/9] dmapool: cleanup dma_pool_destroy
 2018-11-13  6:15 UTC  (3+ messages)

[PATCH kernel 0/5] powerpc/powernv/npu: Reworks for NVIDIA V100 + P9 passthrough (part 2)
 2018-11-13  6:13 UTC  (5+ messages)
` [PATCH kernel 4/5] powerpc/powernv/npu: Factor out OPAL calls from context manipulation

[RFC PATCH 00/13] m68k: Drop arch_gettimeoffset and adopt clocksource API
 2018-11-13  6:15 UTC  (8+ messages)
` [RFC PATCH 06/13] m68k: Drop ARCH_USES_GETTIMEOFFSET

[linux-3.18 bisection] complete test-amd64-i386-examine
 2018-11-13  6:14 UTC 

[PATCH v4 2/9] dmapool: remove checks for dev == NULL
 2018-11-13  6:14 UTC  (3+ messages)

[PATCH v3 00/13] Add support for TISCI irqchip drivers
 2018-11-13  6:13 UTC  (6+ messages)
` [PATCH v3 06/13] dt-bindings: irqchip: Introduce TISCI Interrupt router bindings

[PATCH v4 1/9] dmapool: fix boundary comparison
 2018-11-13  6:13 UTC  (3+ messages)

[PATCH] geneve: Add missing braces in addr6 initializer
 2018-11-13  6:11 UTC  (2+ messages)
` [PATCH net-next v2] geneve: Use empty braces for "

[PATCH] btrfs: qgroups: Prepare to deprecate BTRFS_QGROUP_LIMIT_RSV_RFER/EXCL flags
 2018-11-13  6:09 UTC 

[PATCH 00/23] PCI: refactor the Mobiveil driver and add PCIe support for NXP LX SoCs
 2018-11-13  6:08 UTC  (6+ messages)
` [PATCH 15/23] dt-bindings: pci: mobiveil: change gpio_slave and apb_csr to optional

[PATCH 0/2] Fix built-in rebase perf regression
 2018-11-13  6:07 UTC  (8+ messages)
` [PATCH 2/2] built-in rebase: reinstate `checkout -q` behavior where appropriate

[PATCH] bpf: Remove unused variable in nsim_bpf
 2018-11-13  6:07 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 01/44] bfs: add sanity check at bfs_fill_super()
 2018-11-13  5:49 UTC  (21+ messages)
` [PATCH AUTOSEL 4.19 05/44] nvme-pci: fix conflicting p2p resource adds
` [PATCH AUTOSEL 4.19 06/44] block: brd: associate with queue until adding disk
` [PATCH AUTOSEL 4.19 12/44] ixgbe: fix MAC anti-spoofing filter after VFLR
` [PATCH AUTOSEL 4.19 14/44] mm/memory_hotplug: make add_memory() take the device_hotplug_lock
` [PATCH AUTOSEL 4.19 21/44] drm/edid: Add 6 bpc quirk for BOE panel
` [PATCH AUTOSEL 4.19 22/44] afs: Handle EIO from delivery function
` [PATCH AUTOSEL 4.19 23/44] platform/x86: intel_telemetry: report debugfs failure
` [PATCH AUTOSEL 4.19 24/44] clk: fixed-rate: fix of_node_get-put imbalance
` [PATCH AUTOSEL 4.19 26/44] fs/exofs: fix potential memory leak in mount option parsing
` [PATCH AUTOSEL 4.19 27/44] clk: samsung: exynos5420: Enable PERIS clocks for suspend
` [PATCH AUTOSEL 4.19 28/44] apparmor: Fix uninitialized value in aa_split_fqname
` [PATCH AUTOSEL 4.19 29/44] x86/earlyprintk: Add a force option for pciserial device
` [PATCH AUTOSEL 4.19 30/44] platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
` [PATCH AUTOSEL 4.19 31/44] clk: meson-axg: pcie: drop the mpll3 clock parent
` [PATCH AUTOSEL 4.19 32/44] arm64: percpu: Initialize ret in the default case
` [PATCH AUTOSEL 4.19 34/44] clk: renesas: r9a06g032: Fix UART34567 clock rate
` [PATCH AUTOSEL 4.19 35/44] clk: sunxi-ng: sun50i: h6: Add 2x fixed post-divider to MMC module clocks
` [PATCH AUTOSEL 4.19 36/44] clk: ti: fix OF child-node lookup
` [PATCH AUTOSEL 4.19 40/44] mm: don't raise MEMCG_OOM event due to failed high-order allocation
` [PATCH AUTOSEL 4.19 44/44] mm: don't warn about large allocations for slab

[PATCH AUTOSEL 4.9 01/17] bfs: add sanity check at bfs_fill_super()
 2018-11-13  5:52 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 03/17] mm/memory_hotplug: make add_memory() take the device_hotplug_lock

[PATCHv4 next 0/3] Limiting pci access
 2018-11-13  6:05 UTC  (11+ messages)

[PATCH v4 0/3] microblaze: system call table generation support
 2018-11-13  6:04 UTC  (4+ messages)
` [PATCH v4 1/3] microblaze: move __NR_syscalls macro from asm/unistd.h
` [PATCH v4 2/3] microblaze: add system call table generation support
` [PATCH v4 3/3] microblaze: generate uapi header and system call table files

Disabling ppc64le hosts for Qemu tests
 2018-11-13  6:04 UTC  (2+ messages)

[PATCH 0/2] fix some exclude patterns being ignored
 2018-11-13  6:02 UTC  (3+ messages)
` [PATCH 1/2] refs: show --exclude failure with --branches/tags/remotes=glob

[PATCH AUTOSEL 4.14 01/26] bfs: add sanity check at bfs_fill_super()
 2018-11-13  5:51 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 08/26] mm/memory_hotplug: make add_memory() take the device_hotplug_lock

[PATCH AUTOSEL 4.18 01/39] bfs: add sanity check at bfs_fill_super()
 2018-11-13  5:50 UTC  (4+ messages)
` [PATCH AUTOSEL 4.18 04/39] arm64: kprobe: make page to RO mode when allocate it
` [PATCH AUTOSEL 4.18 06/39] block: brd: associate with queue until adding disk
` [PATCH AUTOSEL 4.18 10/39] ixgbe: fix MAC anti-spoofing filter after VFLR

VIVID/VIMC and media fuzzing
 2018-11-12 20:06 UTC  (10+ messages)

[PATCH v2 0/4] AM654: Add pinmux support
 2018-11-13  6:01 UTC  (13+ messages)
` [PATCH v2 1/4] dt-bindings: pinctrl: k3: Introduce pinmux definitions
` [PATCH v2 2/4] arm64: dts: ti: k3-am65: Add pinctrl regions
` [PATCH v2 3/4] arm64: dts: ti: am654-base-board: Add pinmux for main uart0
` [PATCH v2 4/4] arm64: dts: ti: k3-am654-base-board: Add I2C nodes

[PATCH v5 0/3] m68k: system call table generation support
 2018-11-13  6:00 UTC  (4+ messages)
` [PATCH v5 1/3] m68k: add __NR_syscalls along with NR_syscalls
` [PATCH v5 2/3] m68k: add system call table generation support
` [PATCH v5 3/3] m68k: generate uapi header and syscall table header files


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.