All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-10 12:50:02 to 2018-10-10 13:47:37 UTC [more...]

[Qemu-devel] [PATCH v2 0/7] Acceptance Tests: basic architecture support
 2018-10-10 13:46 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 4/7] scripts/qemu.py: set predefined machine type based on arch
` [Qemu-devel] [PATCH v2 6/7] Acceptance Tests: add variants definition for architectures
` [Qemu-devel] [PATCH v2 7/7] Acceptance Tests: change the handling of tests for specific archs

[RFC 0/4] GPIO & PWM support for HiFive Unleashed
 2018-10-10 13:44 UTC  (23+ messages)
` [RFC 2/4] pwm: sifive: Add a driver for SiFive SoC PWM
` [RFC 4/4] gpio: sifive: Add GPIO driver for SiFive SoCs

[PATCH 1/1] scsi: ufs: make UFS Tx lane1 clock optional
 2018-10-10 13:46 UTC  (3+ messages)

[distros-debian-squeeze test] 75385: trouble: blocked/broken
 2018-10-10 13:45 UTC 

[PATCH v2 0/3] System call table generation support
 2018-10-10  6:23 UTC  (9+ messages)
` [PATCH v2 3/3] microblaze: uapi header and system call table file generation

[PATCH] clk: at91: Fix division by zero in PLL recalc_rate()
 2018-10-10 13:43 UTC  (3+ messages)

[PATCH 0/3] eeprom: at25: SPI transfer improvements
 2018-10-10 13:43 UTC  (8+ messages)
` [PATCH 1/3] eeprom: at25: Drop obsolete cast in at25_ee_write()
` [PATCH 2/3] eeprom: at25: Use spi_message_init_with_transfers() instead of open coding
` [PATCH 3/3] eeprom: at25: Split writes in two SPI transfers to optimize DMA

[Qemu-devel] [PATCH v5 0/5] Connect a PCIe host and graphics support to RISC-V
 2018-10-10 13:43 UTC  (4+ messages)

[PATCH 0/6] usb: gadget: add mechanism to asynchronously validate data stage of ctrl out request
 2018-10-10 13:42 UTC  (5+ messages)
` [1/6] usb: uvc: include videodev2.h in g_uvc.h
  ` [PATCH 1/6] "

[PATCH] libarchive: fix bug1066
 2018-10-10 13:40 UTC 

[Bug 201275] New: Power consumption RX460 idle raised from 7 W to 13 W
 2018-10-10 13:42 UTC  (2+ messages)
` [Bug 201275] Power consumption RX560 "

[Qemu-devel] [PATCH 00/31] Replace some unwise uses of error_report() & friends
 2018-10-10 13:31 UTC  (3+ messages)
` [Qemu-devel] [PATCH 15/31] xen/pt: Fix incomplete conversion to realize()

[Intel-wired-lan] fm10k driver - flow control question
 2018-10-10 13:40 UTC  (3+ messages)

[RCF PATCH v2 0/2] pwm: imx: Configure output to GPIO in disabled state
 2018-10-10 13:39 UTC  (3+ messages)
` [RCF PATCH v2 1/2] dt-bindings: pwm: imx: Allow switching PWM output between PWM and GPIO

[RFC PATCH 0/7] Introduce thermal pressure
 2018-10-10 13:38 UTC  (17+ messages)

[PATCH 0/2] xen: fix two issues in Xen pv qspinlock handling
 2018-10-10 13:38 UTC  (8+ messages)
` [PATCH 2/2] xen: make xen_qlock_wait() nestable

linux-next: Tree for Oct 10
 2018-10-10 13:38 UTC  (2+ messages)

[PATCH] qed: fix memory leak of pent on error exit paths
 2018-10-10 13:37 UTC  (2+ messages)

[PATCH v2 0/3] A DRM API for adaptive sync and variable refresh rate support
 2018-10-10 13:35 UTC  (10+ messages)
` [PATCH v2 2/3] drm: Add variable refresh property to DRM CRTC

[PATCH v4 00/22] net/atlantic: Aquantia aQtion 10G NIC Family DPDK PMD driver
 2018-10-10 13:35 UTC  (6+ messages)
` [PATCH v4 20/22] net/atlantic: LED control DPDK and private APIs

[PATCH 00/11] Zoned block device support improvements
 2018-10-10 13:34 UTC  (31+ messages)
