All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-13 16:31:28 to 2017-09-13 17:30:51 UTC [more...]

[PATCH v3 0/3] iw_cxgb4 fixes for 4.14-rc
 2017-09-15 21:27 UTC  (2+ messages)
  ` [PATCH v3 1/3] iw_cxgb4: put ep reference in pass_accept_req()

[CI] drm/i915: Squelch smatch warning for statement with no effect
 2017-09-13 17:30 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH BlueZ] adapter: Fix not waiting for start discovery result
 2017-09-13 17:30 UTC  (5+ messages)

[Qemu-devel] [PATCH v2] accel: default to an actually available accelerator
 2017-09-13 17:29 UTC 

[PATCH v3] Add driver to force WMI Thunderbolt controller power status
 2017-09-13 17:20 UTC  (2+ messages)

[PATCH v2 00/28] ARM Scalable Vector Extension (SVE)
 2017-09-13 17:29 UTC  (7+ messages)
` [PATCH v2 11/28] arm64/sve: Core task context handling
` [PATCH v2 14/28] arm64/sve: Backend logic for setting the vector length

[PATCH V4 0/10] block/scsi: safe SCSI quiescing
 2017-09-13 17:28 UTC  (7+ messages)
` [PATCH V4 08/10] block: allow to allocate req with RQF_PREEMPT when queue is preempt frozen

319554f284dd ("inet: don't use sk_v6_rcv_saddr directly") causes bind port regression
 2017-09-13 17:28 UTC  (4+ messages)

[PATCH 3/3] tpm: fix type of a local variables in tpm_tis_spi.c
 2017-09-13 17:26 UTC  (3+ messages)

[PATCH] prctl: add PR_[GS]ET_PDEATHSIG_PROC
 2017-09-13 17:26 UTC  (5+ messages)

[PATCH 2/3] tpm: fix type of a local variable in tpm2_map_command()
 2017-09-13 17:26 UTC  (3+ messages)

[distros-debian-squeeze test] 72101: regressions - trouble: blocked/broken/fail/pass
 2017-09-13 17:26 UTC 

[PATCH net] perf/bpf: fix a clang compilation issue
 2017-09-13 17:26 UTC  (3+ messages)

[PATCH 1/3] tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()
 2017-09-13 17:26 UTC  (3+ messages)

[PATCH v3 0/3] mmc: Add OMAP SDHCI driver
 2017-09-13 17:26 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: sdhci-omap: Add bindings for the sdhci-omap controller

[RFC Part2 PATCH v3 00/26] x86: Secure Encrypted Virtualization (AMD)
 2017-09-13 17:25 UTC  (7+ messages)
` [RFC Part2 PATCH v3 13/26] KVM: SVM: Add KVM_SEV_INIT command
` [RFC Part2 PATCH v3 15/26] KVM: SVM: Add support for SEV LAUNCH_START command

[RESENT PATCH v9 1/2] ASoC: rt5514: Add devicetree bindings for rt5514-spi
 2017-09-13 17:24 UTC  (3+ messages)

[Qemu-devel] [Qemu devel v8 PATCH 0/5] Add support for Smartfusion2 SoC
 2017-09-13 17:24 UTC  (7+ messages)
