All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-09 06:09:13 to 2017-08-09 07:26:28 UTC [more...]

[PATCH] Convert size datatype to size_t
 2017-08-09  7:26 UTC  (4+ messages)

[v5] wlcore: add missing nvs file name info for wilink8
 2017-08-09  7:24 UTC  (7+ messages)

Load partially USB composite device
 2017-08-09  7:25 UTC  (2+ messages)

[PATCH 00/10] guest exploitation of the XIVE interrupt controller
 2017-08-09  7:14 UTC  (4+ messages)
` [PATCH 08/10] powerpc/xive: take into account '/ibm, plat-res-int-priorities'
  ` [PATCH 08/10] powerpc/xive: take into account '/ibm,plat-res-int-priorities'

[U-Boot] [PATCH] usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig
 2017-08-09  7:21 UTC 

[U-Boot] [PATCH] mmc: Support generic PCI SD host controller
 2017-08-09  7:21 UTC 

[Fuego] Einladung: Join Fuego/AGL CIAT call (one-time reschedule) - Mo 14. Aug. 2017 14:00 - 14:50 (MESZ) (fuego@lists.linuxfoundation.org)
 2017-08-09  7:19 UTC 

[PATCH net] ppp: Fix a scheduling-while-atomic bug in del_chan
 2017-08-09  7:17 UTC  (9+ messages)
    `  "
      `  "
          `  "
            `  "
              `  "
                `  "

[PATCH v06 22/36] uapi linux/reiserfs_xattr.h: use __kernel_size_t instead of size_t
 2017-08-09  7:18 UTC  (11+ messages)