` [PATCH 01/11] scsi: sd_zbc: Rearrange code
` [PATCH 02/11] scsi: sd_zbc: Reduce boot device scan and revalidate time
` [PATCH 03/11] scsi: sd_zbc: Fix sd_zbc_check_zones() error checks
` [PATCH 04/11] block: Introduce blkdev_nr_zones() helper
` [PATCH 05/11] block: Limit allocation of zone descriptors for report zones
` [PATCH 06/11] block: Introduce BLKGETZONESZ ioctl
` [PATCH 07/11] block: Introduce BLKGETNRZONES ioctl
` [PATCH 08/11] block: Improve zone reset execution
` [PATCH 09/11] block: Expose queue nr_zones in sysfs
` [PATCH 11/11] block: Introduce revalidate_disk_zones()

[CI] drm/i915: Inject a failure point when registering a connector
 2018-10-10 13:32 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Inject a failure point when registering a connector (rev2)

[Qemu-devel] [PATCH v7 00/19] Fixing record/replay and adding reverse debugging
 2018-10-10 13:35 UTC  (20+ messages)
` [Qemu-devel] [PATCH v7 01/19] block: implement bdrv_snapshot_goto for blkreplay
` [Qemu-devel] [PATCH v7 02/19] replay: disable default snapshot for record/replay
` [Qemu-devel] [PATCH v7 03/19] replay: update docs for record/replay with block devices
` [Qemu-devel] [PATCH v7 04/19] replay: don't drain/flush bdrv queue while RR is working
` [Qemu-devel] [PATCH v7 05/19] replay: finish record/replay before closing the disks
` [Qemu-devel] [PATCH v7 06/19] qcow2: introduce icount field for snapshots
` [Qemu-devel] [PATCH v7 07/19] migration: "
` [Qemu-devel] [PATCH v7 08/19] replay: provide and accessor for rr filename
` [Qemu-devel] [PATCH v7 09/19] replay: introduce info hmp/qmp command
` [Qemu-devel] [PATCH v7 10/19] replay: introduce breakpoint at the specified step
` [Qemu-devel] [PATCH v7 11/19] replay: implement replay-seek command to proceed to the desired step
` [Qemu-devel] [PATCH v7 12/19] replay: refine replay-time module
` [Qemu-devel] [PATCH v7 13/19] replay: flush rr queue before loading the vmstate
` [Qemu-devel] [PATCH v7 14/19] gdbstub: add reverse step support in replay mode
` [Qemu-devel] [PATCH v7 15/19] gdbstub: add reverse continue "
` [Qemu-devel] [PATCH v7 16/19] replay: describe reverse debugging in docs/replay.txt
` [Qemu-devel] [PATCH v7 17/19] replay: add BH oneshot event for block layer
` [Qemu-devel] [PATCH v7 18/19] replay: init rtc after enabling the replay
` [Qemu-devel] [PATCH v7 19/19] replay: document development rules

[PATCHv3 1/4] cmake.bbclass: use CMAKE_SYSTEM_LIBRARY_PATH instead of CMAKE_LIBRARY_PATH
 2018-10-10 13:32 UTC  (3+ messages)

Wireguard not coming up on DD-wrt
 2018-10-10 13:31 UTC  (4+ messages)

[PATCH] app/testpmd: display devargs in port info output
 2018-10-10 13:30 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/11] net: convert SysBus init method to a realize method
 2018-10-10 13:30 UTC  (2+ messages)

[PATCH 0/3] send-email: Also pick up cc addresses from -by trailers
 2018-10-10 13:29 UTC  (6+ messages)
` [PATCH 2/3] send-email: only consider lines containing @ or <> for automatic Cc'ing
` [PATCH 3/3] send-email: also pick up cc addresses from -by trailers

Sumo distro problem with dhcp packet?
 2018-10-10 13:29 UTC 

[Buildroot] [PATCH/next 1/1] package/luvi: bump version to 2.8.0
 2018-10-10 13:29 UTC  (3+ messages)

[PATCH 1/3] drm/amdgpu: split ip hw_init into 2 phases
 2018-10-10 13:28 UTC  (3+ messages)
  ` [PATCH 2/3] drm/amdgpu: Load fw between hw_init/resume_phase1 and phase2
  ` [PATCH 3/3] drm/amdgpu: Remove wrong fw loading type warning

[U-Boot] [PATCH] debug uart: don't print before initialization
 2018-10-10 13:28 UTC  (4+ messages)

[PATCH] staging: gasket: Replace symbolic permissions with octal permissions
 2018-10-10 13:27 UTC  (4+ messages)

[PATCH 05/16] of: overlay: use prop add changeset entry for property in new nodes
 2018-10-10  6:04 UTC  (2+ messages)
` [PATCH 05.1/16] of:overlay: missing name, phandle, linux,phandle "

