All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-29 16:06:31 to 2017-09-29 17:05:56 UTC [more...]

[patch 3/3] x86: kvm guest side support for KVM_HC_RT_PRIO hypercall
 2017-09-29 17:05 UTC  (12+ messages)
      ` [patch 3/3] x86: kvm guest side support for KVM_HC_RT_PRIO hypercall\

[RFC] sched/fair: Use wake_q length as a hint for wake_wide
 2017-09-29 17:05 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/7] Enable falcon boot for LS1043ARDB
 2017-09-29 17:05 UTC  (6+ messages)
` [U-Boot] [PATCH v3 4/7] armv8: ls1043ardb: Use static DDR setting for SPL boot

[PATCH v3 07/14] btrfs-progs: Doc/mkfs: Add extra condition for rootdir option
 2017-09-29 16:57 UTC  (13+ messages)

[net-next:master 332/339] kernel//bpf/syscall.c:1404:23: warning: cast to pointer from integer of different size
 2017-09-29 17:04 UTC  (2+ messages)

Xen PVH support in grub2
 2017-09-29 17:02 UTC  (5+ messages)
  ` [Xen-devel] "

[PATCH v3 i-g-t 0/7] IGT PMU support
 2017-09-29 17:02 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for IGT PMU support (rev5)

[PATCH] btrfs-progs: fix invalid assert in backref.c
 2017-09-29 16:59 UTC  (2+ messages)

luminous/dmcrypt/bluestore
 2017-09-29 17:00 UTC 

[xen-unstable-smoke test] 113911: tolerable all pass - PUSHED
 2017-09-29 17:00 UTC 

[PATCH] MAINTAINERS: update TPM driver infrastructure changes
 2017-09-29 16:59 UTC  (4+ messages)

[PATCH 00/21] huge gtt pages
 2017-09-29 16:59 UTC  (26+ messages)
` [PATCH 01/21] mm/shmem: introduce shmem_file_setup_with_mnt
` [PATCH 02/21] drm/i915: introduce simple gemfs
` [PATCH 03/21] drm/i915/gemfs: enable THP
` [PATCH 04/21] drm/i915: introduce page_sizes field to dev_info
` [PATCH 05/21] drm/i915: push set_pages down to the callers
` [PATCH 06/21] drm/i915: introduce page_size members
` [PATCH 07/21] drm/i915: introduce vm set_pages/clear_pages
` [PATCH 08/21] drm/i915: align the vma start to the largest gtt page size
` [PATCH 09/21] drm/i915: align 64K objects to 2M
` [PATCH 10/21] drm/i915: enable IPS bit for 64K pages
` [PATCH 11/21] drm/i915: disable GTT cache for 2M pages
` [PATCH 12/21] drm/i915: support 2M pages for the 48b PPGTT
` [PATCH 13/21] drm/i915: add support for 64K scratch page
` [PATCH 14/21] drm/i915: support 64K pages for the 48b PPGTT
` [PATCH 15/21] drm/i915: accurate page size tracking for the ppgtt
` [PATCH 16/21] drm/i915/debugfs: include some gtt page size metrics
` [PATCH 17/21] drm/i915/selftests: huge page tests
` [PATCH 18/21] drm/i915/selftests: mix huge pages
` [PATCH 19/21] drm/i915: disable platform support for vGPU huge gtt pages
` [PATCH 20/21] drm/i915: enable platform support for 64K pages
` [PATCH 21/21] drm/i915: enable platform support for 2M pages
` ✓ Fi.CI.BAT: success for huge gtt pages (rev10)

[Buildroot] [PATCH] lbase64: fix build
 2017-09-29 16:59 UTC 

linux-next: Signed-off-by missing for commit in the tpmdd tree
 2017-09-29 16:57 UTC  (2+ messages)

[meta-webserver][PATCH] meta-webserver: update the layer.conf to include the openembedded-layer
 2017-09-29 16:56 UTC 

[Qemu-devel] [PATCH v6 00/25] block: Fix some filename generation issues
 2017-09-29 16:53 UTC  (26+ messages)
` [Qemu-devel] [PATCH v6 01/25] block/mirror: Small absolute-paths simplification
` [Qemu-devel] [PATCH v6 02/25] block: Use children list in bdrv_refresh_filename
` [Qemu-devel] [PATCH v6 03/25] block: Add BDS.backing_overridden
` [Qemu-devel] [PATCH v6 04/25] block: Respect backing bs in bdrv_refresh_filename
` [Qemu-devel] [PATCH v6 05/25] block: Make path_combine() return the path
` [Qemu-devel] [PATCH v6 06/25] block: bdrv_get_full_backing_filename_from_...'s ret. val
` [Qemu-devel] [PATCH v6 07/25] block: bdrv_get_full_backing_filename's "
` [Qemu-devel] [PATCH v6 08/25] block: Add bdrv_make_absolute_filename()
` [Qemu-devel] [PATCH v6 09/25] block: Fix bdrv_find_backing_image()
` [Qemu-devel] [PATCH v6 10/25] block: Add bdrv_dirname()
` [Qemu-devel] [PATCH v6 11/25] blkverify: Make bdrv_dirname() return NULL
` [Qemu-devel] [PATCH v6 12/25] quorum: "
` [Qemu-devel] [PATCH v6 13/25] block/nbd: "
` [Qemu-devel] [PATCH v6 14/25] block/nfs: Implement bdrv_dirname()
` [Qemu-devel] [PATCH v6 15/25] block: Use bdrv_dirname() for relative filenames
` [Qemu-devel] [PATCH v6 16/25] block: Add 'base-directory' BDS option
` [Qemu-devel] [PATCH v6 17/25] iotests: Add quorum case to test 110
` [Qemu-devel] [PATCH v6 18/25] block: Add sgfnt_runtime_opts to BlockDriver
` [Qemu-devel] [PATCH v6 19/25] block: Add BlockDriver.bdrv_gather_child_options
` [Qemu-devel] [PATCH v6 20/25] block: Generically refresh runtime options
` [Qemu-devel] [PATCH v6 21/25] block: Purify .bdrv_refresh_filename()
` [Qemu-devel] [PATCH v6 22/25] block: Do not copy exact_filename from format file
` [Qemu-devel] [PATCH v6 23/25] block: Fix FIXME from "Add BDS.backing_overridden"
` [Qemu-devel] [PATCH v6 24/25] block/curl: Implement bdrv_refresh_filename()
` [Qemu-devel] [PATCH v6 25/25] block/null: Generate filename even with latency-ns

