All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-01 20:16:32 to 2019-03-01 22:04:13 UTC [more...]

[patch V5 00/14] MDS basics 0
 2019-03-01 22:04 UTC  (5+ messages)
` [patch V5 12/14] MDS basics 12
  ` [MODERATED] "
` [patch V5 13/14] MDS basics 13
  ` [MODERATED] "

[RFC v2 0/6] use extack when setting up XDP
 2019-03-01 22:03 UTC  (7+ messages)
` [RFC v2 3/6] i40e: use extack for bpf errors

[PATCH] bpf: enable program stats
 2019-03-01 22:03 UTC 

[PATCH v6] panic: Avoid the extra noise dmesg
 2019-03-01 22:02 UTC  (3+ messages)

[PATCH 0/1] Avoid calling find in the Makefile, if possible
 2019-03-01 22:01 UTC  (5+ messages)
` [PATCH 1/1] Makefile: use `git ls-files` to list header files, "

[PATCH v3 00/34] Convert x86 & arm64 to use generic page walk
 2019-03-01 21:57 UTC  (14+ messages)
` [PATCH v3 03/34] arm: mm: Add p?d_large() definitions
` [PATCH v3 05/34] c6x: "
` [PATCH v3 06/34] csky: "
` [PATCH v3 08/34] ia64: "

[PATCH] workqueue: Fix spelling in source code comments
 2019-03-01 21:57 UTC 

[BUG] completion.commands does not remove multiple commands
 2019-03-01 21:56 UTC  (5+ messages)
` [PATCH 2/3] t9902: test multiple removals via completion.commands

[PATCH] percpu/module resevation: change resevation size iff X86_VSMP is set
 2019-03-01 21:54 UTC  (5+ messages)

[Qemu-devel] [PULL] target/riscv: Convert to decodetree
 2019-03-01 21:49 UTC  (70+ messages)
` [Qemu-riscv] "
` [Qemu-devel] [PULL 01/34] target/riscv: Activate decodetree and implemnt LUI & AUIPC
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 02/34] target/riscv: Convert RVXI branch insns to decodetree
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 03/34] target/riscv: Convert RV32I load/store "
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 04/34] target/riscv: Convert RV64I "
  ` [Qemu-devel] "
` [Qemu-devel] [PULL 05/34] target/riscv: Convert RVXI arithmetic "
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 06/34] target/riscv: Convert RVXI fence "
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 07/34] target/riscv: Convert RVXI csr "
  ` [Qemu-devel] "
` [Qemu-devel] [PULL 08/34] target/riscv: Convert RVXM "
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 09/34] target/riscv: Convert RV32A "
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 10/34] target/riscv: Convert RV64A "
  ` [Qemu-devel] "
` [Qemu-devel] [PULL 11/34] target/riscv: Convert RV32F "
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 12/34] target/riscv: Convert RV64F "
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 13/34] target/riscv: Convert RV32D "
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 14/34] target/riscv: Convert RV64D "
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 15/34] target/riscv: Convert RV priv "
  ` [Qemu-devel] "
` [Qemu-devel] [PULL 16/34] target/riscv: Convert quadrant 0 of RVXC "
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 17/34] target/riscv: Convert quadrant 1 "
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 18/34] target/riscv: Convert quadrant 2 "
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 19/34] target/riscv: Remove gen_jalr()
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 20/34] target/riscv: Remove manual decoding from gen_branch()
  ` [Qemu-devel] "
` [Qemu-riscv] [PULL 21/34] target/riscv: Remove manual decoding from gen_load()
  ` [Qemu-devel] "
` [Qemu-devel] [PULL 22/34] target/riscv: Remove manual decoding from gen_store()
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 23/34] target/riscv: Move gen_arith_imm() decoding into trans_* functions
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 24/34] target/riscv: make ADD/SUB/OR/XOR/AND insn use arg lists
  ` [Qemu-devel] "
` [Qemu-devel] [PULL 25/34] target/riscv: Remove shift and slt insn manual decoding
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 26/34] target/riscv: Remove manual decoding of RV32/64M insn
  ` [Qemu-devel] "
