All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-05 19:14:14 to 2019-05-05 22:23:00 UTC [more...]

[PATCH 1/2] mtd: gluebi: Add sync logic
 2019-05-05 22:22 UTC  (3+ messages)
` [PATCH 2/2] jffs2: Add sync to underlying mtd device when file system is synced

[Qemu-devel] [PATCH 00/13] hw/block/pflash_cfi02: Clean-up and fixes
 2019-05-05 22:15 UTC  (22+ messages)
  ` [Qemu-devel] [PATCH 01/13] tests/pflash-cfi02: Add test for supported CFI commands
  ` [Qemu-devel] [PATCH 02/13] tests/pflash-cfi02: Use the GLib API
  ` [Qemu-devel] [PATCH 03/13] tests/pflash-cfi02: Use IEC binary prefixes for size constants
  ` [Qemu-devel] [PATCH 04/13] hw/block/pflash_cfi02: Fix debug format string
  ` [Qemu-devel] [PATCH 05/13] hw/block/pflash_cfi02: Add an enum to define the write cycles
  ` [Qemu-devel] [PATCH 06/13] hw/block/pflash_cfi02: Add helpers to manipulate the status bits
  ` [Qemu-devel] [PATCH 07/13] hw/block/pflash_cfi02: Simplify a statement using fall through
  ` [Qemu-devel] [PATCH 08/13] hw/block/pflash_cfi02: Use the ldst API in pflash_write()
  ` [Qemu-devel] [PATCH 09/13] hw/block/pflash_cfi02: Use the ldst API in pflash_read()
  ` [Qemu-devel] [PATCH 10/13] hw/block/pflash_cfi02: Extract the pflash_data_read() function
  ` [Qemu-devel] [PATCH 11/13] hw/block/pflash_cfi02: Unify the MemoryRegionOps
  ` [Qemu-devel] [PATCH 12/13] hw/block/pflash_cfi02: Fix command address comparison
  ` [Qemu-devel] [PATCH 13/13] hw/block/pflash_cfi02: Use the chip erase time specified in the CFI table

[PATCH nft] evaluate: force full cache update on rule index translation
 2019-05-05 22:18 UTC  (2+ messages)

[PATCH] powerpc/64s: support nospectre_v2 cmdline option
 2019-05-05 22:10 UTC 

stable-rc/linux-4.14.y boot: 122 boots: 1 failed, 120 passed with 1 offline (v4.14.116-25-g653fd35ba15e)
 2019-05-05 22:13 UTC 

[PATCH] gmputil.h: Add missing header for va_list
 2019-05-05 22:11 UTC  (2+ messages)

[GIT PULL] scheduler fix
 2019-05-05 22:10 UTC  (2+ messages)

[GIT PULL] x86 fix
 2019-05-05 22:10 UTC  (2+ messages)

[GIT PULL] perf fixes
 2019-05-05 22:10 UTC  (2+ messages)

[git pull] vfs.git fixes
 2019-05-05 22:10 UTC  (2+ messages)

[Buildroot] [PATCH] package/libglib2: disable compiler warnings
 2019-05-05 22:08 UTC  (5+ messages)

[PATCH] ubifs: wbuf->offs must be aligned to max_write_size
 2019-05-05 22:08 UTC  (2+ messages)

[PATCH] Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD code
 2019-05-05 22:07 UTC  (3+ messages)

[PATCH net-next 2/2] net: phy: sfp: enable i2c-bus detection on ACPI based systems
 2019-05-05 22:05 UTC 

[PATCH net-next 1/2] i2c: acpi: export i2c_acpi_find_adapter_by_handle
 2019-05-05 22:05 UTC 

Enable SFP driver on ACPI based systems
 2019-05-05 22:05 UTC 

[PATCH v2 0/5] net: dsa: lantiq: Add bridge offloading
 2019-05-05 22:04 UTC  (14+ messages)
