All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-16 22:15:52 to 2019-12-16 22:42:34 UTC [more...]

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-16 22:25 UTC  (59+ messages)
` [PATCH v11 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v11 02/25] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v11 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v11 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v11 05/25] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v11 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v11 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v11 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v11 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v11 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v11 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v11 12/25] IB/{core, hw, umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
  ` [PATCH v11 12/25] IB/{core,hw,umem}: "
` [PATCH v11 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v11 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v11 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v11 16/25] net/xdp: "
` [PATCH v11 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v11 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v11 19/25] vfio, mm: "
` [PATCH v11 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v11 21/25] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v11 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v11 23/25] mm/gup: track FOLL_PIN pages
` [PATCH v11 24/25] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v11 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[RFC 00/11] GMSL: Initial RDACM21 support
 2019-12-16 22:42 UTC  (11+ messages)
` [RFC 01/11] fixup! DNI: Debug
` [RFC 02/11] fixup! arm64: dts: renesas: salvator-x: Add MAX9286 expansion board
` [RFC 03/11] fixup! arm64: dts: renesas: eagle: Provide Eagle FAKRA dynamic overlay
` [RFC 04/11] fixup! arm64: dts: renesas: eagle: Provide MAX9286 GMSL deserialiser
` [RFC 05/11] fixup! dt-bindings: media: i2c: Add bindings for IMI RDACM20

[PATCH] mm/hugetlb: Defer freeing of huge pages if in non-task context
 2019-12-16 22:40 UTC  (2+ messages)

[PATCH 1/1] NFSv4.x recover from pre-mature loss of openstateid
 2019-12-16 22:41 UTC  (2+ messages)

[PATCH] ARM: OMAP: Use ARM SMC Calling Convention when OP-TEE is available
 2019-12-16 22:41 UTC  (14+ messages)

Patchwork housekeeping for: linux-renesas-soc
 2019-12-16 22:40 UTC 

[Intel-gfx] Plans for i915 GuC Submission with regards to IPTS/ME
 2019-12-16 22:40 UTC  (2+ messages)

[PATCH v4 00/15] add git-bugreport tool
 2019-12-16 22:39 UTC  (9+ messages)
` [PATCH v4 02/15] help: move list_config_help to builtin/help
` [PATCH v4 06/15] bugreport: add glibc version

[PATCH 0/8] Directory traversal bugs
 2019-12-16 22:39 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/8] dir: fix checks on common prefix directory

[Intel-gfx] [PATCH v2 01/11] drm: Add __drm_atomic_helper_crtc_state_reset() & co
 2019-12-16 22:38 UTC  (3+ messages)

[PATCH v12 00/25] LSM: Module stacking for AppArmor
 2019-12-16 22:36 UTC  (26+ messages)
  ` [PATCH v12 01/25] LSM: Infrastructure management of the sock security
  ` [PATCH v12 02/25] LSM: Create and manage the lsmblob data structure
  ` [PATCH v12 03/25] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v12 04/25] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v12 05/25] net: Prepare UDS for security module stacking
  ` [PATCH v12 06/25] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v12 07/25] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v12 08/25] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v12 09/25] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v12 10/25] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v12 11/25] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v12 12/25] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v12 13/25] LSM: Specify which LSM to display
  ` [PATCH v12 14/25] LSM: Ensure the correct LSM context releaser
  ` [PATCH v12 15/25] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v12 16/25] LSM: Use lsmcontext in security_dentry_init_security
  ` [PATCH v12 17/25] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v12 18/25] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v12 19/25] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v12 20/25] LSM: Verify LSM display sanity in binder
  ` [PATCH v12 21/25] Audit: Add subj_LSM fields when necessary
  ` [PATCH v12 22/25] Audit: Include object data for all security modules
  ` [PATCH v12 23/25] NET: Add SO_PEERCONTEXT for multiple LSMs
  ` [PATCH v12 24/25] LSM: Add /proc attr entry for full LSM context
  ` [PATCH v12 25/25] AppArmor: Remove the exclusive flag

[Buildroot] [PATCH/next 1/4] package/python-gitdb2: new package
 2019-12-16 22:37 UTC  (4+ messages)
` [Buildroot] [PATCH/next 2/4] support/testing: add gitdb2 test

[Buildroot] [git commit] support/testing: add gitdb2 test
 2019-12-16 22:36 UTC 

[PATCH v4 00/15] soundwire: intel: implement new ASoC interfaces
 2019-12-16 22:34 UTC  (8+ messages)
` [PATCH v4 08/15] soundwire: add initial definitions for sdw_master_device
        ` [alsa-devel] "

[PATCH v12 00/25] LSM: Module stacking for AppArmor
 2019-12-16 22:33 UTC  (16+ messages)
  ` [PATCH v12 01/25] LSM: Infrastructure management of the sock security
  ` [PATCH v12 02/25] LSM: Create and manage the lsmblob data structure
  ` [PATCH v12 03/25] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v12 04/25] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v12 05/25] net: Prepare UDS for security module stacking
  ` [PATCH v12 06/25] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v12 07/25] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v12 08/25] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v12 09/25] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v12 10/25] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v12 11/25] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v12 12/25] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v12 13/25] LSM: Specify which LSM to display
  ` [PATCH v12 14/25] LSM: Ensure the correct LSM context releaser
  ` [PATCH v12 15/25] LSM: Use lsmcontext in security_secid_to_secctx

open_by_handle_at: mount_fd opened with O_PATH
 2019-12-16 22:34 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/5] drm/i915: Call hsw_fdi_link_train() directly()
 2019-12-16 22:34 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/5] drm/i915: Call hsw_fdi_link_train() directly() (rev2)