Formal vote on Unicore Proposal (deadline Frid, Oct 6th)
 2017-09-29 16:55 UTC  (2+ messages)

[PATCH net-next 00/10] Introduce SCTP Stream Schedulers
 2017-09-29 16:54 UTC  (7+ messages)
` [PATCH net-next 07/10] sctp: add sockopt to get/set stream scheduler
` [PATCH net-next 09/10] sctp: introduce priority based "

[PATCH v3 tip/core/rcu 0/40] SRCU callback parallelization for 4.12
 2017-09-29 16:38 UTC  (14+ messages)
` [PATCH v3 tip/core/rcu 40/40] rcu: Make non-preemptive schedule be Tasks RCU quiescent state

[PATCH v3 0/3] A few uprobe fixes
 2017-09-29 16:54 UTC  (5+ messages)
` [PATCH v3 3/3] kernel/uprobes: Fix check for active uprobe

[PATCH] kvm/x86: Handle async PF in RCU read-side critical sections
 2017-09-29 16:43 UTC  (3+ messages)

[Buildroot] Private mirror repository for Python package dependencies -- howto?
 2017-09-29 16:53 UTC 

[refpolicy] Pull Request for fixing memory leak warning
 2017-09-29 16:52 UTC  (5+ messages)
` [refpolicy] [PATCH] fc_sort: memory leakages (was: Pull Request for fixing memory leak warning)

[PATCH] x86/mm: Disable branch profiling in mem_encrypt.c
 2017-09-29 16:51 UTC  (2+ messages)

[Qemu-devel] [PATCH] syscall: fix special case of write(fd, NULL, 0)
 2017-09-29 16:50 UTC 

[PATCH v2] src/nsexec: fix stack pointer alignment exception
 2017-09-29 16:49 UTC 

[PATCH] thermal/drivers/hisi: Switch to interrupt mode
 2017-09-29 16:46 UTC  (4+ messages)
` [PATCH V2] "

