All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-09 15:56:02 to 2018-01-09 16:22:24 UTC [more...]

[PATCH 00/12] account for const type of of_device_id.data
 2018-01-09 16:22 UTC  (3+ messages)
` [PATCH 06/12] power: supply: "

[PATCH RESEND v3 0/6] preparatory work to add device forget
 2018-01-09 16:22 UTC  (9+ messages)
` [PATCH 1/6] btrfs: cleanup btrfs_free_stale_device() usage
` [PATCH 2/6] btrfs: no need to check for btrfs_fs_devices::seeding
` [PATCH 3/6] btrfs: make btrfs_free_stale_device() to iterate all stales
` [PATCH 4/6] btrfs: make btrfs_free_stale_device() argument optional

[PATCHSET v4] blk-mq: reimplement timeout handling
 2018-01-09 16:22 UTC  (10+ messages)
` [PATCH 2/8] blk-mq: protect completion path with RCU
` [PATCH 5/8] blk-mq: make blk_abort_request() trigger timeout path

[PATCH] bq24190: Simplify code in property_is_writeable
 2018-01-09 16:21 UTC  (3+ messages)

[PATCH 1/1] power: reset: remove unused imx-snvs-poweroff driver
 2018-01-09 16:20 UTC  (3+ messages)

perf: perf_fuzzer quickly locks up on 4.15-rc7
 2018-01-09 16:20 UTC  (14+ messages)

[PATCH kvm-unit-tests] add vmexit tests for IBRS and IBPB
 2018-01-09 16:20 UTC  (2+ messages)

[PATCH] power: reset: msm: Clarify restart and poweroff
 2018-01-09 16:20 UTC  (2+ messages)

[net-next v2 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2018-01-09
 2018-01-09 16:19 UTC  (16+ messages)
` [net-next v2 01/15] i40e: display priority_xon and priority_xoff stats
` [net-next v2 02/15] i40evf: don't rely on netif_running() outside rtnl_lock()
` [net-next v2 03/15] i40evf: use spinlock to protect (mac|vlan)_filter_list
` [net-next v2 04/15] i40evf: release bit locks in reverse order
` [net-next v2 05/15] i40evf: hold the critical task bit lock while opening
` [net-next v2 06/15] i40e: update VFs of link state after GET_VF_RESOURCES
` [net-next v2 07/15] i40e: add helper conversion function for link_speed
` [net-next v2 08/15] i40e/i40evf: Bump driver versions
` [net-next v2 09/15] i40e: remove redundant initialization of read_size
` [net-next v2 10/15] i40evf: Do not clear MSI-X PBA manually
` [net-next v2 11/15] i40evf: Clean-up flags for promisc mode to avoid high polling rate
` [net-next v2 12/15] i40evf: Drop i40evf_fire_sw_int as it is prone to races
` [net-next v2 13/15] i40e: change ppp name to ddp
` [net-next v2 14/15] i40e: track id can be 0
` [net-next v2 15/15] i40e: link_down_on_close private flag support

[PATCH] event/sw: remove stale IQ references when reconfigured
 2018-01-09 16:19 UTC 

RFC(V3): Audit Kernel Container IDs
 2018-01-09 16:18 UTC  (4+ messages)

[PATCH 6/7] x86/svm: Set IBPB when running a different VCPU
 2018-01-09 16:17 UTC  (3+ messages)

[PATCH v2 1/3] iommu/msm: Claim bus ops on probe
 2018-01-09 16:17 UTC  (7+ messages)
` [PATCH v2 2/3] iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hook
  ` [PATCH v2 3/3] iommu: Clean up of_iommu_init_fn

[PATCH v2] staging: rtl8723bs: Fix trailing semicolon
 2018-01-09 16:17 UTC 

[Qemu-arm] [PATCH 0/4] Reset SD cards attached to legacy-API controllers
 2018-01-09 16:16 UTC  (8+ messages)
