All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-15 22:19:49 to 2017-09-16 00:06:50 UTC [more...]

[PATCH] pseudo: use epoll API on Linux
 2017-09-16  0:06 UTC  (3+ messages)

[PATCH v2 00/24] xen/arm: Memory subsystem clean-up
 2017-09-16  0:04 UTC  (16+ messages)
` [PATCH v2 02/24] xen/mm: Use typesafe MFN for alloc_boot_pages return
` [PATCH v2 03/24] xen/mm: Use __virt_to_mfn in map_domain_page instead of virt_to_mfn
` [PATCH v2 04/24] xen/arm: mm: Redefine mfn_to_virt to use typesafe
` [PATCH v2 05/24] xen/arm: hsr_iabt: Document RES0 field
  ` [PATCH v2 06/24] xen/arm: traps: Don't define FAR_EL2 for ARM32
` [PATCH v2 07/24] xen/arm: arm32: Don't define FAR_EL1
` [PATCH v2 08/24] xen/arm: Add FnV field in hsr_*abt
` [PATCH v2 09/24] xen/arm: Introduce hsr_xabt to gather common bits between hsr_dabt and

19dfee4ca5 ("net/packet: fix race condition between fanout_add .."): BUG: sleeping function called from invalid context at kernel/locking/mutex.c:747
 2017-09-16  0:03 UTC 

[PATCH] bgmac: Remove all offloading features, including GRO
 2017-09-16  0:03 UTC  (5+ messages)

[igt] igt/kms_psr_sink_crc: Add psr_drrs subtest
 2017-09-16  0:00 UTC 

How do I "install" from source? Service binaries (and /etc/ceph) are missing after make install
 2017-09-15 23:57 UTC  (2+ messages)

[GIT PULL 1/6 V2] Broadcom soc changes for 4.14
 2017-09-15 23:56 UTC  (2+ messages)

[PATCH 0/5] usb: usb251xb: Add USB2517i hub support and fix some bugs
 2017-09-15 23:55 UTC  (18+ messages)
` [PATCH 1/5] usb: usb251xb: Add USB2517/i hub support
` [PATCH 2/5] usb: usb251xb: Fix property_u32 NULL pointer dereference
` [PATCH 3/5] usb: usb251xb: Add max power/current dts nodes
` [PATCH 4/5] usb: usb251xb: Use GPIO descriptor consumer interface
` [PATCH 5/5] usb: usb251xb: Add copyrights

[PATCH v2 0/3] Make DC logging more configurable
 2017-09-15 23:51 UTC  (4+ messages)
  ` [PATCH v2 1/3] drm/amdgpu: Add dc_log module parameter
  ` [PATCH v2 2/3] drm/amd/display: Pass log_mask from DM
  ` [PATCH v2 3/3] drm/amd/display: Reduce DC chattiness

[Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu
 2017-09-15 23:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 4/7] mips: call cpu_mips_realize_env() from mips_cpu_realizefn()

[PATCH V5 0/4] Add Broadcom STB USB phy driver
 2017-09-15 23:49 UTC  (6+ messages)

[git pull] drm amd fixes for 4.14-rc1
 2017-09-15 23:48 UTC 

[PATCH] tcp: TCP_USER_TIMEOUT can not work in tcp_probe_timer()
 2017-09-15 23:47 UTC  (6+ messages)
  ` [PATCH net] tcp: update skb->skb_mstamp more carefully
        ` [PATCH net] tcp: fix data delivery rate

IMX6 ADV7180 no /dev/media
 2017-09-15 23:46 UTC  (4+ messages)

[xen-unstable-smoke test] 113493: tolerable all pass - PUSHED
 2017-09-15 23:44 UTC 

[PATCH] vfs: introduce UMOUNT_WAIT which waits for umount completion
 2017-09-15 23:43 UTC  (12+ messages)

