All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-06 08:19:37 to 2017-11-06 08:59:23 UTC [more...]

[PATCH v9 00/51] powerpc, mm: Memory Protection Keys
 2017-11-06  8:57 UTC  (89+ messages)
  ` [PATCH v9 01/51] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
  ` [PATCH v9 02/51] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
  ` [PATCH v9 03/51] powerpc: initial pkey plumbing
  ` [PATCH v9 04/51] powerpc: track allocation status of all pkeys
  ` [PATCH v9 05/51] powerpc: helper function to read, write AMR, IAMR, UAMOR registers
    ` [PATCH v9 05/51] powerpc: helper function to read,write AMR,IAMR,UAMOR registers
  ` [PATCH v9 06/51] powerpc: helper functions to initialize AMR, IAMR and UAMOR registers
  ` [PATCH v9 07/51] powerpc: cleanup AMR, IAMR when a key is allocated or freed
  ` [PATCH v9 08/51] powerpc: implementation for arch_set_user_pkey_access()
  ` [PATCH v9 09/51] powerpc: ability to create execute-disabled pkeys
  ` [PATCH v9 10/51] powerpc: store and restore the pkey state across context switches
  ` [PATCH v9 11/51] powerpc: introduce execute-only pkey
  ` [PATCH v9 12/51] powerpc: ability to associate pkey to a vma
  ` [PATCH v9 13/51] powerpc: implementation for arch_override_mprotect_pkey()
  ` [PATCH v9 14/51] powerpc: map vma key-protection bits to pte key bits
  ` [PATCH v9 15/51] powerpc: Program HPTE key protection bits
  ` [PATCH v9 16/51] powerpc: helper to validate key-access permissions of a pte
  ` [PATCH v9 17/51] powerpc: check key protection for user page access
  ` [PATCH v9 18/51] powerpc: implementation for arch_vma_access_permitted()
  ` [PATCH v9 19/51] powerpc: Handle exceptions caused by pkey violation
  ` [PATCH v9 20/51] powerpc: introduce get_mm_addr_key() helper
  ` [PATCH v9 21/51] powerpc: Deliver SEGV signal on pkey violation
  ` [PATCH v9 22/51] powerpc/ptrace: Add memory protection key regset
  ` [PATCH v9 23/51] powerpc: Enable pkey subsystem
  ` [PATCH v9 24/51] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
  ` [PATCH v9 25/51] powerpc: sys_pkey_mprotect() system call
  ` [PATCH v9 26/51] powerpc: add sys_pkey_modify() "
  ` [PATCH v9 27/51] mm, x86 : introduce arch_pkeys_enabled()
  ` [PATCH v9 28/51] mm: display pkey in smaps if arch_pkeys_enabled() is true
  ` [PATCH v9 29/51] mm/mprotect, powerpc/mm/pkeys, x86/mm/pkeys: Add sysfs interface
  ` [PATCH v9 30/51] Documentation/x86: Move protecton key documentation to arch neutral directory
  ` [PATCH v9 31/51] Documentation/vm: PowerPC specific updates to memory protection keys
  ` [PATCH v9 32/51] selftest/x86: Move protecton key selftest to arch neutral directory
  ` [PATCH v9 33/51] selftest/vm: rename all references to pkru to a generic name
  ` [PATCH v9 34/51] selftest/vm: move generic definitions to header file
  ` [PATCH v9 35/51] selftest/vm: typecast the pkey register
  ` [PATCH v9 36/51] selftest/vm: generic function to handle shadow key register
  ` [PATCH v9 37/51] selftest/vm: fix the wrong assert in pkey_disable_set()
  ` [PATCH v9 38/51] selftest/vm: fixed bugs in pkey_disable_clear()
  ` [PATCH v9 39/51] selftest/vm: clear the bits in shadow reg when a pkey is freed
  ` [PATCH v9 40/51] selftest/vm: fix alloc_random_pkey() to make it really random
  ` [PATCH v9 41/51] selftest/vm: introduce two arch independent abstraction
  ` [PATCH v9 42/51] selftest/vm: pkey register should match shadow pkey
  ` [PATCH v9 43/51] selftest/vm: generic cleanup
  ` [PATCH v9 44/51] selftest/vm: powerpc implementation for generic abstraction
  ` [PATCH v9 45/51] selftest/vm: fix an assertion in test_pkey_alloc_exhaust()
  ` [PATCH v9 46/51] selftest/vm: associate key on a mapped page and detect access violation
  ` [PATCH v9 47/51] selftest/vm: associate key on a mapped page and detect write violation
  ` [PATCH v9 48/51] selftest/vm: detect write violation on a mapped access-denied-key page
  ` [PATCH v9 49/51] selftest/vm: sub-page allocator
  ` [PATCH v9 50/51] selftests/powerpc: Add ptrace tests for Protection Key register
  ` [PATCH v9 51/51] selftests/powerpc: Add core file test "

