All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-17 13:26:17 to 2018-05-17 14:15:13 UTC [more...]

[PATCH 0/2] bpf: sockmap, fix uninitialized variable and double-free
 2018-05-17 14:11 UTC  (2+ messages)
` [PATCH 2/2] bpf: sockmap, fix double-free

STMMAC driver with TSO enabled issue
 2018-05-17 14:13 UTC  (6+ messages)

[U-Boot] [PATCH v2] net: MVGBE don't automatically select PHYLIB
 2018-05-17 14:14 UTC  (2+ messages)

[PATCH linux dev-4.13 v2 0/2] pinctrl: npcm: add NPCM7xx pinctrl driver
 2018-05-17 13:24 UTC  (3+ messages)
` [PATCH linux dev-4.13 v2 1/2] dt-binding: pinctrl: document NPCM7xx pin controller DT bindings
` [PATCH linux dev-4.13 v2 2/2] pinctrl: npcm: add NPCM7xx pin control driver

[PATCH v4 0/4] powerpc/64: memcmp() optimization
 2018-05-17 14:13 UTC  (3+ messages)
` [PATCH v4 3/4] powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp()

[bug report] drm/amd/powerplay: add control gfxoff enabling in late init
 2018-05-17 14:13 UTC 

[PATCH v2] net/tap: fix isolation mode toggling
 2018-05-17 14:13 UTC  (4+ messages)
` [PATCH v3] "
    ` [dpdk-stable] "

[PATCH v7 00/12] PCI: Fixes and cleanups for native PCIe, SHPC and ACPI hotplug
 2018-05-17 14:13 UTC  (3+ messages)
` [PATCH v7 03/12] PCI: Request control of native PCIe hotplug only if supported

[PATCH] Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"
 2018-05-17 14:11 UTC  (10+ messages)

[U-Boot] [PATCH] arm64: zynqmp: Show reset reason
 2018-05-17 14:11 UTC  (2+ messages)

[PATCH 0/2] i2c: mux: demux-pinctrl: improve device relationships
 2018-05-17 14:11 UTC  (2+ messages)

[PATCH] arm: bcm2835: Add the PMU to the devicetree
 2018-05-17 14:11 UTC  (3+ messages)

cpu stopper threads and load balancing leads to deadlock
 2018-05-17 14:10 UTC  (12+ messages)

[LTP] [RFC PATCH v2 0/2] Shell: Add TST_TEST_DATA and TST_TEST_DATA_IFS
 2018-05-17 14:10 UTC  (3+ messages)
` [LTP] [RFC PATCH v2 2/2] net/{stress, virt}: Use "

[PATCH v4 1/2] xen/kbdif: Add string constants for raw pointer
 2018-05-17 14:09 UTC  (6+ messages)
` [PATCH v4 2/2] xen/kbdif: Add features to disable keyboard and pointer

[PATCH 00/24] drm_framebuffer boilerplate removal
 2018-05-17 14:09 UTC  (20+ messages)
` [PATCH 01/24] drm/cirrus: Place GEM BOs in drm_framebuffer
  ` [PATCH 04/24] drm/rockchip: "
  ` [PATCH 08/24] drm/mtk: Promote impossible internal error to WARN_ON
  ` [PATCH 09/24] drm/mtk: Move GEM BO to drm_framebuffer
  ` [PATCH 10/24] drm/mtk: mtk_drm_fb -> drm_framebuffer
  ` [PATCH 13/24] drm/tegra: tegra_fb "
` [PATCH 05/24] drm/rockchip: rockchip_drm_fb "

[PATCH 00/14] fpga api changes and kernel-doc fixup
 2018-05-17 14:08 UTC  (3+ messages)

[patch net-next RFC 00/12] devlink: introduce port flavours and common phys_port_name generation
 2018-05-17 14:08 UTC  (7+ messages)
