All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-21 10:14:17 to 2018-11-21 11:04:12 UTC [more...]

[RFC PATCH 0/3] mmc: refactor RPMB block count handling
 2018-11-21  0:31 UTC  (2+ messages)

[PATCH] {nl,mac}80211: allow 4addr AP operation on crypto controlled devices
 2018-11-21 11:03 UTC 

[PATCH] x86/p2m: constify p2m_mem_access_sanity_check()
 2018-11-21 11:03 UTC  (2+ messages)

[PATCH/RFT] arm64: dts: renesas: r8a77990-ebisu: Enable i2c
 2018-11-21 11:02 UTC  (2+ messages)

[PATCH 0/4] hisi_sas: DIF/DIX support
 2018-11-21 11:02 UTC  (3+ messages)
` [PATCH 3/4] scsi: hisi_sas: Make sg_tablesize consistent value

[U-Boot] [PATCH v7 00/11] [RESEND] Add support for DM_USB and DM_USB_DEV for TI's DRA7 EVMs and AM57 EVMs platforms
 2018-11-21 11:01 UTC  (4+ messages)

[PATCH] ARM: dts: at91: sama5d2: use the divided clock for SMC
 2018-11-21 11:00 UTC  (6+ messages)

[PATCH v2] regulator: wm8994: Don't use devres for enable GPIOs
 2018-11-21 10:59 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] shadowsocks-libev: add connmarktos build option
 2018-11-21 10:59 UTC  (6+ messages)

[PATCH v5 0/6] x86/pvh: fixes for PVH Dom0
 2018-11-21 10:58 UTC  (7+ messages)
` [PATCH v5 6/6] amd/iommu: skip bridge devices when updating IOMMU page tables

[PATCH V8 0/7] Fix VGA logdirty related display freezes with altp2m
 2018-11-21 10:57 UTC  (12+ messages)
` [PATCH V8 1/7] x86/mm: introduce p2m_{init, free}_logdirty()
` [PATCH V8 2/7] x86/p2m: switch global_logdirty from bool_t to bool
` [PATCH V8 3/7] x86/p2m: allocate logdirty_ranges for altp2ms
` [PATCH V8 4/7] x86/p2m: refactor p2m_reset_altp2m()
` [PATCH V8 5/7] x86/altp2m: fix display frozen when switching to a new view early
` [PATCH V8 6/7] p2m: Always use hostp2m when clipping rangesets
` [PATCH V8 7/7] p2m: change_range_type: Only invalidate mapped gfns

[PATCH v2] x86/fpu: Disable BH while while loading FPU registers in __fpu__restore_sig()
 2018-11-21 10:56 UTC  (4+ messages)

Issue with RTL8111 NIC after upgrade to kernel 4.19
 2018-11-21 10:51 UTC 

[PATCH v2 0/4] arm64: Support perf event modifiers :G and :H
 2018-11-21 10:56 UTC  (5+ messages)
` [PATCH v2 3/4] arm64: arm_pmu: Add support for exclude_host/exclude_guest attributes

[PATCH 0/2 v6] add reserved e820 ranges to the kdump kernel e820 table
 2018-11-21 10:54 UTC  (9+ messages)