` [Qemu-arm] [PATCH 2/4] hw/sd/milkymist-memcard: Reset SD card on controller reset
  ` [Qemu-devel] "
` [Qemu-devel] [Qemu-arm] [PATCH 0/4] Reset SD cards attached to legacy-API controllers

[PATCH 00/18] prevent bounds-check bypass via speculative execution
 2018-01-09 16:17 UTC  (5+ messages)
` [PATCH 16/18] net: mpls: "

[PATCH 4.4 00/22] 4.4.111-stable review
 2018-01-09 16:16 UTC  (2+ messages)

[bpf-next PATCH 0/7] sockmap sample updates
 2018-01-09 16:16 UTC  (7+ messages)
` [bpf-next PATCH 1/7] bpf: refactor sockmap sample program update for arg parsing
` [bpf-next PATCH 4/7] bpf: sockmap sample, report bytes/sec

Linux 4.15-rc6 + xen-unstable: BUG: unable to handle kernel NULL pointer dereference at (null), [ 0.000000] IP: zero_resv_unavail+0x8e/0xe1
 2018-01-09 16:16 UTC  (6+ messages)

[PATCH i-g-t 1/2] tests/perf_pmu: Verify busyness when PMU is enabled after engine got busy
 2018-01-09 16:16 UTC  (2+ messages)
` [PATCH i-g-t 2/2] tests/perf_pmu: Exercise busy stats and lite-restore

[Buildroot] linux-firmware hash mismatch (tar-1.30)
 2018-01-09 16:15 UTC 

[PATCH] pwm: mediatek: fix up PWM4 and PWM5 malfunction on MT7623
 2018-01-09 16:10 UTC  (5+ messages)

[PATCH 0/5] device_list_add() peparation to add reappearing missing device
 2018-01-09 16:15 UTC  (11+ messages)
` [PATCH 1/5] btrfs: move pr_info into device_list_add
` [PATCH 2/5] btrfs: set the total_devices in device_list_add()
` [PATCH 3/5] btrfs: get device pointer from device_list_add()
` [PATCH 4/5] btrfs: drop devid as device_list_add() arg
` [PATCH 5/5] btrfs: move uuid_mutex closer to exclusivity

[U-Boot] [PATCH 1/3] armv8/kconfig: Align boards of same family at one place
 2018-01-09 16:15 UTC  (8+ messages)
` [U-Boot] [PATCH v3 2/3] board: freescale: ls1012a: LS1012A-2G5RDB board support
` [U-Boot] [PATCH 3/3] drivers: net: pfe_eth: Disable autonegotiation for 2.5G SGMII

[PATCH] net/bonding: set slave MAC addresses correctly
 2018-01-09 16:15 UTC  (2+ messages)

PF link status is not getting detected by dpdk driver in VM
 2018-01-09 16:14 UTC 

Upgrading Yocto Project Version - To Rocko
 2018-01-09 16:12 UTC  (4+ messages)

mmotm 2018-01-04-16-19 uploaded
 2018-01-09 16:13 UTC  (11+ messages)
      ` ppc elf_map breakage with MAP_FIXED_NOREPLACE (was: Re: mmotm 2018-01-04-16-19 uploaded)
          ` ppc elf_map breakage with MAP_FIXED_NOREPLACE

[PATCH] staging: rtl8723bs: Fix trailing semicolon
 2018-01-09 16:13 UTC  (5+ messages)

[BUG] function_graph trace causes hang when using sleepgraph (4.15.0-rc1 and newer)
 2018-01-09 16:13 UTC  (5+ messages)

[PATCH v3 11/13] arm64: Implement branch predictor hardening for affected Cortex-A CPUs
 2018-01-09 16:12 UTC  (3+ messages)

[PATCH iproute2 0/7] ip6/tunnel: Unify tclass, flowlabel and encap_limit output
 2018-01-09 16:12 UTC  (2+ messages)