` [Qemu-devel] [Qemu devel v8 PATCH 4/5] msf2: Add "

Announce loop-AES-v3.7l file/swap crypto package
 2017-09-13 17:19 UTC  (2+ messages)

[PATCH] KVM: VMX: require virtual NMI support
 2017-09-13 17:23 UTC  (2+ messages)

[PATCH v2 00/14] OpenRISC SMP Support
 2017-09-13 17:21 UTC  (5+ messages)
` [PATCH v2 06/14] irqchip: add initial support for ompic
    ` [OpenRISC] "

[PATCH v2 0/2] Fix issues in Armada-3700 SPI controller driver
 2017-09-13 17:20 UTC  (2+ messages)

HTB going crazy over ~5Gbit/s (4.12.9, but problem present in older kernels as well)
 2017-09-13 17:20 UTC  (8+ messages)

[PATCH 1/6] HID: wacom: generic: Send MSC_SERIAL and ABS_MISC when leaving prox
 2017-09-13 17:18 UTC  (6+ messages)

[PATCH] brd: fix overflow in __brd_direct_access
 2017-09-13 17:18 UTC  (2+ messages)

Bug: git branch --unset-upstream command can nuke config when disk is full
 2017-09-13 17:17 UTC  (9+ messages)
` [PATCH 0/7] config.c may fail to notice some write() failures
  ` [PATCH 1/7] config: avoid "write_in_full(fd, buf, len) < len" pattern
  ` [PATCH 2/7] get-tar-commit-id: check write_in_full() return against 0
  ` [PATCH 3/7] avoid "write_in_full(fd, buf, len) != len" pattern
  ` [PATCH 4/7] convert less-trivial versions of "write_in_full() != len"
  ` [PATCH 5/7] pkt-line: check write_in_full() errors against "< 0"
  ` [PATCH 6/7] notes-merge: use ssize_t for write_in_full() return value
  ` [PATCH 7/7] config: flip return value of store_write_*()

[PATCH 00/20] Read `packed-refs` using mmap()
 2017-09-13 17:16 UTC  (21+ messages)
` [PATCH 01/20] ref_iterator: keep track of whether the iterator output is ordered
` [PATCH 02/20] prefix_ref_iterator: break when we leave the prefix
` [PATCH 03/20] packed_ref_cache: add a backlink to the associated `packed_ref_store`
` [PATCH 04/20] die_unterminated_line(), die_invalid_line(): new functions
` [PATCH 05/20] read_packed_refs(): use mmap to read the `packed-refs` file
` [PATCH 06/20] read_packed_refs(): only check for a header at the top of the file
` [PATCH 07/20] read_packed_refs(): make parsing of the header line more robust
` [PATCH 08/20] read_packed_refs(): read references with minimal copying
` [PATCH 09/20] packed_ref_cache: remember the file-wide peeling state
` [PATCH 10/20] mmapped_ref_iterator: add iterator over a packed-refs file
` [PATCH 11/20] mmapped_ref_iterator_advance(): no peeled value for broken refs
` [PATCH 12/20] packed_ref_cache: keep the `packed-refs` file open and mmapped
` [PATCH 13/20] read_packed_refs(): ensure that references are ordered when read
` [PATCH 14/20] packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator`
` [PATCH 15/20] packed_read_raw_ref(): read the reference from the mmapped buffer
` [PATCH 16/20] ref_store: implement `refs_peel_ref()` generically
` [PATCH 17/20] packed_ref_store: get rid of the `ref_cache` entirely
` [PATCH 18/20] ref_cache: remove support for storing peeled values
` [PATCH 19/20] mmapped_ref_iterator: inline into `packed_ref_iterator`
` [PATCH 20/20] packed-backend.c: rename a bunch of things and update comments

[Qemu-devel] [PATCH 0/4] ppc: migration fixes for TCG
 2017-09-13 17:17 UTC  (20+ messages)
` [Qemu-devel] [PATCH 2/4] ppc: add CPU IRQ state to PPC VMStateDescription
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 3/4] ppc: add CPU access_type into the migration stream
` [Qemu-devel] [PATCH 4/4] ppc: ensure we update the decrementer value during migration

[PATCH net v2 0/3] nfp: wait more carefully for card init
 2017-09-13 17:16 UTC  (4+ messages)
` [PATCH net v2 1/3] nfp: add whitelist of supported flow dissector
` [PATCH net v2 2/3] nfp: wait for board state before talking to the NSP
` [PATCH net v2 3/3] nfp: wait for the NSP resource to appear on boot

[PATCH 00/17] x86: emulator enhancements
 2017-09-13 17:10 UTC  (3+ messages)
` [PATCH 04/17] x86emul: support F16C insns