` [PATCH 1/2 v6] x86/kexec_file: add e820 entry in case e820 type string matches to io resource name

[PATCH] netfilter: xt_connlimit: fix race in connection counting
 2018-11-21  0:21 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/9] qapi: rewrite string-input-visitor
 2018-11-21 10:53 UTC  (19+ messages)
` [Qemu-devel] [PATCH v2 1/9] cutils: Add qemu_strtod() and qemu_strtod_finite()
` [Qemu-devel] [PATCH v2 2/9] cutils: Fix qemu_strtosz() & friends to reject non-finite sizes
` [Qemu-devel] [PATCH v2 5/9] test-string-input-visitor: Add more tests
` [Qemu-devel] [PATCH v2 6/9] qapi: Rewrite string-input-visitor

[Qemu-devel] [PATCH] Fix for crashes and non-responsive UI on macOS Mojave
 2018-11-21 10:53 UTC 

[PATCH bpf-next] bpf: add read/write access to skb->tstamp from tc clsact progs
 2018-11-21  0:18 UTC 

[U-Boot] [PATCH v1 00/16] Add support for DM_USB and DM_USB_DEV to TI's am335x and am43xx_evm platforms
 2018-11-21 10:51 UTC  (17+ messages)
` [U-Boot] [PATCH v1 01/16] usb: rename CONFIG_DM_USB_DEV as CONFIG_DM_USB_GADGET
` [U-Boot] [PATCH v1 02/16] dm: usb: create a new UCLASS ID for USB gadget devices
` [U-Boot] [PATCH v1 03/16] spl: drivers: Link usb common library to SPL if USB gadget is enabled
` [U-Boot] [PATCH v1 04/16] spl: net: dm: usb: bind the gadget before attempting to load the image
` [U-Boot] [PATCH v1 05/16] phy: omap_usb2: Add support for am437x
` [U-Boot] [PATCH v1 06/16] dwc3-generic: Add support for the am437x
` [U-Boot] [PATCH v1 07/16] board: ti: am43xx: turn on USB clocks
` [U-Boot] [PATCH v1 08/16] dts: Add a u-boot specific dtsi file for the am4372
` [U-Boot] [PATCH v1 09/16] dts: am4372: Enable USB1 in SPL
` [U-Boot] [PATCH v1 10/16] configs: am43xx_evm: Enable DM_USB and DM_USB_GADGET
` [U-Boot] [PATCH v1 11/16] configs: am43xx: Enable RNDIS support in SPL
` [U-Boot] [PATCH v1 12/16] usb: musb-new: Allow the diver not to use the set_phy_power() callback
` [U-Boot] [PATCH v1 13/16] usb: musb-new: Add support for DM_USB_GADGET
` [U-Boot] [PATCH v1 14/16] arm: am33xx: Register USB controllers if DM_USB is used but not OF_CONTROL
` [U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL
` [U-Boot] [PATCH v1 16/16] configs: am335x_boneblack_vboot: enable DM_USB and RNDIS boot in SPl

Disconcerting observation with multipathd's dmevent polling code
 2018-11-21 10:50 UTC 

[U-Boot] SWUpdate - U-Boot environment library dependency
 2018-11-21 10:49 UTC  (9+ messages)
    ` [U-Boot] [swupdate] "

[Qemu-devel] [PATCH] fmops: fix off-by-one in AR_TABLE and DR_TABLE array size
 2018-11-21 10:49 UTC  (3+ messages)

[PATCH 1/1] libblkid: add check for DRBD9
 2018-11-21 10:48 UTC  (3+ messages)

What's cooking in git.git (Nov 2018, #06; Wed, 21)
 2018-11-21 10:48 UTC  (2+ messages)

[PATCH bpf-next] libbpf: make sure bpf headers are c++ include-able
 2018-11-21  0:15 UTC  (5+ messages)
` [PATCH bpf-next v2] "

[PATCH 2/4] soc/fsl/qe: fix potential NULL pointer dereference in ucc_of_parse_tdm
 2018-11-21 10:45 UTC  (3+ messages)

perf tools: remove option --tail-synthesize ?
 2018-11-21 10:47 UTC  (2+ messages)

[PATCH] drm/i915/backlight: Fix backlight takeover on LPT
 2018-11-21 10:45 UTC  (4+ messages)

[PULL] drm-misc-next
 2018-11-21 10:44 UTC 

[PATCH v3] tools: set Dom0 UUID if requested
 2018-11-21 10:43 UTC  (2+ messages)

[PATCH] ext2fs: Fix build of new superblock fields on BE machines
 2018-11-21  0:11 UTC 

[U-Boot] [PATCHv2 0/8] pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCs
 2018-11-21 10:43 UTC  (9+ messages)
` [U-Boot] [PATCHv2 1/8] armv8: fsl-layerscpae: correct the PCIe controllers' region size
` [U-Boot] [PATCHv2 2/8] armv8: lx2160a: add MMU table entries for PCIe
` [U-Boot] [PATCHv2 3/8] pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCs
` [U-Boot] [PATCHv2 4/8] kconfig: add dependency PCIE_LAYERSCAPE_GEN4 for FSL_PCIE_COMPAT
` [U-Boot] [PATCHv2 5/8] pci: ls_pcie_g4: add device tree fixups for PCI Stream IDs
` [U-Boot] [PATCHv2 6/8] armv8: lx2160a: add PCIe controller DT nodes
` [U-Boot] [PATCHv2 7/8] armv8: lx2160a: enable PCIe support on RDB defconfig
` [U-Boot] [PATCHv2 8/8] armv8: lx2160a: enable the pci command

[PATCH] ACPI / platform: Add SMB0001 HID to forbidden_id_list
 2018-11-21 10:43 UTC  (3+ messages)

[PATCH v10 0/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver
 2018-11-21 10:42 UTC  (3+ messages)
` [PATCH v10 1/2] dt-bindings: cpufreq: Introduce QCOM CPUFREQ Firmware bindings
` [PATCH v10 2/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver

[PATCH net] net/ibmnvic: Fix deadlock problem in reset
 2018-11-21 10:40 UTC  (2+ messages)

[U-Boot] [PATCH 0/9] Add support for loading FPGA bitstream
 2018-11-21 10:41 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10
` [U-Boot] [PATCH 2/9] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
` [U-Boot] [PATCH 3/9] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs
` [U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10
` [U-Boot] [PATCH 5/9] ARM: socfpga: Add SPL fitImage config match
` [U-Boot] [PATCH 6/9] ARM: socfpga: Set default DTB address on A10
` [U-Boot] [PATCH 7/9] ARM: socfpga: Use custom header target buffer in SPL
` [U-Boot] [PATCH 8/9] ARM: socfpga: Add default fitImage for Arria10 SoCDK
` [U-Boot] [PATCH 9/9] ARM: socfpga: Synchronize the configuration for A10 SoCDK

odroid hc2?
 2018-11-21 10:40 UTC  (4+ messages)

[PATCH] Ext4: fix slow writeback under dioread_nolock and nodelalloc
 2018-11-21  0:07 UTC  (2+ messages)

[PATCH 3.18 00/90] 3.18.126-stable review
 2018-11-21 10:37 UTC  (3+ messages)

[meta-oe][PATCH 1/3] ell: remove unused patch
 2018-11-21 10:35 UTC  (3+ messages)
` [meta-oe][PATCH 3/3] iwd: add version 0.12

[PATCH 0/4] Add NXP pcf85263 real-time clock support
 2018-11-21 10:35 UTC  (4+ messages)
` [PATCH 2/4] rtc: pcf85363: Add support for NXP pcf85263 rtc

[PATCH] musl: Update to latest trunk
 2018-11-21 10:35 UTC  (3+ messages)

[PATCH e2fsprogs v2 0/8] Support encoding awareness and casefold
 2018-11-21  0:02 UTC  (8+ messages)
` [PATCH v2 1/8] libe2p: Helpers for configuring the encoding superblock fields
` [PATCH v2 2/8] mke2fs: Configure encoding during superblock initialization
` [PATCH v2 3/8] chattr/lsattr: Support casefold attribute
` [PATCH v2 4/8] lib/ext2fs: Implement NLS support
` [PATCH v2 5/8] lib/ext2fs: Support encoding when calculating dx hashes
` [PATCH v2 6/8] debugfs/htree: Support encoding when printing the file hash
` [PATCH v2 7/8] tune2fs: Prevent enabling encryption flag on encoding-aware fs

[PATCH v2 0/3] Tuning Fixes for sdhci-omap
 2018-11-21 10:33 UTC  (8+ messages)
` [PATCH v2 1/3] mmc: sdhci-omap: Fix DCRC error handling during tuning
` [PATCH v2 2/3] mmc: sdhci-omap: Add platform specific reset callback
` [PATCH v2 3/3] mmc: sdhci-omap: Remove redundant structure assignments

Linux 4.4.164
 2018-11-21 10:32 UTC  (2+ messages)

[RFC PATCH 0/6] ASoC:Intel:Skylake: Enable HDaudio legacy fallback
 2018-11-21 10:32 UTC  (2+ messages)

Linux 4.9.138
 2018-11-21 10:32 UTC  (2+ messages)

Linux 4.14.82
 2018-11-21 10:31 UTC  (2+ messages)

Linux 4.18.20
 2018-11-21 10:31 UTC  (2+ messages)

[PATCH v2 0/7] staging:iio:ad2s90: Add dt support and move out of staging
 2018-11-20 23:59 UTC  (4+ messages)
` [PATCH v2 1/7] staging:iio:ad2s90: Add device tree support

[PATCH] scripts: Use fixed temporary file instead of pipe for here-doc
 2018-11-21 10:31 UTC  (4+ messages)

Linux 4.19.3
 2018-11-21 10:30 UTC  (2+ messages)

[PATCH v2 0/9] phy: Add configuration interface for MIPI D-PHY devices
 2018-11-21 10:29 UTC  (7+ messages)
` [PATCH v2 8/9] phy: Add Cadence D-PHY support

BPF probe namespacing
 2018-11-20 23:57 UTC  (2+ messages)

[PATCH v2] fstest: CrashMonkey tests ported to xfstest Inbox x
 2018-11-20 23:56 UTC  (4+ messages)

[PATCH v1] x86/hvm: Generic instruction re-execution mechanism for execute faults
 2018-11-21 10:28 UTC  (7+ messages)

[PATCH v4 net-next 0/6] net: dsa: microchip: Modify KSZ9477 DSA driver in preparation to add other KSZ switch drivers
 2018-11-20 23:55 UTC  (7+ messages)
` [PATCH v4 net-next 1/6] net: dsa: microchip: replace license with GPL
` [PATCH v4 net-next 2/6] net: dsa: microchip: clean up code
` [PATCH v4 net-next 3/6] net: dsa: microchip: rename some functions with ksz9477 prefix
` [PATCH v4 net-next 4/6] net: dsa: microchip: rename ksz_spi.c to ksz9477_spi.c
` [PATCH v4 net-next 5/6] net: dsa: microchip: break KSZ9477 DSA driver into two files
` [PATCH v4 net-next 6/6] net: dsa: microchip: rename ksz_9477_reg.h to ksz9477_reg.h

BUG: unable to handle kernel NULL pointer dereference in write_port
 2018-11-21 10:18 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] contrib/elf2dmp: elf2dmp for Windows hosts
 2018-11-21 10:25 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] "

[linux-lvm] lvcreate from a setuid-root binary
 2018-11-21 10:23 UTC  (7+ messages)

[PATCH v2 0/3] Fixes for Tegra soctherm
 2018-11-21 10:23 UTC  (5+ messages)
` [PATCH v2 1/3] thermal: tegra: continue if sensor register fails

[PATCH] fstest: CrashMonkey 'hard link' tests ported to xfstest
 2018-11-20 23:51 UTC 

[Qemu-devel] Can't see mouse cursor on VNC viewer
 2018-11-21 10:22 UTC  (5+ messages)
    ` [Qemu-devel] 答复: "

[PATCH] clk: zynq: do not allow kmalloc failure
 2018-11-21 10:16 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: r8a77990: ebisu: Add and enable CAN,FD device nodes
 2018-11-21 10:20 UTC  (7+ messages)

[PATCH 1/2] dt-bindings: can: rcar_canfd: document r8a77965 support
 2018-11-21 10:20 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: can: rcar_canfd: document r8a77990 support

[Cluster-devel] [PATCH V10 09/19] block: introduce bio_bvecs()
 2018-11-21 10:19 UTC  (14+ messages)
                  `  "

[U-Boot] [PATCH v2 1/9] powerpc, mpc8xx: clear top of stack
 2018-11-21 10:18 UTC  (4+ messages)
` [U-Boot] [PATCH v2 9/9] spi, mpc8xx: migrate to DM_SPI

[PATCH 00/19] multipath-tools: improve logging at -v3
 2018-11-21 10:18 UTC  (20+ messages)
` [PATCH 01/19] tests/hwtable: set multipath_dir in local configuration
` [PATCH 02/19] tests/hwtable: adjust to new checker API
` [PATCH 03/19] multipath-tools: decrease verbosity of state messages
` [PATCH 04/19] libmultipath: decrease verbosity of pathinfo messages
` [PATCH 05/19] libmultipath: decrease verbosity of TUR checker messages
` [PATCH 06/19] libmultipath: avoid frequent messages from filter_property()
` [PATCH 07/19] libmultipath: decrease log level of "disassembled" messages
` [PATCH 08/19] libmultipath: decrease log level of word splitting
` [PATCH 09/19] libmultipath: increase log level of map removal
` [PATCH 10/19] multipathd: decrease log level of checker timing
` [PATCH 11/19] libmultipath: decrease log level of "prioritizer refcount" message
` [PATCH 12/19] libmpathpersist/update_map_pr: decrease log level for nop
` [PATCH 13/19] libmultipath: simplify devt2devname()
` [PATCH 14/19] libmultipath: decrease log level for failed VPD c9
` [PATCH 15/19] libmultipath: adopt_paths: check for size match
` [PATCH 16/19] libmultipath: coalesce_paths: fix size mismatch handling
` [PATCH 17/19] tests: add unit tests for bitmask functions
` [PATCH 18/19] multipathd: uev_remove_path: remove redundant orphan_paths call
` [PATCH 19/19] libmultipath: improve logging from orphan_paths

[Buildroot] buildroot error: No hash found for gcc-7.3.0.tar.xz
 2018-11-21 10:18 UTC  (3+ messages)

[PATCH i-g-t 1/4] kms_content_protection: Fix log bug on 32-bit platforms
 2018-11-21 10:17 UTC  (5+ messages)
` [PATCH i-g-t 2/4] v3d: Import the V3D DRM UAPI header
` [PATCH i-g-t 3/4] Add v3d helper library

[PATCH] examples/ipv4_multicast: remove useless mbuf info copy
 2018-11-21 10:17 UTC  (2+ messages)

[PATCH] drm/i915: avoid rebuilding i915_gpu_error.o on version string updates
 2018-11-21 10:16 UTC  (2+ messages)

[PATCH 1/3] perf/x86/intel: Move branch tracing setup to intel object
 2018-11-21 10:16 UTC  (3+ messages)
` [PATCH 2/3] perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts
` [PATCH 3/3] perf/x86/intel: Disallow precise_ip on BTS event

[PATCH 0/4] Fragmentation avoidance improvements v4
 2018-11-21 10:14 UTC  (5+ messages)
` [PATCH 1/4] mm, page_alloc: Spread allocations across zones before introducing fragmentation
` [PATCH 2/4] mm: Move zone watermark accesses behind an accessor
` [PATCH 3/4] mm: Reclaim small amounts of memory when an external fragmentation event occurs
` [PATCH 4/4] mm: Stall movable allocations until kswapd progresses during serious external fragmentation event


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.