[Qemu-arm] [PATCH 0/2] GICv2 & GICv3: RAZ/WI reserved addresses rather than aborting
 2018-01-09 16:12 UTC  (6+ messages)
` [Qemu-devel] "

How to map depth=30 fb to XBGR instead of XRGB?
 2018-01-09 16:12 UTC  (5+ messages)

[PATCH 9/8] KVM: x86: limit MSR_IA32_SPEC_CTRL access based on CPUID availability
 2018-01-09 16:11 UTC  (2+ messages)

[PATCH v1] eal: remove use of 'register' keyword
 2018-01-09 16:11 UTC 

[PATCH v8 3/5] net: add a helper for making RARP packet
 2018-01-09 16:09 UTC  (7+ messages)
` [PATCH v9 0/5] net/virtio: support GUEST ANNOUNCE
  ` [PATCH v9 1/5] net/virtio: make control queue thread-safe
  ` [PATCH v9 2/5] net/virtio: add packet injection method
  ` [PATCH v9 3/5] net: add a helper for making RARP packet
  ` [PATCH v9 4/5] vhost: use lib API to make "
  ` [PATCH v9 5/5] net/virtio: support GUEST ANNOUNCE

[PATCH v2 0/7] PCI: aardvark: improve compatibility with PCI devices
 2018-01-09 16:10 UTC  (5+ messages)
` [PATCH v2 2/7] PCI: aardvark: set PIO_ADDR_LS correctly in advk_pcie_rd_conf()

[PATCH] misc/mic/host: Delete an error message for a failed memory allocation in mic_probe()
 2018-01-09 16:10 UTC  (2+ messages)

[PATCH 6/8] kvm: svm: pass MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD down to guest
 2018-01-09 16:10 UTC 

[PATCH v5 0/6] ARM: dts: Add PHYTEC phyCORE-i.MX 6 and phyBOARD-Mira carrier board support
 2018-01-09 16:10 UTC  (14+ messages)
` [PATCH v5 1/6] ARM: dts: imx6: Add initial support for phyCORE-i.MX 6 SOM
` [PATCH v5 2/6] ARM: dts: imx6: Add initial support for phyBOARD-Mira
` [PATCH v5 3/6] ARM: dts: imx6: Add support for phyBOARD-Mira i.MX 6Quad/Dual RDK
` [PATCH v5 4/6] ARM: dts: imx6: Add support for phyBOARD-Mira i.MX 6 DualLight/Solo RDK
` [PATCH v5 5/6] ARM: dts: imx6: Add support for phyBOARD-Mira with i.MX 6QuadPlus
` [PATCH v5 6/6] ARM: imx_v6_v7_defconfig: Enable Dialog Semiconductor DA9062 driver

[Buildroot] [PATCH] kvm-unit-test: revert use of RDSEED and RDRAND
 2018-01-09 16:09 UTC  (8+ messages)

[iproute2 1/1] tc: Fix filter protocol output
 2018-01-09 16:09 UTC  (2+ messages)

[GIT PULL] Block fixes for 4.15 final
 2018-01-09 16:09 UTC 

[RFC PATCH] btrfs: Fix slight df misreporting when listing mixed block groups fs
 2018-01-09 16:09 UTC  (2+ messages)

[PATCH RFC v1 00/74] Run PV guest in PVH container
 2018-01-09 16:09 UTC  (4+ messages)
` [PATCH RFC v1 53/74] xen/pvshim: modify Dom0 builder in order to build a DomU

[PATCH kvm-unit-tests] add vmexit tests for IBRS and IBPB
 2018-01-09 16:09 UTC  (2+ messages)

[PATCH] xfs: harden directory integrity checks some more
 2018-01-09 16:09 UTC  (2+ messages)

[PATCH v2 0/2] serdev: bus-code clean ups
 2018-01-09 16:09 UTC  (3+ messages)
` [PATCH v2 1/2] serdev: do not generate modaliases for controllers
` [PATCH v2 2/2] serdev: only match serdev devices

KASAN: use-after-free Read in tls_sk_proto_close
 2018-01-09 16:09 UTC 

[PATCH 00/11] drm/sun4i: Add A83T HDMI support
 2018-01-09 16:08 UTC  (13+ messages)
` [PATCH 04/11] drm/bridge/synopsys: dw-hdmi: Export some PHY related functions

