All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-25 21:07:56 to 2017-05-25 22:24:42 UTC [more...]

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-25 22:24 UTC  (6+ messages)
` [PATCH v5 29/32] x86/mm: Add support to encrypt the kernel in-place

[PATCH tip/core/rcu 0/88] Commits for 4.13
 2017-05-25 22:00 UTC  (89+ messages)
` [PATCH tip/core/rcu 01/88] rcutorture: Add lockdep to one of the SRCU scenarios
` [PATCH tip/core/rcu 02/88] rcutorture: Add three-level tree test for Tree SRCU
` [PATCH tip/core/rcu 03/88] rcutorture: Fix bug in reporting Kconfig mis-settings
` [PATCH tip/core/rcu 04/88] rcutorture: Add a scenario for Tiny SRCU
` [PATCH tip/core/rcu 05/88] rcutorture: Add a scenario for Classic SRCU
` [PATCH tip/core/rcu 06/88] rcu: Prevent rcu_barrier() from starting needless grace periods
` [PATCH tip/core/rcu 07/88] rcutorture: Correctly handle CONFIG_RCU_TORTURE_TEST_* options
` [PATCH tip/core/rcu 08/88] rcutorture: Update test scenarios based on new Kconfig dependencies
` [PATCH tip/core/rcu 09/88] srcu: Eliminate possibility of destructive counter overflow
` [PATCH tip/core/rcu 10/88] rcu: Complain if blocking in preemptible RCU read-side critical section
` [PATCH tip/core/rcu 11/88] rcuperf: Defer expedited/normal check to end of test
` [PATCH tip/core/rcu 12/88] rcuperf: Remove conflicting Kconfig options
` [PATCH tip/core/rcu 13/88] rcu: Remove obsolete reference to synchronize_kernel()
` [PATCH tip/core/rcu 14/88] rcuperf: Add ability to performance-test call_rcu() and friends
` [PATCH tip/core/rcu 15/88] rcuperf: Add a Kconfig-fragment file for Classic SRCU
` [PATCH tip/core/rcu 16/88] rcu: Make sync_rcu_preempt_exp_done() return bool
` [PATCH tip/core/rcu 17/88] checkpatch: Remove checks for expedited grace periods
` [PATCH tip/core/rcu 18/88] rcuperf: Add test for dynamically initialized srcu_struct
` [PATCH tip/core/rcu 19/88] doc/atomic_ops: Clarify smp_mb__{before,after}_atomic()
` [PATCH tip/core/rcu 20/88] atomics: Add header comment so spin_unlock_wait()
` [PATCH tip/core/rcu 21/88] docs: Fix typo in Documentation/memory-barriers.txt
` [PATCH tip/core/rcu 22/88] rcuperf: Add the ability to test tiny RCU flavors
` [PATCH tip/core/rcu 23/88] srcu: Make Classic and Tree SRCU announce themselves at bootup
` [PATCH tip/core/rcu 24/88] rcutorture: Reduce CPUs dedicated to testing Classic SRCU
` [PATCH tip/core/rcu 25/88] srcu: Shrink Tiny SRCU a bit more
` [PATCH tip/core/rcu 26/88] rcuperf: Set more user-friendly defaults
` [PATCH tip/core/rcu 27/88] srcu-cbmc: Use /usr/bin/awk instead of /bin/awk
` [PATCH tip/core/rcu 28/88] rcuperf: Add writer_holdoff boot parameter
` [PATCH tip/core/rcu 29/88] rcutorture: Add "git diff" output to testid.txt file
` [PATCH tip/core/rcu 30/88] srcu: Document auto-expediting requirement
` [PATCH tip/core/rcu 31/88] doc: Take tail recursion into account in RCU requirements
` [PATCH tip/core/rcu 32/88] rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()
` [PATCH tip/core/rcu 33/88] rcu: Print out rcupdate.c non-default boot-time settings
` [PATCH tip/core/rcu 34/88] rcu: Update rcu_bootup_announce_oddness()
` [PATCH tip/core/rcu 35/88] srcu: Make exp_holdoff module parameter be static
` [PATCH tip/core/rcu 36/88] srcu: Print non-default exp_holdoff values at boot time
` [PATCH tip/core/rcu 37/88] rcu: Add lockdep_assert_held() teeth to tree.c
` [PATCH tip/core/rcu 38/88] rcu: Add lockdep_assert_held() teeth to tree_plugin.h
` [PATCH tip/core/rcu 39/88] srcu: Make SRCU be once again optional
` [PATCH tip/core/rcu 40/88] srcu: Shrink Tiny SRCU a bit
` [PATCH tip/core/rcu 41/88] srcu: Add DEBUG_OBJECTS_RCU_HEAD functionality
` [PATCH tip/core/rcu 42/88] rcu: Make synchronize_rcu_mult() check for duplicates
` [PATCH tip/core/rcu 43/88] sched: Rely on synchronize_rcu_mult() de-duplication
` [PATCH tip/core/rcu 44/88] rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKE
` [PATCH tip/core/rcu 45/88] rcu: Add memory barriers for NOCB leader wakeup
` [PATCH tip/core/rcu 46/88] torture: Add --kconfig argument to kvm.sh
` [PATCH tip/core/rcu 47/88] rcu: Flag need for rcu_node_tree.h and rcu_segcblist.h visibility
` [PATCH tip/core/rcu 48/88] rcutorture: Don't wait for kernel when all builds fail
` [PATCH tip/core/rcu 49/88] rcu: Move docbook comments out of rcupdate.h
` [PATCH tip/core/rcu 50/88] rcu: Move rcu_expedited and rcu_normal externs from rcupdate.h
` [PATCH tip/core/rcu 51/88] rcu: Move expediting-related access/control out of rcupdate.h
` [PATCH tip/core/rcu 52/88] rcu: Move torture-related definitions from rcupdate.h to rcu.h
` [PATCH tip/core/rcu 53/88] rcu: Remove UINT_CMP_GE() and UINT_CMP_LT()
` [PATCH tip/core/rcu 54/88] rcu: Move rcupdate.h to new empty-function style
` [PATCH tip/core/rcu 55/88] rcu: Eliminate the unused __rcu_is_watching() function
` [PATCH tip/core/rcu 56/88] rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.h
` [PATCH tip/core/rcu 57/88] rcu: Remove linux/debugobjects.h "
` [PATCH tip/core/rcu 58/88] rcu: Improve __call_rcu() debug-objects error message
` [PATCH tip/core/rcu 59/88] rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.h
` [PATCH tip/core/rcu 60/88] rcu: Move rcu_ftrace_dump() "
` [PATCH tip/core/rcu 61/88] rcu: move rcupdate.h to the new true/false-function style
` [PATCH tip/core/rcu 62/88] rcu: Move torture-related functions out of rcutiny.h and rcutree.h
` [PATCH tip/core/rcu 63/88] rcu: Move rcu_request_urgent_qs_task() "
` [PATCH tip/core/rcu 64/88] rcu: Move rcutiny.h to new empty-function style
` [PATCH tip/core/rcu 65/88] rcu: move rcutiny.h to the new true/false-function style
` [PATCH tip/core/rcu 66/88] srcu: Prevent sdp->srcu_gp_seq_needed counter wrap
` [PATCH tip/core/rcu 67/88] srcu: Shrink srcu.h by moving docbook and private function
` [PATCH tip/core/rcu 68/88] srcu: Apply trivial callback lists to shrink Tiny SRCU
` [PATCH tip/core/rcu 69/88] lockdep: Use consistent printing primitives
` [PATCH tip/core/rcu 70/88] rcu: Refactor #includes from include/linux/rcupdate.h
` [PATCH tip/core/rcu 71/88] rcu: Convert rnp->lock wrappers to macros for SRCU use
` [PATCH tip/core/rcu 72/88] rcu: Move rnp->lock wrappers "
` [PATCH tip/core/rcu 73/88] srcu: Use rnp->lock wrappers to replace explicit memory barriers
` [PATCH tip/core/rcu 74/88] rcu: Remove *_SLOW_* Kconfig options
` [PATCH tip/core/rcu 75/88] rcu: Remove the RCU_KTHREAD_PRIO Kconfig option
` [PATCH tip/core/rcu 76/88] rcu: Remove nohz_full full-system-idle state machine
` [PATCH tip/core/rcu 77/88] rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.h
` [PATCH tip/core/rcu 78/88] rcu: Remove typecheck() from RCU locking wrapper functions
` [PATCH tip/core/rcu 79/88] rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig option
` [PATCH tip/core/rcu 80/88] rcu: Remove SPARSE_RCU_POINTER "
` [PATCH tip/core/rcu 81/88] srcu: Fix rcutorture-statistics typo
` [PATCH tip/core/rcu 82/88] srcu: Remove Classic SRCU
` [PATCH tip/core/rcu 83/88] rcu: Remove debugfs tracing
` [PATCH tip/core/rcu 84/88] rcu: Eliminate NOCBs CPU-state Kconfig options
` [PATCH tip/core/rcu 85/88] rcu: Move RCU non-debug Kconfig options to kernel/rcu
` [PATCH tip/core/rcu 86/88] rcu: Move RCU debug "
` [PATCH tip/core/rcu 87/88] rcu: Remove event tracing from Tiny RCU
` [PATCH tip/core/rcu 88/88] rcu: Remove RCU CPU stall warnings "

[Buildroot] [PATCH/next 1/1] package/dejavu: bump version to 2.37
 2017-05-25 22:21 UTC 

[PATCH v2 0/3] mtd: sharpslpart partition parser
 2017-05-25 22:21 UTC  (6+ messages)
` [PATCH v2 3/3] mtd: nand: tmio_nand.c: prefer sharpslpart MTD "

