All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-09 23:07:48 to 2017-02-10 01:05:44 UTC [more...]

[Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
 2017-02-10  1:05 UTC  (2+ messages)

[PATCH v2 0/6] arm64: dts: rockchip: support Google Kevin
 2017-02-10  1:05 UTC  (14+ messages)
` [PATCH v2 1/6] arm64: dts: Add symlinks for cros-ec-keyboard and cros-ec-sbs
` [PATCH v2 2/6] arm64: dts: rockchip: support dwc3 USB for rk3399
` [PATCH v2 3/6] dt-bindings: Document rk3399 Gru/Kevin
` [PATCH v2 4/6] arm64: dts: rockchip: add Gru/Kevin DTS
` [PATCH v2 5/6] arm64: dts: rockchip: describe Gru/Kevin OPPs + CPU regulators
` [PATCH v2 6/6] arm64: dts: rockchip: sort rk3399 by unit address

[early RFC] ARM PCI Passthrough design document
 2017-02-10  1:01 UTC  (12+ messages)

[PATCH 0/3] Update LZ4 compressor module
 2017-02-10  0:14 UTC  (8+ messages)
` [PATCH v7 0/5] "

[SPDK] How to contribute to SPDK
 2017-02-10  0:57 UTC 

[PATCH] btrfs: remove unused ulist members
 2017-02-10  0:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/10] Add support for VM Generation ID
 2017-02-10  0:55 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 03/10] docs: VM Generation ID device description

[RFCv4 PATCH 1/1] hdpvr: fix interrupted recording
 2017-02-10  0:54 UTC 

Xen on ARM IRQ latency and scheduler overhead
 2017-02-10  0:54 UTC 

[Bug 99747] Problems with mesa 13.0.x and ubuntu 17.04
 2017-02-10  0:54 UTC  (2+ messages)

[PATCH 1/1] dm-zoned: Zoned block device target
 2017-02-10  0:51 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/22] target/openrisc updates
 2017-02-10  0:44 UTC  (4+ messages)
` [Qemu-devel] [PATCH 23/22] linux-user: Honor CLONE_SETTLS for openrisc
    ` [OpenRISC] "

[PATCH 00/10] fujitsu-laptop: renames and cleanups
 2017-02-10  0:42 UTC  (3+ messages)

[PATCH v2 1/2] efi: arm-stub: Correct FDT and initrd allocation rules for arm64
 2017-02-10  0:42 UTC  (3+ messages)

[Patch] NFC: trf7970a:
 2017-02-10  0:41 UTC  (12+ messages)

[PATCH 0/5] Store submodules in a hash, not a linked list
 2017-02-10  0:40 UTC  (4+ messages)

[PATCH net-next v5 00/11] Improve BPF selftests and use the library (net-next tree)
 2017-02-09 23:21 UTC  (12+ messages)
` [PATCH net-next v5 01/11] tools: Sync {,tools/}include/uapi/linux/bpf.h
` [PATCH net-next v5 02/11] bpf: Change the include directory for selftest
` [PATCH net-next v5 03/11] bpf: Always test unprivileged programs
` [PATCH net-next v5 04/11] bpf: Use bpf_load_program() from the library
` [PATCH net-next v5 05/11] bpf: Use bpf_map_update_elem() "
` [PATCH net-next v5 06/11] bpf: Use bpf_map_lookup_elem() "
` [PATCH net-next v5 07/11] bpf: Use bpf_map_delete_elem() "
` [PATCH net-next v5 08/11] bpf: Use bpf_map_get_next_key() "
` [PATCH net-next v5 09/11] bpf: Use bpf_create_map() "
` [PATCH net-next v5 10/11] bpf: Remove bpf_sys.h from selftests
` [PATCH net-next v5 11/11] bpf: Add test_tag to .gitignore

[Qemu-devel] [PATCH 00/22] target/openrisc updates
 2017-02-10  0:39 UTC  (3+ messages)
    ` [OpenRISC] "

[Qemu-devel] [RFC PATCH 00/17] target/ppc: Implement POWER9 pseries tcg legacy kernel support
 2017-02-10  0:21 UTC  (18+ messages)
` [Qemu-devel] [RFC PATCH 07/17] target/ppc/POWER9: Add partition table pointer to sPAPRMachineState
` [Qemu-devel] [RFC PATCH 08/17] target/ppc/POWER9: Add external partition table pointer to cpu state
` [Qemu-devel] [RFC PATCH 10/17] target/ppc/POWER9: Add POWER9 mmu fault handler
` [Qemu-devel] [RFC PATCH 11/17] target/ppc/POWER9: Update to new pte format for POWER9 accesses

[Qemu-devel] [RFC] virtio-pci: Allow PCIe virtio devices on root bus
 2017-02-10  0:37 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/6] POWER9 TCG enablements - part15
 2017-02-10  0:28 UTC  (4+ messages)
` [Qemu-devel] [PATCH 5/6] target-ppc: support for 32-bit carry and overflow

[Qemu-devel] [PATCH 0/7] pc/spapr: unify handling of possible CPUs
 2017-02-09 23:53 UTC  (15+ messages)
` [Qemu-devel] [PATCH 1/7] machine: move possible_cpus to MachineState
` [Qemu-devel] [PATCH 2/7] pc: move pcms->possible_cpus init out of pc_cpus_init()
` [Qemu-devel] [PATCH 3/7] pc: calculate topology only once when possible_cpus is initialised
` [Qemu-devel] [PATCH 4/7] pc: pass apic_id to pc_find_cpu_slot() directly so lookup could be done without CPU object
` [Qemu-devel] [PATCH 5/7] change CPUArchId.cpu type to Object*
` [Qemu-devel] [PATCH 6/7] spapr: reuse machine->possible_cpus instead of cores[]
` [Qemu-devel] [PATCH 7/7] machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacks

[Qemu-devel] [PATCH v1 0/2] POWER9 TCG enablements - part14
 2017-02-09 23:58 UTC  (2+ messages)

[PATCH] pata_legacy: Allow disabling of legacy PATA device probes on non-PCI systems
 2017-02-10  0:36 UTC  (12+ messages)

[PATCH] examples/l2fwd-crypto: fix overflow
 2017-02-10  0:37 UTC  (3+ messages)

[PATCH] examples/l2fwd-crypto: fix incorrect padding addition
 2017-02-10  0:37 UTC  (3+ messages)

[PATCH] gc: ignore old gc.log files
 2017-02-10  0:36 UTC  (4+ messages)

[PATCH 03/10] KVM: x86: Inject pending interrupt even if pending nmi exist
 2017-02-10  0:19 UTC  (3+ messages)
` [PATCH 05/10] KVM: x86: reduce default value of halt_poll_ns parameter
` [PATCH 09/10] compiler-gcc: disable -ftracer for __noclone functions

[PATCH] Bluetooth: btusb: add support for 0bb4:0306
 2017-02-10  0:31 UTC 

[PATCH for-4.11 1/2] Revert "phy: Add USB3 PHY support for Broadcom NSP SoC"
 2017-02-10  0:30 UTC  (13+ messages)
` [PATCH for-4.11 2/2] Revert "dt-bindings: phy: Add documentation for NSP USB3 PHY"

[PATCH] efi: arm-stub: Correct FDT and initrd allocation rules for arm64
 2017-02-10  0:28 UTC  (3+ messages)

[Qemu-devel] [PATCH v8 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"
 2017-02-10  0:27 UTC  (9+ messages)

[Xenomai] Build error with XENO_OPT_DEBUG=y
 2017-02-10  0:27 UTC 

[PATCH net] udp: fix a potential panic in first_packet_length()
 2017-02-10  0:15 UTC  (3+ messages)
` [PATCH net] l2tp: do not use udp_ioctl()
  ` [PATCH v2 "

武汉金威科技2017-2-108:24:12
 2017-02-10  0:24 UTC 

[PATCHv6 00/37] ext4: support of huge pages
 2017-02-10  0:23 UTC  (5+ messages)
` [PATCHv6 11/37] HACK: readahead: alloc huge pages, if allowed

linux-next: build warning after merge of the f2fs tree
 2017-02-10  0:01 UTC  (2+ messages)

[Qemu-devel] [PATCH] xhci: fix event queue IRQ handling
 2017-02-10  0:17 UTC  (3+ messages)

Talent Scout
 2017-02-10  0:11 UTC 

Syscalls and associated purpose defined
 2017-02-10  0:11 UTC  (2+ messages)

AUDIT_NETFILTER_PKT message format
 2017-02-10  0:09 UTC  (7+ messages)

[PATCH v2] x86/fpu: copy MXCSR & MXCSR_FLAGS with SSE/YMM state
 2017-02-10  0:02 UTC  (2+ messages)

[PATCH] zfcp: fix use-after-free by not tracing WKA port open/close on failed send
 2017-02-10  0:02 UTC  (2+ messages)

Crash in -next due to 'MIPS: Add cacheinfo support'
 2017-02-10  0:01 UTC  (2+ messages)

[PATCH v3 00/24] i.MX Media Driver
 2017-02-09 23:51 UTC  (11+ messages)
` [PATCH v3 21/24] media: imx: Add MIPI CSI-2 Receiver subdev driver

[PATCH] aacraid: Fix INTx/MSI-x issue with older controllers
 2017-02-09 23:59 UTC  (3+ messages)

[PATCH v2] eeprom/at24: use device_property_*() functions instead of of_get_property()
 2017-02-09 23:52 UTC  (3+ messages)

[PATCH] nfsd: restore owner override for truncate
 2017-02-09 23:56 UTC  (2+ messages)

[PATCH V2] mpt3sas: disable ASPM for MPI2 controllers
 2017-02-09 23:55 UTC  (4+ messages)

[PATCH] f2fs: show checkpoint version at mount time
 2017-02-09 23:55 UTC  (2+ messages)

[PATCH 0/3] KEYS: Fixes
 2017-02-09 23:55 UTC  (3+ messages)

[PATCH 1/1] kernel.bbclass: Make sanity check opt-out and provide easy opt-out
 2017-02-09 23:55 UTC 

[PATCH v3 00/12] NFS/RDMA client-side patches for 4.11
 2017-02-09 20:39 UTC  (9+ messages)
` [PATCH v3 12/12] sunrpc: Allow keepalive ping on a credit-full transport

[PATCH v4 net-next 00/10] openvswitch: Conntrack integration improvements
 2017-02-09 21:46 UTC  (3+ messages)
` [PATCH v4 net-next 06/10] openvswitch: Refactor labels initialization

[PATCH] app/test-crypto-perf: fix big paremeter passed by value
 2017-02-09 23:53 UTC  (5+ messages)
` [PATCH] app/test-crypto-perf: fix incorrect size of expression

[PATCH RFC v2 tip/core/rcu] Maintain special bits at bottom of ->dynticks counter
 2017-02-09 23:51 UTC  (2+ messages)

[Qemu-devel] [PATCH] tests/prom-env: Ease time-out problems on slow hosts
 2017-02-09 23:15 UTC  (3+ messages)

[PATCH for-4.10] pstore: don't OOPS when there are no ftrace zones
 2017-02-09 23:49 UTC  (4+ messages)
  ` [PATCH] pstore: unconditionally initialize spinlock and flags

[PATCH v2 00/10] xen: credit2: improve style, and tracing; fix two bugs
 2017-02-09 23:48 UTC  (3+ messages)
` [PATCH v2 07/10] xen: credit2: always mark a tickled pCPU as... tickled!

[PATCH v2 0/4] New Microsemi PCI Switch Management Driver
 2017-02-09 23:46 UTC  (7+ messages)

[PATCH v1] git-p4: fix git-p4.pathEncoding for removed files
 2017-02-09 23:39 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 3/3] ASoC: zx-i2s: introduce pclk for zx2967 family
 2017-02-09 23:46 UTC  (4+ messages)
` Applied "ASoC: zx-i2s: introduce pclk for zx2967 family" to the asoc tree

[PATCH 2/2] Documentation: DMA-ISA-LPC.txt
 2017-02-09 23:36 UTC 

[PATCH v2 00/39] megaraid_sas: Updates for scsi-next
 2017-02-09 23:44 UTC  (4+ messages)
` [PATCH v2 21/39] megaraid_sas: big endian support changes

[PATCH -next] spi: armada-3700: Remove .owner field for driver
 2017-02-09 23:46 UTC  (2+ messages)
  ` Applied "spi: armada-3700: Remove .owner field for driver" to the spi tree

[PATCH v4 2/3] ASoC: zx-i2s: Add the info of pclk to the binding document for zx2967 family
 2017-02-09 23:46 UTC  (4+ messages)
` Applied "ASoC: zx-i2s: Add the info of pclk to the binding document for zx2967 family" to the asoc tree

[PATCH] mingw: use OpenSSL's SHA-1 routines
 2017-02-09 23:41 UTC  (2+ messages)

[PATCH 00/11] moving away from coremask to corelist
 2017-02-09 23:42 UTC  (16+ messages)
` [PATCH 04/11] doc/howto: use corelist instead of coremask
` [PATCH v2 00/11] moving away from coremask to corelist
` [PATCH v2 01/11] doc/cryptodev: use corelist instead of coremask
` [PATCH v2 02/11] doc/faq: "
` [PATCH v2 03/11] doc/freebsd: "
` [PATCH v2 04/11] doc/howto: "
` [PATCH v2 05/11] doc/linux: "
` [PATCH v2 06/11] doc/nics: "
` [PATCH v2 07/11] doc/prog_guide: "
` [PATCH v2 08/11] doc/testpmd: "
` [PATCH v2 09/11] doc/cryptoperf: "
` [PATCH v2 10/11] doc/xen: "
` [PATCH v2 11/11] doc/sample_app: "

[kernel-hardening] [RFC] syscalls: Restore address limit after a syscall
 2017-02-09 23:41 UTC  (5+ messages)
` [kernel-hardening] "
    `  "

[Bug 98869] Electronic Super Joy graphic artefacts (regression,bisected)
 2017-02-09 23:41 UTC 

[PATCH V2] PCI: enable extended tags support for PCIe devices
 2017-02-09 23:40 UTC  (3+ messages)

[PATCH -next] scsi: qedi: Fix possible memory leak in qedi_iscsi_update_conn()
 2017-02-09 23:35 UTC  (2+ messages)

[PATCH] ARM: dts: imx25-pdk: Allow USB OTG to work in host mode
 2017-02-09 23:37 UTC 

[PATCH V9] thermal: bcm2835: add thermal driver for bcm2835 soc
 2017-02-09 23:34 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: Add thermal zone to bcm2835-thermal example
  ` [PATCH 2/2] ARM: dts: bcm283x: Add critical thermal zone for GPU

aacraid: kernel: AAC: Host adapter dead -1 (bisected)
 2017-02-09 23:25 UTC 

Bug with fixup and autosquash
 2017-02-09 23:31 UTC  (4+ messages)

[RFC-PATCHv2] submodules: add a background story
 2017-02-09 23:32 UTC  (2+ messages)

[Qemu-devel] [PATCH] cputlb: Don't assume do_unassigned_access() never returns
 2017-02-09 23:32 UTC  (4+ messages)

[PATCH 1/7] hwmon: (it87) Add feature flag indicating that VIN3 is connected to 5V
 2017-02-09 23:32 UTC  (2+ messages)
` [PATCH 3/7] hwmon: (it87) Improve IT8622 support

[PATCH linux dev-4.7 v2] drivers/fsi: Adjust slave ID based on address
 2017-02-09 23:31 UTC  (2+ messages)

[PATCH] crypto: fix incorrect key setting
 2017-02-09 23:30 UTC  (3+ messages)

[SPDK] Question for SGL Descriptor Programming with SPDK NVMF Target
 2017-02-09 23:28 UTC 

[PATCH v3 0/3] OF phandle nexus support + GPIO nexus
 2017-02-09 22:54 UTC  (7+ messages)
` [PATCH v3 1/3] of: Support parsing phandle argument lists through a nexus node

[PATCH] app/crypto-perf: fix total_ops value validation
 2017-02-09 23:25 UTC  (3+ messages)

[PATCH] rev-parse --git-path: fix output when running in a subdirectory
 2017-02-09 22:54 UTC  (5+ messages)

[PATCH] doc: add limitations section to cryptoperf guide
 2017-02-09 23:24 UTC  (3+ messages)

[SPDK] Question for SGL Descriptor Programming with SPDK NVMF Target
 2017-02-09 23:19 UTC 

[PATCH 0/2] get rid of immrbar_virt_to_phys()
 2017-02-09 23:17 UTC  (8+ messages)
` [PATCH 1/2] net: ethernet: ucc_geth: fix MEM_PART_MURAM mode
` [PATCH 2/2] soc/fsl/qe: get rid of immrbar_virt_to_phys()

[PATCH 0/2] x86/vdso: Add Hyper-V TSC page clocksource support
 2017-02-09 23:17 UTC  (12+ messages)
` [PATCH 1/2] hyperv: implement hv_get_tsc_page()
` [PATCH 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method

[PATCH RFC v2 1/8] xdp: Infrastructure to generalize XDP
 2017-02-09 23:08 UTC  (5+ messages)

[nfs-utils PATCH V2 2/2] Duplicate upcall string for use in error messages
 2017-02-09 23:04 UTC 

[Qemu-devel] [PATCH] hw/pci-host/prep: Do not use hw_error() in realize function
 2017-02-09 23:10 UTC  (2+ messages)

v12.0.0 Contributor credits
 2017-02-09 23:10 UTC 

[PATCH v2] leds/trigger/cpu: Add LED trigger for all CPUs aggregated
 2017-02-09 23:07 UTC 

[U-Boot] [PATCH] ddr:fsl: Fix warnings on gcc-6.x
 2017-02-09 23:10 UTC 

[PATCH] ARM64: dts: meson-gxbb-odroidc2: switch ethernet phy mode to rgmii-txid
 2017-02-09 23:09 UTC 

[GIT PULL] SELinux patches for 4.11
 2017-02-09 23:07 UTC  (2+ messages)

[PATCH v3 00/14] mm: page migration enhancement for thp
 2017-02-09 23:04 UTC  (5+ messages)
` [PATCH v3 08/14] mm: thp: enable thp migration in generic path


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.