[PATCH v2 00/23] Overlayfs consistency verification with full index
 2018-01-09 16:08 UTC  (9+ messages)
` [PATCH v2 09/23] ovl: lookup index for directories
` [PATCH v2 12/23] ovl: cleanup temp index entries
` [PATCH v2 15/23] ovl: index directories on copy up with 'verify=on'

[Buildroot] [PATCH 1/2] toolchain: Fix the toolchain-wrapper to support more recent GCC versions
 2018-01-09 16:08 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] board/ci20: Implement creation of a basic sdcard image for ci20

[PATCH v2 0/8] KVM: x86: expose CVE-2017-5715 ("Spectre variant 2") mitigations to guest
 2018-01-09 16:08 UTC  (5+ messages)
` [PATCH 6/8] kvm: svm: pass MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD down "

[Buildroot] [PATCH 1/2] toolchain: Fix the toolchain-wrapper to support more recent GCC versions
 2018-01-09 16:07 UTC 

Is it possible to pass through the endpoint functionality of a PCIe switch to a guest VM?
 2018-01-09 16:07 UTC 

[PATCH 0/8] Doc/submodules: a few updates
 2018-01-09 16:06 UTC  (10+ messages)
` [PATCH 2/8] Doc/gitsubmodules: clearly specify advantage of submodule
` [PATCH 3/8] Doc/gitsubmodules: specify how submodules help in reduced size
` [PATCH 4/8] Doc/gitsubmodules: avoid abbreviations

[PATCH net-next v3 00/10] net: create dynamic software irq moderation library
 2018-01-09 16:06 UTC  (4+ messages)
` [PATCH net-next v3 06/10] net/mlx5e: Change Mellanox references in DIM code

[PATCH 3/8] kvm: vmx: pass MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD down to the guest
 2018-01-09 16:06 UTC 

[PATCH v2] net/i40e: do not turn on flexible payload on driver init
 2018-01-09 16:06 UTC  (3+ messages)
` [PATCH v3] "

[linux-lvm] The benefits of lvmlockd over clvmd?
 2018-01-09 16:06 UTC  (2+ messages)

[PATCH net-next V2 0/2] XDP transmission for tuntap
 2018-01-09 16:06 UTC  (2+ messages)

[PATCH 4.4 00/63] 4.4.109-stable review
 2018-01-09 16:05 UTC  (3+ messages)
` [PATCH 4.4 29/63] x86/mm: Disable PCID on 32-bit kernels

[PATCH v5 0/2] add inline protocol support
 2018-01-09 16:05 UTC  (3+ messages)
` [PATCH v6 "

[Intel-wired-lan] [PATCH] ixgbe: Don't report unsupported timestamping filters for X550
 2018-01-09 16:05 UTC  (3+ messages)

[U-Boot] [PATCH 00/14] env: Multiple env support and env transition for sunxi
 2018-01-09 16:05 UTC  (7+ messages)
` [U-Boot] [PATCH 12/14] env: Mark env_get_location as weak

scsi: memory leak in sg_start_req
 2018-01-09 16:05 UTC 

[PATCH v7 11/11] x86/retpoline: Avoid return buffer underflows on context switch
 2018-01-09 15:59 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 01/11] powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper
 2018-01-09 16:05 UTC  (4+ messages)
` [PATCH 07/11] powerpc/64s: Add support for RFI flush of L1-D cache

[PATCH v7 10/11] x86/retpoline/irq32: Convert assembler indirect jumps
 2018-01-09 15:59 UTC  (2+ messages)
` [tip:x86/pti] "