[PATCH] ath10k: check power save support in STA mode through FW IE
 2017-09-29 16:46 UTC  (2+ messages)

[PATCH 00/18] iwlwifi: updates intended for v4.15 2017-09-29
 2017-09-29 16:44 UTC  (19+ messages)
` [PATCH 01/18] iwlwifi: mvm: don't send identical PHY_CTXT_CMD
` [PATCH 02/18] iwlwifi: fw: api: remove excess enum value documentation
` [PATCH 03/18] iwlwifi: mvm: add marker cmd response struct
` [PATCH 04/18] iwlwifi: fix minor code style issues
` [PATCH 05/18] iwlwifi: pcie: dump registers when HW becomes inaccessible
` [PATCH 06/18] iwlwifi: mvm: change warning to warn_once()
` [PATCH 07/18] iwlwifi: acpi: add common code to read from ACPI
` [PATCH 08/18] iwlwifi: acpi: move ACPI method definitions to acpi.h
` [PATCH 09/18] iwlwifi: acpi: move ACPI-related "
` [PATCH 10/18] iwlwifi: acpi: generalize iwl_mvm_sar_find_wifi_pkg()
` [PATCH 11/18] iwlwifi: acpi: use iwl_acpi_get_wifi_pkg when reading reading SPLC
` [PATCH 12/18] iwlwifi: acpi: make iwl_get_bios_mcc() use the common acpi functions
` [PATCH 13/18] iwlwifi: acpi: remove a couple of unnecessary ifdefs
` [PATCH 14/18] iwlwifi: acpi: move function to get mcc into acpi code
` [PATCH 15/18] iwlwifi: fix indentation in a000 family configuration
` [PATCH 16/18] iwlwifi: acpi: move code that reads SPLC to acpi
` [PATCH 17/18] iwlwifi: mvm: warn on invalid statistics size
` [PATCH 18/18] iwlwifi: remove dflt_pwr_limit from the transport

[U-Boot] [PATCH 1/1] evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET
 2017-09-29 16:44 UTC  (4+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2 2/4] rockchip: rk322x: update the sysreg number for boot mode
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 5/5] rockchip: dts: rk3328-evb: add i2c1 and rk805 nodes
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] rockchip: pinctrl: rk3368: add pinctrl for SDMMC0
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 1/5] rockchip: i2c: rk3328: support i2c for rk3328 SoC
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 4/5] configs: rk3328: add support for pmic rk8xx and regulator and i2c driver
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 4/5] rk3288: vyasa: Add falcon mode support
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/5] armv7: Move L2CTLR read/write to common
 2017-09-29 16:44 UTC  (4+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 2/5] armv7: rk3288: Move configure_l2ctlr to common
 2017-09-29 16:44 UTC  (4+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 3/5] rk3288: vyasa: Add TPL support
 2017-09-29 16:44 UTC  (3+ messages)
` [U-Boot] [U-Boot,v2,3/5] "

[U-Boot] [PATCH] rockchip: rk322x: fix pd_bus hclk/pclk
 2017-09-29 16:44 UTC  (4+ messages)
` [U-Boot] "

