All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-20 22:05:54 to 2017-10-20 23:29:00 UTC [more...]

[PATCH 18/27] bpf: Restrict kernel image access functions when the kernel is locked down
 2017-10-20 23:29 UTC  (24+ messages)
` [PATCH 00/27] security, efi: Add kernel lockdown
  ` [PATCH 01/27] Add the ability to lock down access to the running kernel image
  ` [PATCH 03/27] Enforce module signatures if the kernel is locked down
  ` [PATCH 04/27] Restrict /dev/mem and /dev/kmem when "
  ` [PATCH 05/27] kexec: Disable at runtime if "
  ` [PATCH 07/27] kexec_file: Disable at runtime if securelevel has been set
  ` [PATCH 09/27] uswsusp: Disable when the kernel is locked down

RAID6: Reducing to Grow
 2017-10-20 23:26 UTC  (6+ messages)

[PATCH 0/3] arm64: cpuinfo: make /proc/cpuinfo more human-readable
 2017-10-20 23:26 UTC  (8+ messages)

[PATCH 1/2] drm/i915: Let's use more enum intel_dpll_id pll_id
 2017-10-20 23:26 UTC  (2+ messages)

[kernel-hardening] [PATCH 00/23] Hardened usercopy whitelisting
 2017-10-20 23:25 UTC  (7+ messages)
` [kernel-hardening] "
  `  "

[PATCH 1/3] drm/i915: Add a hook for making the engines idle (parking) and unparking
 2017-10-20 23:25 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/3] drm/i915: Add a hook for making the engines idle (parking) and unparking (rev2)

[kernel-hardening] [PATCH 0/2] KVM: fixes for the kernel-hardening tree
 2017-10-20 23:25 UTC  (6+ messages)
`  "
` [kernel-hardening] [PATCH 1/2] KVM: allow setting a usercopy region in struct kvm_vcpu
  `  "
` [kernel-hardening] [PATCH 2/2] KVM: fix KVM_XEN_HVM_CONFIG ioctl
  `  "

[PATCH] drm/i915/cnl: Map VBT DDC Pin to BSpec DDC Pin
 2017-10-20 23:24 UTC  (4+ messages)

[Qemu-devel] [PATCH v7 00/52] tcg queued patches
 2017-10-20 23:20 UTC  (53+ messages)