` [Qemu-devel] [PULL 27/34] target/riscv: Rename trans_arith to gen_arith
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 28/34] target/riscv: Remove gen_system()
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 29/34] target/riscv: Remove decode_RV32_64G()
  ` [Qemu-devel] "
` [Qemu-devel] [PULL 30/34] target/riscv: Convert @cs_2 insns to share translation functions
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 31/34] target/riscv: Convert @cl_d, @cl_w, @cs_d, @cs_w insns
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 32/34] target/riscv: Splice fsw_sd and flw_ld for riscv32 vs riscv64
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 33/34] target/riscv: Splice remaining compressed insn pairs "
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 34/34] target/riscv: Remaining rvc insn reuse 32 bit translators
  ` [Qemu-riscv] "

[Qemu-devel] [PATCH v3 00/16] s390: vfio-ccw dasd ipl support
 2019-03-01 21:49 UTC  (7+ messages)

patchwork support for linux-watchdog@vger.kernel.org
 2019-03-01 21:49 UTC  (2+ messages)
  ` [Kernel.org Helpdesk #69024] "

[PATCH v10 0/6] misc safety certification fixes
 2019-03-01 21:48 UTC  (6+ messages)
` [PATCH v10 6/6] xen: use DEFINE_SYMBOL as required

[Qemu-devel] [PATCH] slirp: check sscanf result when emulating ident
 2019-03-01 21:45 UTC 

[U-Boot] [PATCH] net:phy:aquantia Set only autoneg on in register 4.c441
 2019-03-01 21:45 UTC  (2+ messages)

[PATCH] mm/hugepages: fix "orig_pud" set but not used
 2019-03-01 21:44 UTC  (3+ messages)

[U-Boot] [PATCH] Convert CONFIG_IP_DEFRAG to Kconfig
 2019-03-01 21:44 UTC  (2+ messages)

[PATCH v3] mtd: rawnand: Mark expected switch fall-throughs
 2019-03-01 21:38 UTC  (4+ messages)

[ANN] wireless-regdb: master-2019-03-01
 2019-03-01 21:37 UTC  (2+ messages)
` [wireless-regdb] "

[U-Boot] [PATCH] spl: add size check including devicetree
 2019-03-01 21:34 UTC 

audit 2.8.5 released
 2019-03-01 21:33 UTC 

[meta-oe][PATCH 1/1] live555: update to version 20190227
 2019-03-01 21:33 UTC 

[U-Boot] [PATCH] drivers: net: ldpaa_eth: check if the dpmac is enabled
 2019-03-01 21:30 UTC  (2+ messages)

[PATCH] drm/amdgpu/powerplay: Fix missing break in switch statement
 2019-03-01 21:29 UTC 

[U-Boot] [PATCH v3 00/13] net: Add Allwinner EMAC CLK, RESET support
 2019-03-01 21:29 UTC  (7+ messages)
` [U-Boot] [PATCH v3 10/13] net: sun8i_emac: Add CLK and "
` [U-Boot] [PATCH v3 11/13] clk: sunxi: h3: Implement EPHY CLK and RESET
` [U-Boot] [PATCH v3 12/13] net: sun8i_emac: Add EPHY CLK and RESET support

[PATCH 0/7] Subject: [PATCH ...] Add stack library and new mempool handler
 2019-03-01 21:29 UTC  (6+ messages)
` [PATCH 5/7] stack: add non-blocking stack implementation
      ` FW: "

[Buildroot] [PATCH 1/1] package/libraw: security bump to version 0.19.2
 2019-03-01 21:27 UTC 

[Qemu-devel] [PATCH v2 00/32] s390x/tcg: Vector Instruction Support Part 1
 2019-03-01 21:24 UTC  (2+ messages)

[U-Boot] [PATCH] mc : Add support to run MC in 128 MB DDR size
 2019-03-01 21:25 UTC  (6+ messages)
` [U-Boot] [PATCH 1/2] cmd: efidebug: add memmap command
  ` [U-Boot] [PATCH 2/2] mc : Reduce MC memory size to 128M

[Design] Kernel-based BMC firewall
 2019-03-01 21:31 UTC 

[PATCH v2] spi-nor: intel-spi: Avoid crossing 4K address boundary on read/write
 2019-03-01 21:22 UTC  (2+ messages)