` [PATCH v2 1/5] net: dsa: lantiq: Allow special tags only on CPU port
` [PATCH v2 2/5] net: dsa: lantiq: Add VLAN unaware bridge offloading
` [PATCH v2 3/5] net: dsa: lantiq: Add VLAN aware "
` [PATCH v2 4/5] net: dsa: lantiq: Add fast age function
` [PATCH v2 5/5] net: dsa: lantiq: Add Forwarding Database access

[PATCH libmnl 1/1] examples: Add rtnl-addr-add.c
 2019-05-05 22:04 UTC  (2+ messages)

[PATCH v3 00/10] drm: Add self refresh helpers
 2019-05-05 22:01 UTC  (8+ messages)
` [PATCH v3 02/10] drm: Add drm_atomic_crtc_state_for_encoder helper

[PATCH] io_uring: fix shadowed variable ret return code being not checked
 2019-05-05 22:01 UTC  (2+ messages)

[PATCH] net: dsa: fixed-link interface is reporting SPEED_UNKNOWN
 2019-05-05 22:00 UTC  (3+ messages)
  ` Decoupling phy_device from net_device (was "Re: [PATCH] net: dsa: fixed-link interface is reporting SPEED_UNKNOWN")

[PATCH] Use PA_ASM_LEVEL in boot code
 2019-05-05 21:55 UTC 

[Buildroot] [git commit] Config.in.legacy: fix check-package warning
 2019-05-05 21:55 UTC 

[U-Boot] [PATCH 00/18] autoboot: Tidy up autoboot code
 2019-05-05 21:53 UTC  (19+ messages)
` [U-Boot] [PATCH 01/18] main: Use conditional run_preboot_environment_command()
` [U-Boot] [PATCH 02/18] Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig
` [U-Boot] [PATCH 03/18] Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOT
` [U-Boot] [PATCH 04/18] Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig
` [U-Boot] [PATCH 05/18] autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectly
` [U-Boot] [PATCH 06/18] autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION
` [U-Boot] [PATCH 07/18] autoboot: Improve docs "
` [U-Boot] [PATCH 08/18] autoboot: Use if() for CONFIG_SILENT_CONSOLE
` [U-Boot] [PATCH 09/18] autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED
` [U-Boot] [PATCH 10/18] autoboot: Drop unused CONFIG_MENUPROMPT
` [U-Boot] [PATCH 11/18] autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY
` [U-Boot] [PATCH 12/18] snow: Define CONFIG_AUTOBOOT_MENUKEY
` [U-Boot] [PATCH 13/18] autoboot: Tidy up use of menukey
` [U-Boot] [PATCH 14/18] autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT
` [U-Boot] [PATCH 15/18] Convert CONFIG_AUTOBOOT_MENU_SHOW to Kconfig
` [U-Boot] [PATCH 16/18] autoboot: Add comments for menu_show()
` [U-Boot] [PATCH 17/18] autoboot: Move a few more options from #ifdef to if()
` [U-Boot] [PATCH 18/18] autoboot: Adjust the implementation in autoboot_command()

[Buildroot] [PATCH v2] package/zabbix: new package
 2019-05-05 21:51 UTC  (2+ messages)

[PATCH][next] taprio: add null check on sched_nest to avoid potential null pointer dereference
 2019-05-05 21:50 UTC  (2+ messages)

[PATCH] e2fsck: Check and fix tails of all bitmaps
 2019-05-05 21:48 UTC  (3+ messages)

[warrior][PATCH] nettle: fix the Segmentation fault
 2019-05-05 21:47 UTC  (2+ messages)

Yocto Project Upcoming Conferences and Developer Days
 2019-05-05 21:45 UTC  (4+ messages)
` [Yocto-Advocacy] "

stable-rc/linux-4.19.y boot: 127 boots: 0 failed, 125 passed with 1 offline, 1 untried/unknown (v4.19.40-19-ga3ac089a8ea6)
 2019-05-05 21:42 UTC 

stable-rc/linux-3.18.y boot: 53 boots: 1 failed, 50 passed with 2 untried/unknown (v3.18.139-37-g42d96e8e8e74)
 2019-05-05 21:41 UTC 