[PATCH] btrfs: remove BTRFS_FS_QUOTA_DISABLING flag
 2017-09-13 17:13 UTC  (2+ messages)

RFC: Audit Kernel Container IDs
 2017-09-13 17:13 UTC  (2+ messages)

RFC: Audit Kernel Container IDs
 2017-09-13 17:13 UTC 

[PATCH v8 17/18] RISC-V: User-facing API
 2017-09-13 17:12 UTC 

[PATCH] staging: Android: follow coding guidlines
 2017-09-13 17:12 UTC 

[tpm2] [01org/tpm2-tools] 3aaedd: Fixed typo in the tpm2_getmanufec man page
 2017-09-13 17:12 UTC 

[Devel] [RFC PATCH 6/6] iommu/arm-smmu-v3: Avoid ILLEGAL setting of STE.S1STALLD and CD.S
 2017-09-13 17:11 UTC  (3+ messages)
`  "

[PATCH] HID: Remove Jabra speakerphone devices from ignore list
 2017-09-13 17:11 UTC  (7+ messages)

[PATCH 0/2] [v5] pinctrl: qcom: add support for sparse GPIOs
 2017-09-13 17:09 UTC  (4+ messages)

[PATCH 0/1] reset: fix mixed reset when using sparse-checkout
 2017-09-13 17:09 UTC  (14+ messages)
` [PATCH 1/1] reset: fix reset when using the sparse-checkout feature

[Qemu-devel] [PATCH 0/7] trace: Add guest code events
 2017-09-13 17:09 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/7] trace: Add event "guest_bbl_before"
` [Qemu-devel] [PATCH 2/7] trace: Add event "guest_inst_before"
` [Qemu-devel] [PATCH 3/7] trace: Add event "guest_inst_info_before"
` [Qemu-devel] [PATCH 4/7] tcg: Add support for "inlining" regions of code

[PATCH] spi: stm32: Fix logical error in stm32_spi_prepare_mbr()
 2017-09-13 16:49 UTC  (3+ messages)
` Applied "spi: stm32: Fix logical error in stm32_spi_prepare_mbr()" to the spi tree

[PATCH 4.9 00/14] 4.9.50-stable review
 2017-09-13 16:36 UTC  (6+ messages)

[PATCH 1/2] spi: Fix failing commands with quad pins on A3700
 2017-09-13 16:50 UTC  (2+ messages)
` Applied "spi: armada-3700: Fix failing commands with quad-SPI" to the spi tree

[PATCH] spi: uapi: spidev: add missing ioctl header
 2017-09-13 16:49 UTC  (3+ messages)
` Applied "spi: uapi: spidev: add missing ioctl header" to the spi tree

[PATCH] ASoC: rsnd: fix ADG flags
 2017-09-13 16:49 UTC  (2+ messages)
` Applied "ASoC: rsnd: fix ADG flags" to the asoc tree

[PATCH] ASoC: rt5663: Add the function of impedance sensing
 2017-09-13 16:45 UTC  (2+ messages)

[PATCH] ASoC: rt5514-spi: check irq status to schedule data copy
 2017-09-13 16:49 UTC  (2+ messages)
` Applied "ASoC: rt5514-spi: check irq status to schedule data copy" to the asoc tree

vf init issue with patch igb_uio: issue FLR during open and release of device file
 2017-09-13 17:06 UTC  (5+ messages)

[PATCH 0/8] ARM: renesas: Latest r8a774[35] dts updates
 2017-09-13 17:05 UTC  (22+ messages)