` [Qemu-devel] [PATCH v7 01/52] tcg: Merge opcode arguments into TCGOp
` [Qemu-devel] [PATCH v7 02/52] tcg: Propagate args to op->args in optimizer
` [Qemu-devel] [PATCH v7 03/52] tcg: Propagate args to op->args in tcg.c
` [Qemu-devel] [PATCH v7 04/52] tcg: Propagate TCGOp down to allocators
` [Qemu-devel] [PATCH v7 05/52] tcg: Introduce arg_temp
` [Qemu-devel] [PATCH v7 06/52] tcg: Add temp_global bit to TCGTemp
` [Qemu-devel] [PATCH v7 07/52] tcg: Return NULL temp for TCG_CALL_DUMMY_ARG
` [Qemu-devel] [PATCH v7 08/52] tcg: Introduce temp_arg, export temp_idx
` [Qemu-devel] [PATCH v7 09/52] tcg: Use per-temp state data in liveness
` [Qemu-devel] [PATCH v7 10/52] tcg: Avoid loops against variable bounds
` [Qemu-devel] [PATCH v7 11/52] tcg: Change temp_allocate_frame arg to TCGTemp
` [Qemu-devel] [PATCH v7 12/52] tcg: Remove unused TCG_CALL_DUMMY_TCGV
` [Qemu-devel] [PATCH v7 13/52] tcg: Use per-temp state data in optimize
` [Qemu-devel] [PATCH v7 14/52] tcg: Push tcg_ctx into generator functions
` [Qemu-devel] [PATCH v7 15/52] tcg: Push tcg_ctx into tcg_gen_callN
` [Qemu-devel] [PATCH v7 16/52] tcg: Introduce tcgv_{i32, i64, ptr}_{arg, temp}
` [Qemu-devel] [PATCH v7 17/52] tcg: Introduce temp_tcgv_{i32, i64, ptr}
` [Qemu-devel] [PATCH v7 18/52] tcg: Remove GET_TCGV_* and MAKE_TCGV_*
` [Qemu-devel] [PATCH v7 19/52] tcg: Remove TCGV_EQUAL*
` [Qemu-devel] [PATCH v7 20/52] qom: Introduce CPUClass.tcg_initialize
` [Qemu-devel] [PATCH v7 21/52] tcg: Use offsets not indices for TCGv_*
` [Qemu-devel] [PATCH v7 22/52] tcg: Use pointers in TCGOp->args
` [Qemu-devel] [PATCH v7 23/52] tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
` [Qemu-devel] [PATCH v7 24/52] tcg: Add CPUState cflags_next_tb
` [Qemu-devel] [PATCH v7 25/52] tcg: Include CF_COUNT_MASK in CF_HASH_MASK
` [Qemu-devel] [PATCH v7 26/52] tcg: convert tb->cflags reads to tb_cflags(tb)
` [Qemu-devel] [PATCH v7 27/52] target/arm: check CF_PARALLEL instead of parallel_cpus
` [Qemu-devel] [PATCH v7 28/52] target/hppa: "
` [Qemu-devel] [PATCH v7 29/52] target/i386: "
` [Qemu-devel] [PATCH v7 30/52] target/m68k: "
` [Qemu-devel] [PATCH v7 31/52] target/s390x: "
` [Qemu-devel] [PATCH v7 32/52] target/sh4: "
` [Qemu-devel] [PATCH v7 33/52] target/sparc: "
` [Qemu-devel] [PATCH v7 34/52] tcg: "
` [Qemu-devel] [PATCH v7 35/52] cpu-exec: lookup/generate TB outside exclusive region during step_atomic
` [Qemu-devel] [PATCH v7 36/52] tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK
` [Qemu-devel] [PATCH v7 37/52] tcg: Remove CF_IGNORE_ICOUNT
` [Qemu-devel] [PATCH v7 38/52] translate-all: use a binary search tree to track TBs in TBContext
` [Qemu-devel] [PATCH v7 39/52] exec-all: rename tb_free to tb_remove
` [Qemu-devel] [PATCH v7 40/52] translate-all: report correct avg host TB size
` [Qemu-devel] [PATCH v7 41/52] tcg: take tb_ctx out of TCGContext
` [Qemu-devel] [PATCH v7 42/52] tcg: define tcg_init_ctx and make tcg_ctx a pointer
` [Qemu-devel] [PATCH v7 43/52] gen-icount: fold exitreq_label into TCGContext
` [Qemu-devel] [PATCH v7 44/52] tcg: introduce **tcg_ctxs to keep track of all TCGContext's
` [Qemu-devel] [PATCH v7 45/52] tcg: distribute profiling counters across TCGContext's
` [Qemu-devel] [PATCH v7 46/52] tcg: allocate optimizer temps with tcg_malloc
` [Qemu-devel] [PATCH v7 47/52] osdep: introduce qemu_mprotect_rwx/none
` [Qemu-devel] [PATCH v7 48/52] translate-all: use qemu_protect_rwx/none helpers
` [Qemu-devel] [PATCH v7 49/52] tcg: introduce regions to split code_gen_buffer
` [Qemu-devel] [PATCH v7 50/52] tcg: enable multiple TCG contexts in softmmu
` [Qemu-devel] [PATCH v7 51/52] tcg: Initialize cpu_env generically
` [Qemu-devel] [PATCH v7 52/52] translate-all: exit from tb_phys_invalidate if qht_remove fails

[Qemu-devel] [PATCH] Update Paul Burton's email address
 2017-10-20 23:21 UTC 

