All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-01 22:23:02 to 2019-07-02 00:32:00 UTC [more...]

[Qemu-arm] [Qemu-devel] [PATCH 0/6] hw/arm: Use ARM_CPU_TYPE_NAME() and object_initialize_child()
 2019-07-01 18:16 UTC  (3+ messages)
  `  "

[PATCH bpf-next 0/8] bpf: TCP RTT sock_ops bpf callback
 2019-07-02  0:31 UTC  (8+ messages)
` [PATCH bpf-next 6/8] selftests/bpf: test BPF_SOCK_OPS_RTT_CB
` [PATCH bpf-next 7/8] samples/bpf: add sample program that periodically dumps TCP stats

[PATCHv1] ARM64: defconfig: Adding LEDS_TRIGGERS_TIMER
 2019-07-02  0:31 UTC  (5+ messages)
` [PATCHv1] ARM64: defconfig: Add LEDS_TRIGGERS_TIMER for blinking leds

[Qemu-devel] [PULL 00/46] target-arm queue
 2019-07-01 16:39 UTC  (6+ messages)
` [Qemu-devel] [PULL 21/46] aspeed/smc: add a 'sdram_base' property
` [Qemu-devel] [PULL 24/46] aspeed: vic: Add support for legacy register interface
` [Qemu-devel] [PULL 37/46] target/arm: Move CPU state dumping routines to cpu.c
` [Qemu-devel] [PULL 44/46] target/arm: Restrict PSCI to TCG
` [Qemu-devel] [PULL 46/46] target/arm: Declare some M-profile functions publicly

[dpdk-dev] [PATCH 1/3] test/hash: reset global variable to discard old data
 2019-07-02  0:27 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 1/4] "
  ` [dpdk-dev] [PATCH v3 2/4] test/hash: init hash parameters in the correct function
  ` [dpdk-dev] [PATCH v3 3/4] test/hash: free allocated memory
  ` [dpdk-dev] [PATCH v3 4/4] test/hash: use array for small amount of memory

[PATCH 0/2] make RB_DECLARE_CALLBACKS more generic
 2019-07-02  0:25 UTC  (5+ messages)
` [PATCH 2/2] augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition

[PATCH] crypto: ccp/gcm - use const time tag comparison
 2019-07-02  0:25 UTC  (2+ messages)

[U-Boot] [PATCH 00/26] binman: Allow reading of images to list contents
 2019-07-02  0:24 UTC  (27+ messages)
` [U-Boot] [PATCH 01/26] binman: Simplify the entry test
` [U-Boot] [PATCH 02/26] binman: Update future features
` [U-Boot] [PATCH 03/26] binman: Update help for new features
` [U-Boot] [PATCH 04/26] binman: Add an FDT map
` [U-Boot] [PATCH 05/26] binman: Add an image header
` [U-Boot] [PATCH 06/26] binman: Allow cbfstool to be optional with tests
` [U-Boot] [PATCH 07/26] binman: Convert to use ArgumentParser
` [U-Boot] [PATCH 08/26] binman: Move compression into the Entry base class
` [U-Boot] [PATCH 09/26] binman: Drop an unused arg in Entry.Lookup()
` [U-Boot] [PATCH 10/26] binman: Allow easy importing of entry modules
` [U-Boot] [PATCH 11/26] binman: Fix up ProcessUpdateContents error and comments
` [U-Boot] [PATCH 12/26] binman: Call ProcessUpdateContents() consistently
` [U-Boot] [PATCH 13/26] binman: Add a return value to ProcessContentsUpdate()
` [U-Boot] [PATCH 14/26] binman: Add a control for post-pack entry expansion
` [U-Boot] [PATCH 15/26] binman: Allow entries to expand after packing
` [U-Boot] [PATCH 16/26] binman: Allow device-tree entries to be compressed
` [U-Boot] [PATCH 17/26] binman: Provide the actual data address for cbfs files
` [U-Boot] [PATCH 18/26] binman: Use the cbfs memlen field only for uncompressed length
` [U-Boot] [PATCH 19/26] binman: Add a comment about CBFS test structure
` [U-Boot] [PATCH 20/26] binman: Support FDT update for CBFS
` [U-Boot] [PATCH 21/26] binman: Detect bad CBFS file types
` [U-Boot] [PATCH 22/26] binman: Allow listing the entries in an image
` [U-Boot] [PATCH 23/26] binman: Support reading in firmware images
` [U-Boot] [PATCH 24/26] binman: Support locating an image header
` [U-Boot] [PATCH 25/26] binman: Support reading an image into an Image object
` [U-Boot] [PATCH 26/26] binman: Support listing an image

[BUG] mke2fs produces corrupt filesystem if badblock list contains a block under 251
 2019-07-02  0:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] Add a UUID device property to IPMI
 2019-07-01 18:31 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 2/2] ipmi: Add a UUID device property

[Qemu-riscv] [PATCH v2] target/riscv: Hardwire mcounter.TM and upper bits of [m|s]counteren
 2019-07-01 20:54 UTC  (2+ messages)
` [Qemu-devel] "