Did my graphics card get damaged?
 2017-11-06  8:57 UTC  (3+ messages)

[Cocci] Setting the section for a function with SmPL
 2017-11-06  8:57 UTC  (4+ messages)

[PATCH 00/36] Makefile reorganization
 2017-11-06  8:57 UTC  (8+ messages)
` [PATCH 28/36] build: use a dot file name instead of local.mk: .sparse.mk
` [PATCH 33/36] build: simpler logic for quiet commands

[PATCH] clk: meson: gxbb: fix wrong clock for SARADC/SANA
 2017-11-06  8:57 UTC  (4+ messages)

[PATCH v2 0/5] crypto: dh - input validation fixes
 2017-11-06  8:55 UTC  (4+ messages)
` [PATCH v2 1/5] crypto: dh - Fix double free of ctx->p

[PATCH v9 0/8] powerpc: Free up RPAGE_RSV bits
 2017-11-06  8:50 UTC  (9+ messages)
` [PATCH v9 1/8] powerpc: introduce pte_set_hidx() helper
` [PATCH v9 2/8] powerpc: introduce pte_get_hash_gslot() helper
` [PATCH v9 3/8] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [PATCH v9 4/8] powerpc: Free up four 64K PTE bits in 64K "
` [PATCH v9 5/8] powerpc: shifted-by-one hidx value
` [PATCH v9 6/8] powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6
` [PATCH v9 7/8] powerpc: use helper functions to get and set hash slots
` [PATCH v9 8/8] powerpc: capture the PTE format changes in the dump pte report

[Qemu-devel] [PATCH v1 0/5][RFC] Refactoring of AIS support
 2017-11-06  8:54 UTC  (12+ messages)

[PATCH 00/22] drm/cma-helper: Remove drm_fbdev_cma* functions
 2017-11-06  8:54 UTC  (3+ messages)
` [PATCH 01/22] drm/gem-fb-helper: drm_gem_fbdev_fb_create() make funcs optional

[PATCH RFT 0/5] i2c: sh_mobile: refactor HW init/deinit
 2017-11-06  8:54 UTC  (5+ messages)
` [PATCH RFT 3/5] i2c: sh_mobile: manually "inline" two short functions

[PATCH] video: atmel_lcdfb: Use common error handling code in atmel_lcdfb_of_init()
 2017-11-06  8:53 UTC  (7+ messages)

[RFC PATCH] mm, oom_reaper: gather each vma to prevent leaking TLB entry
 2017-11-06  8:52 UTC  (4+ messages)

[Buildroot] [PATCH] ethtool: Allow enabling/disabling pretty printing
 2017-11-06  8:52 UTC  (2+ messages)

12.2.2 status
 2017-11-06  8:52 UTC  (9+ messages)

[PATCH v1 0/4] make dpdk iova aware
 2017-11-06  8:51 UTC  (8+ messages)
` [PATCH v4 00/15] make DPDK IOVA aware
  ` [PATCH v4 15/15] doc: add IOVA aware API changes in release notes
