All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-15 20:31:39 to 2018-02-15 21:13:09 UTC [more...]

[PATCH v2] net: dsa: mv88e6xxx: hwtstamp: fix potential negative array index read
 2018-02-15 21:12 UTC  (2+ messages)

[PATCH RFC 0/3] Avoid well-known port numbers
 2018-02-15 21:11 UTC  (3+ messages)
` [PATCH RFC 2/3] Avoid choosing reserved ports in svc_tli_create(3)

[PATCH] debian: add build-depends on pkg-config
 2018-02-15 21:11 UTC  (3+ messages)

[PATCH v2 1/4] x86/MCE/AMD: Redo function to get SMCA bank type
 2018-02-15 21:09 UTC  (8+ messages)
` [v2,1/4] "
` [PATCH v2 2/4] x86/MCE/AMD, EDAC/mce_amd: Enumerate Reserved "
  ` [v2,2/4] "
` [PATCH v2 3/4] x86/MCE/AMD: Get address from already initialized block
  ` [v2,3/4] "
` [PATCH v2 4/4] x86/MCE/AMD: Carve out SMCA get_block_address() code
  ` [v2,4/4] "

[RFC PATCH V2 00/22] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling
 2018-02-15 21:10 UTC  (7+ messages)

[PATCH v8 0/2] Introduce mlxreg LED driver
 2018-02-15 21:09 UTC  (5+ messages)
` [PATCH v8 1/2] leds: fix Kconfig text for MLXCPLD, SYSCON, MC13783, NETXBIG
` [PATCH v8 2/2] leds: add driver for support Mellanox regmap LEDs for BMC and x86 platform

[Buildroot] [git commit] package/ffmpeg: bump version to 3.4.2
 2018-02-15 21:10 UTC 

[PATCH v2 0/7] ACPICA release 20180208v2
 2018-02-15 21:09 UTC  (6+ messages)
` [PATCH v2 2/7] ACPICA: Update error message, no functional change
` [PATCH v2 3/7] ACPICA: Update for some debug output. No "
` [PATCH v2 5/7] ACPICA: Integrate package handling with module-level code
` [PATCH v2 6/7] ACPICA: Add option to disable Package object name resolution errors
` [PATCH v2 7/7] ACPICA: Update version to 20180209

[RFC v2] doc compression API for DPDK
 2018-02-15 21:09 UTC  (11+ messages)

[PATCH 00/26] Moving global state into the repository object (part 1)
 2018-02-15 21:09 UTC  (3+ messages)

[Buildroot] [PATCH/next 1/1] package/ffmpeg: bump version to 3.4.2
 2018-02-15 21:09 UTC  (4+ messages)

[PATCH] disable sparse warnings about unknown attributes
 2018-02-15 21:07 UTC 

[U-Boot] [PATCH] mmc: Fix uninitialised priv member
 2018-02-15 21:07 UTC  (2+ messages)

[Qemu-devel] [PATCH 01/02] fix issue where a branch to pc+4 confuses GDB because pc and npc are set to the same value
 2018-02-15 21:06 UTC  (4+ messages)

[PATCH xf86-video-amdgpu] Don't bail from drmmode_set_desired_modes immediately
 2018-02-15 21:05 UTC  (4+ messages)
` [PATCH v2 "

[Buildroot] [PATCH 1/2] sunxi-mali-driver-mainline: new package
 2018-02-15 21:05 UTC  (5+ messages)
` [Buildroot] [PATCH 2/2] sunxi-mali-mainline: "

[PATCH v4 00/40] Optimize KVM/ARM for VHE systems
 2018-02-15 21:03 UTC  (82+ messages)
` [PATCH v4 01/40] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v4 02/40] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH v4 03/40] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v4 04/40] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v4 05/40] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH v4 06/40] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH v4 07/40] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH v4 08/40] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v4 09/40] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH v4 10/40] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH v4 11/40] KVM: arm64: Improve debug register save/restore flow
` [PATCH v4 12/40] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH v4 13/40] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v4 14/40] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH v4 15/40] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH v4 16/40] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v4 17/40] KVM: arm64: Move userspace system registers into separate function
` [PATCH v4 18/40] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH v4 19/40] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH v4 20/40] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
` [PATCH v4 21/40] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH v4 22/40] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH v4 23/40] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH v4 24/40] KVM: arm64: Rewrite system register accessors to read/write functions
` [PATCH v4 25/40] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH v4 26/40] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
` [PATCH v4 27/40] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
` [PATCH v4 28/40] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
` [PATCH v4 29/40] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
` [PATCH v4 30/40] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
` [PATCH v4 31/40] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH v4 32/40] KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions
` [PATCH v4 33/40] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
` [PATCH v4 34/40] KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE
` [PATCH v4 35/40] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH v4 36/40] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH v4 37/40] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH v4 38/40] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH v4 39/40] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH v4 40/40] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[SPDK] SPDK NVMe CMB WDS/RDS Support: Thanks and next steps!
 2018-02-15 21:02 UTC 

