All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-08 21:01:39 to 2017-03-08 21:58:15 UTC [more...]

[Qemu-devel] [RFC PATCH v4 00/20] x86: Secure Encrypted Virtualization (AMD)
 2017-03-08 21:43 UTC  (30+ messages)
` [Qemu-devel] [RFC PATCH v4 01/20] kvm: update kvm.h header file
` [Qemu-devel] [RFC PATCH v4 02/20] memattrs: add debug attribute
` [Qemu-devel] [RFC PATCH v4 03/20] exec: add guest RAM read and write ops
` [Qemu-devel] [RFC PATCH v4 04/20] exec: add debug version of physical memory read and write api
` [Qemu-devel] [RFC PATCH v4 05/20] monitor/i386: use debug apis when accessing guest memory
` [Qemu-devel] [RFC PATCH v4 06/20] core: add new security-policy object
` [Qemu-devel] [RFC PATCH v4 07/20] kvm: add memory encryption api support
` [Qemu-devel] [RFC PATCH v4 08/20] sev: add Secure Encrypted Virtulization (SEV) support
` [Qemu-devel] [RFC PATCH v4 09/20] hmp: display memory encryption support in 'info kvm'
` [Qemu-devel] [RFC PATCH v4 10/20] vl: add memory encryption support
` [Qemu-devel] [RFC PATCH v4 11/20] sev: add LAUNCH_START command
` [Qemu-devel] [RFC PATCH v4 12/20] SEV: add GUEST_STATUS command
` [Qemu-devel] [RFC PATCH v4 13/20] sev: add LAUNCH_UPDATE_DATA command
` [Qemu-devel] [RFC PATCH v4 14/20] sev: add LAUNCH_FINISH command
` [Qemu-devel] [RFC PATCH v4 15/20] sev: add DEBUG_DECRYPT command
` [Qemu-devel] [RFC PATCH v4 16/20] sev: add DEBUG_ENCRYPT command
` [Qemu-devel] [RFC PATCH v4 17/20] target/i386: encrypt bios rom when memory encryption is enabled
` [Qemu-devel] [RFC PATCH v4 18/20] target/i386: add cpuid Fn8000_001f
` [Qemu-devel] [RFC PATCH v4 19/20] target/i386: clear memory encryption bit when walking SEV guest page table
` [Qemu-devel] [RFC PATCH v4 20/20] migration: disable save/restore and migration when SEV is active

[PATCH v1 1/4] syscalls: Restore address limit after a syscall
 2017-03-08 21:58 UTC  (22+ messages)
` [kernel-hardening] "
` [PATCH v1 2/4] x86/syscalls: Specific usage of verify_pre_usermode_state
  ` [kernel-hardening] "
` [PATCH v1 3/4] arm/syscalls: "
  ` [kernel-hardening] "
    ` [kernel-hardening] "
` [PATCH v1 4/4] arm64/syscalls: "
  ` [kernel-hardening] "
  ` [kernel-hardening] Re: [PATCH v1 1/4] syscalls: Restore address limit after a syscall

[qa-tools][PATCH v2] testopia_update: Improvements on update action functionality
 2017-03-08 21:58 UTC 

[v6 0/8] staging: fsl-mc: add dpio driver
 2017-03-08 21:54 UTC  (9+ messages)
` [v6 1/8] bus: fsl-mc: dpio: add DPIO driver overview document
` [v6 2/8] bus: fsl-mc: dpio: add APIs for DPIO objects
` [v6 3/8] bus: fsl-mc: dpio: add frame descriptor and scatter/gather APIs
` [v6 4/8] bus: fsl-mc: dpio: add global dpaa2 definitions
` [v6 5/8] bus: fsl-mc: dpio: add QBMan portal APIs for DPAA2
` [v6 6/8] bus: fsl-mc: dpio: add the DPAA2 DPIO service interface
` [v6 7/8] bus: fsl-mc: dpio: add the DPAA2 DPIO object driver
` [v6 8/8] bus: fsl-mc: dpio: add maintainer for DPIO

[PATCH] f2fs: adjust the way of calculating nat block
 2017-03-08 21:56 UTC  (2+ messages)

[PATCH rdma-core 00/14] Revise the DMA barrier macros in ibverbs
 2017-03-08 21:56 UTC  (10+ messages)
` [PATCH rdma-core 07/14] mlx4: Update to use new udma write barriers