[PATCH 0/5] xfs refcount conversions
 2017-10-20 23:21 UTC  (2+ messages)

Contribution to Yocto Linux
 2017-10-20 23:19 UTC  (3+ messages)

[PATCH] app/testpmd: refine xstats show
 2017-10-20 17:09 UTC  (2+ messages)

[PATCH v2] nvme-cli: add duplicate_connect parameter support
 2017-10-20 23:18 UTC 

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS 003fdea588651487c282b1406ae0321151b320f1
 2017-10-20 23:18 UTC 

[PATCH v2 0/4] Add duplicate_connect option for ctlr connect requests
 2017-10-20 23:17 UTC  (5+ messages)
` [PATCH v2 1/4] nvme: add duplicate_connect option
` [PATCH v2 2/4] nvme: add helper to compare options to controller
` [PATCH v2 3/4] nvme_fc: add support for duplicate_connect option
` [PATCH v2 4/4] nvme-rdma: "

[PATCH v6 00/10] rockchip: kevin: Enable edp display
 2017-10-20 23:14 UTC  (6+ messages)
` [PATCH v6 03/10] drm/bridge: analogix: Do not use device's drvdata

[PATCH] drm/rockchip: Fix build warning in analogix_dp-rockchip.c
 2017-10-20 23:14 UTC  (3+ messages)

[patch] tools/testing/radix-tree: ida_get_new_above returns EAGAIN
 2017-10-20 23:12 UTC 

[PATCH] drm/i915/cnl: Force DDI_A_4_LANES when needed
 2017-10-20 23:11 UTC 

Q: Cherry-pick "af_packet: don't pass empty blocks for PACKET_V3" for 3.x stable kernels?
 2017-10-20 23:02 UTC 

[PATCH v2] dwc: dra7xx: Print link state to console for debug
 2017-10-20 23:09 UTC  (2+ messages)

[PATCH 2/2] net: netrom: refactor code in nr_add_node
 2017-10-20 23:09 UTC  (5+ messages)

[PATCH] MIPS: kernel: proc: Remove spurious white space in cpuinfo
 2017-10-20 23:09 UTC  (8+ messages)

[arm-platforms:kvm-arm64/icache 3/10] arch/arm/include/asm/kvm_mmu.h:203:30: error: macro "__write_sysreg" requires 5 arguments, but only 2 given
 2017-10-20 23:08 UTC 

[PATCHv2 0/5] AEN and userspace updates
 2017-10-20 23:06 UTC  (8+ messages)
` [PATCHv2 1/5] nvme: Centralize AEN defines
` [PATCHv2 2/5] nvme/fc: remove unused "queue_size" field
` [PATCHv2 3/5] nvme: Single AEN request
` [PATCHv2 4/5] nvme: Unexport starting async event work
` [PATCHv2 5/5] nvme: Send uevent for unhandled AEN completions

[MPTCP] [PATCH 0/2] Shared control buffer proposal
 2017-10-20 23:06 UTC 

[PATCH] PCI: faraday: fix inconsistent IS_ERR and PTR_ERR
 2017-10-20 23:05 UTC  (2+ messages)

[PATCH 0/3] watchdog: hpwdt: driver update
 2017-10-20 22:54 UTC  (4+ messages)