pxa3xx-nand failing to find device on linux-next
 2017-05-25 22:12 UTC  (10+ messages)

slowness in builds this week
 2017-05-25 22:15 UTC 

v4.4.70 build: 0 failures 0 warnings (v4.4.70)
 2017-05-25 22:15 UTC 

[PATCH] platform/x86: intel_pmc_ipc: Mark ipc_data_readb() as __maybe_unused
 2017-05-25 22:15 UTC 

[PATCH v2 00/18] introduce the Xen PV Calls backend
 2017-05-25 22:12 UTC  (10+ messages)
` [PATCH v2 01/18] xen: introduce the pvcalls interface header
  ` [PATCH v2 02/18] xen/pvcalls: introduce the pvcalls xenbus backend
  ` [PATCH v2 03/18] xen/pvcalls: initialize the module and register the "

[CFT] Always enable SMP mode on MP capable CPUs
 2017-05-25 22:13 UTC  (10+ messages)

[PATCH] perf annotate: process tracing data in pipe mode
 2017-05-25 22:11 UTC  (2+ messages)

+ ipc-utilh-update-documentation-for-ipc_getref-and-ipc_putref.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-sem-drop-__sem_free.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-msg-remove-special-msg_alloc-free.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-msgc-avoid-ipc_rcu_putref-for-failed-ipc_addid.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-shm-remove-special-shm_alloc-free.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-move-atomic_set-to-where-it-is-needed.patch added to -mm tree
 2017-05-25 22:11 UTC 

[PATCH] RFC: arm: eBPF JIT compiler
 2017-05-25 22:10 UTC  (17+ messages)

+ ipc-shmc-avoid-ipc_rcu_putref-for-failed-ipc_addid.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-semc-avoid-ipc_rcu_putref-for-failed-ipc_addid.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-util-drop-ipc_rcu_alloc.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-msg-avoid-ipc_rcu_alloc.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-msg-do-not-use-ipc_rcu_free.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-shm-avoid-ipc_rcu_alloc.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-sem-avoid-ipc_rcu_alloc.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-util-drop-ipc_rcu_free.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-shm-do-not-use-ipc_rcu_free.patch added to -mm tree
 2017-05-25 22:11 UTC 

[PATCH] perf tools: Add EXCLUDE_EXTLIBS and EXTRA_PERFLIBS to makefile
 2017-05-25 22:10 UTC  (2+ messages)

+ ipc-sem-do-not-use-ipc_rcu_free.patch added to -mm tree
 2017-05-25 22:11 UTC 

+ ipc-drop-non-rcu-allocation.patch added to -mm tree
 2017-05-25 22:10 UTC 

+ ipc-merge-ipc_rcu-and-kern_ipc_perm.patch added to -mm tree
 2017-05-25 22:10 UTC 

+ ipc-semc-remove-sem_base-embed-struct-sem-v3.patch added to -mm tree
 2017-05-25 22:10 UTC 

[U-Boot] [PATCHv4 3/3] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards
 2017-05-25 22:09 UTC  (15+ messages)

[Embedded-pv-devel] Migrated from Xenserver to Gentoo/Xen
 2017-05-25 22:08 UTC  (2+ messages)

[PATCH 1/6] net/vmxnet3: retain counters on restart
 2017-05-25 22:08 UTC  (5+ messages)

[PATCH net] sky2: Do not deadlock on sky2_hw_down
 2017-05-25 22:05 UTC  (6+ messages)

[PATCH V2 1/2] powerpc/numa: Update CPU topology when VPHN enabled
 2017-05-25 22:05 UTC  (2+ messages)

[Buildroot] [PATCH/next 1/2] package/gettext: update wint_t.m4 from gnulib
 2017-05-25 21:56 UTC  (2+ messages)
` [Buildroot] [PATCH/next 2/2] package/coreutils: bump version to 8.27