[PATCH 00/11] AM43xx EPOS EVM sleep pinmux
 2017-09-29 16:44 UTC  (12+ messages)
  ` [PATCH 01/11] ARM: dts: am43xx: Introduce additional pinmux definitions for DS0
  ` [PATCH 02/11] ARM: dts: am43xx-epos-evm: Add sleep pinmux for spi0 and spi1
  ` [PATCH 03/11] ARM: dts: am43xx-epos-evm: Add sleep pinmux for qspi1
  ` [PATCH 04/11] ARM: dts: am43xx-epos-evm: Add sleep pinmux for ecap0
  ` [PATCH 05/11] ARM: dts: am43xx-epos-evm: Add sleep pinmux for gpmc
  ` [PATCH 06/11] ARM: dts: am43xx-epos-evm: Add sleep pinmux for pixcir_ts
  ` [PATCH 07/11] ARM: dts: am43xx-epos-evm: Add sleep pinmux for mmc1
  ` [PATCH 08/11] ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for matrix_keypad0
  ` [PATCH 09/11] ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for uart0
  ` [PATCH 10/11] ARM: dts: am43xx-epos-evm: Add default and sleep pinmux for usb2_phy1 and usb2_phy2
  ` [PATCH 11/11] ARM: dts: am43xx-epos-evm: Add default pinmux for unused pins

[linux-lvm] Difference between Debian and some other distributions with thin provisioning
 2017-09-29 16:42 UTC 

KVM PV (was: Re: [PATCH v2 2/2] x86/lguest: remove lguest support)
 2017-09-29 16:39 UTC  (3+ messages)

[PATCH -v2 00/18] sched/fair: A bit of a cgroup/PELT overhaul
 2017-09-29 16:39 UTC  (4+ messages)
` [PATCH -v2 04/18] sched/fair: Remove se->load.weight from se->avg.load_sum

[PATCH] drm/amd/powerplay: fix a warning in pp_hw_init
 2017-09-29 16:38 UTC 

[PATCH v2] src/nsexec: fix stack pointer alignment exception
 2017-09-29 16:37 UTC 

[PATCH] i2c-omap: Trigger bus recovery in lockup case
 2017-09-29 16:37 UTC  (9+ messages)

[PATCH 0/2] xen/arm64/ns16550: Support for Allwinner H5 SoC
 2017-09-29 16:35 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] xen/arm64: Add Support for Allwinner H5 (sun50i)

[net-next V2 PATCH 0/5] New bpf cpumap type for XDP_REDIRECT
 2017-09-29 16:34 UTC  (6+ messages)
` [net-next V2 PATCH 1/5] bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
` [net-next V2 PATCH 2/5] bpf: XDP_REDIRECT enable use of cpumap
` [net-next V2 PATCH 3/5] bpf: cpumap xdp_buff to skb conversion and allocation
` [net-next V2 PATCH 4/5] bpf: cpumap add tracepoints
` [net-next V2 PATCH 5/5] samples/bpf: add cpumap sample program xdp_redirect_cpu

[RFC PATCH 0/2] Missing READ_ONCE in core and arch-specific pgtable code leading to crashes
 2017-09-29 16:33 UTC  (10+ messages)
` [RFC PATCH 1/2] arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables

[tpm2] [01org/tpm2-tools] 25436e: README: add link to A Practical Guide to TPM 2.0 b
 2017-09-29 16:32 UTC 

[PATCH v3] systemd: add runtime dependencies to pam plugins
 2017-09-29 16:31 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] Small improvement for the initscripts package
 2017-09-29 16:28 UTC  (4+ messages)

[PATCH] i2c: riic: remove fixed clock restriction
 2017-09-29 16:26 UTC  (3+ messages)

"man git-stash" explanation of "--include-untracked" and "--all" seems ambiguous
 2017-09-29 16:26 UTC 

[RFC PATCH 1/1] pthread_detach.3: remove invalid and confusing statement
 2017-09-29 16:25 UTC  (4+ messages)

[PATCH v6 0/4] fix dax to nondax dio fake failures
 2017-09-29 16:24 UTC  (3+ messages)