[PATCH 00/27] DC Patches Mar 8, 2017
 2017-03-08 21:55 UTC  (28+ messages)
  ` [PATCH 01/27] drm/amd/display: Use amdgpu mode funcs statically
  ` [PATCH 02/27] drm/amd/display: Use atomic helpers for gamma
  ` [PATCH 03/27] drm/amd/display: Remove unused define from amdgpu_dm_types
  ` [PATCH 04/27] drm/amd/display: freesync pipe split :VTotal_Min_Mask for Hflip/lock
  ` [PATCH 05/27] drm/amd/display: We don't support interlace and doublescan
  ` [PATCH 06/27] drm/amd/display: extended the programming sequence to VFlip as well
  ` [PATCH 07/27] drm/amd/display: Refactor atomic commit implementation. (v2)
  ` [PATCH 08/27] drm/amd/display: Refactor headless to use atomic commit
  ` [PATCH 09/27] drm/amd/display: Remove page_fleep_needed function
  ` [PATCH 10/27] drm/amd/display: clean up and simply locking logic
  ` [PATCH 11/27] drm/amd/display: remove independent lock as we have no use case today
  ` [PATCH 12/27] drm/amd/display: sometime VtotalMin less than VTotal (rounding issue)
  ` [PATCH 13/27] drm/amd/display: Adding FastUpdate functionality
  ` [PATCH 14/27] drm/amd/display: Simplify some DMCU waits
  ` [PATCH 15/27] drm/amd/display: refclock from bios firmwareInfoTable
  ` [PATCH 16/27] drm/amd/display: Memory leak fix during disable
  ` [PATCH 17/27] drm/amd/display: move refclk from dc to resource_pool
  ` [PATCH 18/27] drm/amd/display: TPS4 logic typo fix
  ` [PATCH 19/27] drm/amd/display: After program backend, also program front end regs
  ` [PATCH 20/27] drm/amd/display: Do not copy bottom pipe when map resource
  ` [PATCH 21/27] drm/amd/display: Switch to DRM helpers in s3
  ` [PATCH 22/27] drm/amd/display: Refactor on dc_sink structure
  ` [PATCH 23/27] drm/amd/display: add init calculation to scaler params
  ` [PATCH 24/27] drm/amd/display: fix hsplit viewport calculation for rotated/mirrored usecases
  ` [PATCH 25/27] drm/amd/display: fix viewport adjustment on rotated surface
  ` [PATCH 26/27] drm/amd/display: Less log spam
  ` [PATCH 27/27] drm/amd/display: fix incorrect vp adjustment

[PATCH] Do not append to BBCLASSEXTEND
 2017-03-08 22:02 UTC  (2+ messages)

[PATCH] clock: Fix smp_processor_id() in preemptible bug
 2017-03-08 21:53 UTC 

[PATCH] power: bq27xxx_battery: Unique chip IDs
 2017-03-08 21:22 UTC  (7+ messages)

[Buildroot] [PATCH v1] libxkbcommon: add support for interactive-wayland test program
 2017-03-08 21:53 UTC 

[qemu-mainline test] 106544: tolerable FAIL - PUSHED
 2017-03-08 21:53 UTC 

question about error case in pnfs
 2017-03-08 21:52 UTC 

[PATCH 1/1] HID: clamp input to logical range if no null state
 2017-03-08 21:52 UTC 

[PATCH 0/15] drm: sun4i: Add support for the HDMI controller
 2017-03-08  8:55 UTC  (4+ messages)
` [PATCH 11/15] drm/sun4i: tcon: Fix tcon channel 1 backporch calculation

f2fs_bug_on in init_dirty_segmap
 2017-03-08 21:52 UTC  (2+ messages)

Dell Inspiron 5558/0VNM2T hangs at resume from suspend when USB 3 is enabled
 2017-03-08 19:59 UTC  (2+ messages)

Significantly longer fallocate times with Flag Unwritten Extents disabled
 2017-03-08 21:50 UTC  (4+ messages)

access(2) inaccurately reports execute permissions
 2017-03-08 21:50 UTC 

[early RFC] ARM PCI Passthrough design document
 2017-03-08 21:51 UTC  (12+ messages)

[v4 0/3] Merge l3fwd-acl and l3fwd
 2017-03-08 21:50 UTC  (4+ messages)

[qa-tools][PATCH] testopia_update: Improvements on update action functionality
 2017-03-08 21:53 UTC  (2+ messages)

[PATCH 0/4] Various improvements around the GuC topic
 2017-03-08 13:48 UTC  (4+ messages)
