All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-16 01:24:03 to 2017-07-16 04:43:56 UTC [more...]

[drm/nouveau] GeForce 8600 GT boot/suspend grumbling
 2017-07-16  4:43 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] flip libressl and openssl dependency logic
 2017-07-16  4:42 UTC  (2+ messages)

[Qemu-devel] [Bug 1286253] [NEW] virtio-net acceleration features not set when plugged into backend dynamically
 2017-07-16  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1286253] "

[PATCH net 0/2] Fragmented SKB corrections
 2017-07-16  4:29 UTC  (2+ messages)

[PATCH] dt-bindings: net: Remove duplicate NSP Ethernet MAC binding document
 2017-07-16  4:28 UTC  (3+ messages)

[PATCH 00/10] Constify isdn pci_device_id's
 2017-07-16  4:26 UTC  (2+ messages)

[PATCH v2 0/6] Add Rockchip RGA V4l2 support
 2017-07-16  4:23 UTC  (11+ messages)
` [PATCH v2 2/6] [media] rockchip/rga: v4l2 m2m support
` [PATCH v2 5/6] ARM: dts: rockchip: enable RGA for rk3288 devices

[PATCH] igb_uio: issue FLR during open and release of device file
 2017-07-16  4:22 UTC  (5+ messages)
` [PATCH v2] "
      ` [SPDK] "

[PATCH 1/2] add MOVE_ARRAY
 2017-07-16  4:04 UTC  (4+ messages)
` [PATCH 3/2] apply: use COPY_ARRAY and MOVE_ARRAY in update_image()

[PATCH 00/10] percpu: replace percpu area map allocator with bitmap allocator
 2017-07-16  4:01 UTC  (23+ messages)
` [PATCH 01/10] percpu: pcpu-stats change void buffer to int buffer
` [PATCH 02/10] percpu: change the format for percpu_stats output
` [PATCH 03/10] percpu: expose pcpu_nr_empty_pop_pages in pcpu_stats
` [PATCH 04/10] percpu: update the header comment and pcpu_build_alloc_info comments
` [PATCH 05/10] percpu: change reserved_size to end page aligned
` [PATCH 06/10] percpu: modify base_addr to be region specific
` [PATCH 07/10] percpu: fix misnomer in schunk/dchunk variable names
` [PATCH 08/10] percpu: change the number of pages marked in the first_chunk bitmaps
` [PATCH 09/10] percpu: replace area map allocator with bitmap allocator
` [PATCH 10/10] percpu: add optimizations on allocation path for the "

[RFC v6 00/62] powerpc: Memory Protection Keys
 2017-07-16  3:57 UTC  (161+ messages)
  ` [RFC v6 01/62] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
  ` [RFC v6 02/62] powerpc: Free up four 64K PTE bits in 64K "
  ` [RFC v6 03/62] powerpc: introduce pte_set_hash_slot() helper
  ` [RFC v6 04/62] powerpc: introduce pte_get_hash_gslot() helper
  ` [RFC v6 05/62] powerpc: capture the PTE format changes in the dump pte report
  ` [RFC v6 06/62] powerpc: use helper functions in __hash_page_64K() for 64K PTE
  ` [RFC v6 07/62] powerpc: use helper functions in __hash_page_huge() "
  ` [RFC v6 08/62] powerpc: use helper functions in __hash_page_4K() "
  ` [RFC v6 09/62] powerpc: use helper functions in __hash_page_4K() for 4K PTE
  ` [RFC v6 10/62] powerpc: use helper functions in flush_hash_page()
  ` [RFC v6 11/62] powerpc: initial pkey plumbing
  ` [RFC v6 12/62] mm: introduce an additional vma bit for powerpc pkey
  ` [RFC v6 13/62] powerpc: track allocation status of all pkeys
  ` [RFC v6 14/62] powerpc: helper function to read, write AMR, IAMR, UAMOR registers
    ` [RFC v6 14/62] powerpc: helper function to read,write AMR,IAMR,UAMOR registers
  ` [RFC v6 15/62] powerpc: helper functions to initialize AMR, IAMR and UMOR registers
  ` [RFC v6 16/62] powerpc: cleaup AMR, iAMR when a key is allocated or freed
    ` [RFC v6 16/62] powerpc: cleaup AMR,iAMR "
  ` [RFC v6 17/62] powerpc: implementation for arch_set_user_pkey_access()
  ` [RFC v6 18/62] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
  ` [RFC v6 19/62] powerpc: ability to create execute-disabled pkeys
  ` [RFC v6 20/62] powerpc: store and restore the pkey state across context switches
  ` [RFC v6 21/62] powerpc: introduce execute-only pkey
  ` [RFC v6 22/62] powerpc: ability to associate pkey to a vma
  ` [RFC v6 23/62] powerpc: implementation for arch_override_mprotect_pkey()
  ` [RFC v6 24/62] powerpc: map vma key-protection bits to pte key bits
  ` [RFC v6 25/62] powerpc: sys_pkey_mprotect() system call
  ` [RFC v6 26/62] powerpc: Program HPTE key protection bits
  ` [RFC v6 27/62] powerpc: helper to validate key-access permissions of a pte
  ` [RFC v6 28/62] powerpc: check key protection for user page access
  ` [RFC v6 29/62] powerpc: Macro the mask used for checking DSI exception
  ` [RFC v6 30/62] powerpc: implementation for arch_vma_access_permitted()
  ` [RFC v6 31/62] powerpc: Handle exceptions caused by pkey violation
  ` [RFC v6 32/62] powerpc: capture AMR register content on "
  ` [RFC v6 33/62] powerpc: introduce get_pte_pkey() helper
  ` [RFC v6 34/62] powerpc: capture the violated protection key on fault
  ` [RFC v6 35/62] powerpc: Deliver SEGV signal on pkey violation
  ` [RFC v6 36/62] mm: introduce arch_pkeys_enabled()
  ` [RFC v6 37/62] x86: implementation for arch_pkeys_enabled()
  ` [RFC v6 38/62] powerpc: "
  ` [RFC v6 39/62] mm: display pkey in smaps if arch_pkeys_enabled() is true
  ` [RFC v6 40/62] x86: delete arch_show_smap()
  ` [RFC v6 41/62] selftest/x86: Move protecton key selftest to arch neutral directory
  ` [RFC v6 42/62] selftest/vm: rename all references to pkru to a generic name
  ` [RFC v6 43/62] selftest/vm: move generic definitions to header file
  ` [RFC v6 44/62] selftest/vm: typecast the pkey register
  ` [RFC v6 45/62] selftest/vm: generics function to handle shadow key register
  ` [RFC v6 46/62] selftest/vm: fix the wrong assert in pkey_disable_set()
  ` [RFC v6 47/62] selftest/vm: fixed bugs in pkey_disable_clear()
  ` [RFC v6 48/62] selftest/vm: clear the bits in shadow reg when a pkey is freed
  ` [RFC v6 49/62] selftest/vm: fix alloc_random_pkey() to make it really random
  ` [RFC v6 50/62] selftest/vm: introduce two arch independent abstraction
  ` [RFC v6 51/62] selftest/vm: pkey register should match shadow pkey
  ` [RFC v6 52/62] selftest/vm: generic cleanup
  ` [RFC v6 53/62] selftest/vm: powerpc implementation for generic abstraction
  ` [RFC v6 54/62] selftest/vm: fix an assertion in test_pkey_alloc_exhaust()
  ` [RFC v6 55/62] selftest/vm: associate key on a mapped page and detect access violation
  ` [RFC v6 56/62] selftest/vm: detect no key violation on a freed key
  ` [RFC v6 57/62] selftest/vm: associate key on a mapped page and detect write violation
  ` [RFC v6 58/62] selftest/vm: detect no write key-violation on a freed key
  ` [RFC v6 59/62] selftest/vm: detect write violation on a mapped access-denied-key page
  ` [RFC v6 60/62] selftest/vm: sub-page allocator
  ` [RFC v6 61/62] Documentation/x86: Move protecton key documentation to arch neutral directory
  ` [RFC v6 62/62] Documentation/vm: PowerPC specific updates to memory protection keys

This merge window
 2017-07-16  3:57 UTC  (8+ messages)

[PATCH] ls-files: don't try to prune an empty index
 2017-07-16  3:52 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2017-07-16  3:50 UTC 

[PATCH] ARM: dts: uniphier: use SPDX-License-Identifier (2nd)
 2017-07-16  3:29 UTC  (4+ messages)

[PATCH V4 0/3] add UniPhier watchdog support
 2017-07-16  3:26 UTC  (3+ messages)
` [PATCH V4 3/3] arm64: dts: uniphier: add watchdog node for LD11 and LD20