[PATCH 00/11] KFD fixes
 2017-09-15 23:43 UTC  (12+ messages)
  ` [PATCH 01/11] drm/amdkfd: Reorganize kfd resume code
  ` [PATCH 02/11] drm/amdkfd: Fix suspend/resume issue on Carrizo
  ` [PATCH 03/11] drm/amdkfd: Rectify the jiffies calculation error with milliseconds
  ` [PATCH 04/11] drm/amdkfd: Adjust dequeue latencies and timeouts
  ` [PATCH 05/11] drm/amdkfd: Fix incorrect destroy_mqd parameter
  ` [PATCH 06/11] drm/amdkfd: Use VMID bitmap from KGD
  ` [PATCH 07/11] drm/amdkfd: Reuse CHIP_* from amdgpu
  ` [PATCH 08/11] drm/amdkfd: Drop _nocpsch suffix from shared functions
  ` [PATCH 09/11] drm/amdkfd: Fix kernel-queue wrapping bugs
  ` [PATCH 10/11] drm/amdkfd: Print event limit messages only once per process
  ` [PATCH 11/11] drm/amdkfd: Set /dev/kfd permissions to 0666 by default

Detecting page cache trashing state
 2017-09-15 23:40 UTC  (5+ messages)

[Qemu-devel] [PULL 00/15] Python queue, 2017-09-15
 2017-09-15 23:37 UTC  (16+ messages)
` [Qemu-devel] [PULL 01/15] qemu.py: Pylint/style fixes
` [Qemu-devel] [PULL 02/15] qemu|qtest: Avoid dangerous arguments
` [Qemu-devel] [PULL 03/15] qemu.py: Use iteritems rather than keys()
` [Qemu-devel] [PULL 04/15] qemu.py: Simplify QMP key-conversion
` [Qemu-devel] [PULL 05/15] qemu.py: Use custom exceptions rather than Exception
` [Qemu-devel] [PULL 06/15] qmp.py: Couple of pylint/style fixes
` [Qemu-devel] [PULL 07/15] qmp.py: Use object-based class for QEMUMonitorProtocol
` [Qemu-devel] [PULL 08/15] qmp.py: Avoid "has_key" usage
` [Qemu-devel] [PULL 09/15] qmp.py: Avoid overriding a builtin object
` [Qemu-devel] [PULL 10/15] qtest.py: Few pylint/style fixes
` [Qemu-devel] [PULL 11/15] qemu.py: fix is_running() return before first launch()
` [Qemu-devel] [PULL 12/15] qemu.py: avoid writing to stdout/stderr
` [Qemu-devel] [PULL 13/15] qemu.py: use os.path.null instead of /dev/null
` [Qemu-devel] [PULL 14/15] qemu.py: improve message on negative exit code
` [Qemu-devel] [PULL 15/15] qemu.py: include debug information on launch error

kernel crash using fbtft / SPI on Orange Pi zero board, armbian
 2017-09-15 23:32 UTC 

[PATCH RESEND] aacraid: Fix 2T+ drives on SmartIOC-2000
 2017-09-15 23:37 UTC  (3+ messages)

[PATCH] [media] solo6x10: hide unused variable
 2017-09-15 23:36 UTC  (2+ messages)

[PATCH 0/2] sysvinit-inittab: start_getty fixes
 2017-09-15 23:35 UTC  (3+ messages)
` [PATCH 1/2] sysvinit-inittab: start_getty: consider whitespaces in tty driver name
` [PATCH 2/2] sysvinit-inittab: start_getty: Cleanup comments

[PATCH v2 0/2] Support SDHCI on 8974pro devices
 2017-09-15 23:35 UTC  (3+ messages)
` [PATCH v2 1/2] mmc: sdhci-msm: Utilize bulk clock API
` [PATCH v2 2/2] mmc: sdhci-msm: Enable delay circuit calibration clocks

kernel crash using fbtft / SPI on Orange Pi zero board, armbian
 2017-09-15 23:34 UTC 

[Fuego] Some problems at agl testplan
 2017-09-15 23:33 UTC  (2+ messages)

[PATCH] i2c-omap: Trigger bus recovery in lockup case
 2017-09-15 23:31 UTC  (2+ messages)

[PATCH] iio staging: tsl2x7x: clean up limit checks
 2017-09-15 23:30 UTC  (4+ messages)