+ mlock-fix-mlock-count-can-not-decrease-in-race-condition.patch added to -mm tree
 2017-05-25 21:56 UTC 

+ mlock-fix-mlock-count-can-not-decrease-in-race-condition.patch added to -mm tree
 2017-05-25 21:56 UTC 

Change PAGE_SIZE from minimum 4k to 12k
 2017-05-25 21:55 UTC  (5+ messages)

[to-be-updated] mlock-fix-mlock-count-can-not-decrease-in-race-condition.patch removed from -mm tree
 2017-05-25 21:54 UTC 

Documentation issue: git-stash examples
 2017-05-25 21:54 UTC  (3+ messages)

[PATCH 0/1] ghostscript: move to version 9.21
 2017-05-25 21:54 UTC  (5+ messages)
` [PATCH 1/1] "

[folded-merged] mlock-fix-mlock-count-can-not-decrease-in-race-condition-checkpatch-fixes.patch removed from -mm tree
 2017-05-25 21:53 UTC 

[PATCH v2] tpm: vtpm_proxy: Suppresse error logging when in closed state
 2017-05-25 21:53 UTC  (5+ messages)

[Patch v5] super1: fix sb->max_dev when adding a new disk in linear array
 2017-05-25 21:51 UTC  (2+ messages)

[PATCH 0/7] ALSA: Fix/improve PCM ack callback
 2017-05-25 21:39 UTC  (2+ messages)

[PATCH 1/6] kmod: add dynamic max concurrent thread count
 2017-05-25 21:38 UTC  (10+ messages)

[PATCH] staging: fbtft: fix character limit, trailing ; warning, etc
 2017-05-25 21:35 UTC  (3+ messages)

[PATCH] PCI: Move test of INTx masking to pci_setup_device
 2017-05-25 21:32 UTC 

[PATCH v4 00/11] Broadcom Stingray SOC Initial Support
 2017-05-25 21:33 UTC  (5+ messages)
` [PATCH v4 03/11] clk: bcm: Add clocks for Stingray SOC