` [PATCH v4 02/15] mem: introduce IOVA type

Performance issues writing to PCIe in a Zynq
 2017-11-06  8:51 UTC  (4+ messages)

[Buildroot] [git commit] ethtool: Allow enabling/disabling pretty printing
 2017-11-06  8:50 UTC 

[U-Boot] [PATCH] ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4
 2017-11-06  8:50 UTC  (3+ messages)

Patch "tracing/samples: Fix creation and deletion of simple_thread_fn creation" has been added to the 4.9-stable tree
 2017-11-06  8:50 UTC 

Patch "Fix tracing sample code warning." has been added to the 4.9-stable tree
 2017-11-06  8:50 UTC 

Patch "tracing/samples: Fix creation and deletion of simple_thread_fn creation" has been added to the 4.4-stable tree
 2017-11-06  8:50 UTC 

[PATCH 0/6] drm/: Add simple modeset suspend/resume helpers
 2017-11-06  8:50 UTC  (7+ messages)
` [PATCH 1/6] drm/probe-helper: Fix drm_kms_helper_poll_enable() docs
` [PATCH 2/6] drm/modeset-helper: Add simple modeset suspend/resume helpers
` [PATCH 6/6] drm/docs: Add todo entry for simple modeset suspend/resume

Patch "Fix tracing sample code warning." has been added to the 4.4-stable tree
 2017-11-06  8:50 UTC 

[U-Boot] [PATCH] cmd: console: Add serial devices probe command
 2017-11-06  8:50 UTC 

Patch "x86/microcode/intel: Disable late loading on model 79" has been added to the 3.18-stable tree
 2017-11-06  8:50 UTC 

[PATCH v16 0/6] drm/i915/gvt: Dma-buf support for GVT-g
 2017-11-06  8:48 UTC  (4+ messages)
` [PATCH v16 1/6] drm/i915/gvt: Add framebuffer decoder support

[PATCH v6] brcmfmac: add CLM download support
 2017-11-06  8:47 UTC  (2+ messages)

b+tree for the incore extent list V2
 2017-11-06  8:47 UTC  (4+ messages)
` [PATCH 14/21] xfs: simplify xfs_reflink_convert_cow

[1/2] mm: drop migrate type checks from has_unmovable_pages
 2017-11-06  8:46 UTC  (4+ messages)

[Buildroot] [PATCH] lxc: fix legacy PR_{G, S}ET_NO_NEW_PRIVS handling
 2017-11-06  8:46 UTC 

python crush tools uses pre luminous health status
 2017-11-06  8:46 UTC 

[PATCH] usb: dwc2: host: fix isoc urb actual length
 2017-11-06  8:45 UTC 

[PATCH 0/4] dma-buf: Silence dma_fence __rcu sparse warnings
 2017-11-06  8:45 UTC  (3+ messages)
` [PATCH 2/4] dma-buf/fence: Sparse wants __rcu on the object itself

Xen 4.10.0 RC1 test result
 2017-11-06  8:44 UTC  (5+ messages)

[PATCH] drm/amd/display: small cleanup in destruct()
 2017-11-06  8:44 UTC  (3+ messages)

[PATCH v10 0/9] Hyper-V: paravirtualized remote TLB flushing and hypercall improvements
 2017-11-06  8:43 UTC  (3+ messages)

[PATCH] bus/pci: fix namespace of sysfs path function
 2017-11-06  8:43 UTC  (2+ messages)

Please backport: vfs: deny copy_file_range() for non regular files
 2017-11-06  8:43 UTC  (3+ messages)

[PATCH] netfilter: ipset: use swap macro instead of _manually_ swapping values
 2017-11-06  8:41 UTC  (2+ messages)

[PATCH 0/2] ASoC: snd_soc_disconnect_sync()
 2017-11-06  8:41 UTC  (3+ messages)
` [PATCH 1/2] ASoC: add snd_soc_disconnect_sync()
` [PATCH 2/2] ASoC: rsnd: call snd_soc_disconnect_sync() when remove

[PATCH v2 00/10] Allwinner H3/H5/A64(DE2) SimpleFB support
 2017-11-06  8:40 UTC  (6+ messages)

WARNING: CPU: 1 PID: 143 at kernel/workqueue.c:2035 process_one_work+0x44/0x310
 2017-11-06  8:40 UTC  (2+ messages)

[PATCH V13 00/10] mmc: Add Command Queue support
 2017-11-06  8:39 UTC  (5+ messages)
` [PATCH V13 01/10] mmc: core: Add parameter use_blk_mq
` [PATCH V13 02/10] mmc: block: Add error-handling comments

[PATCH] drm/vc4: Convert timers to use timer_setup()
 2017-11-06  8:39 UTC  (6+ messages)

[PATCH 0/3] More code cleanups
 2017-11-06  8:37 UTC  (3+ messages)
` [PATCH 3/3] staging: ccree: simplify ioread/iowrite