` [PATCH 3/4] drm/i915/guc: s/ads_vma/addon

Default rpaths in BUILD_LDFLAGS
 2017-03-08 21:46 UTC  (2+ messages)

[PATCH] dbus: Add message variable argument setter
 2017-03-08 21:45 UTC  (2+ messages)

[PATCH v5 00/26] linux/eal: Remove most causes of panic on init
 2017-03-08 21:45 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 06/26] eal-common: introduce a way to query cpu support

[PATCH] f2fs: allocate a bio for discarding when actually issuing it
 2017-03-08 21:43 UTC  (4+ messages)

[PATCH 1/2] f2fs: don't need to invalidate wrong node page
 2017-03-08 21:39 UTC  (7+ messages)
` [PATCH 2/2] f2fs: don't overwrite node block by SSR
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: don't need to invalidate wrong node page

[PATCH 1/1] weston: restrict udev enumeration to /dev/dri/card0
 2017-03-08 21:39 UTC  (6+ messages)

[PATCH] vTPM: Fix missing NULL check
 2017-03-08 20:52 UTC  (6+ messages)
` [tpmdd-devel] "

[PATCH 0/3] xen/arm: p2m: Perform local invalidation on vCPU migration
 2017-03-08 21:37 UTC  (7+ messages)
` [PATCH 3/3] xen/arm: p2m: Perform local TLB "

v4.10: kernel stack frame pointer .. has bad value (null)
 2017-03-08 21:29 UTC  (11+ messages)

[PATCH] IB/cq: Don't process more than the given budget
 2017-03-08 21:36 UTC  (2+ messages)

[PATCH] x86/altp2m: Added xc_altp2m_set_mem_access_multi()
 2017-03-08 21:36 UTC  (7+ messages)

[PATCH RESEND] IB/device: Convert ib-comp-wq to be CPU-bound
 2017-03-08 21:36 UTC  (2+ messages)

[PATCH] nvmet: confirm sq percpu has scheduled and switched to atomic
 2017-03-08 21:35 UTC  (2+ messages)

[RFC PATCH] nvmet: Back namespace with files
 2017-03-08 21:35 UTC  (2+ messages)

[PATCH] IB/core: Protect against self-requeue of a cq work item
 2017-03-08 21:35 UTC  (3+ messages)

Associate dma_fence and amdpgu tracepoints
 2017-03-08 21:35 UTC  (11+ messages)
` [PATCH 1/2] drm/amdgpu: make trace format uniform csv name=value
` [PATCH 2/2] drm/amdgpu: trace fence details in amdgpu_sched_run_job

[PATCH 0/2] Make some ELL headers completely self-contained
 2017-03-08 21:34 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.9 0/3] Fix bdrv_is_allocated usage bugs
 2017-03-08 21:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] backup: React to bdrv_is_allocated() errors
` [Qemu-devel] [PATCH 2/3] vvfat: "
` [Qemu-devel] [PATCH 3/3] migration: Document handling of "

[PATCH v2] f2fs: add a punch discard command function
 2017-03-08 21:33 UTC  (5+ messages)

[Question] devm_kmalloc() for DMA ?
 2017-03-08 21:33 UTC  (9+ messages)

[U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28
 2017-03-08 21:33 UTC  (11+ messages)

[v4 1/3] Merge l3fwd-acl and l3fwd code
 2017-03-08 21:32 UTC  (5+ messages)
` [PATCH v5 0/3] examples/l3fwd: merge l3fwd-acl code into l3fwd
  ` [PATCH v5 1/3] "
  ` [PATCH v5 2/3] examples/l3fwd: add config file support for LPM
  ` [PATCH v5 3/3] examples/l3fwd: add config file support for EM

Auto replace disk
 2017-03-08 21:32 UTC  (3+ messages)

[PATCH] staging: ks7010: eap_packet: Rearrange the code
 2017-03-08 21:31 UTC  (4+ messages)
` [Outreachy kernel] "

[PATCH 0/5] Enchancement to intel_dp_aux_backlight driver
 2017-03-08 21:30 UTC  (6+ messages)
` [PATCH 1/5] drm/i915: Fix condition check for backlight control via DPCD
` [PATCH 2/5] drm/i915: Correctly enable blacklight adjustment "
` [PATCH 3/5] drm/i915: Support dynamic backlight via DPCD register
` [PATCH 4/5] drm/i915: Use highest frequency divider for PWM
` [PATCH 5/5] drm/i915: Store brightness level in aux backlight driver

[U-Boot] [PATCH 00/31] ARM: k2g: Add support for new K2G ICE EVM
 2017-03-08 21:30 UTC  (4+ messages)
` [U-Boot] [PATCH 02/31] spl: fit: Break out some functions into a common file

[dm-crypt] Cryptsetup-reencrypt and data integrity
 2017-03-08 21:30 UTC  (2+ messages)

[PATCH v2 0/9] mm/fs: get PG_error out of the writeback reporting business
 2017-03-08 21:28 UTC  (5+ messages)
` [PATCH v2 6/9] mm: set mapping error when launder_pages fails

[PATCH] radix-tree: Remove 'private' parameter to functions
 2017-03-08 21:16 UTC  (2+ messages)

[PATCH 0/7] Xen transport for 9pfs frontend driver
 2017-03-08 21:01 UTC  (10+ messages)
` [PATCH 1/7] xen: import new ring macros in ring.h
  ` [PATCH 5/7] xen/9pfs: send requests to the backend

[PATCH net] bpf: disable broken write protection on i386
 2017-03-08 21:21 UTC  (4+ messages)

[RFC][PATCH 0/4] tracing: Allow function tracing to start earlier in boot up
 2017-03-08 19:32 UTC  (3+ messages)

[PATCH] net: via: via-velocity: use new api ethtool_{get|set}_link_ksettings
 2017-03-08 21:20 UTC 

[PATCH 1/3] staging: wilc1000: wilc_spi: Rearrange the code
 2017-03-08 21:19 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH 0/2] Fix crashes due to real_pathdup() potentially returning NULL
 2017-03-08 21:16 UTC  (5+ messages)