1.1.4 bug report: dmix fails when using both 32-bit and 64-bit clients
 2017-05-25 21:32 UTC  (9+ messages)

[PATCH 0/2] Two new devtool plugins: export and import
 2017-05-25 21:31 UTC  (3+ messages)
` [PATCH 1/2] export: new plugin to export the devtool workspace
` [PATCH 2/2] import: new plugin to import "

[kernel-hardening] Patch for random mac address
 2017-05-25 21:28 UTC  (7+ messages)

[Buildroot] [PATCH/next] package/kodi: bump version to 17.3
 2017-05-25 21:28 UTC  (2+ messages)

Why does callback irq_startup in struct irq_chip return _unsigned_ int ?
 2017-05-25 21:28 UTC 

[Patch net] ipv4: restore rt->fi for reference counting
 2017-05-25 21:27 UTC  (19+ messages)
                                            ` [PATCH net] ipv4: add reference counting to metrics

[PATCH] btrfs: Use kvzalloc instead of kzalloc/vmalloc in alloc_bitmap
 2017-05-25 21:27 UTC  (2+ messages)

[PATCH] [iov_iter] use memmove() when copying to/from user page
 2017-05-25 21:27 UTC  (11+ messages)

[Buildroot] [PATCH 1/1] package/kodi: security bump to version 17.3
 2017-05-25 21:26 UTC 

[PATCH net-next] net: ethernet: ax88796: support generating a random mac address
 2017-05-25 21:25 UTC  (2+ messages)

[linux-next] PPC Lpar fail to boot with error hid: module verification failed: signature and/or required key missing - tainting kernel
 2017-05-25 21:24 UTC  (3+ messages)

[PATCH v2 00/18] ARM64: meson: DT cleanups
 2017-05-25 21:22 UTC  (9+ messages)

what is the current/ongoing state of userspace access to GPIO?
 2017-05-25 21:17 UTC  (7+ messages)

[PATCH RFC] tpm: migrate pubek_show to struct tpm_buf
 2017-05-25 21:16 UTC  (5+ messages)

[PATCH v4] x86/efi: Correct ident mapping of efi old_map when kalsr enabled
 2017-05-25 21:14 UTC  (3+ messages)

[morty/master][PATCH v2] qtwebengine: add patches as workarond of the following three issues
 2017-05-25 21:13 UTC  (2+ messages)

[PATCH linux dev-4.10 v2] arm: dts: aspeed: Add missing clock sources for barreleye
 2017-05-25 21:13 UTC 

[PATCH 0/4] Add iomux-route switching support
 2017-05-25 21:12 UTC  (3+ messages)
` [PATCH 2/4] pinctrl: rockchip: Add iomux-route switching support for rk3228

[GIT PULL] Meson Kconfig fixes for 4.12-rc1
 2017-05-25 21:11 UTC  (4+ messages)

[PATCH] selinux: Fix SBLABEL_MNT for NFS mounts
 2017-05-25 21:07 UTC  (4+ messages)
` [PATCH RFC 0/2] Fix setting of security labels over NFSv4.2
  ` [PATCH RFC 1/2] selinux: allow SECURITY_LSM_NATIVE_LABELS to be set on an already initialized superblock
  ` [PATCH RFC 2/2] nfs: update labeling behavior on a superblock when submounting


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.