[U-Boot] [PATCH v2 0/6] am335x-fb: support display PLL for lcd-clock / pixel-clock
 2018-01-09 16:04 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/6] am335x-fb: cosmetic: update-copyright

[PATCH] mmap(2) returns MAP_FAILED, not NULL, on failure
 2018-01-09 16:03 UTC  (4+ messages)

[RFC 0/2] Net softirq deferring to ksoftirqd
 2018-01-09 16:03 UTC  (3+ messages)
` [RFC 1/2] softirq: Defer net rx/tx processing to ksoftirqd context

[PATCH v7 08/11] x86/retpoline/xen: Convert Xen hypercall indirect jumps
 2018-01-09 15:58 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH v7 09/11] x86/retpoline/checksum32: Convert assembler indirect jumps
 2018-01-09 15:58 UTC  (2+ messages)
` [tip:x86/pti] "

[iproute2 1/2] ss: fix crash when skipping disabled header field
 2018-01-09 16:03 UTC  (2+ messages)

[PATCH] PM / runtime: Rework pm_runtime_force_suspend/resume()
 2018-01-09 16:03 UTC  (7+ messages)
` [PATCH v2] "

[Qemu-devel] [PULL 00/12] ppc-for-2.12 queue 20180108
 2018-01-09 16:02 UTC  (5+ messages)

[PATCH v7 07/11] x86/retpoline/hyperv: Convert assembler indirect jumps
 2018-01-09 15:58 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH v7 04/11] x86/retpoline/crypto: Convert crypto assembler indirect jumps
 2018-01-09 15:56 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH RFC 0/4] Per-task PTI activation
 2018-01-09 16:02 UTC  (3+ messages)

[PATCH v7 06/11] x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
 2018-01-09 15:57 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH v7 05/11] x86/retpoline/entry: Convert entry assembler indirect jumps
 2018-01-09 15:57 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH v7 03/11] x86/spectre: Add boot time option to select Spectre v2 mitigation
 2018-01-09 15:56 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH iproute2] ip fou: Pass family attribute as u8
 2018-01-09 16:01 UTC  (2+ messages)

[patch iproute2 v7 0/2] tc: Add batchsize feature to batch mode
 2018-01-09 16:01 UTC  (3+ messages)
` [patch iproute2 v7 2/2] tc: Add batchsize feature for filter and actions

[PATCH v7 02/11] x86/retpoline: Temporarily disable objtool when CONFIG_RETPOLINE=y
 2018-01-09 15:56 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH v7 01/11] x86/retpoline: Add initial retpoline support
 2018-01-09 15:55 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 6/7] x86/svm: Set IBPB when running a different VCPU
 2018-01-09 16:01 UTC 

[PATCH] cgroup/cpuset: fix circular locking dependency
 2018-01-09 16:00 UTC  (12+ messages)

[PATCH i-g-t] lib/igt_kms: Fix build warning in igt_display_drop_events
 2018-01-09 15:59 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v2] sbc: improve compatibility with ARM Cortex-M
 2018-01-09 15:59 UTC 

[U-Boot] [PATCH v2 00/16] efi: Enable basic sandbox support for EFI loader
 2018-01-09 15:58 UTC  (3+ messages)
` [U-Boot] [PATCH v2 08/16] sandbox: Add a setjmp() implementation

[PATCH] test/mempool: improve default mempool ops selection
 2018-01-09 15:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH V6] cxl: Add support for ASB_Notify on POWER9
 2018-01-09 15:57 UTC 

[PATCH 6/7] x86/svm: Set IBPB when running a different VCPU
 2018-01-09 15:56 UTC  (2+ messages)

[PATCH 2/3] drm: export gem dmabuf_ops for drivers to reuse
 2018-01-09 15:56 UTC  (5+ messages)

[PATCH 0/2] serdev: bus-code clean ups
 2018-01-09 15:56 UTC  (4+ messages)
` [PATCH 1/2] serdev: do not generate modaliases for controllers


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.