` [PATCH v06 21/36] uapi linux/kexec.h: "
  ` [PATCH v06 14/36] arm uapi asm/signal.h: include <stddef.h> for size_t in userspace
    ` [PATCH v06 13/36] x86 uapi asm/sembuf.h: include linux/types.h and linux/ipc.h
      ` [PATCH v06 12/36] x86 uapi asm/signal.h: use __kernel_size_t instead of size_t
        ` [PATCH v06 09/36] uapi asm-generic/sembuf.h: include asm/posix_types.h and asm/ipcbuf.h
          ` [PATCH v06 08/36] uapi asm-generic/shmbuf.h: include fixes
            ` [PATCH v06 05/36] uapi linux/sysctl.h: use __kernel_size_t instead of size_t

[PATCH 00/52] Support for modifying parameters at runtime
 2017-08-09  7:17 UTC  (55+ messages)
` [PATCH 01/52] xen/arch/arm/acpi/boot.c: let custom parameter parsing routines return errno
` [PATCH 02/52] xen/arch/arm/domain_build.c: "
` [PATCH 03/52] xen/arch/arm/traps.c: "
` [PATCH 04/52] xen/arch/x86/apic.c: "
` [PATCH 05/52] xen/arch/x86/cpu/mcheck/mce.c: "
` [PATCH 06/52] xen/arch/x86/cpu/vpmu.c: "
` [PATCH 07/52] xen/arch/x86/dom0_build.c: "
` [PATCH 08/52] xen/arch/x86/genapic/probe.c: "
` [PATCH 09/52] xen/arch/x86/hvm/viridian.c: "
` [PATCH 10/52] xen/arch/x86/hvm/vmx/vmcs.c: "
` [PATCH 11/52] xen/arch/x86/io_apic.c: "
` [PATCH 12/52] xen/arch/x86/irq.c: "
` [PATCH 13/52] xen/arch/x86/microcode.c: "
` [PATCH 14/52] xen/arch/x86/mm.c: "
` [PATCH 15/52] xen/arch/x86/nmi.c: "
` [PATCH 16/52] xen/arch/x86/numa.c: "
` [PATCH 17/52] xen/arch/x86/oprofile/nmi_int.c: "
` [PATCH 18/52] xen/arch/x86/psr.c: "
` [PATCH 19/52] xen/arch/x86/setup.c: "
` [PATCH 20/52] xen/arch/x86/shutdown.c: "
` [PATCH 21/52] xen/arch/x86/time.c: "
` [PATCH 22/52] xen/arch/x86/x86_64/mmconfig-shared.c: "
` [PATCH 23/52] xen/common/core_parking.c: "
` [PATCH 24/52] xen/common/domain.c: "
` [PATCH 25/52] xen/common/efi/boot.c: "
` [PATCH 26/52] xen/common/kexec.c: "
` [PATCH 27/52] xen/common/memory.c: "
` [PATCH 28/52] xen/common/sched_credit2.c: "
` [PATCH 29/52] xen/drivers/acpi/tables.c: "
` [PATCH 30/52] xen/drivers/char/console.c: "
` [PATCH 31/52] xen/drivers/cpufreq/cpufreq.c: "
` [PATCH 32/52] xen/drivers/passthrough/amd/iommu_acpi.c: "
` [PATCH 33/52] xen/drivers/passthrough/iommu.c: "
` [PATCH 34/52] xen/drivers/passthrough/pci.c: "
` [PATCH 35/52] xen/drivers/passthrough/vtd/dmar.c: "
` [PATCH 36/52] xen/drivers/passthrough/vtd/quirks.c: "
` [PATCH 37/52] xen/drivers/video/vesa.c: "
` [PATCH 38/52] xen/xsm/flask/flask_op.c: "
` [PATCH 39/52] xen: check parameter validity when parsing command line
` [PATCH 40/52] xen/arch/x86/apic.c: remove custom_param() error messages
` [PATCH 41/52] xen/arch/x86/cpu/mcheck/mce.c: "
` [PATCH 42/52] xen/arch/x86/hvm/viridian.c: "
` [PATCH 43/52] xen/arch/x86/io_apic.c: "
` [PATCH 44/52] xen/common/kexec.c: "
` [PATCH 45/52] xen/common/sched_credit2.c: "
` [PATCH 46/52] xen: carve out a generic parsing function from _cmdline_parse()
` [PATCH 47/52] xen: add basic support for runtime parameter changing
` [PATCH 48/52] xen: add hypercall for setting parameters at runtime
` [PATCH 49/52] libxc: add function to set hypervisor parameters
` [PATCH 50/52] libxl: add libxl_set_parameters() function
` [PATCH 51/52] xl: add new xl command set-parameters
` [PATCH 52/52] xen: make some console related parameters settable at runtime

[Qemu-devel] [PATCH v2] 9pfs: fix dependencies
 2017-08-09  7:17 UTC 

very poor write performance in writeback mode
 2017-08-09  7:09 UTC 

[patch v3 resend] Documentation: dt-bindings: aspeed-pwm-tacho cooling device
 2017-08-09  7:15 UTC  (4+ messages)

[PATCHv2] libinput: Upgrade 1.7.3 -> 1.8.1
 2017-08-09  7:14 UTC 

[PATCHSET v2 0/6] block: more scalable inflight tracking
 2017-08-09  7:14 UTC  (5+ messages)
` [PATCH 5/6] blk-mq: enable checking two part inflight counts at the same time

[Qemu-devel] [PATCH v4 00/22] Clean up around qmp() and hmp()
 2017-08-09  7:13 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 04/22] tests: Add assertion for no qmp("")

[char-misc-next] mei: exclude device from suspend direct complete optimization
 2017-08-09  7:13 UTC  (2+ messages)

[PATCH V2 00/20] blk-mq-sched: improve SCSI-MQ performance
 2017-08-09  7:11 UTC  (5+ messages)