` [PATCH 1/8] ARM: dts: r8a7745: Add APMU node and second CPU core
` [PATCH 2/8] ARM: dts: r8a7745: Add SDHI controllers
` [PATCH 3/8] ARM: dts: iwg22m: Enable SDHI1 controller
` [PATCH 4/8] ARM: dts: iwg22d: Enable SDHI0 controller
` [PATCH 5/8] ARM: dts: r8a7743: Add QSPI support
` [PATCH 6/8] ARM: dts: iwg20m: Add SPI NOR support
` [PATCH 7/8] ARM: dts: r8a7745: Add QSPI support
` [PATCH 8/8] ARM: drs: iwg22m: Add SPI NOR support

Page fault while link_path_walk for path_len > 4060 bytes
 2017-09-13 17:05 UTC  (6+ messages)

[PATCH v2 0/2] Rewrite the IIO_DEVICE_ATTR_NAMED API to pass name as string
 2017-09-13 17:04 UTC  (5+ messages)
` [PATCH v2 1/2] include: linux: sysfs: Add __ATTR_NAMED macro
` [Outreachy kernel] [PATCH v2 0/2] Rewrite the IIO_DEVICE_ATTR_NAMED API to pass name as string

[PATCH v1 00/10] Various patches for SAMA5D2 backup mode
 2017-09-13 17:03 UTC  (6+ messages)
` [PATCH v1 03/10] clk: at91: pmc: Support backup for programmable clocks

[PATCH 00/17] build DPDK libs and some drivers with meson/ninja
 2017-09-13 17:02 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 16/17] build: add option to version libs using DPDK version
  ` [PATCH v3 00/17] build DPDK libs and some drivers with meson/ninja

[PATCH] staging: iio: ade7759: fix signed extension bug on shift of a u8
 2017-09-13 17:02 UTC  (2+ messages)

[patches] Re: [PATCH v8 11/18] RISC-V: Atomic and Locking Code
 2017-09-13 17:01 UTC 

[PATCH v8 15/18] RISC-V: Device, timer, IRQs, and the SBI
 2017-09-13 17:01 UTC 

[PATCH v8 10/18] RISC-V: Init and Halt Code
 2017-09-13 17:01 UTC 

Regression in throughput between kvm guests over virtual bridge
 2017-09-13 16:59 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 00/22] s390x cleanups and CPU hotplug via device_add
 2017-09-13 16:58 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 03/22] s390x: get rid of s390-virtio.c

[PATCH v6 01/12] xen: correct gnttab_get_status_frames()
 2017-09-13 16:58 UTC  (2+ messages)

[PATCH v3 00/20] Speculative page faults
 2017-09-13 16:56 UTC  (5+ messages)
` [PATCH v3 04/20] mm: VMA sequence count

pyro openembedded gpsd update-rc.d problems with read-only-rootfs
 2017-09-13 16:56 UTC  (3+ messages)

[meta-oe][PATCH] libpng12: add it back from oe-core
 2017-09-13 16:56 UTC  (3+ messages)

[xen-unstable-smoke test] 113414: regressions - FAIL
 2017-09-13 16:55 UTC 

[BUG] xfs/104 triggered NULL pointer dereference in iomap based dio
 2017-09-13 16:55 UTC  (3+ messages)

[RFC] Unicore Subproject Proposal
 2017-09-13 16:55 UTC  (6+ messages)

[PATCH v2] uwb: properly check kthread_run return value
 2017-09-13 16:53 UTC  (2+ messages)

[PATCH net 0/3] nfp: wait more carefully for card init
 2017-09-13 16:53 UTC  (3+ messages)

[GIT PULL] RTC fixes for 4.14
 2017-09-13 16:53 UTC 

send | receive: received snapshot is missing recent files
 2017-09-13 16:52 UTC  (11+ messages)

[PATCH] iio: adc: dln2-adc: initialize local struct before using it
 2017-09-13 16:52 UTC  (3+ messages)

[PATCH 1/3] iw_cxgb4: put ep reference in pass_accept_req()
 2017-09-13 16:52 UTC 

[RESEND PATCH 1/3] iw_cxgb4: put ep reference in pass_accept_req()
 2017-09-13 16:52 UTC 

[PATCH] Fix bash path in shebangs
 2017-09-13 16:51 UTC  (4+ messages)

[PATCH 1/6] drm/i915/lrc: Clarify the format of the context image
 2017-09-13 16:51 UTC  (4+ messages)
` [PATCH 6/6] drm/i915/execlists: Read the context-status HEAD from the HWSP