` [patch net-next RFC 04/12] dsa: set devlink port attrs for dsa ports

[PATCH] MAINTAINERS: add entry for STM32 I2C driver
 2018-05-17 14:07 UTC  (2+ messages)

[PATCH v4 00/23] Fixes for GCC8 against lagopus
 2018-05-17 14:03 UTC  (38+ messages)
` [PATCH v4 01/23] lib/librte_eal: import libbsd strlcpy
` [PATCH v4 13/23] rte_mbuf.h: explicit casts to uint16 to avoid warnings
` [PATCH v4 15/23] rte_ethdev.h: align sign and scope of temp var
` [PATCH v5 00/21] Fixes for GCC8 against lagopus
  ` [PATCH v5 01/21] lib/librte_ethdev: change eth-dev-ops API to return int
  ` [PATCH v5 02/21] rte_string_fns.h: fix gcc8.1 sign conv warning in lstrcpy
    ` [PATCH] "
  ` [PATCH v5 03/21] lib/librte_eal: explicit tmp cast
  ` [PATCH v5 04/21] /lib/librte_eal: stage cast from uint64 to long
  ` [PATCH v5 05/21] rte_ring_generic.h: stack declarations before code
  ` [PATCH v5 06/21] rte_ring.h: remove signed type flipflopping
  ` [PATCH v5 07/21] rte_mbuf.h: avoid warnings from inadvertant promotion
  ` [PATCH v5 08/21] rte_mbuf.h: explicit casts for int16 to uint16
  ` [PATCH v5 09/21] rte_mbuf.h: make sure RTE-MIN compares same types
  ` [PATCH v5 10/21] rte_mbuf.h: explicit cast restricting ptrdiff to uint16
  ` [PATCH v5 11/21] rte_ether.h: explicit cast avoiding truncation warning
  ` [PATCH v5 12/21] rte_rwlock.h: gcc8 sign conversion warnings
  ` [PATCH v5 13/21] rte_ip.h: cast input to bswap16 to be uint16
  ` [PATCH v5 14/21] rte_ip.h: cast around promotion to int
  ` [PATCH v5 15/21] rte_ip.h: cast type decided by sizeof to uint32
  ` [PATCH v5 16/21] rte_ip.h: cast return checksum size to uint16
  ` [PATCH v5 17/21] rte_ip.h: cast away gcc8 warning on rte_ipv6_phdr_cksum
  ` [PATCH v5 18/21] rte_mbuf.h: explicit cast for size type to uint32
  ` [PATCH v5 19/21] rte_mbuf.h: explicit casts to uint16 to avoid warnings
  ` [PATCH v5 20/21] rte_ethdev.h: align sign and scope of temp var
  ` [PATCH v5 21/21] rte_byteorder.h: explicit cast for return promotion

[Qemu-devel] [PATCH] pnv: add a physical mapping array describing MMIO ranges in each chip
 2018-05-17 14:05 UTC  (3+ messages)

[PATCH 1/3] x86/MCE/AMD: Redo function to get SMCA bank type
 2018-05-17 14:05 UTC  (14+ messages)
` [PATCH 3/3] x86/MCE/AMD: Get address from already initialized block
                    ` [3/3] "

[v5,05/14] usb: typec: add API to get typec basic port power and data config
 2018-05-17 14:05 UTC  (2+ messages)
` [PATCH v5 05/14] "

[PATCH 1/2] selftests/powerpc: Add ptrace tests for Protection Key registers
 2018-05-17 14:03 UTC  (8+ messages)
` [PATCH 2/2] selftests/powerpc: Add core file test "

[bug report] bus: ti-sysc: Add handling for clkctrl opt clocks
 2018-05-17 14:03 UTC  (2+ messages)

[U-Boot] [PATCH] soc: zynqmp: Update required API version to 1.0
 2018-05-17 14:02 UTC  (4+ messages)

[iproute2-next v3 1/1] tipc: fixed node and name table listings
 2018-05-17 14:02 UTC 

[lkp-robot] [x86/asm] 51bad67ffb: int3:#[##]
 2018-05-17 14:01 UTC  (14+ messages)
                  ` [PATCH] objtool: Detect assembly code falling through to INT3 padding

[AUH] u-boot-mkimage: upgrading to 2018.05 FAILED
 2018-05-17 14:01 UTC  (5+ messages)

[bug report] drm/amd/pp: Use gfx rlc funcs directly in powerplay
 2018-05-17 14:00 UTC 

[PATCH] drm/i915/icl: Don't update enabled dbuf slices struct until updated in hw
 2018-05-17 14:00 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[bug report] drm/amd/display: Adding stutter entry wm to dce bw struct
 2018-05-17 13:59 UTC 

[PATCH] i2c: i2c-stm32f7: fix documentation typo
 2018-05-17 13:59 UTC  (3+ messages)

[PATCH] maintainers: handoff ownership of Tap PMD
 2018-05-17 13:59 UTC  (3+ messages)

[PATCH net-next v3 1/3] ipv4: support sport, dport and ip_proto in RTM_GETROUTE
 2018-05-17 13:58 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 00/38] target-microblaze: Add support for Extended Addressing
 2018-05-17 13:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 28/38] target-microblaze: dec_msr: Plug a temp leak