Automatically start two-level mdadm RAID arrays (i.e. RAID 60) on boot?
 2018-02-15 21:02 UTC  (2+ messages)

[PATCH v2 0/8] clk: helpers and fixes
 2018-02-15 21:01 UTC  (3+ messages)
` [PATCH v2 4/8] clk: migrate the count of orphaned clocks at init

[PATCH v2] MIPS: Add basic R5900 support
 2018-02-15 20:49 UTC  (12+ messages)
              ` [RFC] MIPS: R5900: Workaround exception NOP execution bug (FLX05)
                  ` [RFC v2] "

[PATCH] x86/mm/kaiser: avoid 32-bit/PAE build warning
 2018-02-15 21:00 UTC  (8+ messages)

[PATCH] posix-timers: Protect posix clock array access against speculation
 2018-02-15 20:59 UTC  (3+ messages)
` [PATCH] linux/nospec.h: allow index argument to have const-qualified type

[PATCH v4 00/17] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation
 2018-02-15 20:59 UTC  (3+ messages)

[Bug 105018] Kernel panic when waking up after screen goes blank
 2018-02-15 20:59 UTC  (2+ messages)

[PATCH RFC v2 0/6] x86: Disabling PTI in compatibility mode
 2018-02-15 20:58 UTC  (11+ messages)
` [PATCH RFC v2 1/6] x86: Skip PTI when disable indication is set
` [PATCH RFC v2 4/6] x86: Disable PTI on compatibility mode
` [PATCH RFC v2 5/6] x86: Use global pages when PTI is disabled

[PATCH v2 00/10] drivers/qcom: add RPMH communication support
 2018-02-15 20:55 UTC  (7+ messages)
` [PATCH v2 03/10] drivers: qcom: rpmh-rsc: log RPMH requests in FTRACE

[PATCH 1/2] dt-bindings: power: reset: gpio-poweroff: Add 'timeout' property
 2018-02-15 20:49 UTC  (3+ messages)
` [PATCH 2/2] power: reset: gpio-poweroff: Add support for timeout from DT

IXGBE, IOMMU DMAR DRHD handling fault issue
 2018-02-15 20:53 UTC  (14+ messages)

[PATCH 0/2] worktree: change to new worktree dir before running hook(s)
 2018-02-15 20:52 UTC  (3+ messages)
` [PATCH v2] worktree: add: fix 'post-checkout' not knowing new worktree location

[igt-dev] [PATCH i-g-t] tests/perf_pmu: Log perf timestamp in semaphore wait tests
 2018-02-15 20:49 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: warning for "

[pull] amdgpu drm-next-4.16
 2018-02-15 20:49 UTC 

[patch 1/2] mm, page_alloc: extend kernelcore and movablecore for percent
 2018-02-15 20:48 UTC  (10+ messages)

[Buildroot] [PATCH 1/5] Introduce KDE Frameworks 5 packages
 2018-02-15 20:48 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] Add first KF5 package : extra-cmake-modules
` [Buildroot] [PATCH 3/5] Add KF5 package networkmanager-qt
` [Buildroot] [PATCH 4/5] Add KF5 package modemmanager-qt
` [Buildroot] [PATCH 5/5] Add KF5 package kcoreaddons

Facing problem while running the audit2allow command
 2018-02-15 20:47 UTC  (2+ messages)

[LTP] [RFC PATCH v2 1/3] tst_test.sh: Add default trap to INT
 2018-02-15 20:47 UTC  (3+ messages)
` [LTP] [RFC PATCH v2 2/3] test_net.sh: Check for ip command
` [LTP] [RFC PATCH v2 3/3] test_net.sh: Add checks for external commands

[PATCH 0/8] various perl fixes
 2018-02-15 20:46 UTC  (17+ messages)
` [PATCH 3/8] perl: generalize the Git::LoadCPAN facility
` [PATCH 4/8] perl: update our ancient copy of Error.pm
` [PATCH 5/8] perl: update our copy of Mail::Address
` [PATCH 6/8] git-send-email: unconditionally use Net::{SMTP,Domain}
` [PATCH 8/8] perl: hard-depend on the File::{Temp,Spec} modules