+ mm-vmscan-scan-anonymous-pages-on-file-refaults.patch added to -mm tree
 2019-07-02  0:18 UTC 

[to-be-updated] mm-vmscan-fix-not-scanning-anonymous-pages-when-detecting-file-refaults.patch removed from -mm tree
 2019-07-02  0:17 UTC 

[PATCH v2 0/9] hw/block/pflash_cfi01: Add DeviceReset() handler
 2019-07-02  0:13 UTC  (10+ messages)
` [PATCH v2 1/9] hw/block/pflash_cfi01: Removed an unused timer
` [PATCH v2 2/9] hw/block/pflash_cfi01: Use the correct READ_ARRAY value
` [PATCH v2 3/9] hw/block/pflash_cfi01: Extract pflash_mode_read_array()
` [PATCH v2 4/9] hw/block/pflash_cfi01: Start state machine as READY to accept commands
` [PATCH v2 5/9] hw/block/pflash_cfi01: Add the DeviceReset() handler
` [PATCH v2 6/9] hw/block/pflash_cfi01: Simplify CFI_QUERY processing
` [PATCH v2 7/9] hw/block/pflash_cfi01: Improve command comments
` [PATCH v2 8/9] hw/block/pflash_cfi01: Replace DPRINTF by qemu_log_mask(GUEST_ERROR)
` [PATCH v2 9/9] hw/block/pflash_cfi01: Hold the PRI table offset in a variable

[QUESTION] Git fails to detect merge conflict?
 2019-07-02  0:15 UTC  (2+ messages)

How to calculate proper Quantum with HTB
 2019-07-02  0:14 UTC  (2+ messages)

INFO: task hung in exit_mm
 2019-07-02  0:14 UTC  (2+ messages)

[Qemu-arm] [PATCH v9 0/2] Add Arm SBSA Reference Machine
 2019-07-01 16:23 UTC  (4+ messages)
    ` [Qemu-devel] "

next/pending-fixes boot: 229 boots: 5 failed, 222 passed with 1 offline, 1 untried/unknown (v5.2-rc7-146-g5dc8dd927a11)
 2019-07-02  0:11 UTC 

KMSAN: uninit-value in ax88772_bind
 2019-07-02  0:10 UTC  (9+ messages)
` [Linux-kernel-mentees] [PATCH] net: usb: asix: init MAC address buffers
    `  "
  ` [PATCH V2] "
    ` [Linux-kernel-mentees] "

stable-rc/linux-4.14.y boot: 128 boots: 3 failed, 124 passed with 1 offline (v4.14.131-27-gaedf6f1832d9)
 2019-07-02  0:09 UTC 

[PATCH 1/3] dt-bindings: net: Add bindings for Realtek PHYs
 2019-07-02  0:09 UTC  (6+ messages)
` [PATCH 2/3] net: phy: realtek: Enable accessing RTL8211E extension pages

[RESEND PATCH v3 0/7] Improve scheduler scalability for fast path
 2019-07-02  0:01 UTC  (4+ messages)

linux-next: Fixes tag needs some work in the mlx5-next tree
 2019-07-02  0:05 UTC 

Concurrent random and sequential IO
 2019-07-02  0:03 UTC 

linux-next: build failure after merge of the clk tree
 2019-07-02  0:01 UTC 

[PATCH v5 bpf-next 0/9] libbpf: add bpf_link and tracing attach APIs
 2019-07-01 23:59 UTC  (10+ messages)
` [PATCH v5 bpf-next 1/9] libbpf: make libbpf_strerror_r agnostic to sign of error
` [PATCH v5 bpf-next 2/9] libbpf: introduce concept of bpf_link
` [PATCH v5 bpf-next 3/9] libbpf: add ability to attach/detach BPF program to perf event
` [PATCH v5 bpf-next 4/9] libbpf: add kprobe/uprobe attach API
` [PATCH v5 bpf-next 5/9] libbpf: add tracepoint "
` [PATCH v5 bpf-next 6/9] libbpf: add raw "
` [PATCH v5 bpf-next 7/9] selftests/bpf: switch test to new attach_perf_event API
` [PATCH v5 bpf-next 8/9] selftests/bpf: add kprobe/uprobe selftests
` [PATCH v5 bpf-next 9/9] selftests/bpf: convert existing tracepoint tests to new APIs