`ucsi_acpi: probe of USBC000:00 failed with error -12` on Dell XPS 13 9370
 2018-05-17 13:58 UTC  (10+ messages)
            ` `ucsi_acpi: probe of USBC000:00 failed with error -12` on Dell XPS 13 9360/9370

[PATCH net-next] net/smc: init conn.tx_work & conn.send_lock sooner
 2018-05-17 13:57 UTC  (4+ messages)

[PATCH v2 0/5] powerpc/lib: Optimisation of string functions (mainly for PPC32)
 2018-05-17 13:55 UTC  (8+ messages)
` [PATCH v2 1/5] powerpc/lib: move PPC32 specific functions out of string.S
` [PATCH v2 5/5] powerpc/lib: inline memcmp() for small constant sizes

[PATCH v1 0/3] console, serial8250: Disable PM and DMA ops
 2018-05-17 13:56 UTC  (8+ messages)

[PATCH] build: Exclude cscope and tags files from packaging
 2018-05-17 13:48 UTC 

[PATCH v3] ASoC: ssm2305: Add amplifier driver
 2018-05-17 13:55 UTC 

[PATCH] i2c: i801: mark PM functions as __maybe_unused
 2018-05-17 13:54 UTC  (3+ messages)
` [PATCH v2] i2c: i801: fix unused-function warning

[PATCH] doc: advise to specify LTS branch when backporting patches
 2018-05-17 13:54 UTC  (5+ messages)

[PATCH v2] doc: advise to specify LTS branch when backporting patches
 2018-05-17 13:53 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v5 00/14] staging: typec: tcpci: move out of staging
 2018-05-17 13:53 UTC  (10+ messages)
` [PATCH v5 05/14] usb: typec: add API to get typec basic port power and data config
              ` [v5,05/14] "

[PATCH] i2c: xiic: fix spelling mistake: "unexpexted" -> "unexpected"
 2018-05-17 13:52 UTC  (3+ messages)

[PATCH] drm/i915/gvt: Use offsetofend() rather than offsetof + sizeof
 2018-05-17 13:52 UTC  (4+ messages)

[PATCH v5 1/4] drm/rockchip: add transfer function for cdn-dp
 2018-05-17 13:51 UTC  (5+ messages)
` [PATCH v5 4/4] drm/rockchip: support dp training outside dp firmware

[PATCH v5 00/13] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-05-17 13:51 UTC  (7+ messages)
` [PATCH v5 11/13] mm: Iterate only over charged shrinkers during memcg shrink_slab()

[Qemu-devel] [PATCH 00/42] Generic background jobs
 2018-05-17 13:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH 42/42] qemu-iotests: Test job-* with block jobs

Generate more revenue from Git
 2018-05-17 13:50 UTC  (2+ messages)

[Qemu-devel] [PATCH] ui: add x_keymap.o to modules
 2018-05-17 13:50 UTC  (6+ messages)

[PATCH 0/3] enable ccree on Renesas R-Car platform
 2018-05-17 13:49 UTC  (19+ messages)
` [PATCH 3/3] arm64: dts: renesas: r8a7795: add ccree binding

[Qemu-devel] [PATCH 0/5] NBD reconnect: preliminary refactoring
 2018-05-17 13:48 UTC  (3+ messages)

[PATCH] libxc/x86: don't hand through CPUID leaf 0x80000008 as is
 2018-05-17 13:47 UTC  (4+ messages)

[PATCH] net/ixgbe: fix too many interrupts
 2018-05-17 13:47 UTC  (2+ messages)

[PATCH] powerpc/lib: Remove .balign inside string functions for PPC32
 2018-05-17 13:46 UTC  (3+ messages)

linux-next: build failure after merge of the kbuild tree
 2018-05-17 13:45 UTC  (4+ messages)

[PATCH 0/2] support kdump for AMD secure memory encryption(sme)
 2018-05-17 13:45 UTC  (4+ messages)

KASAN: use-after-free Read in vhost_chr_write_iter
 2018-05-17 13:45 UTC 

[PATCH 0/2] PCI Quirk Patchset for Microsemi Switchtec NTB
 2018-05-17 13:45 UTC  (3+ messages)
` [PATCH 2/2] NTB: PCI Quirk to Enable Switchtec NT Functionality with IOMMU On

[PATCH v3 0/2] IR decoding using BPF
 2018-05-17 13:44 UTC  (4+ messages)