` [PATCH 1/3] watchdog: hpwdt: add ioctl WDIOC_GETPRETIMEOUT
` [PATCH 2/3] watchdog: hpwdt: SMBIOS check
` [PATCH 3/3] watchdog: hpwdt: Check source of NMI

[PATCH -next] PCI: faraday: Fix wrong pointer passed to PTR_ERR()
 2017-10-20 23:03 UTC  (2+ messages)

[PATCH 1/3] battery: Add BT SIG reserved numbers used by Battery Service
 2017-10-20 23:03 UTC  (3+ messages)
` [PATCH 2/3] profiles/battery: Add Bluetooth LE Battery service
` [PATCH 3/3] profiles/battery: Remove unused bas.[ch]

[MPTCP] [PATCH 2/2] tcp: Let do_tcp_sendpages accept a pre-allocated initial skb
 2017-10-20 23:02 UTC 

[MPTCP] [PATCH 1/2] skbuff: Add shared control buffer
 2017-10-20 23:02 UTC 

[MPTCP] [PATCH 0/2] Shared control buffer proposal
 2017-10-20 23:02 UTC 

[patch 0/3] x86/PCI/MSI: Make sure that irq reservation mode works everywhere
 2017-10-20 23:01 UTC  (2+ messages)

[bug report] regression bisected to "block: Make most scsi_req_init() calls implicit"
 2017-10-20 22:54 UTC  (2+ messages)

[PATCH net-next] net: systemport: Guard against unmapped TX ring
 2017-10-20 22:59 UTC 

[Qemu-devel] host physical address width issues/questions for x86_64
 2017-10-20 22:54 UTC  (9+ messages)

[meta-qt5][PATCH v2] qt5-ptest.inc: fix qtxmlpatterns:do_install_ptest out-of-order call
 2017-10-20 22:54 UTC  (2+ messages)

[meta-qt5][PATCH 1/2] nativesdk-qtbase Enable objcopy for qmake
 2017-10-20 22:54 UTC  (3+ messages)
` [meta-qt5][PATCH 2/2] qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY

[PATCH igt] igt/drv_hangman: Skip aliased I915_EXEC_BSD
 2017-10-20 22:54 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 0/4] arm64: Changes to register and stack dumps
 2017-10-20 22:53 UTC  (2+ messages)

[PATCH 0/3] making test-suite tracing more useful
 2017-10-20 22:53 UTC  (8+ messages)
` [PATCH 2/3] t5615: avoid re-using descriptor 4
` [PATCH 4/3] t/Makefile: introduce TEST_SHELL_PATH

[meta-oe][PATCH v2] mraa/upm: enable nodejs bindings by default
 2017-10-20 22:53 UTC  (5+ messages)
` [meta-oe][PATCH v3] "

[PATCH] PCI: hisi: add PCIe driver support for HiSilicon STB SoCs
 2017-10-20 22:52 UTC  (4+ messages)

qemu polling KVM_IRQ_LINE_STATUS when stopped
 2017-10-20 22:51 UTC  (9+ messages)

3-disk RAID5 won't assemble
 2017-10-20 22:46 UTC  (3+ messages)

PROBLEM: Remapping hugepages mappings causes kernel to return EINVAL
 2017-10-20 22:42 UTC  (3+ messages)

[PATCH 00/17] Parent Pointers V3
 2017-10-20 22:41 UTC  (3+ messages)

[PATCHv2 5/5] nvme: Send uevent for unhandled AEN completions
 2017-10-20 22:37 UTC 

[PATCH 0/5] fix "diff --color-moved --ignore-space-at-eol"
 2017-10-20 22:37 UTC  (4+ messages)
` [PATCH 4/5] diff: fix whitespace-skipping with --color-moved

[PATCH] drm/i915: Apply Wa Display #1183 on skl, kbl, and cfl
 2017-10-20 22:37 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Apply Wa Display #1183 on skl, kbl, and cfl. (rev2)

[PATCH] perf: Add Python 3 support
 2017-10-20 22:36 UTC 

[PATCH v3 0/3] Introduce on-chip interconnect API
 2017-10-20 22:34 UTC  (5+ messages)
` [PATCH v3 1/3] interconnect: Add generic "

[PATCH 1/5] PCI: aardvark: Check for platform_get_irq() error
 2017-10-20 22:31 UTC  (4+ messages)
` [PATCH 4/5] PCI: tango: Fix platform_get_irq() error handling

[Qemu-devel] [PATCH] build: allow setting a custom GIT binary for transparent proxying
 2017-10-20 22:31 UTC  (2+ messages)