` [PATCH V2 01/20] blk-mq-sched: fix scheduler bad performance

[PATCH 0/2] iwlwifi: one more fix intended for 4.13 2017-08-09
 2017-08-09  7:07 UTC  (3+ messages)
` [PATCH 1/2] mac80211: add api to start ba session timer expired flow
` [PATCH 2/2] iwlwifi: mvm: send delba upon rx ba session timeout

[PATCH 10/10] powerpc/xive: fix the size of the cpumask used in xive_find_target_in_mask()
 2017-08-09  7:06 UTC  (2+ messages)

memcg Can't context between v1 and v2 because css->refcnt not released
 2017-08-09  7:06 UTC  (2+ messages)

[PATCH] igmp: Fix regression caused by igmp sysctl namespace code
 2017-08-09  7:06 UTC  (2+ messages)

linux-next: Tree for Aug 9
 2017-08-09  7:05 UTC 

[RFC] clang-format: outline the git project's coding style
 2017-08-09  7:05 UTC  (5+ messages)

[PATCH v2 0/7] YCBCR 4:2:0 support for LSPCON
 2017-08-09  7:04 UTC  (9+ messages)
` [PATCH v2 1/7] drm/i915: Check has_infoframes when enabling infoframes
` [PATCH v2 2/7] drm/i915: Disable infoframes when shutting down DDI HDMI
` [PATCH v2 3/7] drm/i915: Move infoframe vfuncs into intel_digital_port
` [PATCH v2 4/7] drm/i915: Init infoframe vfuncs for DP encoders as well
` [PATCH v2 5/7] drm/i915: check LSPCON vendor OUI
` [PATCH v2 6/7] drm/i915: write AVI infoframes for LSPCON
` [PATCH v2 7/7] drm/i915: YCBCR 420 support "
` ✗ Fi.CI.BAT: warning for YCBCR 4:2:0 "

[Qemu-devel] [PULL 0/6] ppc patch queue 2017-08-09
 2017-08-09  7:03 UTC  (7+ messages)
` [Qemu-devel] [PULL 1/6] booke206: fix MAS update on tlb miss
` [Qemu-devel] [PULL 2/6] ppc: fix double-free in cpu_post_load()
` [Qemu-devel] [PULL 3/6] target/ppc: Implement TIDR
` [Qemu-devel] [PULL 4/6] target/ppc: Add stub implementation of the PSSCR
` [Qemu-devel] [PULL 5/6] spapr_drc: abort if object_property_add_child() fails
` [Qemu-devel] [PULL 6/6] spapr: Fix bug in h_signal_sys_reset()

[PATCH v8 0/2] Singlestep unimplemented x86emul instructions
 2017-08-09  7:03 UTC  (3+ messages)
` [PATCH v8 2/2] x86/monitor: Notify monitor if an emulation fails

[Bug 101881] [regression] 32bit steam games segfault when launched with DRI_PRIME=1
 2017-08-09  7:01 UTC  (2+ messages)

[PATCH v3 00/11] Add the internal phy support
 2017-08-09  7:01 UTC  (5+ messages)
` [PATCH v3 01/11] net: phy: Add rockchip phy driver support

[RFC PATCH v5 0/5] vfio-pci: Add support for mmapping MSI-X table
 2017-08-09  6:59 UTC  (7+ messages)
` [RFC PATCH v5 1/5] iommu: Add capabilities to a group
` [RFC PATCH v5 5/5] vfio-pci: Allow to expose MSI-X table to userspace when safe

[Xenomai] Issues with Xenomai 3.0.5 under Buildroot
 2017-08-09  6:59 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] nvme: fix libuuid test when cross compiling
 2017-08-09  6:59 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] nvme: remove the udev optional dependency

[PATCH for-next 00/27] IB/hfi1, rdmavt, core, etc: patches for next 08/04/2017
 2017-08-09  6:57 UTC  (9+ messages)
` [PATCH for-next 12/27] IB/core: Change port_attr.sm_lid from 16 to 32 bits

v4.10.17 build: 0 failures 0 warnings (v4.10.17)
 2017-08-09  6:57 UTC 

[Qemu-devel] [Bug 1357175] [NEW] qemu fails to build on powerpc64
 2017-08-09  6:36 UTC  (2+ messages)