` [PATCH v7] generic/413: skip dax to nondax dio test if needed

[PATCH 0/4] pci aer: fix deadlock in do_recovery
 2017-09-29 16:23 UTC  (5+ messages)
` [PATCH 4/4] lockdep: make MAX_LOCK_DEPTH configurable from Kconfig

[PATCH 0/4] x86/platform/UV: Update TSC support
 2017-09-29 16:23 UTC  (4+ messages)

[PATCH v8 0/6] Btrfs: populate heuristic with code
 2017-09-29 16:22 UTC  (2+ messages)

[PATCH v1 00/14] tee: optee: add dynamic shared memory support
 2017-09-29 16:23 UTC  (6+ messages)
` [PATCH v1 06/14] tee: optee: add page list manipulation functions

[Part2 PATCH v4 05/29] crypto: ccp: Add Platform Security Processor (PSP) device support
 2017-09-29 16:23 UTC  (2+ messages)
` [Part2 PATCH v4.1 05/30] "

[PATCH V2 for-next 0/8] Bug fixes & Code improvements in hip06 and hip08 RoCE driver
 2017-09-29 16:22 UTC  (2+ messages)

Latest on SSD Raid
 2017-09-29 16:22 UTC  (2+ messages)

[PATCH v2 0/4] Update TMDSEVM3530 support for omap3-evm
 2017-09-29 16:20 UTC  (4+ messages)
` [PATCH v3 "

ARM64 HiKey 960 Xen BUG at page_alloc.c:738
 2017-09-29 16:20 UTC  (5+ messages)

[Qemu-devel] [PATCH 1/1] websock: treat upgrade header in case insensitive way
 2017-09-29 16:19 UTC  (2+ messages)

[PATCH v2] kcov: remove pointless current != NULL check
 2017-09-29 16:22 UTC 

[PATCH] iommu/vt-d: Fix scatterlist offset handling
 2017-09-29 16:18 UTC  (4+ messages)

[PATCH 1/3] kcov: remove #ifdef CONFIG_RANDOMIZE_BASE
 2017-09-29 16:20 UTC  (4+ messages)

[PATCH] MIPS: Fix input modify in __write_64bit_c0_split()
 2017-09-29 16:16 UTC  (5+ messages)

[U-Boot] [PATCH v2 3/5] power: pmic: rk805: support rk805 pmic
 2017-09-29 16:15 UTC  (3+ messages)
` [U-Boot] [U-Boot, v2, "

[Devel] ACPICA version 20170929 released
 2017-09-29 16:14 UTC 

[U-Boot] [PATCH v3 0/5] board: atmel: Convert to support video driver model
 2017-09-29 16:13 UTC  (2+ messages)

[RESEND PATCH 0/6] staging: Introduce DPAA2 Ethernet Switch driver
 2017-09-29 16:11 UTC  (5+ messages)
` [RESEND PATCH 2/6] staging: fsl-dpaa2/ethsw: Add Freescale "

[PATCH] ACPI/IORT: Fix PCI ACS enablement
 2017-09-29 16:08 UTC  (9+ messages)

[PATCH] [Outreachy] cleanup: use list.h in mru.h and mru.c
 2017-09-29 16:08 UTC  (7+ messages)
` [PATCH Outreachy] mru: use double-linked list from list.h

[PATCH 1/3] drm/i915: Introduce execlist_port_* accessors
 2017-09-29 16:07 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/3] "

Kernel panic - not syncing: Fatal exception in interrupt (file_free_rcu+0x14)
 2017-09-29 16:07 UTC  (3+ messages)

[PATCH REBASED 0/6] rwsem: Implement down_read_killable()
 2017-09-29 16:06 UTC  (8+ messages)
` [PATCH REBASED 3/6] s390: Add __down_read_killable()
` [PATCH REBASED 4/6] x86: "
` [PATCH REBASED 5/6] rwsem: Add down_read_killable()
` [PATCH REBASED 6/6] fs: Use killable down_read() in iterate_dir()


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.