stable-rc/linux-4.9.y boot: 110 boots: 3 failed, 106 passed with 1 offline (v4.9.184-52-gd067e35a398a)
 2019-07-01 23:54 UTC 

[PATCH] mm/nvdimm: Add is_ioremap_addr and use that to check ioremap address
 2019-07-01 23:51 UTC  (4+ messages)

[meta-oe][PATCH] cryptsetup: Add PACKAGECONFIG options
 2019-07-01 23:53 UTC  (6+ messages)

+ mm-nvdimm-add-is_ioremap_addr-and-use-that-to-check-ioremap-address.patch added to -mm tree
 2019-07-01 23:52 UTC 

net: check before dereferencing netdev_ops during busy poll
 2019-07-01 23:52 UTC  (8+ messages)

[PATCH 4.4.y] net: check before dereferencing netdev_ops during busy poll
 2019-07-01 23:48 UTC 

[PATCH mlx5-next 00/18] Mellanox, mlx5 E-Switch and low level updates
 2019-07-01 23:46 UTC  (2+ messages)

[thud][PATCH] ti-img-rogue-umlibs: Add missing wayland, expat rdepends
 2019-07-01 23:47 UTC 

[PATCH RESEND 4.9.y] net: check before dereferencing netdev_ops during busy poll
 2019-07-01 23:41 UTC 

[PATCH net-next v3 0/4] Add gve driver
 2019-07-01 23:37 UTC  (3+ messages)

[net-next 0/4] Add gve driver
 2019-07-01 23:37 UTC  (4+ messages)
` [net-next 4/4] gve: Add ethtool support

[PATCH 4.19.y v2 0/9] Fix scheduling while atomic in dwc3_gadget_ep_dequeue
 2019-07-01 23:36 UTC  (4+ messages)

[PATCH V2 0/1] image.bbclass: fix systemd_preset_all
 2019-07-01 23:34 UTC  (3+ messages)
` [PATCH V2 1/1] "

stable-rc/linux-5.1.y boot: 137 boots: 3 failed, 132 passed with 1 offline, 1 untried/unknown (v5.1.15-30-gc93daa83169a)
 2019-07-01 23:33 UTC 

[PATCH] mm/z3fold.c: Lock z3fold page before __SetPageMovable()
 2019-07-01 23:32 UTC  (2+ messages)

stable-rc/linux-4.4.y boot: 99 boots: 3 failed, 94 passed with 1 offline, 1 conflict (v4.4.184-40-g01f7af880852)
 2019-07-01 23:30 UTC 

✅ PASS: Test report for kernel 5.1.16-rc1-c93daa8.cki (stable)
 2019-07-01 23:28 UTC 

[PATCH v2 0/3] [RFC] Create 'core.featureAdoptionRate' setting to update config defaults
 2019-07-01 23:27 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] repo-settings: create core.featureAdoptionRate setting

[PATCH net-next 0/3] devlink: Introduce PCI PF, VF ports and attributes
 2019-07-01 23:26 UTC  (3+ messages)
` [PATCH net-next 1/3] devlink: Introduce PCI PF port flavour and port attribute

WARNING: refcount bug in kobject_add_internal
 2019-07-01 23:27 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/10] hw/pci-host: Clean the GT64120 north bridge
 2019-07-01 18:39 UTC  (4+ messages)

[dpdk-dev] [PATCH 01/27] sched: update macros for flexible config
 2019-07-01 23:25 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 00/28] sched: feature enhancements
  ` [dpdk-dev] [PATCH v2 09/28] sched: update pkt read and write API

[Qemu-arm] [PATCH] tests: Update DSDT ACPI table for arm/virt board with PCDIMM related changes
 2019-07-01 19:08 UTC 

[PATCH] KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCS
 2019-07-01 23:18 UTC  (2+ messages)

[PATCH] KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMM
 2019-07-01 23:16 UTC  (3+ messages)

