All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-07 18:24:18 to 2018-01-07 20:49:00 UTC [more...]

[PATCH 0/3] mtd: spi-nor: fix DMA-unsafe buffer issue between MTD and SPI
 2018-01-07 20:49 UTC  (7+ messages)
` [PATCH 1/3] mtd: spi-nor: add optional DMA-safe bounce buffer for data transfer

[Qemu-devel] [PATCH v2] scripts/make-release: Don't archive .git files
 2018-01-07 20:47 UTC  (2+ messages)

[PATCH] libselinux: introduce PCPREFIX substitute variables for .pc files
 2018-01-07 20:38 UTC  (3+ messages)
` [PATCH v2] libselinux: introduce PCPREFIX substitute variable "

[Buildroot] [PATCH] nilfs-utils: fix build with static toolchains
 2018-01-07 20:39 UTC 

[Buildroot] [git commit] rabbitmq-c: don't pass BUILD_SHARED_LIBS
 2018-01-07 20:38 UTC 

[Buildroot] [PATCH 0/2] cleanup: xradio package and orangepi boards
 2018-01-07 20:38 UTC  (4+ messages)
` [Buildroot] [PATCH 1/2] xr819-xradio: add license file hash
` [Buildroot] [PATCH 2/2] orangepi: drop custom post-build and post-image scripts

[Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01
 2018-01-07 20:38 UTC  (11+ messages)
` [Buildroot] [PATCH 1/9] skalibs: bump version to 2.6.3.0
` [Buildroot] [PATCH 2/9] s6: bump version to 2.7.0.0
` [Buildroot] [PATCH 3/9] s6-rc: bump version to 0.4.0.0
` [Buildroot] [PATCH 4/9] s6-dns: bump version to 2.3.0.0
` [Buildroot] [PATCH 5/9] execline: add license hash
` [Buildroot] [PATCH 6/9] s6-linux-init: "
` [Buildroot] [PATCH 7/9] s6-networking: "
` [Buildroot] [PATCH 8/9] s6-portable-utils: "
` [Buildroot] [PATCH 9/9] s6-linux-utils: "

[Buildroot] [git commit] orangepi: drop custom post-build and post-image scripts
 2018-01-07 20:37 UTC 

[Buildroot] [git commit] xr819-xradio: add license file hash
 2018-01-07 20:37 UTC 

[Buildroot] [git commit] s6-linux-utils: add license hash
 2018-01-07 20:37 UTC 

[Buildroot] [git commit] s6-portable-utils: add license hash
 2018-01-07 20:37 UTC 

[Buildroot] [git commit] s6-networking: add license hash
 2018-01-07 20:37 UTC 

[Buildroot] [git commit] s6-linux-init: add license hash
 2018-01-07 20:37 UTC 

[Buildroot] [git commit] execline: add license hash
 2018-01-07 20:37 UTC 

[Buildroot] [git commit] s6-dns: bump version to 2.3.0.0
 2018-01-07 20:37 UTC 

[Buildroot] [git commit] s6-rc: bump version to 0.4.0.0
 2018-01-07 20:37 UTC 

[Buildroot] [git commit] s6: bump version to 2.7.0.0
 2018-01-07 20:37 UTC 

[Buildroot] [git commit] skalibs: bump version to 2.6.3.0
 2018-01-07 20:37 UTC 

[Buildroot] [PATCH 1/1] package/bdwgc: bump version to 7.6.2
 2018-01-07 20:36 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/x11r7/xserver_xorg-server: fix build with composite support disabled
 2018-01-07 20:36 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/x11r7/xlib_libXpm: disable gettext detection when not needed
 2018-01-07 20:36 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libdrm: PKG_CHECK_MODULES should not fail when libatomic_ops is missing
 2018-01-07 20:35 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libatomic_ops: bump version to 7.4.10
 2018-01-07 20:35 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/pound: Fix build with openssl 1.0.2
 2018-01-07 20:35 UTC  (2+ messages)

Patch "parisc: qemu idle sleep support" has been added to the 4.9-stable tree
 2018-01-07 20:33 UTC 

Patch "parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel" has been added to the 4.9-stable tree
 2018-01-07 20:33 UTC 

[PATCH v2 00/23] Vixen: A PV-in-HVM shim
 2018-01-07 20:28 UTC  (24+ messages)
` [PATCH v2 01/23] ---- x86/Kconfig: Options for Xen and PVH support
` [PATCH v2 02/23] x86/entry: Probe for Xen early during boot
` [PATCH v2 03/23] x86/guest: Hypercall support
` [PATCH v2 04/23] x86: Don't use potentially incorrect CPUID values for topology information
` [PATCH v2 05/23] char: optionally redirect {, g}printk output to QEMU debug log
` [PATCH v2 06/23] console: do not print banner if below info log threshold
` [PATCH v2 07/23] vixen: introduce is_vixen() to allow altering behavior
` [PATCH v2 08/23] vixen: allow dom0 to be created with a domid != 0
` [PATCH v2 09/23] vixen: modify the e820 table to advertise HVM special pages as RAM
` [PATCH v2 10/23] vixen: do not permit access to physical IRQs if in Vixen mode
` [PATCH v2 11/23] vixen: early initialization of Vixen including shared_info mapping
` [PATCH v2 12/23] vixen: paravirtualization TSC frequency calculation
` [PATCH v2 13/23] vixen: Use SCHEDOP_shutdown to shutdown the machine
` [PATCH v2 14/23] vixen: forward VCPUOP_register_runstate_memory_area to outer Xen
` [PATCH v2 15/23] vixen: pass through version hypercalls to parent Xen
` [PATCH v2 16/23] vixen: pass grant table operations through to the outer Xen
` [PATCH v2 17/23] vixen: setup infrastructure to receive event channel notifications
` [PATCH v2 18/23] vixen: Introduce ECS_PROXY for event channel proxying
` [PATCH v2 19/23] vixen: Fix Vixen adaptation of send_global_virq()
` [PATCH v2 20/23] vixen: event channel passthrough support
` [PATCH v2 21/23] vixen: provide Xencons implementation
` [PATCH v2 22/23] vixen: dom0 builder support
` [PATCH v2 23/23] vixen: use default position for the m2p mappings

Patch "mtd: nand: pxa3xx: Fix READOOB implementation" has been added to the 4.9-stable tree
 2018-01-07 20:33 UTC 

Patch "parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel" has been added to the 4.4-stable tree
 2018-01-07 20:33 UTC 

Patch "mtd: nand: pxa3xx: Fix READOOB implementation" has been added to the 4.4-stable tree
 2018-01-07 20:33 UTC 

Patch "parisc: qemu idle sleep support" has been added to the 4.14-stable tree
 2018-01-07 20:33 UTC 

Patch "mtd: nand: pxa3xx: Fix READOOB implementation" has been added to the 4.14-stable tree
 2018-01-07 20:33 UTC 

Patch "parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel" has been added to the 4.14-stable tree
 2018-01-07 20:33 UTC 

Patch "KVM: s390: prevent buffer overrun on memory hotplug during migration" has been added to the 4.14-stable tree
 2018-01-07 20:33 UTC 

Patch "KVM: s390: fix cmma migration for multiple memory slots" has been added to the 4.14-stable tree
 2018-01-07 20:33 UTC 

Patch "apparmor: fix regression in mount mediation when feature set is pinned" has been added to the 4.14-stable tree
 2018-01-07 20:33 UTC 

[PATCH 1/3] spi-nor: intel-spi: Prefer WREN over other write enables
 2018-01-07 20:32 UTC  (5+ messages)
` [PATCH 2/3] spi-nor: intel-spi: Explicitly mark the driver as dangerous in Kconfig
` [PATCH 3/3] spi-nor: intel-spi: Remove unused preopcodes field

[DPDK] lib/librte_ether: add comments RSS flags
 2018-01-07 20:32 UTC  (4+ messages)

Patch "mtd: nand: pxa3xx: Fix READOOB implementation" has been added to the 3.18-stable tree
 2018-01-07 20:32 UTC 

[PATCH v6 0/2] dax, dm: stop requiring dax for device-mapper
 2018-01-07 20:31 UTC  (4+ messages)

FAILED: patch "[PATCH] fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of" failed to apply to 4.14-stable tree
 2018-01-07 20:31 UTC 

Linux kernel 3.2.98 released
 2018-01-07 20:30 UTC 

[PATCH 00/22] Vixen: A PV-in-HVM shim
 2018-01-07 20:29 UTC  (10+ messages)
` [PATCH 16/22] vixen: pass grant table operations through to the outer Xen

[PATCH iproute2] ip fou: Pass family attribute as u8
 2018-01-07 20:28 UTC  (2+ messages)

[Buildroot] [git commit] package/bdwgc: bump version to 7.6.2
 2018-01-07 20:28 UTC 

[Buildroot] [git commit] package/x11r7/xserver_xorg-server: fix build with composite support disabled
 2018-01-07 20:28 UTC 

[Buildroot] [git commit] package/x11r7/xlib_libXpm: disable gettext detection when not needed
 2018-01-07 20:27 UTC 

[Buildroot] [git commit] package/libdrm: adjust patch switching to pkg-config for libatomic_ops
 2018-01-07 20:25 UTC 

[Buildroot] [git commit] package/libatomic_ops: bump version to 7.4.10
 2018-01-07 20:24 UTC 

[Buildroot] [git commit] package/pound: Fix build with openssl 1.0.2
 2018-01-07 20:22 UTC 

[PATCH v2 0/5] ARM64: dts: meson-axg: UART DT updates
 2018-01-07 20:19 UTC  (6+ messages)
` [PATCH v2 3/5] ARM64: dts: meson-axg: uart: Add the pinctrl info description

[PATCH 06/18] x86, barrier: stop speculation for failed access_ok
 2018-01-07 20:17 UTC  (20+ messages)

Growing RAID10 with active XFS filesystem
 2018-01-07 20:16 UTC  (3+ messages)

[PATCH v2 0/3] drm/omap: Make omapdss API more generic + related patches
 2018-01-07 20:14 UTC  (3+ messages)
  ` [PATCH v2 3/3] drm/omap: Make omapdss API more generic

[Buildroot] [autobuild.buildroot.net] Build results for 2018-01-05
 2018-01-07 20:14 UTC  (3+ messages)

[PATCH 0/3] Meson8/Meson8b reset improvements
 2018-01-07 20:11 UTC  (2+ messages)

[PATCH] hyperv/netvsc: Delete two error messages for a failed memory allocation in netvsc_init_buf()
 2018-01-07 20:10 UTC  (2+ messages)

[PATCH] platform/x86: ideapad-laptop: Add Y720-15IKB to no_hw_rfkill
 2018-01-07 19:53 UTC 

[Buildroot] [PATCH 1/2] nilfs-utils: need NPTL threads
 2018-01-07 20:08 UTC  (9+ messages)

[RFC v2 0/9] Realtek Bluetooth serdev support (H5 protocol)
 2018-01-07 20:07 UTC  (16+ messages)
` [RFC v2 7/9] bluetooth: btrtl: load the config blob from devicetree when available

[bluetooth/hidp] upper bound on hidp_connadd_req->rd_size in HIDPCONNADD
 2018-01-07 20:06 UTC 

[PATCH v2 0/6] drm/tinydrm: Cleanup
 2018-01-07 20:03 UTC  (3+ messages)
` [PATCH v2 4/6] drm/tinydrm/mipi-dbi: Add poweron-reset functions

[PATCH 0/3] fixes for split index mode
 2018-01-07 20:02 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] travis: run tests with GIT_TEST_SPLIT_INDEX

[Bug 198123] Console is the wrong color at boot with radeon 6670
 2018-01-07 19:14 UTC  (7+ messages)
` [Bug 198123] New: "

[Bug 104530] New: Desktop freeze when closing apps composited by compton running on GTX 760
 2018-01-07 19:47 UTC  (3+ messages)
  ` [Bug 104530] "

[PATCH 0/6] cxlflash: Miscellaneous patches
 2018-01-07 19:42 UTC  (9+ messages)
` [PATCH 1/6] cxlflash: Reset command ioasc
` [PATCH 2/6] cxlflash: Update cxl-specific arguments to generic cookie
` [PATCH 5/6] cxlflash: Adapter context init can return error

[Buildroot] [PATCH v2 00/15] imx: update packages to 4.9.x_1.0.0_ga release
 2018-01-07 19:41 UTC  (5+ messages)
` [Buildroot] [PATCH v2 15/15] configs: nitrogen*: bump u-boot version to 2017.07

[GIT PULL] apparmor fix for 4.15-rc7
 2018-01-07 19:40 UTC  (2+ messages)

[Buildroot] [PATCH] libselinux: set PREFIX to generate proper .pc file
 2018-01-07 19:40 UTC  (6+ messages)

[PATCH 1/2] xenomai: Add xenomai recipe
 2018-01-07 19:38 UTC  (16+ messages)
` [PATCH 2/2] kernel: Add optional patch_xenomai task

[PATCH 00/18] prevent bounds-check bypass via speculative execution
 2018-01-07 19:37 UTC  (7+ messages)
` [PATCH 07/18] [media] uvcvideo: "

[PATCH v2 0/8] IBRS patch series
 2018-01-07 19:27 UTC  (11+ messages)
` [PATCH v2 1/8] x86/feature: Detect the x86 IBRS feature to control Speculation
` [PATCH v2 2/8] x86/enter: MACROS to set/clear IBRS
` [PATCH v2 3/8] x86/enter: Use IBRS on syscall and interrupts

[PATCH v6 00/10] omap: dmtimer: Move driver out of plat-omap
 2018-01-07 19:26 UTC  (6+ messages)
` [PATCH v6 10/10] clocksource: timer-dm: Check prescaler value

[U-Boot] [PATCH v3] crypto/fsl: fix BLOB encapsulation and decapsulation
 2018-01-07 19:26 UTC 

[PATCH v3 00/13] Bluetooth on 2015+ MacBook (Pro)
 2018-01-07 19:16 UTC  (14+ messages)
` [PATCH v3 13/13] Bluetooth: btbcm: Fix sleep mode struct ordering
` [PATCH v3 02/13] Bluetooth: hci_bcm: Validate IRQ before using it
` [PATCH v3 08/13] Bluetooth: hci_bcm: Add callbacks to toggle GPIOs
` [PATCH v3 10/13] Bluetooth: hci_bcm: Support Apple GPIO handling
` [PATCH v3 07/13] Bluetooth: hci_bcm: Document struct bcm_device
` [PATCH v3 05/13] Bluetooth: hci_bcm: Fix unbalanced pm_runtime_disable()
` [PATCH v3 09/13] Bluetooth: hci_bcm: Handle errors properly
` [PATCH v3 03/13] Bluetooth: hci_bcm: Clean up unnecessary #ifdef
` [PATCH v3 06/13] Bluetooth: hci_bcm: Invalidate IRQ on request failure
` [PATCH v3 04/13] Bluetooth: hci_bcm: Fix race on close
` [PATCH v3 01/13] Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIO
` [PATCH v3 12/13] Bluetooth: hci_bcm: Sleep instead of spinning
` [PATCH v3 11/13] Bluetooth: hci_bcm: Silence IRQ printk

[xen-4.7-testing test] 117674: trouble: blocked/broken/fail/pass
 2018-01-07 19:14 UTC 

[PATCH] netfilter: nf_tables: delete table via table handle
 2018-01-07 19:08 UTC  (9+ messages)

[PATCH] tools: fix cross-compile var export
 2018-01-07 19:04 UTC  (9+ messages)

[arm-platforms:kvm-arm64/haslr 17/22] arch/arm/kvm/../../../virt/kvm/arm/mmu.c:754:33: error: 'VA_BITS' undeclared; did you mean 'NMI_BITS'?
 2018-01-07 19:03 UTC 

Avoid speculative indirect calls in kernel
 2018-01-07 18:55 UTC  (13+ messages)

Spectre+Meltdown
 2018-01-07 18:54 UTC  (4+ messages)

[ROCKO][PATCH 0/2] Update to version in master
 2018-01-07 18:48 UTC  (3+ messages)
` [ROCKO][PATCH 1/2] linux-firmware: Split out the QAT firmware
` [ROCKO][PATCH 2/2] linux-firmware: Bump to bf04291 revision

[PATCH v2 0/6] clocksource: rework Atmel TCB timer driver
 2018-01-07 18:44 UTC  (5+ messages)
` [PATCH v2 3/6] clocksource/drivers: atmel-pit: allow unselecting ATMEL_PIT

[PATCH net-next v3 RESEND 00/10] net: qualcomm: rmnet: Enable csum offloads
 2018-01-07 18:36 UTC  (11+ messages)
` [PATCH net-next v3 RESEND 01/10] net: qualcomm: rmnet: Remove redundant check when stamping map header
` [PATCH net-next v3 RESEND 02/10] net: qualcomm: rmnet: Remove invalid condition while stamping mux id
` [PATCH net-next v3 RESEND 03/10] net: qualcomm: rmnet: Remove unused function declaration
` [PATCH net-next v3 RESEND 04/10] net: qualcomm: rmnet: Rename ingress data format to data format
` [PATCH net-next v3 RESEND 05/10] net: qualcomm: rmnet: Set pacing shift
` [PATCH net-next v3 RESEND 06/10] net: qualcomm: rmnet: Define the MAPv4 packet formats
` [PATCH net-next v3 RESEND 07/10] net: qualcomm: rmnet: Add support for RX checksum offload
` [PATCH net-next v3 RESEND 08/10] net: qualcomm: rmnet: Handle command packets with checksum trailer
` [PATCH net-next v3 RESEND 09/10] net: qualcomm: rmnet: Add support for TX checksum offload
` [PATCH net-next v3 RESEND 10/10] net: qualcomm: rmnet: Add support for GSO

[iproute2 1/1] tc: Fix filter protocol output
 2018-01-07 18:35 UTC  (2+ messages)

[PATCH 0/2] video: ssd1307fb: Adjustments for ssd1307fb_probe()
 2018-01-07 18:34 UTC  (5+ messages)
    ` [PATCH v2] video: ssd1307fb: Improve a size determination in ssd1307fb_probe()

[PATCH v2] x86/mm/pti: remove dead logic during user pagetable population
 2018-01-07 18:34 UTC  (4+ messages)

Time to get rid of CPU6 ERRATA on powerpc/8xx ?
 2018-01-07 18:34 UTC  (2+ messages)

[PATCH v5 00/12] Retpoline: Avoid speculative indirect calls in kernel
 2018-01-07 18:32 UTC  (8+ messages)
` [RFC PATCH 13/12] Retpoline vs. CONFIG_TRIM_UNUSED_SYMBOLS

[Qemu-devel] [Bug 1740887] [NEW] qemu-system-arm & qemu-system-aarch64 for windows crash at start
 2018-01-07 18:16 UTC  (2+ messages)
` [Qemu-devel] [Bug 1740887] "

[PATCH v2 0/5] x86: SME: BSP/SME microcode update fix
 2018-01-07 18:25 UTC  (3+ messages)
` [PATCH v2 4/5] x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryption

[morty][PATCH 1/7] acpid.inc: set CVE_PRODUCT to acpid2
 2018-01-07 18:24 UTC  (2+ messages)

[morty][PATCH] cmake: avoid configure failures if CFLAGS contains -Wstrict-prototypes
 2018-01-07 18:24 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.