[PATCH] cxgb4: fix undefined behavior in mem.c
 2019-03-01 21:21 UTC  (7+ messages)

[PATCH] nvme-fc: fix numa_node when dev is null
 2019-03-01 21:19 UTC 

[Bug 109808] ROCm OpenCL segfaults on drm-next-5.1-wip
 2019-03-01 21:19 UTC 

[Qemu-devel] [PATCH] usb-mtp: Fix build with gcc 9
 2019-03-01 21:08 UTC  (4+ messages)

[PATCH] tcmu: wait for nl reply only if there are listeners
 2019-03-01 21:17 UTC  (2+ messages)
` [PATCH] tcmu: wait for nl reply only if there are listeners or during an add

[Proposal] End-user impacts and change log + details
 2019-03-01 21:22 UTC 

[PATCH 13/20] riscv/mmiowb: Hook up mmwiob() implementation to asm-generic code
 2019-03-01 21:13 UTC  (3+ messages)

[PATCH] NFS: Add missing encode / decode sequence_maxsz to v4.2 operations
 2019-03-01 21:09 UTC 

[master][PATCH] branding-core: re-enable "sgx" flag to build graphics packages
 2019-03-01 21:08 UTC 

[PATCH bpf-next] bpf: add test cases for non-pointer sanitiation logic
 2019-03-01 21:08 UTC 

[PATCH v2 0/2] Minor changes to checkpatches
 2019-03-01 21:08 UTC  (6+ messages)
` [PATCH v3 1/2] Enable codespell by default. Can be disabled from config file
  ` [dpdk-stable] "

[master][PATCH] ti-sgx-ddk: remove old 1.14 version of DDK KM and UM
 2019-03-01 21:07 UTC 

[PATCH bpf] bpf: fix sanitation rewrite in case of non-pointers
 2019-03-01 21:05 UTC 

next/master boot bisection: next-20190215 on beaglebone-black
 2019-03-01 21:04 UTC  (11+ messages)

[5.2][PATCH 0/3] Ingenic JZ47xx KMS driver
 2019-03-01 21:00 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: Add doc for the ingenic-drm driver
` [PATCH 3/3] DRM: Add KMS driver for the Ingenic JZ47xx SoCs

[patch V4 00/11] MDS basics
 2019-03-01 20:58 UTC  (4+ messages)
` [patch V4 04/11] x86/speculation/mds: Add mds_clear_cpu_buffer()
  ` [MODERATED] "
    ` [MODERATED] Encrypted Message

[PATCH] drm/amdgpu/gfx_v8_0: Mark expected switch fall-through
 2019-03-01 20:58 UTC 

[virtio-dev] Re: net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
 2019-03-01 20:55 UTC  (13+ messages)

[PATCH v2] commit-tree: utilize parse-options api
 2019-03-01 20:53 UTC  (3+ messages)

[PATCH v2] mm/hotplug: fix an imbalance with DEBUG_PAGEALLOC
 2019-03-01 20:51 UTC  (2+ messages)

[PATCH v2 1/2] license: Add licenses required for Mimic
 2019-03-01 20:43 UTC  (2+ messages)
` [PATCH v2 2/2] mimic: Initial commit of version 1.2.0.2

[PATCH v3 1/6] drm/i915/psr: Remove PSR2 FIXME
 2019-03-01 20:45 UTC  (5+ messages)
` [PATCH v3 5/6] drm/i915: Disable PSR2 while getting pipe CRC

[RFC PATCH v3 00/12] Draft for Extended Key ID support
 2019-03-01 20:43 UTC  (7+ messages)
` [RFC PATCH v3 03/12] mac80211: IEEE 802.11 "

[PATCH] ASoC: ab8500: Mark expected switch fall-through
 2019-03-01 20:43 UTC 

[Buildroot] [PATCH/next 1/1] package/dmidecode: bump to version 3.2
 2019-03-01 20:42 UTC 

[PATCH 1/2] net/ice: suppport package download
 2019-03-01 20:41 UTC  (3+ messages)