post-receive: pub/scm/linux/kernel/git/kbingham/rcar
 2019-12-16 22:34 UTC 

[PATCH net] net: dsa: sja1105: Fix double delivery of TX timestamps to socket error queue
 2019-12-16 22:33 UTC 

[Buildroot] [git commit] package/python-gitdb2: new package
 2019-12-16 22:33 UTC 

[PATCH v2 00/28] cputlb: Remove support for MMU_MODE*_SUFFIX
 2019-12-16 22:11 UTC  (25+ messages)
` [PATCH v2 04/28] cputlb: Move body of cpu_ldst_template.h out of line
` [PATCH v2 05/28] translator: Use cpu_ld*_code instead of open-coding
` [PATCH v2 06/28] cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code
` [PATCH v2 08/28] target/i386: Use cpu_*_mmuidx_ra instead of templates
` [PATCH v2 09/28] target/s390x: Include tcg.h in mem_helper.c
` [PATCH v2 10/28] target/arm: Include tcg.h in sve_helper.c
` [PATCH v2 11/28] accel/tcg: Include tcg.h in tcg-runtime.c
` [PATCH v2 12/28] linux-user: Include tcg.h in syscall.c
` [PATCH v2 13/28] linux-user: Include trace-root.h in syscall-trace.h
` [PATCH v2 14/28] cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
` [PATCH v2 15/28] target/nios2: Remove MMU_MODE{0,1}_SUFFIX
` [PATCH v2 16/28] target/alpha: "
` [PATCH v2 17/28] target/cris: "
` [PATCH v2 18/28] target/i386: Remove MMU_MODE{0,1,2}_SUFFIX
` [PATCH v2 19/28] target/microblaze: "
` [PATCH v2 20/28] target/sh4: Remove MMU_MODE{0,1}_SUFFIX
` [PATCH v2 21/28] target/unicore32: "
` [PATCH v2 22/28] target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIX
` [PATCH v2 23/28] target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0, 1}_SUFFIX
` [PATCH v2 24/28] target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
` [PATCH v2 25/28] target/s390x: "
` [PATCH v2 26/28] target/ppc: "
` [PATCH v2 27/28] cputlb: Remove support for MMU_MODE*_SUFFIX
` [PATCH v2 28/28] cputlb: Expand cpu_ldst_template.h in cputlb.c

[Intel-gfx] [PATCH 0/3] i915 fixes to handle hotplug cases on 8K tiled monitor
 2019-12-16 22:33 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/dp: Make sure all tiled connectors get added to the state with full modeset

[PATCH v3] drm: rcar-du: lvds: Get mode from state
 2019-12-16 22:30 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/python-smmap2: new package
 2019-12-16 22:30 UTC  (2+ messages)

[Buildroot] [git commit] support/testing: add smmap2 test
 2019-12-16 22:28 UTC 

[Buildroot] [git commit] package/python-smmap2: new package
 2019-12-16 22:28 UTC 

[PATCH v12 00/25] LSM: Module stacking for AppArmor
 2019-12-16 22:24 UTC  (21+ messages)
  ` [PATCH v12 01/25] LSM: Infrastructure management of the sock security
  ` [PATCH v12 02/25] LSM: Create and manage the lsmblob data structure
  ` [PATCH v12 03/25] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v12 04/25] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v12 05/25] net: Prepare UDS for security module stacking
  ` [PATCH v12 06/25] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v12 07/25] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v12 08/25] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v12 09/25] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v12 10/25] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v12 11/25] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v12 12/25] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v12 13/25] LSM: Specify which LSM to display
  ` [PATCH v12 14/25] LSM: Ensure the correct LSM context releaser
  ` [PATCH v12 15/25] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v12 16/25] LSM: Use lsmcontext in security_dentry_init_security
  ` [PATCH v12 17/25] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v12 18/25] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v12 19/25] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v12 20/25] LSM: Verify LSM display sanity in binder

[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
 2019-12-16 22:18 UTC  (6+ messages)
` [PATCH v11 "

Issue with iwd 1.3 + systemd-resolved + iwd's built-in network configuration not adding DNS servers
 2019-12-16 22:23 UTC  (2+ messages)

do_rootfs error for custom image based upon arago thud branch
 2019-12-16 22:21 UTC  (9+ messages)

[PATCH v2 0/6] spi: Add Renesas SPIBSC controller
 2019-12-16 22:21 UTC  (7+ messages)

[PATCH] doc: howto-man-page.txt: Use font macros instead of font escapes
 2019-12-16 22:20 UTC 

[dm-crypt] LUKS2 support for null/plaintext target
 2019-12-16 22:17 UTC  (11+ messages)

[PATCH v11 00/14] PECI device driver introduction
 2019-12-16 22:17 UTC  (7+ messages)
` [PATCH v11 14/14] hwmon: Add PECI dimmtemp driver

post-receive: pub/scm/git/git
 2019-12-16 22:17 UTC 

[PATCH 1/2] include: trace: Add SCMI header with trace events
 2019-12-16 22:15 UTC  (3+ messages)

[PATCH v9 00/13] selftests/resctrl: Add resctrl selftest
 2019-12-16 22:26 UTC  (6+ messages)
` [PATCH v9 02/13] selftests/resctrl: Add basic resctrl file system operations and data
` [PATCH v9 03/13] selftests/resctrl: Read memory bandwidth from perf IMC counter and from resctrl file system
` [PATCH v9 05/13] selftests/resctrl: Add built in benchmark
` [PATCH v9 11/13] selftests/resctrl: Use cache index3 id for AMD schemata masks
` [PATCH v9 12/13] selftests/resctrl: Disable MBA and MBM tests for AMD


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.