[Buildroot] [PATCH v2 1/1] synergy: fix resolving of Buildroot git revision
 2018-10-10 13:26 UTC  (2+ messages)

[Buildroot] [git commit] synergy: fix resolving of Buildroot git revision
 2018-10-10 13:26 UTC 

[Qemu-arm] [RFC PATCH] hw: arm: Add basic support for cprman (clock subsystem)
 2018-10-10 13:25 UTC  (5+ messages)
      ` [Qemu-devel] "

sparc64 mystery with Cheetah+ D-cache parity error (n_tty_set_termios, bpf_check, cheetah_copy_page_
 2018-10-10 13:24 UTC 

[Buildroot] [git commit] glibc: split hash files for licenses, fixes ARC
 2018-10-10 13:24 UTC 

[PATCH 1/2] LICENSES: Add note to CDDL-1.0 license that it should not be used
 2018-10-10 13:23 UTC  (2+ messages)

[PATCH 0/2] hwmon: Add operating mode support for core and ina3221
 2018-10-10 13:22 UTC  (5+ messages)
` [PATCH 1/2] hwmon: (core) Add hwmon_mode structure and mode sysfs node
` [PATCH 2/2] hwmon: (ina3221) Add operating mode support

What's cooking in git.git (Oct 2018, #01; Wed, 10)
 2018-10-10 13:19 UTC  (5+ messages)
` builtin stash/rebase, was "
` js/mingw-wants-vista-or-above, "

[PATCH] x86/mm: Do not warn about PCI BIOS W+X mappings
 2018-10-10 13:18 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH 00/16] Fixes for issues detected by static analyzers
 2018-10-10 13:18 UTC  (4+ messages)
` [PATCH 10/16] nvmet-fcloop: Suppress a compiler warning

[PATCH v7 3/6] seccomp: add a way to get a listener fd from ptrace
 2018-10-10 13:18 UTC  (14+ messages)

INFO: rcu detected stall in shmem_fault
 2018-10-10 13:17 UTC  (11+ messages)

[GIT PULL] vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointers
 2018-10-10 13:18 UTC 

[PATCH] test: reduce test time for func reentrancy ut
 2018-10-10 13:15 UTC 

[PATCH v2 0/3] ethdev: add generic L2/L3 tunnel encapsulation actions
 2018-10-10 13:17 UTC  (7+ messages)
` [PATCH v3 "

[Qemu-devel] [PATCH 0/7] Acceptance Tests: basic architecture support
 2018-10-10 13:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/7] Acceptance Tests: introduce arch parameter and attribute

[PATCH] platform/x86: touchscreen_dmi: Add info for the Onda V80 Plus v3 tablet
 2018-10-10 13:16 UTC 

[PATCH] maintainers: use registered name for OCTEON TX references
 2018-10-10 13:15 UTC  (2+ messages)

[U-Boot] [PATCH V3] mtd: uboot: Fix hanging during mtd list command
 2018-10-10 13:14 UTC  (5+ messages)

[PATCH 0/4] support more ethdev iterator filters
 2018-10-10 13:12 UTC  (6+ messages)
` [PATCH 1/4] kvargs: support list value

[PATCH 00/12] drm/i915: Clean up the wm mem latency stuff
 2018-10-10 13:12 UTC  (14+ messages)
` [PATCH 01/12] drm/i915: Store all wm memory latency values in .1 usec units
` [PATCH 02/12] drm/i915: Use the spr/cur latencies on vlv/chv/g4x
` [PATCH 03/12] drm/i915: Eliminate skl_latency[]
` [PATCH 04/12] drm/i915: Add dev_priv->wm.num_levels and use it everywhere
` [PATCH 05/12] drm/i915: Add DEFINE_SNPRINTF_ARRAY()
` [PATCH 06/12] drm/i915: Make the WM memory latency print more compact
` [PATCH 07/12] drm/i915: Eliminate redundant ilk sprite/cursor wm fixup code
` [PATCH 08/12] drm/i915: Split skl+ and ilk+ read_wm_latency()
` [PATCH 09/12] drm/i915: Sanitize wm latency values for ilk+
` [PATCH 10/12] drm/i915: Drop the funky ilk wm setup
` [PATCH 11/12] drm/i915: Allow LP3 watermarks on ILK
` [PATCH 12/12] drm/i915: Remove the remnants of the ilk+ LP0 wm hack