` [Qemu-devel] [Bug 1357175] "

[PATCH] builtin/add: add detail to a 'cannot chmod' error message
 2017-08-09  6:54 UTC  (2+ messages)

[PATCH] toaster: custom image updates and original creation
 2017-08-09  6:44 UTC 

[Qemu-devel] [PATCH] 9pfs: fix dependencies
 2017-08-09  6:51 UTC  (4+ messages)

[PATCH v2 0/5] PCI: MediaTek: Add support for new generation host controller
 2017-08-09  6:49 UTC  (9+ messages)
` [PATCH v2 4/5] PCI: mediatek: Add new generation controller support

[PATCH] futex: Remove unnecessary warning from get_futex_key
 2017-08-09  6:49 UTC  (2+ messages)

[PATCH 12/19] iwlwifi: mvm: support new beacon template command
 2017-08-09  6:46 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 0/5] qcom-ufs: phy/hcd: Refactor phy initialization code
 2017-08-09  6:44 UTC  (6+ messages)

memcg Can't context between v1 and v2 because css->refcnt not released
 2017-08-09  6:44 UTC  (2+ messages)

[RESEND PATCH] bcache: Don't reinvent the wheel but use existing llist API
 2017-08-09  6:42 UTC  (7+ messages)

[PATCH 04/19] iwlwifi: mvm: add debugfs to force CT-kill
 2017-08-09  6:43 UTC  (2+ messages)