[PATCH][next] net: mvpp2: cls: fix less than zero check on a u32 variable
 2019-05-05 21:38 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/1] riscv: qemu-riscv environment size
 2019-05-05 21:36 UTC  (2+ messages)
` [U-Boot] [RFC PATCH 1/1] riscv: increase the environment size for the qemu-riscv platform to 128kB

[PATCH][next] mt76: fix less than zero check on a u8 variable
 2019-05-05 21:31 UTC  (3+ messages)

[Buildroot] [git commit] package/gstreamer1/gstreamer1-editing-services: bump to version 1.16.0
 2019-05-05 21:31 UTC 

[Buildroot] [git commit] package/gstreamer1/gst1-validate: bump to version 1.16.0
 2019-05-05 21:31 UTC 

[Buildroot] [git commit] package/gstreamer1/gstreamer1: bump to version 1.16.0
 2019-05-05 21:31 UTC 

[Buildroot] [git commit] package/gstreamer1/gst1-rtsp-server: bump to version 1.16.0
 2019-05-05 21:31 UTC 

[Buildroot] [git commit] package/gstreamer1/gst1-vaapi: bump to version 1.16.0
 2019-05-05 21:31 UTC 

[Buildroot] [git commit] package/gstreamer1/gst1-plugins-{base, good, bad, ugly}: bump to 1.16.0
 2019-05-05 21:31 UTC 

[Buildroot] [git commit] package/gstreamer1/gst-omx: bump to version 1.16.0
 2019-05-05 21:31 UTC 

[Buildroot] [git commit] package/gstreamer1/gst1-libav: bump to version 1.16.0
 2019-05-05 21:31 UTC 

[Buildroot] [PATCH v5 1/8] package/gstreamer1/gstreamer1: bump to version 1.16.0
 2019-05-05 21:31 UTC  (16+ messages)
` [Buildroot] [PATCH v5 2/8] package/gstreamer1/gst1-plugins-{base, good, bad, ugly}: bump to 1.16.0
` [Buildroot] [PATCH v5 3/8] package/gstreamer1/gst-omx: bump to version 1.16.0
` [Buildroot] [PATCH v5 4/8] package/gstreamer1/gst1-rtsp-server: "
` [Buildroot] [PATCH v5 5/8] package/gstreamer1/gst1-vaapi: "
` [Buildroot] [PATCH v5 6/8] package/gstreamer1/gst1-libav: "
` [Buildroot] [PATCH v5 7/8] package/gstreamer1/gst1-validate: "
` [Buildroot] [PATCH v5 8/8] package/gstreamer1/gstreamer1-editing-services: "

[Qemu-riscv] RISC-V: qemu should provide different "model" strings in DT for RV64 and RV32
 2019-05-05 21:03 UTC 

linux-next: Fixes tag needs some work in the net tree
 2019-05-05 21:23 UTC 

stable-rc/linux-5.0.y boot: 135 boots: 0 failed, 133 passed with 1 offline, 1 untried/unknown (v5.0.13-25-g98904e7fbc93)
 2019-05-05 21:22 UTC 

[U-Boot] [PATCH v2 1/1] efi_loader: allowable event types in CreateEventEx()
 2019-05-05 21:22 UTC 

switch core SCSI code to SPDX tags
 2019-05-05 21:20 UTC  (6+ messages)
` [PATCH 17/24] libsas: switch remaining files "
` [PATCH 21/24] sg: switch "

[Qemu-devel] [PATCH RFC v8 00/12] Add RX archtecture support
 2019-05-05 21:18 UTC  (7+ messages)