` [PATCH v2] staging: iio: "

[PATCH nfs-utils v3 00/14] add NFS over AF_VSOCK support
 2017-09-15 23:29 UTC  (7+ messages)

[RFC PATCH 0/4] x86/asm: Add ASM_CALL() macro for inline asms with call instructions
 2017-09-15 23:29 UTC  (7+ messages)
` [RFC PATCH 3/4] x86/asm: Make alternative macro interfaces more clear and consistent

[Qemu-devel] [Bug 1594394] [NEW] Using setreuid / setegid crashes x86_64 user-mode target
 2017-09-15 23:08 UTC  (3+ messages)
` [Qemu-devel] [Bug 1594394] "

***KVM with QEMU*** : KVM: entry failed, hardware error 0x80000021
 2017-09-15 23:24 UTC 

A user cannot remove his readonly snapshots?!
 2017-09-15 23:22 UTC  (5+ messages)

[PATCH] block: consider merge of segments when merge bio into rq
 2017-09-15 23:21 UTC 

[rtc-linux] [PATCH] drivers/rtc/rtc-pcf85263.c: add support for devicetree
 2017-09-15 23:21 UTC  (2+ messages)

Use after free in __dst_destroy_metrics_generic
 2017-09-15 23:20 UTC  (5+ messages)

[PATCH v3 0/5] KVM: MMU: 5 level EPT/shadow support
 2017-09-15 23:19 UTC  (3+ messages)
` [PATCH v3 2/5] KVM: MMU: check guest CR3 reserved bits based on its physical address width

[PATCH] drm/amdgpu: Fix a bug in amdgpu_fill_buffer()
 2017-09-15 23:18 UTC 

[pseudo][PATCH] Fix to fcntl guts to ignore flags that can be ORed into cmd
 2017-09-15 23:10 UTC  (4+ messages)
` ✗ patchtest: failure for "

[Qemu-devel] [PATCH] MAINTAINERS: Add Python scripts
 2017-09-15 23:07 UTC 

[PATCH v4 00/13] introduce the Xen PV Calls frontend
 2017-09-15 23:00 UTC  (27+ messages)
` [PATCH v4 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend
  ` [PATCH v4 02/13] xen/pvcalls: implement frontend disconnect
  ` [PATCH v4 03/13] xen/pvcalls: connect to the backend
  ` [PATCH v4 04/13] xen/pvcalls: implement socket command and handle events
  ` [PATCH v4 05/13] xen/pvcalls: implement connect command
  ` [PATCH v4 06/13] xen/pvcalls: implement bind command
  ` [PATCH v4 07/13] xen/pvcalls: implement listen command
  ` [PATCH v4 08/13] xen/pvcalls: implement accept command
  ` [PATCH v4 09/13] xen/pvcalls: implement sendmsg
  ` [PATCH v4 10/13] xen/pvcalls: implement recvmsg
  ` [PATCH v4 11/13] xen/pvcalls: implement poll command
  ` [PATCH v4 12/13] xen/pvcalls: implement release command
  ` [PATCH v4 13/13] xen: introduce a Kconfig option to enable the pvcalls frontend

State of bitbake world, Failed tasks 2017-09-14
 2017-09-15 23:02 UTC  (3+ messages)
  ` [OE-core] "

[PATCH v4 00/13] introduce the Xen PV Calls frontend
 2017-09-15 23:00 UTC 

[meta-networking][PATCH 1/2] opensaf: Upgrade to 5.17.07
 2017-09-15 22:58 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] android-tools: Fix build with musl

[PATCH] useradd: don't override pseudo environment
 2017-09-15 22:55 UTC  (3+ messages)

[PATCH] arm64: efi: ignore EFI_MEMORY_XP attribute if RP and/or WP are set
 2017-09-15 22:50 UTC  (4+ messages)

[PATCH V3 00/12] scsi-mq support for ZBC disks
 2017-09-15 22:48 UTC  (12+ messages)
` [PATCH V3 01/12] block: Fix declaration of blk-mq debugfs functions
` [PATCH V3 05/12] scsi: sd_zbc: Fix comments and indentation
` [PATCH V3 06/12] scsi: sd_zbc: Rearrange code

Linux 3.16.48
 2017-09-15 22:44 UTC 

Linux 3.2.93
 2017-09-15 22:44 UTC 

[PATCH] scripts/dtc: update dtx_diff cpp and dts include paths to match build
 2017-09-15 22:42 UTC  (2+ messages)

[PATCH] xfs: add regression test for DAX mount option usage
 2017-09-15 22:42 UTC  (5+ messages)
` [fstests PATCH v2] "

[PATCH v2 4/5] watchdog: jz4740: Add support for the watchdog in jz4780 SoC
 2017-09-15 22:42 UTC  (2+ messages)

[Bug 102233] OpenCL segmentation fault on AMD Radeon (Kaveri+R7) with memtestCL
 2017-09-15 22:41 UTC  (2+ messages)

[PATCH] selftests/bpf: Make bpf_util work on uniprocessor systems
 2017-09-15 22:41 UTC  (14+ messages)
      ` selftests/bpf doesn't compile

[PATCH] MAINTAINERS: update TPM driver infrastructure changes
 2017-09-15 22:38 UTC 

[PATCH] acpi: watchdog: properly initialize resources
 2017-09-15 22:39 UTC  (2+ messages)

[PATCH] security: keys: switch big_key encryption to AES in CTR mode
 2017-09-15 22:37 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 1/1] target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macro
 2017-09-15 22:37 UTC  (2+ messages)