` [PATCH v3 1/2] media: rc: introduce BPF_PROG_RAWIR_EVENT

[PATCH blktests] Documentation: document prerequisite scriptlets
 2018-05-17 13:44 UTC  (3+ messages)

[Qemu-devel] [PATCH v7 08/11] tests: extend qmp test with preconfig checks
 2018-05-17 13:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH v8 "

[bug report] drm/amd/pp: Change voltage/clk range for OD feature on VI
 2018-05-17 13:43 UTC 

[PATCH i-g-t 1/3] igt/gem_cpu_reloc: Check HW exists before attempting to use it
 2018-05-17 13:43 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/3] igt/gem_cpu_reloc: Check HW exists before attempting to use it (rev2)

[PATCH] i2c: synquacer: fix fence-post error in retry loop
 2018-05-17 13:41 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/10] intel-iommu: nested vIOMMU, cleanups, bug fixes
 2018-05-17 13:39 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 04/10] intel-iommu: only do page walk for MAP notifiers

[PATCH v2 1/2] powerpc: avoid an unnecessary test and branch in longjmp()
 2018-05-17 13:39 UTC  (6+ messages)
` [PATCH v2 2/2] powerpc/32be: use stmw/lmw for registers save/restore in asm

[PATCH v3 00/12] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-05-17 13:39 UTC  (13+ messages)
` [PATCH v3 07/12] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users

ubi0 warning: 0xc02d6658: error -74 (ECC error) while reading 64 bytes from PEB
 2018-05-17 13:38 UTC 

[PATCH v2] ASoC: ssm2305: Add amplifier driver
 2018-05-17 13:38 UTC  (3+ messages)

[QUESTION] ehea memory notifier
 2018-05-17 13:38 UTC 

[PATCH v2 2/2] i2c: core-smbus: fix a potential missing-check bug
 2018-05-17 13:38 UTC  (3+ messages)

[PATCH v2] drm/vc4: plane: Expand the lower bits by repeating the higher bits
 2018-05-17 13:37 UTC 

[PATCH v6] powerpc/mm: Only read faulting instruction when necessary in do_page_fault()
 2018-05-17 13:36 UTC  (2+ messages)

What's cooking in git.git (May 2018, #02; Thu, 17)
 2018-05-17 13:36 UTC  (4+ messages)
` jk/branch-l-0-deprecation (was Re: What's cooking in git.git (May 2018, #02; Thu, 17))

[PATCH] Makefile: disable PIE before testing asm goto
 2018-05-17 13:34 UTC  (2+ messages)

[PATCH 00/14] Modify action API for implementing lockless actions
 2018-05-17 13:35 UTC  (12+ messages)

[bug report] drm/exynos: Add driver for Exynos Scaler module
 2018-05-17 13:34 UTC 

[Qemu-devel] [PATCH] nbd/server: introduce NBD_CMD_CACHE
 2018-05-17 13:34 UTC  (3+ messages)

Fwd: usb: uas: device reset most the time while enumeration- usb3.0
 2018-05-17 13:34 UTC 

[RFC PATCH for 4.18 00/14] Restartable Sequences
 2018-05-17 13:32 UTC  (6+ messages)
` [PATCH 03/14] arm: Add restartable sequences support

[PATCH] net/mlx5: fix default RSS level
 2018-05-17 13:32 UTC  (2+ messages)

[PATCH V6 10/12] ARM: dts: ipq8074: Add peripheral nodes
 2018-05-17 13:31 UTC  (4+ messages)

[PATCH] misc: kgdbts: silence array underflow warning
 2018-05-17 13:31 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] package/llvm: bump to version 5.0.2
 2018-05-17 13:31 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/clang: "

[PATCH v3 00/40] drm/i915: Implement HDCP2.2
 2018-05-17 13:31 UTC  (4+ messages)
` [PATCH v3 27/40] drm/i915: Implement HDCP2.2 link integrity check

[PATCH] ASoC: ssm2602: Fix ADC powerup sequencing
 2018-05-17 13:30 UTC 

[3/3] Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"
 2018-05-17 13:29 UTC 

[PATCH v2 00/12] media: ov5640: Misc cleanup and improvements
 2018-05-17 13:29 UTC  (5+ messages)
` [PATCH v2 11/12] media: ov5640: Add 60 fps support

Not able to set smp_affinity for an IRQ on i.MX7
 2018-05-17 13:28 UTC  (11+ messages)
  ` Delivery Status Notification (Failure)

[1/3] xhci: Allow more than 32 quirks
 2018-05-17 13:28 UTC 

[PATCH iproute2-next 1/1] tc: add missing space symbol in ife output
 2018-05-17 13:28 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.