[PATCH] glibc: Fix locale DEPENDS
 2019-07-01 23:13 UTC  (3+ messages)

[Qemu-riscv] [PULL] RISC-V Patches for the 4.1 Soft Freeze, Part 2
 2019-07-01 16:39 UTC  (7+ messages)
` [Qemu-riscv] [PULL 33/34] roms: Add OpenSBI version 0.3
  ` [Qemu-riscv] [Qemu-devel] "
          ` [Qemu-devel] [Qemu-riscv] "

[RFC PATCH v2 0/3] security/x86/sgx: SGX specific LSM hooks
 2019-07-01 23:11 UTC  (13+ messages)
` [RFC PATCH v2 1/3] x86/sgx: Add "

lift the xfs writepage code into iomap
 2019-07-01 23:09 UTC  (9+ messages)
` [PATCH 11/12] iomap: move the xfs writeback code to iomap.c

linux-next: build failure after merge of the hmm tree
 2019-07-01 23:10 UTC  (2+ messages)

[PATCH v4 bpf-next 0/9] libbpf: add bpf_link and tracing attach APIs
 2019-07-01 23:09 UTC  (17+ messages)
` [PATCH v4 bpf-next 3/9] libbpf: add ability to attach/detach BPF program to perf event
` [PATCH v4 bpf-next 6/9] libbpf: add raw tracepoint attach API
` [PATCH v4 bpf-next 7/9] selftests/bpf: switch test to new attach_perf_event API
` [PATCH v4 bpf-next 8/9] selftests/bpf: add kprobe/uprobe selftests

linux-next: manual merge of the m68knommu tree with the m68k tree
 2019-07-01 23:09 UTC 

[Qemu-devel] [PULL 0/2] Add a UUID device property to IPMI
 2019-07-01 18:25 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH v2 0/3] python: refactor qemu/__init__.py
 2019-07-01 21:27 UTC  (3+ messages)

[OpenRISC] [GSoC 2019] Coding Phase 2 : Continuous Integration for Hardware Projects on LibreCores CI (Nancy Chauhan)
 2019-07-01 23:04 UTC  (2+ messages)

stable-rc/linux-4.19.y boot: 131 boots: 2 failed, 126 passed with 1 offline, 2 untried/unknown (v4.19.56-50-gb1933911f3fa)
 2019-07-01 22:58 UTC 

[PATCH net-next v4 0/4] Add gve driver
 2019-07-01 22:57 UTC  (5+ messages)
` [PATCH net-next v4 1/4] gve: Add basic driver framework for Compute Engine Virtual NIC
` [PATCH net-next v4 2/4] gve: Add transmit and receive support
` [PATCH net-next v4 3/4] gve: Add workqueue and reset support
` [PATCH net-next v4 4/4] gve: Add ethtool support

✅ PASS: Test report for kernel 4.19.57-rc1-b193391.cki (stable)
 2019-07-01 22:56 UTC 

[Qemu-devel] [Bug 1834613] [NEW] Crypto related operations failing on Alpine Linux on QEMU 4.0
 2019-07-01 20:09 UTC  (2+ messages)
` [Qemu-devel] [Bug 1834613] "

linux-next: build failure after merge of the rdma tree
 2019-07-01 22:49 UTC  (3+ messages)

[Buildroot] [PATCH 01/27] autobuild-run: introduce Builder class
 2019-07-01 22:46 UTC  (13+ messages)
` [Buildroot] [PATCH 19/27] autobuild-run: define output directory as part of "
` [Buildroot] [PATCH 21/27] autobuild-run: move check_version() to "
` [Buildroot] [PATCH 22/27] autobuild-run: move get_branch() "
` [Buildroot] [PATCH 23/27] autobuild-run: create reason file on build failures
` [Buildroot] [PATCH 26/27] scripts/autobuild-run: make the HTTP URL really configurable
` [Buildroot] [PATCH 27/27] scripts/autobuild-run: support changing repo

[Qemu-devel] [PATCH v2 0/3] qapi: block-dirty-bitmap-remove transaction action
 2019-07-01 20:13 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 2/3] qapi: implement "

[PATCH] net: stmmac: add sanity check to device_property_read_u32_array call
 2019-07-01 22:43 UTC  (12+ messages)

[PATCH] net: stmmac: make "snps,reset-delays-us" optional again
 2019-07-01 22:42 UTC  (2+ messages)