[Buildroot] [PATCH 1/2] webkitgtk: update to version 2.18.0
 2017-09-13 16:51 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] webkitgtk: Allow toggling WebDriver support

[PATCH] memorder: Transpose table 'Summary of Memory Ordering'
 2017-09-13 16:51 UTC  (2+ messages)

[PATCH 2/2] spi: a3700: Fix erroneous padding when sending not 4-byte aligned data
 2017-09-13 16:50 UTC  (2+ messages)
  ` Applied "spi: armada-3700: Fix padding when sending not 4-byte aligned data" to the spi tree

[PATCH] x86/asm/64: do not clear high 32 bits of syscall number when CONFIG_X86_X32=y
 2017-09-13 16:49 UTC  (2+ messages)

Why cuckoo based hashing in DPDK library?
 2017-09-13 16:49 UTC  (2+ messages)

[PATCH] IB/core: fix incorrect fall-through on switch statement
 2017-09-13 16:49 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] ls1088ardb: Enable USB command RDB qspi-boot
 2017-09-13 16:49 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] ls1088aqds: Enable USB command on QDS for qspi-boot

[PATCH] drm/amd/amdgpu: Change vram debugfs to NO_KIQ for VM environments
 2017-09-13 16:47 UTC  (2+ messages)

Memory leaks in conntrack
 2017-09-13 16:45 UTC  (3+ messages)

[Qemu-devel] [PATCH] tcg/ppc: disable atomic write check on ppc32
 2017-09-13 16:45 UTC  (4+ messages)

[Qemu-devel] [PATCH] rbd: Detect rbd image resizes and propagate them
 2017-09-13 16:44 UTC 

[PATCH 1/2 RESEND] Btrfs: make plug in writing meta blocks really work
 2017-09-13 16:43 UTC  (3+ messages)
` [PATCH 2/2] Btrfs: remove bio_flags which indicates a meta block of log-tree

[PATCH] blk-mq: don't allocate driver tag beforehand for flush rq
 2017-09-13 16:44 UTC  (2+ messages)

[PATCH v2 3/3] tpm: parse TPM event logs based on EFI table
 2017-09-13 16:43 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/7] ARMv8M: some bugfixes and prep. cleanup
 2017-09-13 16:41 UTC  (5+ messages)
` [Qemu-devel] [PATCH 5/7] target/arm: Remove unnecessary '| 0xf0000000' from do_v7m_exception_exit()
` [Qemu-devel] [PATCH 7/7] target/arm: Rename 'type' to 'excret' in do_v7m_exception_exit()

[Buildroot] testing/infra: generating tests for python packages
 2017-09-13 16:41 UTC  (2+ messages)

[tip:WIP.core/urgent 25/29] kernel/watchdog.c:119:19: error: two or more data types in declaration specifiers
 2017-09-13 16:37 UTC 

[patch net] net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walker
 2017-09-13 16:34 UTC  (2+ messages)

[PATCH 1/2] vfs: constify path argument to kernel_read_file_from_path
 2017-09-13 16:33 UTC  (3+ messages)

[PATCH net] be2net: fix TSO6/GSO issue causing TX-stall on Lancer/BEx
 2017-09-13 16:33 UTC  (2+ messages)

[Qemu-devel] [PATCH] throttle: Assert that bkt->max is valid in throttle_compute_wait()
 2017-09-13 16:31 UTC  (2+ messages)

n900 in next-20170901
 2017-09-13 16:31 UTC  (8+ messages)

RFC: Another proposed hash function transition plan
 2017-09-13 16:30 UTC  (8+ messages)
  ` RFC v3: "


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.