[Freedreno] [RFC PULL] Add Display Support for Qualcomm SDM845
 2018-02-15 20:45 UTC  (2+ messages)
` [PATCH] drm/msm/dpu: Remove unused code and move the header

[RFC PATCH] KEYS: Use individual pages in big_key for crypto buffers
 2018-02-15 20:45 UTC  (3+ messages)

[PATCH][V2] rtc: tx4939: avoid unintended sign extension on a 24 bit shift
 2018-02-15 20:44 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] libqmi: Update to use libqmi 1.20.0
 2018-02-15 20:45 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] modem-manager: Update to version 1.7.990

[Buildroot] [git commit branch/next] sunxi-mali-mainline-driver: bump version
 2018-02-15 20:45 UTC 

[Buildroot] [git commit branch/next] sunxi-mali-mainline-driver: new package
 2018-02-15 20:44 UTC 

pull request: bluetooth-next 2018-02-15
 2018-02-15 20:44 UTC  (2+ messages)

[Buildroot] [PATCH] libostree: bump to version 2018.2
 2018-02-15 20:44 UTC 

[RFC PATCH 0/3] simplify struct audit_krule reveals bug
 2018-02-15 20:43 UTC  (5+ messages)
` [RFC PATCH 1/3] audit: remove arch_f pointer from struct audit_krule
` [RFC PATCH 2/3] fixup! "

[PATCH v3 net-next 0/7] RDS: zerocopy support
 2018-02-15 20:43 UTC  (15+ messages)
` [PATCH v3 net-next 1/7] skbuff: export mm_[un]account_pinned_pages for other modules
` [PATCH v3 net-next 3/7] sock: permit SO_ZEROCOPY on PF_RDS socket
` [PATCH v3 net-next 4/7] rds: support for zcopy completion notification
` [PATCH v3 net-next 5/7] rds: zerocopy Tx support
` [PATCH v3 net-next 6/7] selftests/net: add support for PF_RDS sockets
` [PATCH v3 net-next 7/7] selftests/net: add zerocopy support for PF_RDS test case

[PATCH net-next v2] selftests/net: fixes psock_fanout eBPF test case
 2018-02-15 20:43 UTC  (2+ messages)

[PATCH] nvme: Use __func__ macro in place of function name
 2018-02-15 20:42 UTC 

[PATCH net v2] fib_semantics: Don't match route with mismatching tclassid
 2018-02-15 20:42 UTC  (2+ messages)

TCP and BBR: reproducibly low cwnd and bandwidth
 2018-02-15 20:42 UTC 

[PATCH] sparse: ignore indirect_branch attribute
 2018-02-15 20:42 UTC  (3+ messages)

Ongoing Btrfs stability issues
 2018-02-15 20:42 UTC  (4+ messages)

[PATCH net-next] net/ipv4: Remove fib table id from rtable
 2018-02-15 20:42 UTC  (2+ messages)

Charging status for N900/RX-51 with bq27200
 2018-02-15 20:41 UTC 

[PATCH net-next 0/7] tools: tc-testing: Plugin Architecture
 2018-02-15 20:38 UTC  (2+ messages)

[PATCH rdma-rc] RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file
 2018-02-15 20:36 UTC 

[PATCH 1/3] locking/ww_mutex: cleanup lock->ctx usage in amdgpu
 2018-02-15 20:36 UTC  (3+ messages)

[PATCH net-next v2 0/3] Add ioctl() SIOCGSKNS cmd to allow obtaining net ns of tun device
 2018-02-15 20:35 UTC  (2+ messages)

Does smbfs use 1 socket per target?
 2018-02-15 20:35 UTC  (4+ messages)

[Buildroot] [git commit branch/next] sunxi-mali-mainline: new package
 2018-02-15 20:33 UTC 

[PATCH] drm/doc: nerved -> nerfed in drm_ioctl.c
 2018-02-15 20:33 UTC  (4+ messages)

Metadata / Data on Heterogeneous Media
 2018-02-15 20:31 UTC  (3+ messages)

[PATCH net] xfrm: reuse uncached_list to track xdsts
 2018-02-15 20:31 UTC  (2+ messages)


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.