[x86/hotplug] e1056a25da: WARNING:at_arch/x86/kernel/apic/apic.c:#setup_local_APIC
 2019-07-01 22:41 UTC  (15+ messages)
                        ` [BUG] kvm: APIC emulation problem - was Re: [LKP] [x86/hotplug]
                          ` [BUG] kvm: APIC emulation problem - was [x86/hotplug]

[Bridge] Use-after-free in br_multicast_rcv
 2019-07-01 22:37 UTC  (9+ messages)
            `  "

KASAN: slab-out-of-bounds Read in hdpvr_probe
 2019-07-01 22:30 UTC  (2+ messages)

[PATCH 0/6] easy bulk commit creation in tests
 2019-07-01 22:28 UTC  (4+ messages)
` [PATCH v2 1/6] test-lib: introduce test_commit_bulk

[PATCH v6 1/4] drm/i915/bdw+: Move misc display IRQ handling to it own function
 2019-07-01 22:26 UTC  (7+ messages)
` [PATCH v6 3/4] drm/i915/psr: Make PSR registers relative to transcoders

[Buildroot] [PATCH 01/22] package/dosfstools: add license hash
 2019-07-01 22:26 UTC  (22+ messages)
` [Buildroot] [PATCH 02/22] package/libpthread-stubs: "
` [Buildroot] [PATCH 03/22] package/libsha1: "
` [Buildroot] [PATCH 04/22] package/libsig: "
` [Buildroot] [PATCH 05/22] package/libtheora: "
` [Buildroot] [PATCH 06/22] package/mtools: "
` [Buildroot] [PATCH 07/22] package/rpi-firmware: "
` [Buildroot] [PATCH 08/22] package/rpi-userland: "
` [Buildroot] [PATCH 09/22] package/wayland: "
` [Buildroot] [PATCH 10/22] package/x11r7/xapp_bdftopcf: "
` [Buildroot] [PATCH 11/22] package/x11r7/xfont_font-alias: "
` [Buildroot] [PATCH 12/22] package/x11r7/xfont_font-cursor-misc: "
` [Buildroot] [PATCH 13/22] package/x11r7/xfont_font-misc-misc: "
` [Buildroot] [PATCH 14/22] package/x11r7/xfont_font-util: "
` [Buildroot] [PATCH 15/22] package/x11r7/xlib_libXfixes: "
` [Buildroot] [PATCH 16/22] package/x11r7/xlib_libXfont: "
` [Buildroot] [PATCH 17/22] package/x11r7/xlib_libXfont2: "
` [Buildroot] [PATCH 18/22] package/x11r7/xlib_libXrender: "
` [Buildroot] [PATCH 19/22] package/x11r7/xlib_libXres: "
` [Buildroot] [PATCH 20/22] package/x11r7/xlib_libXv: "
` [Buildroot] [PATCH 21/22] package/x11r7/xlib_libXxf86vm: "
` [Buildroot] [PATCH 22/22] package/x11r7/xserver_xorg-server: "

[PATCH] soc: ti: fix irq-ti-sci link error
 2019-07-01 22:24 UTC  (4+ messages)

[PATCH v4 0/8] Support disabling TCG on ARM
 2019-07-01 19:49 UTC  (2+ messages)
` [Qemu-devel] [PATCH v4 7/8] RFC target/arm: Do not build A/M-profile cpus when using KVM

[GIT PULL 1/2] Rockchip dts32 updates for 5.3 round 2
 2019-07-01 22:16 UTC  (4+ messages)
` [GIT PULL 2/2] Rockchip dts64 "

[GIT PULL] dts: sprd: Changes for v5.3-rc1
 2019-07-01 22:15 UTC  (2+ messages)

[merged] mm-swap-fix-thp-swap-out.patch removed from -mm tree
 2019-07-01 22:23 UTC 

[GIT PULL] ARM: mvebu: fixes for v5.2 (#2)
 2019-07-01 22:14 UTC  (2+ messages)

[merged] mm-idle-page-fix-oops-because-end_pfn-is-larger-than-max_pfn.patch removed from -mm tree
 2019-07-01 22:23 UTC 

[merged] mm-hugetlb-soft-offline-dissolve_free_huge_page-return-zero-on-pagehuge-v3.patch removed from -mm tree
 2019-07-01 22:23 UTC 

[merged] mm-hugetlb-soft-offline-dissolve_free_huge_page-return-zero-on-pagehuge.patch removed from -mm tree
 2019-07-01 22:23 UTC 


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.