[PATCH v3 00/13] dax: fix dma vs truncate and remove 'page-less' support
 2017-10-20 22:29 UTC  (8+ messages)
` [PATCH v3 02/13] dax: require 'struct page' for filesystem dax

[meta-networking][PATCH] ssmtp: misc recipe updates + add Debian "partial loss of message body" fix
 2017-10-20 22:29 UTC 

[Buildroot] Buildroot autobuilder: old builds were nuked?
 2017-10-20 22:25 UTC  (4+ messages)

[Qemu-devel] [PATCH v1] arm: Adding new arm machine, Kinetis K64 MK64FN1M0
 2017-10-20 22:25 UTC  (3+ messages)

[ANNOUNCE] Git v2.15.0-rc2
 2017-10-20 22:22 UTC  (2+ messages)
` Git for Windows v2.15.0-rc prerelease, was "

[PATCH v2] display: panel: Add Mitsubishi aa070mc01 display support (800x480)
 2017-10-20 22:18 UTC  (4+ messages)
  ` [PATCH v3] "

[Bug 196615] New: amdgpu - resume from suspend is no longer working on rx480
 2017-10-20 22:18 UTC  (2+ messages)
` [Bug 196615] "

+ lib-int_sqrt-adjust-comments.patch added to -mm tree
 2017-10-20 22:18 UTC 

+ lib-int_sqrt-optimize-initial-value-compute.patch added to -mm tree
 2017-10-20 22:18 UTC 

+ lib-int_sqrt-optimize-small-argument.patch added to -mm tree
 2017-10-20 22:18 UTC 

[PATCH] igb_uio: revert open and release operations
 2017-10-20 22:18 UTC  (4+ messages)
` [PATCH] igb_uio: remove device reset in open

[PATCH] nvme: Remove unused headers
 2017-10-20 22:18 UTC 

[Qemu-devel] [PATCH v3 04/11] kinetis_k64_sim.h has been added
 2017-10-20 22:17 UTC  (2+ messages)

[PATCH 1/1] tty: serial: imx: allow breaks to be received when using dma
 2017-10-20 22:17 UTC  (4+ messages)

Can we delete audit_log_secctx()?
 2017-10-20 22:16 UTC  (2+ messages)

[PATCH] drm/i915: Apply Wa Display #1183 on skl, kbl, and cfl
 2017-10-20 22:15 UTC  (2+ messages)

+ mm-mlock-remove-lru_add_drain_all.patch added to -mm tree
 2017-10-20 22:15 UTC 

[PATCH v7 0/6] SMP and CPU hotplug support for Meson8/Meson8b
 2017-10-20 22:14 UTC  (6+ messages)

[SPDK] Buffer I/O error on bigger block size running fio
 2017-10-20 22:13 UTC 

[PATCH] smartpqi: initial submit of smartpqi man page
 2017-10-20 22:10 UTC  (3+ messages)

[PATCH] display: panel: Add Tianma tm070rvhg71 display support (800x480)
 2017-10-20 22:10 UTC  (2+ messages)

Wind River Continuous Integration project
 2017-10-20 22:07 UTC  (2+ messages)

[PATCH v3] drm/amdgpu: Sync KFD fence only for move/evict
 2017-10-20 22:07 UTC 

[Qemu-devel] [PATCH v3 10/11] kinetis_k64_flextimer.c has been added
 2017-10-20 22:06 UTC  (2+ messages)

[Qemu-devel] [PULL v2 0/5] OpenRISC SMP Support
 2017-10-20 22:05 UTC  (6+ messages)
` [Qemu-devel] [PULL v2 1/5] openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC)
` [Qemu-devel] [PULL v2 2/5] target/openrisc: Make coreid and numcores variable
` [Qemu-devel] [PULL v2 3/5] openrisc/cputimer: Perparation for Multicore
` [Qemu-devel] [PULL v2 4/5] openrisc: Initial SMP support
` [Qemu-devel] [PULL v2 5/5] openrisc: Only kick cpu on timeout, not on update


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.