[PATCH v2] tsc: Change default tsc calibration method to pmtimer on EFI systems
 2017-09-15 22:37 UTC 

[Bug 102796] steam not rendering correctly on VEGA 56
 2017-09-15 22:36 UTC  (2+ messages)

[PATCH v2 0/2] Qualcomm SMEM cached item support
 2017-09-15 22:36 UTC  (4+ messages)
` [PATCH v2 1/2] soc: qcom: smem: Rename "uncached" accessors

[RFC] KVM: arm/arm64: Introduce KVM_DEV_ARM_ITS_CTRL_RESET
 2017-09-15 22:32 UTC  (5+ messages)

[PATCH] clk: si5351: implement remove handler
 2017-09-15 22:30 UTC 

[PATCH v2 0/3] led: ledtrig-transient: add support for hrtimer
 2017-09-15 22:30 UTC  (7+ messages)
    ` Vibrations in input vs. LED was "

[Qemu-devel] [PATCH v2 0/2] x86_iommu: Fix segfault when starting on non-PCI machines
 2017-09-15 22:27 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] x86_iommu: Move machine check to x86_iommu_realize()

[PATCH 00/16] gpio: Tight IRQ chip integration and banked infrastructure
 2017-09-15 22:26 UTC  (12+ messages)
` [PATCH 12/16] gpio: omap: Fix checkpatch warnings
` [PATCH 13/16] gpio: omap: Rename struct gpio_bank to struct omap_gpio_bank

[PATCH v2 0/5] multipath: alternative reservation_key method
 2017-09-15 22:25 UTC  (7+ messages)
` [PATCH v2 1/5] libmultipath: pull functions into util.c
` [PATCH v2 2/5] libmultipath: change reservation_key to a be64
` [PATCH 2/5] libmultipath: change reservation_key to a uint64_t
` [PATCH v2 3/5] libmpathpersist: fix update_prflag code
` [PATCH v2 4/5] multipath: add alternate reservation_key method
` [PATCH v2 5/5] mpathpersist: add support for prkeys file

[Qemu-trivial] [PATCH] dma/i82374: avoid double creation of i82374 device
 2017-09-15 22:21 UTC  (4+ messages)
    ` [Qemu-devel] "

[PATCH v4 0/7] Handle forwarded level-triggered interrupts
 2017-09-15 22:19 UTC  (11+ messages)
` [PATCH v4 2/7] KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
` [PATCH v4 3/7] KVM: arm/arm64: Don't cache the timer IRQ level
` [PATCH v4 4/7] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v4 5/7] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [PATCH v4 6/7] KVM: arm/arm64: Provide a vgic interrupt line level sample function
` [PATCH v4 7/7] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs


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.