` [PATCH 2/2] net/ice: disable advanced features in safe mode

[PATCH v3 bpf-next 0/5] bpf: Host Bandwidth Manager (HBM)
 2019-03-01 20:38 UTC 

[PATCH net-next] net: dsa: Do not configure VLAN ID 0
 2019-03-01 20:40 UTC  (4+ messages)

[Intel-wired-lan] Clang warning in drivers/net/ethernet/intel/igc/igc_ethtool.c
 2019-03-01 20:40 UTC  (5+ messages)
      `  "

fuse: trying to steal weird page
 2019-03-01 20:40 UTC  (16+ messages)
` [fuse-devel] "

[PATCH xf86-video-ati 1/2] present: Check that flip and screen pixmap pitches match
 2019-03-01 20:40 UTC  (3+ messages)
` [PATCH xf86-video-ati 2/2] dri2: Call drm_queue_handle_deferred in dri2_deferred_event

[PATCH v3 bpf-next 4/5] bpf: User program for testing HBM
 2019-03-01 20:38 UTC 

[PATCH v3 bpf-next 3/5] bpf: Sample HBM BPF program to limit egress bw
 2019-03-01 20:38 UTC 

[PATCH v3 bpf-next 5/5] bpf: HBM test script
 2019-03-01 20:38 UTC 

[PATCH v3 bpf-next 1/5] bpf: add bpf helper bpf_skb_ecn_set_ce
 2019-03-01 20:38 UTC 

[PATCH v3 bpf-next 2/5] bpf: sync bpf.h to tools and update bpf_helpers.h
 2019-03-01 20:38 UTC 

[PATCH 1/2] agetty: Fix input of non-ASCII characters in get_logname()
 2019-03-01 20:34 UTC  (3+ messages)

[PATCH bpf-next v2 0/7] BPF support for global data
 2019-03-01 20:33 UTC  (10+ messages)
` [PATCH bpf-next v2 5/7] bpf, libbpf: support global data/bss/rodata sections

linux-next: Boot hangs 3 minutes with device mapper on s390
 2019-03-01 20:30 UTC 

Information about non-traditional uses of the Yocto Project and OpenEmbedded
 2019-03-01 20:29 UTC  (6+ messages)
  ` [OE-core] "

[Qemu-devel] [PATCH] target/arm: Fix PC test for LDM (exception return)
 2019-03-01 20:29 UTC 

[PATCH] log2: make is_power_of_2() integer constant expression when possible
 2019-03-01 20:26 UTC  (2+ messages)

[RFC PATCH v1 00/15] drm/msm: Per-instance pagetable support
 2019-03-01 20:25 UTC  (8+ messages)
` [RFC PATCH v1 02/15] iommu/arm-smmu: Add split pagetable support for arm-smmu-v2
      ` [Freedreno] "
` [RFC PATCH v1 15/15] drm/msm/a5xx: Support per-instance pagetables

[PATCH] sm-notify: Added -f flag to nfs.conf parsing
 2019-03-01 20:24 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/1] efi_loader: HII protocols: informative error message
 2019-03-01 20:24 UTC 

[Qemu-arm] [PATCH v11 00/10] ARM virt: Initial RAM expansion and extended memory map
 2019-03-01 20:22 UTC  (4+ messages)
` [Qemu-arm] [PATCH v11 01/10] hw/arm/boot: introduce fdt_add_memory_node helper
  ` [Qemu-devel] "
    ` [Qemu-arm] "

Question about setting speed and duplex failed after auto-negotiation disabled on marvell phy
 2019-03-01 20:22 UTC  (3+ messages)

+ mm-hwpoison-fix-thp-split-handing-in-soft_offline_in_use_page.patch added to -mm tree
 2019-03-01 20:21 UTC 

[Qemu-devel] [PATCH v2 0/5] gitdm/next updates
 2019-03-01 20:18 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/5] contrib: gitdm: add more individual contributors

[Buildroot] [PATCH 1/1] package/beecrypt: fix build without C++
 2019-03-01 20:18 UTC 

[igt-dev] [PATCH i-g-t 0/7] Use rendercopy for generating CCS buffers
 2019-03-01 20:17 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 1/7] lib/rendercopy: Add support for Yf/Ys tiling to gen9 rendercopy


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.