` [PATCH 2/2] Fix callsites of real_pathdup() that wanted it to die on error

[PATCH] crypto: s5p-sss - Fix spinlock recursion on LRW(AES)
 2017-03-08 21:14 UTC  (2+ messages)

[PATCH v3 0/7] Chunk level degradable check
 2017-03-08 21:08 UTC  (2+ messages)

Question on ixgbe flow director
 2017-03-08 21:03 UTC  (4+ messages)
` [Intel-wired-lan] "

[regression] next-20170307: led trigger deferral breaks sdhci
 2017-03-08 21:17 UTC 

device dax fails with alignments other than 1GB
 2017-03-08 21:17 UTC  (3+ messages)

[PATCH v3] NI 169445 board support
 2017-03-08 19:35 UTC  (2+ messages)
` [PATCH 2/2] MIPS: "

[xen-unstable-smoke test] 106557: tolerable trouble: broken/fail/pass - PUSHED
 2017-03-08 21:10 UTC 

[PATCH v3] Input: sparse-keymap - use a managed allocation for keymap copy
 2017-03-08 21:05 UTC  (4+ messages)

binfmts.h MAX_ARG_STRINGS excessive value allows heap spraying
 2017-03-08 21:05 UTC  (4+ messages)

[PATCH 0/4] Gitk Inotify support
 2017-03-08 20:52 UTC  (4+ messages)
` [PATCH 1/4] Inotify Support
` [PATCH 2/4] Update of German translation
` [PATCH 4/4] ignore backup files

[PATCH 00/12] i2c: meson: series with improvements
 2017-03-08 21:02 UTC  (5+ messages)
` [PATCH 07/12] i2c: meson: improve interrupt handler and detect spurious interrupts

[PATCH 0/3] Add EHCI support for Armada 37xx
 2017-03-08 20:07 UTC  (3+ messages)
` [PATCH 1/3] usb: orion-echi: Add support for the Armada 3700

[U-Boot] Complete verified uboot example
 2017-03-08 21:02 UTC  (14+ messages)

[RFC 0/5] memset_l and memfill
 2017-03-08 20:24 UTC  (2+ messages)
` [PATCH 5/5] Hacky testsuite for memfill() and memset_l()

[U-Boot] [PATCH v3 0/7] add support for rk3328 SoC
 2017-03-08 21:01 UTC  (5+ messages)
` [U-Boot] [PATCH v3 7/7] rockchip: rk3288: add defconfig for evb-rk3328

[U-Boot] [PATCH v1] gpt: Fix uuid string format
 2017-03-08 21:01 UTC  (4+ messages)

[PATCH 1/5] dtc: Simplify asm_emit_string() implementation
 2017-03-08 21:01 UTC  (9+ messages)
` [PATCH 2/5] libfdt: overlay: Check the value of the right variable
` [PATCH 3/5] tests: Make realloc_fdt() really allocate *fdt
` [PATCH 4/5] fdtget: Use @return to document the return value
` [PATCH 5/5] fdtput: Remove star from value_len documentation

[U-Boot] [PATCH 00/17] SPL: extend FIT loading support
 2017-03-08 21:01 UTC  (5+ messages)
` [U-Boot] [PATCH 02/17] SPL: FIT: refactor FDT loading


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.