Inbound translation setting failure in coherent allocation
 2018-10-10 13:11 UTC 

[PATCH 0/3] ethdev: add generic MAC address rewrite actions
 2018-10-10 13:11 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] app/testpmd: add commands of modify MAC address
  ` [PATCH v2 3/3] net/mlx5: rewrite MAC address by E-Switch

[PULL] ath10k firmware 2018-10-10
 2018-10-10 13:10 UTC  (2+ messages)

enquiry 09-10-2018
 2018-10-09 13:24 UTC 

[PATCH V8] Add support for BTRFS raid5/6 to GRUB
 2018-10-10 13:08 UTC  (4+ messages)
` [PATCH 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles

[xen-unstable-smoke test] 128587: regressions - FAIL
 2018-10-10 13:06 UTC 

[PATCH v2 0/3] ethdev: add generic TTL rewrite actions
 2018-10-10 13:06 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] "
  ` [PATCH v3 2/3] app/testpmd: add commands of modify TTL
  ` [PATCH v3 3/3] net/mlx5: rewrite TTL by E-Switch

[PATCH -next] drm: Use PTR_ERR_OR_ZERO in drm_fb_cma_fbdev_init()
 2018-10-10 13:02 UTC  (3+ messages)

[PATCH] devtools: add exception for OCTEON TX
 2018-10-10 13:01 UTC 

[PATCH 0/7] net/mlx5: fixes for the new flow engine
 2018-10-10 13:01 UTC  (9+ messages)
` [PATCH 7/7] net/mlx5: fix errno values for "

[PATCH 0/2] sriov enablement on s390
 2018-10-10 12:55 UTC  (4+ messages)

WARNING in __put_task_struct (2)
 2018-10-10 13:01 UTC  (5+ messages)

Translation to Portuguese
 2018-10-10 12:59 UTC  (6+ messages)

WARNING: ODEBUG bug in free_task
 2018-10-10 12:59 UTC  (2+ messages)

[PATCH v5 1/3] net/tap: add queue and port ids in Rx/Tx queues structures
 2018-10-10 12:50 UTC  (2+ messages)

[PATCH] Revert "perf tools: Fix PMU term format max value calculation"
 2018-10-10 12:58 UTC  (7+ messages)
` [RFC] perf tools: Wrong filter_band* values in json calculation"
        ` [PATCH] perf tools: Fix wrong filter_band* values for uncore events

[U-Boot] [PATCH v5] arm: socfpga: fix SPL booting from fpga OnChip RAM
 2018-10-10 12:56 UTC  (2+ messages)

[PATCH] perf trace beautify: Beautify flags of mount(2) and umount(2)
 2018-10-10 12:56 UTC  (6+ messages)

[PATCHv4 0/3] Deprecate DAC960 driver
 2018-10-10 12:56 UTC  (3+ messages)
` [PATCH 1/3] myrb: Add Mylex RAID controller (block interface)

[PATCH] net/mlx5: eswitch-IP address UDP/TCP port rewrite
 2018-10-10 12:56 UTC  (2+ messages)
` [PATCH v2] net/mlx5: rewrite IP address UDP/TCP port by E-Switch

[PATCH] config: arm: imx: remove PROVE_LOCKING from defconfig
 2018-10-10 12:55 UTC  (3+ messages)

perf report segfault
 2018-10-10 12:54 UTC  (6+ messages)

[PATCH] mm: remove a redundant check in do_munmap()
 2018-10-10 12:53 UTC 

[PATCH 00/31] Netfilter updates for net-next
 2018-10-10 12:53 UTC  (4+ messages)
` [PATCH 06/31] netfilter: nf_tables: add xfrm expression

[RFC] usb: chipidea: Add minimal support for HSIC interface on i.MX6QDL
 2018-10-10 12:52 UTC  (4+ messages)

[PATCH] drm/i915/selftests: Check for hangs mid context execution tests
 2018-10-10 12:51 UTC 

[Qemu-devel] [PATCH v10 0/6] s390x: vfio-ap: guest dedicated crypto adapters
 2018-10-10 12:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH v10 5/6] s390x/vfio: ap: Introduce VFIO AP device


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.