` [Qemu-devel] [PATCH RFC v8 12/12] hw/registerfields.h: Add 8bit and 16bit register macros

[PATCH] tipc: Avoid copying bytes beyond the supplied data
 2019-05-05 21:17 UTC  (5+ messages)

7d172b8be5 ("devlink: add warning in case driver does not set .."): WARNING: CPU: 1 PID: 22 at net/core/devlink.c:5396 devlink_port_type_warn
 2019-05-05 21:17 UTC 

[PATCH][next] brcmfmac: remove redundant u32 comparison with less than zero
 2019-05-05 21:16 UTC  (2+ messages)

[PATCH] ubifs: support offline signed images
 2019-05-05 21:13 UTC  (2+ messages)

✅ PASS: Test report for kernel 5.0.13-b3da247.cki (stable)
 2019-05-05 21:06 UTC 

[PATCH] net: phy: sfp: enable i2c-bus detection on ACPI based systems
 2019-05-05 21:03 UTC  (5+ messages)
` [PATCH 1/2] i2c: acpi: export i2c_acpi_find_adapter_by_handle
` [PATCH 2/2] net: phy: sfp: enable i2c-bus detection on ACPI based systems

[Qemu-devel] [PATCH v1 0/8] DRAFT AVR Patches
 2019-05-05 16:10 UTC  (5+ messages)
` [Qemu-devel] [PATCH v1 8/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file

[Buildroot] [PATCH] package/minicom: bump to version 6fe734c5a1d51e2d4a3c1cd4d7a61cc246faa3f2
 2019-05-05 20:47 UTC  (3+ messages)
` [Buildroot] [PATCH] package/minicom: bump to version 1e84585e8e7710677b6ff9a70dce5f3ad3e23540

Git build on antique PowerMac
 2019-05-05 20:47 UTC  (3+ messages)

[PATCH v2 2/7] y2038: Introduce __ASSUME_64BIT_TIME define
 2019-05-05 20:46 UTC  (2+ messages)

[Buildroot] [git commit] package/minicom: bump to version 1e84585e8e7710677b6ff9a70dce5f3ad3e23540
 2019-05-05 20:45 UTC 

[Buildroot] [PATCH v4 1/2] package/nfs-utils: fix unnecessary files removal
 2019-05-05 20:44 UTC  (4+ messages)
` [Buildroot] [PATCH v4 2/2] package/nfs-utils: making nfs server optional

[Buildroot] [git commit] package/nfs-utils: making nfs server optional
 2019-05-05 20:41 UTC 

[Buildroot] [git commit] package/nfs-utils: fix unnecessary files removal
 2019-05-05 20:37 UTC 

[Buildroot] [PATCH 1/1] package/cryptopp: fix build with gcc < 4.9
 2019-05-05 20:36 UTC  (2+ messages)

[PATCH v2] kheaders: Move from proc to sysfs
 2019-05-05 20:31 UTC  (8+ messages)

Surprising semantics of "git add file"
 2019-05-05 20:31 UTC  (3+ messages)
` Antw: "

[Buildroot] [git commit] package/cryptopp: fix build with gcc < 4.9
 2019-05-05 20:31 UTC 

[meta-oe][PATCH] efivars: Drop workaround patch for host gcc < 4.7
 2019-05-05 20:27 UTC 

[Xen-devel] [qemu-upstream-4.11-testing bisection] complete test-arm64-arm64-xl-xsm
 2019-05-05 20:21 UTC  (3+ messages)
  `  "

[U-Boot] [PATCH] arm: socfpga: control reboot from SRAM via env callback
 2019-05-05 20:21 UTC  (13+ messages)

[Bug 108893] Slow redrawing of menu in Gothic 2 under wine
 2019-05-05 20:20 UTC  (2+ messages)

[PATCH] libxcrypt: Stop adding -std=gnu99 to CPPFLAGS
 2019-05-05 20:18 UTC 

[PATCH] file: Stop adding -std=c99 to CFLAGS
 2019-05-05 20:18 UTC 

stable-rc/linux-4.4.y boot: 91 boots: 1 failed, 86 passed with 4 offline (v4.4.179-120-g2f22b9644d76)
 2019-05-05 20:16 UTC 

[Qemu-devel] [Bug 1774830] [NEW] qemu monitor disassembled memory dump produces incorrect output
 2019-05-05 20:08 UTC  (2+ messages)
` [Qemu-devel] [Bug 1774830] "

[PATCH v3 1/2] dt-bindings: leds: Add binding for spi-byte LED
 2019-05-05 20:14 UTC  (4+ messages)
` [PATCH v3 2/2] leds: spi-byte: add single byte SPI LED driver

[PATCH V2 0/2] Split out libx11-locale from libx11
 2019-05-05 20:14 UTC  (3+ messages)
` [PATCH V2 1/2] libx11: split out libx11-locale
` [PATCH V2 2/2] libxkbcommon: RDEPENDS on libx11-locale

[Qemu-devel] [PATCH 0/5] hw/block/pflash: Add DeviceReset() handlers
 2019-05-05 20:06 UTC  (18+ messages)
  ` [Qemu-devel] [PATCH 1/5] hw/block/pflash_cfi01: Removed an unused timer
  ` [Qemu-devel] [PATCH 2/5] hw/block/pflash_cfi01: Extract the pflash_reset() code
  ` [Qemu-devel] [PATCH 3/5] hw/block/pflash_cfi01: Add the DeviceReset() handler
  ` [Qemu-devel] [PATCH 4/5] hw/block/pflash_cfi02: Extract the pflash_reset() code
  ` [Qemu-devel] [PATCH 5/5] hw/block/pflash_cfi02: Add the DeviceReset() handler

[PATCH v2 1/2] dt-bindings: leds: Add binding for spi-byte LED
 2019-05-05 20:12 UTC  (4+ messages)
` [PATCH v2 2/2] leds: spi-byte: add single byte SPI LED driver

pull request: bluetooth-next 2019-05-05
 2019-05-05 20:11 UTC  (2+ messages)

[PATCH] fsnotify: fix unlink performance regression
 2019-05-05 20:07 UTC  (2+ messages)
` [PATCH v2] "

stable-rc/linux-4.9.y boot: 104 boots: 0 failed, 100 passed with 4 offline (v4.9.173-27-g3d90559ea516)
 2019-05-05 20:02 UTC 

[Buildroot] [PATCH 1/1] package/gutenprint: bump to version 5.2.14
 2019-05-05 19:55 UTC 

[Buildroot] [PATCH 1/1] package/libubootenv: add new package
 2019-05-05 19:52 UTC 

Possible mis-backport of 4abb951b in 4.19.35 ("ACPICA: AML interpreter: add region addresses...")
 2019-05-05 19:44 UTC 

[PATCH v2 0/4] Some new features for the preempt/irqsoff tracers
 2019-05-05 19:43 UTC  (4+ messages)
` [PATCH v2 1/4] ftrace: Implement fs notification for "

[PATCH] ftrace: enable trampoline when rec count decrement to one
 2019-05-05 19:34 UTC  (2+ messages)

[PATCH 2/2] iio: dac: ds4422/ds4424 fix chip verification
 2019-05-05 19:24 UTC 

[PATCH 1/2] iio: dac: ds4422/ds4424 drop of_node check
 2019-05-05 19:24 UTC 

FAILED: patch "[PATCH] usb: usbip: fix isoc packet num validation in get_pipe" failed to apply to 4.4-stable tree
 2019-05-05 19:27 UTC  (3+ messages)
` [PATCH] usb: usbip: fix isoc packet num validation in get_pipe

[Bug 203515] New: [crypto] alg: skcipher: p8_aes_ctr encryption test failed (wrong result) on test vector 3, cfg="uneven misaligned splits, may sleep"
 2019-05-05 19:23 UTC  (4+ messages)
` [Bug 203515] "

[PATCH net-next] net: phy: improve pause mode reporting in phy_print_status
 2019-05-05 19:19 UTC  (7+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2019-05-05 19:18 UTC 

[Buildroot] [PATCH v4] package/radvd: improve startup script
 2019-05-05 19:17 UTC  (2+ messages)

[Buildroot] [git commit] package/radvd: improve startup script
 2019-05-05 19:14 UTC 

[PATCH 0/7] Some fixes and improvments for cpcap battery and charger
 2019-05-05 19:14 UTC  (3+ messages)
` [PATCH 2/7] power: supply: cpcap-battery: Fix low battery check


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.