` [PATCH v2 4/19] "

[PATCH 00/26] InfiniBand-OCRDMA: Fine-tuning for several function implementations
 2017-08-09  6:43 UTC  (10+ messages)
  ` [PATCH v2 00/12] "
    ` [PATCH v2 01/12] IB/ocrdma: Use kcalloc() in ocrdma_mbx_alloc_pd_range()
          ` [v2 "

Linux 4.13: Reported regressions as of Sunday, 2017-08-06
 2017-08-09  6:42 UTC  (5+ messages)
` [Intel-wired-lan] [regression] wake on lan no longer works in 4.13-rc3. was "
      `  "

[PATCH 1/9] perf: test 15 fix python error on empty result
 2017-08-09  6:40 UTC  (9+ messages)
` [PATCH 2/9] perf test: perf test case 15 result ignored
` [PATCH 3/9] perf: test 15 fix test-stat-group tests
` [PATCH 4/9] perf: test 15 add s390x support for stat test cases
` [PATCH 5/9] perf test 15: disable test-record-group tests on s390x
` [PATCH 6/9] perf test 15: disable test-record-filter "
` [PATCH 7/9] perf test 15: disable test-record-graph-dwarf test "
` [PATCH 8/9] perf: test 15 change period and frequency for s390x
` [PATCH 9/9] perf: test 15 fix expected task value

[PATCH for 2.11 v2 0/2] wdt_aspeed: Support reset width patterns
 2017-08-09  6:38 UTC  (15+ messages)
` [Qemu-arm] "
` [Qemu-devel] "
` [PATCH for 2.11 v2 1/2] watchdog: wdt_aspeed: Add support for the reset width register
  ` [Qemu-arm] "
  ` [Qemu-devel] "
` [PATCH for 2.11 v2 2/2] ARM: aspeed_soc: Propagate silicon-rev to watchdog
  ` [Qemu-arm] "
  ` [Qemu-devel] "
` [PATCH for 2.11 v2 2/2] "
  ` [Qemu-arm] "
  ` [Qemu-devel] "

Error on wiki.nftables.org
 2017-08-09  6:38 UTC  (2+ messages)

btrfs issue with mariadb incremental backup
 2017-08-09  6:36 UTC  (3+ messages)

[PATCH] genirq: fix for_each_action_of_desc() macro
 2017-08-09  6:32 UTC 

[meta-qt5][PATCH 1/2] qtwebkit: Backport a patch to fix build with icu-59
 2017-08-09  6:32 UTC  (2+ messages)
` [meta-qt5][PATCH 2/2] qt3d: Fix build with clang

Patch "scsi: sg: fix SG_DXFER_FROM_DEV transfers" has been added to the 4.12-stable tree
 2017-08-09  6:32 UTC  (5+ messages)

[B.A.T.M.A.N.] No bandwidth over wired Batman mesh network
 2017-08-09  6:31 UTC 

[PATCH 1/3] xfs: clear MS_ACTIVE after finishing log recovery to avoid inode leak
 2017-08-09  6:31 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2017-08-08
 2017-08-09  6:30 UTC 

[PATCH 00/10] Update arm64 ZTE zx296718 device trees
 2017-08-09  6:30 UTC  (11+ messages)
` [PATCH 01/10] arm64: dts: zx296718: add VGA device support
` [PATCH 02/10] arm64: dts: zx296718: add I2S and I2C audio codec
` [PATCH 03/10] arm64: dts: zx296718: add pinctrl and gpio devices
` [PATCH 04/10] arm64: dts: zx296718: set a better parent clock for I2S0
` [PATCH 05/10] arm64: dts: zx296718: add voltage data into OPP table
` [PATCH 06/10] arm64: dts: zx296718: add PWM device support
` [PATCH 07/10] arm64: dts: zx296718: add irdec device for remote control
` [PATCH 08/10] arm64: dts: zx296718-evb: use audio-graph-card for HDMI audio
` [PATCH 09/10] arm64: dts: zx296718-evb: add I2S sound card support
` [PATCH 10/10] arm64: dts: zte: add initial zx296718-pcbox board support

[PATCH] arm64: dts: marvell: add Device Tree files for Armada-8KP
 2017-08-09  6:29 UTC  (3+ messages)

RESEND: Crash with 4.12.4 kernel and high disk load (monthly RAID 6 check)
 2017-08-09  6:28 UTC  (6+ messages)
  ` [MD] Crash with 4.12+ kernel and high disk load -- bisected to 4ad23a976413: MD: use per-cpu counter for writes_pending

[PATCH 1/3] powerpc/mm/radix: Refactor radix__mark_rodata_ro()
 2017-08-09  6:27 UTC  (5+ messages)
` [PATCH 3/3] powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y

[ovmf baseline-only test] 71953: all pass
 2017-08-09  6:25 UTC 

[PATCH v13 0/7] drm/i915/gvt: Dma-buf support for GVT-g
 2017-08-09  6:25 UTC  (4+ messages)
` [PATCH v13 6/7] drm/i915: Introduce GEM proxy
  ` [Intel-gfx] "

[PATCH] arm64: select PINCTRL for ZTE platform
 2017-08-09  6:18 UTC 

[PATCH] t4062: stop using repetition in regex
 2017-08-09  6:15 UTC  (8+ messages)

[PATCH 0/3] Minor updates for PS3
 2017-08-09  6:16 UTC  (4+ messages)

[PATCH] powerpc: xive: ensure active irqd when setting affinity
 2017-08-09  6:15 UTC  (4+ messages)

[PATCH] mm/mmu_notifier: fix deadlock from typo vm_lock_anon_vma()
 2017-08-09  6:14 UTC  (3+ messages)

[PATCH] mm,page_alloc: Serialize warn_alloc() if schedulable
 2017-08-09  6:14 UTC  (6+ messages)

[Qemu-devel] [RFC PATCH 00/56] qapi: Use 'size' for byte counts & offsets
 2017-08-09  6:10 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH 32/56] hmp: Make block_set_io_throttle's arguments unsigned

[GIT] Networking
 2017-08-09  6:10 UTC 

[PATCH] dmaengine: tegra210-adma: fix of_irq_get() error check
 2017-08-09  6:10 UTC  (2+ messages)

[PATCH] string.h: work around __builtin_constant_p quirk
 2017-08-09  6:09 UTC  (2+ messages)

[PATCH v8 0/3] drm/i915/gvt: Enable guest i915 48bit full ppgtt support
 2017-08-09  6:09 UTC  (3+ messages)
` [PATCH v8 2/3] drm/i915/gvt: Fix guest i915 full ppgtt blocking issue
` [PATCH v8 3/3] drm/i915: Enable guest i915 full ppgtt functionality


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.