[Bug 196379] Laptop loses performance at random bootups
 2017-07-16  3:24 UTC 

include/linux/kernel.h:860:32: error: dereferencing pointer to incomplete type 'struct clock_event_device'
 2017-07-16  3:24 UTC 

drivers//clocksource/timer-of.h:35:28: error: field 'clkevt' has incomplete type
 2017-07-16  3:23 UTC 

[linux-3.18 test] 111839: regressions - FAIL
 2017-07-16  3:22 UTC 

arch/h8300/include/asm/flat.h:28:3: error: expected ')' before 'val'
 2017-07-16  3:20 UTC 

[linux-linus test] 111831: regressions - FAIL
 2017-07-16  3:10 UTC 

perf: bisected sampling bug in Linux 4.11-rc1
 2017-07-16  3:03 UTC  (4+ messages)

Collecting aged XFS profiles
 2017-07-16  2:57 UTC  (2+ messages)

Confirmation!!!
 2017-07-16  2:34 UTC 

Drivers taking different actions depending on sleep state
 2017-07-16  2:36 UTC  (6+ messages)
` [RFC 1/2] PM / suspend: Add platform_suspend_target_state()

[RFC 0/2] PM / suspend: Add platform_suspend_target_state()
 2017-07-16  2:36 UTC  (7+ messages)
` [PATCH "
  ` [PATCH 1/2] "
  ` [PATCH 2/2] soc: bcm: brcmstb: PM: Implement target_state callback

sparse-next and preview of 0.5.1-rc5
 2017-07-16  2:34 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/27] target/sh4 improvements
 2017-07-16  2:33 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 06/27] target/sh4: Handle user-space atomics
` [Qemu-devel] [PATCH v2 09/27] linux-user/sh4: Clean env->flags on signal boundaries

[PATCH] Documentation: dt: chosen property for kaslr-seed
 2017-07-16  2:13 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/22] tcg: per-thread TCG
 2017-07-16  1:43 UTC  (8+ messages)
` [Qemu-devel] [PATCH 09/22] exec-all: shrink tb->invalid to uint8_t

arch/h8300/include/asm/flat.h:31:1: error: expected expression before '}' token
 2017-07-16  1:36 UTC 

[RFC PATCH] check: try to fix the test device if it gets corrupted
 2017-07-16  1:30 UTC  (7+ messages)

semantics of dma_map_single()
 2017-07-16  1:24 UTC  (3+ 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.