[PATCH 0/8] Misc device cleanup patches: part1
 2017-11-06  8:36 UTC  (8+ messages)
` [PATCH 1/7] btrfs: optimize use of volume_mutex in btrfs_ioctl_resize()
` [PATCH 2/7] btrfs: move user provided string checks outside of volume_mutex
` [PATCH 3/7] btrfs: use i_size_read() instead of open code
` [PATCH 4/7] btrfs: rename btrfs_add_device to btrfs_add_dev_item
` [PATCH 5/7] btrfs: btrfs_rm_device() does not need uuid_mutex
` [PATCH 6/7] btrfs: move volume_mutex into btrfs_init_new_device()
` [PATCH 7/7] btrfs: rename btrfs_init_new_device() to btrfs_add_device()

FAILED: patch "[PATCH] x86/microcode/intel: Disable late loading on model 79" failed to apply to 3.18-stable tree
 2017-11-06  8:35 UTC  (3+ messages)

[U-Boot] [PATCH v2] mtd: nand: zynq: Add a config option to use 1st stage bootloader timing
 2017-11-06  8:34 UTC 

checkpatch potential false positive
 2017-11-06  8:33 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] mvebu: usb: xhci: a38x support
 2017-11-06  8:33 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] arm: mvebu: Add board_setup for xhci hardware
` [U-Boot] [PATCH 3/3] arm: mvebu: clearfog: enable XHCI USB

POWER: Unexpected fault when writing to brk-allocated memory
 2017-11-06  8:32 UTC  (11+ messages)

[PATCH v2] usb:xhci fix panic in xhci_free_virt_devices_depth_first
 2017-11-06  8:31 UTC  (2+ messages)

[net-next v3 0/4] Openvswitch meter action
 2017-11-06  8:30 UTC  (5+ messages)
` [net-next v3 1/4] openvswitch: Add meter netlink definitions
` [net-next v3 2/4] openvswitch: export get_dp() API
` [net-next v3 3/4] openvswitch: Add meter infrastructure
` [net-next v3 4/4] openvswitch: Add meter action support

[PATCH] ath10k: Fix reported HT MCS rates with NSS > 1
 2017-11-06  8:28 UTC  (7+ messages)
`  "

[qemu-mainline test] 115600: regressions - FAIL
 2017-11-06  8:28 UTC 

change in disk failure policy for non-BBL arrays?
 2017-11-06  8:26 UTC  (4+ messages)
` FW: "

[PATCH 0/4] RFC: Realtek 83xx SMI driver core
 2017-11-06  8:25 UTC  (4+ messages)
` [PATCH 4/4] RFC: net: dsa: realtek-smi: Add Realtek SMI driver

[virtio-dev] [PATCH v17 0/6] Virtio-balloon Enhancement
 2017-11-06  8:21 UTC  (7+ messages)
` [virtio-dev] [PATCH v17 4/6] virtio-balloon: VIRTIO_BALLOON_F_SG
  `  "
    ` [virtio-dev] "

[PATCH][V2] bdisp: remove redundant assignment to pix
 2017-11-06  8:20 UTC  (3+ messages)

[bug report] drm/amd/dc: Add dc display driver (v2)
 2017-11-06  8:20 UTC 

[PATCH rdma-core v1 0/3] Perform package tests in Travis CI
 2017-11-06  8:19 UTC  (4+ messages)
` [PATCH rdma-core v1 3/3] travis: Test Debian packaging under artful container


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.