All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-16 21:39:38 to 2019-12-16 22:26:31 UTC [more...]

[Intel-gfx] [PATCH v3 01/11] drm: Add __drm_atomic_helper_crtc_state_reset() & co
 2019-12-16 22:07 UTC  (5+ messages)
` [Intel-gfx] [PATCH v3 08/11] drm/i915/display: Always enables MST master pipe first
` [Intel-gfx] [PATCH v3 09/11] drm/i915/dp: Fix MST disable sequences
` [Intel-gfx] [PATCH v3 10/11] drm/i915/display: Check if pipe fastset is allowed by external dependencies
` [Intel-gfx] [PATCH v3 11/11] drm/i915/display: Add comment to a function that probably can be removed

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-16 22:25 UTC  (29+ 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

[PATCH v12 00/25] LSM: Module stacking for AppArmor
 2019-12-16 22:24 UTC  (17+ 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 20/25] LSM: Verify LSM display sanity in binder

[PATCH v2 00/28] cputlb: Remove support for MMU_MODE*_SUFFIX
 2019-12-16 22:11 UTC  (19+ messages)
` [PATCH v2 01/28] target/xtensa: Use probe_access for itlb_hit_test
` [PATCH v2 02/28] cputlb: Use trace_mem_get_info instead of trace_mem_build_info
` [PATCH v2 03/28] trace: Remove trace_mem_build_info_no_se_[bl]e
` [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 07/28] cputlb: Provide cpu_(ld, st}*_mmuidx_ra for user-only
` [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 22/28] target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIX
` [PATCH v2 24/28] target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
` [PATCH v2 25/28] target/s390x: "

[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 

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

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

[PATCH v11 00/14] PECI device driver introduction
 2019-12-16 22:17 UTC  (11+ messages)
` [PATCH v11 11/14] mfd: intel-peci-client: Add Intel PECI client driver
` [PATCH v11 14/14] hwmon: Add PECI dimmtemp driver

[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  (14+ messages)
` [PATCH v9 01/13] selftests/resctrl: Add README for resctrl tests
` [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 04/13] selftests/resctrl: Add callback to start a benchmark
` [PATCH v9 05/13] selftests/resctrl: Add built in benchmark
` [PATCH v9 06/13] selftests/resctrl: Add MBM test
` [PATCH v9 07/13] selftests/resctrl: Add MBA test
` [PATCH v9 08/13] selftests/resctrl: Add Cache QoS Monitoring (CQM) selftest
` [PATCH v9 09/13] selftests/resctrl: Add Cache Allocation Technology (CAT) selftest
` [PATCH v9 10/13] selftests/resctrl: Add vendor detection mechanism
` [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
` [PATCH v9 13/13] selftests/resctrl: Add the test in MAINTAINERS

[PATCH 0/9] testing patches
 2019-12-16 22:13 UTC  (7+ messages)

[PATCH 1/1] NFSv4.x recover from pre-mature loss of openstateid
 2019-12-16 22:13 UTC 

FAILED: patch "[PATCH] io_uring: allow unbreakable links" failed to apply to 5.4-stable tree
 2019-12-16 22:11 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/5] drm/i915: Call hsw_fdi_link_train() directly()
 2019-12-16 22:10 UTC  (8+ messages)
` [Intel-gfx] [PATCH 3/5] drm/i915: Pass old crtc state to skylake_scaler_disable()
` [Intel-gfx] [PATCH 4/5] drm/i915: Pass old crtc state to intel_crtc_vblank_off()

[PATCHES] Networking
 2019-12-16 22:10 UTC 

[PATCH] sparc/console: kill off obsolete declarations
 2019-12-16 22:10 UTC 

[Xen-devel] [ovmf test] 144881: regressions - FAIL
 2019-12-16 22:09 UTC 

[PATCH bpf-next v11 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-12-16 22:09 UTC  (4+ messages)
` [PATCH bpf-next v12 0/2] bpf: adding get_file_path helper
  ` [PATCH bpf-next v12 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname

stable-rc/linux-5.3.y boot: 43 boots: 2 failed, 41 passed (v5.3.16-182-ge12e0a991de7)
 2019-12-16 22:08 UTC 

[Buildroot] [PATCH v2] ebtables: add option to install save/restore utils
 2019-12-16 22:08 UTC 

[PATCH] ath10k: Per-chain rssi should sum the secondary channels
 2019-12-16 22:07 UTC  (2+ messages)

[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests
 2019-12-16 22:05 UTC  (14+ messages)
` [RFC v1 1/6] vmlinux.lds.h: add linker section for KUnit test suites
` [RFC v1 2/6] arch: um: "
` [RFC v1 3/6] kunit: test: create a single centralized executor for all tests
` [RFC v1 4/6] init: main: add KUnit to kernel init
` [RFC v1 5/6] kunit: test: add test plan to KUnit TAP format
` [RFC v1 6/6] kunit: Add 'kunit_shutdown' option

[Intel-gfx] [PATCH] drm/i915: Fix WARN_ON condition for cursor plane ddb allocation
 2019-12-16 21:23 UTC  (2+ messages)

[PATCH bpf-next 00/13] Introduce BPF STRUCT_OPS
 2019-12-16 22:05 UTC  (3+ messages)
` [PATCH bpf-next 04/13] bpf: Support bitfield read access in btf_struct_access

[MPTCP] Re: [PATCH] Squash-to: "mptcp: Handle MP_CAPABLE options for outgoing connections"
 2019-12-16 22:05 UTC 

Problem with rootfs boot on my raspberrypi. #raspberrypi
 2019-12-16 22:04 UTC 

RISC-V nommu support v6
 2019-12-16 22:03 UTC  (5+ messages)
` [PATCH 10/12] riscv: add nommu support

[Xen-devel] [xen-unstable-smoke test] 144877: tolerable all pass - PUSHED
 2019-12-16 22:01 UTC 

[meta-virtualization][m-c-s][PATCH] nss-pam-ldapd: inherit features_check
 2019-12-16 21:18 UTC 

[PATCH] objtool: silence build output from sync-check.sh
 2019-12-16 22:01 UTC  (2+ messages)
` [PATCH] objtool: silence build output

[Buildroot] [PATCH v2 0/5] Ensure extractor dependencies are taken into account
 2019-12-16 22:00 UTC  (3+ messages)
` [Buildroot] [PATCH v2 1/5] package/pkg-utils.mk: rename extractor-dependency to extractor-system-dependency

[PATCH 0/6] x86/mce: Various fixes and cleanups for MCE handling
 2019-12-16 21:59 UTC  (5+ messages)

[Buildroot] [git commit] package/pkg-utils.mk: rename extractor-dependency to extractor-system-dependency
 2019-12-16 21:59 UTC 

[PATCH v2] drm: rcar-du: lvds: Get mode from state
 2019-12-16 21:58 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx: bump version to 8.1.1
 2019-12-16 21:58 UTC  (2+ messages)

[Buildroot] [git commit] package/freescale-imx/firmware-imx: bump version to 8.1.1
 2019-12-16 21:58 UTC 

[dpdk-dev] [RFC] devtools: add spdx license check tool
 2019-12-16 21:58 UTC  (4+ messages)
` [dpdk-dev] [PATCH] devtools: add SPDX license tag check script

[PATCH] Input: uinput - Add UI_SET_UNIQ ioctl handler
 2019-12-16 21:57 UTC  (12+ messages)

[Buildroot] [PATCH 1/1] package/freescale-imx: update SITE to use NXP url
 2019-12-16 21:57 UTC  (2+ messages)

[PATCH v3 0/5] drivers: Add Tiger Lake hardware IDs to support ACPI,
 2019-12-16 21:56 UTC  (3+ messages)

[Buildroot] [git commit] package/freescale-imx: update SITE to use NXP url
 2019-12-16 21:57 UTC 

[Buildroot] [PATCH 1/1] board/freescale/common/imx: use nodtb variant in uboot images for 8M
 2019-12-16 21:57 UTC  (2+ messages)

[alsa-devel] alsa-info: lots of mostly syntactic changes
 2019-12-16 21:56 UTC 

[Buildroot] [PATCH 1/1] configs/imx8mpico: bump BSP components to 4.14.98_2.0.0
 2019-12-16 21:56 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] configs/imx8mmpico: bump BSP components to 4.14.98_2.0.0
 2019-12-16 21:56 UTC  (2+ messages)

[Buildroot] [git commit] configs/imx8mpico: bump BSP components to 4.14.98_2.0.0
 2019-12-16 21:55 UTC 

[Buildroot] [git commit] configs/imx8mmpico: bump BSP components to 4.14.98_2.0.0
 2019-12-16 21:54 UTC 

[GIT PULL] ARM: SoC fixes
 2019-12-16 21:53 UTC  (2+ messages)

[Buildroot] [PATCH v3,1/3] package/solarus: bump to version 1.6.2
 2019-12-16 21:53 UTC  (6+ messages)
` [Buildroot] [PATCH v3, 2/3] package/solarus: allow building with lua 5.1
` [Buildroot] [PATCH v3,3/3] package/solarus: disable tests
` [Buildroot] [PATCH v3, 1/3] package/solarus: bump to version 1.6.2

[PATCH] xfsprogs: don't warn about packed members
 2019-12-16 21:52 UTC 

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

[PATCH v4 0/2] IMA: Deferred measurement of keys
 2019-12-16 21:52 UTC  (12+ messages)
` [PATCH v4 2/2] IMA: Call workqueue functions to measure queued keys

[Buildroot] [git commit] package/solarus: disable tests
 2019-12-16 21:51 UTC 

[Buildroot] [git commit] package/solarus: allow building with lua 5.1
 2019-12-16 21:51 UTC 

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

[PATCH v4] gpio: pca953x: Add Maxim MAX7313 PWM support
 2019-12-16 21:50 UTC  (2+ messages)

[PATCH] dt-bindings: spi: Convert stm32 spi bindings to json-schema
 2019-12-16 21:49 UTC  (4+ messages)

[PATCH] amd/amdgpu: add missing break statement
 2019-12-16 21:48 UTC  (2+ messages)

[PATCH 1/2] u-boot-ti-staging: update to ti2019.06-rc1
 2019-12-16 21:46 UTC  (2+ messages)
` [PATCH 2/2] linux-ti-staging: "

[PATCH v5] mmc: mmci: Support odd block sizes for ux500v2 and qcom variant
 2019-12-16 21:46 UTC 

[arm:cex7 76/92] drivers/net/dsa/mt7530.c:1357:57: sparse: sparse: incorrect type in argument 2 (different base types)
 2019-12-16 21:46 UTC  (2+ messages)

[Buildroot] [git commit] package/solarus: bump to version 1.6.2
 2019-12-16 21:46 UTC 

[Buildroot] [PATCH 1/2] package/apitrace: needs host-python3
 2019-12-16 21:46 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/apitrace: needs wchar

[v1,net-next, 1/2] ethtool: add setting frame preemption of traffic classes
 2019-12-16 21:44 UTC  (4+ messages)
  ` [EXT] "

[Bug 200695] New: Blank screen on RX 580 with amdgpu.dc=1 enabled (no displays detected)
 2019-12-16 21:43 UTC  (2+ messages)
` [Bug 200695] "

[PATCH] x86/cpufeatures: Add feature flag for fast short rep movsb
 2019-12-16 21:42 UTC  (2+ messages)
` [PATCH] x86/cpufeatures: Add support for fast short rep mov

[Buildroot] [git commit] package/apitrace: needs wchar
 2019-12-16 21:42 UTC 

[alsa-devel] [PATCH v5 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm & imx8qxp
 2019-12-16 21:40 UTC  (4+ messages)
`  "

[PATCH nft,RFC] main: remove need to escape quotes
 2019-12-16 21:41 UTC 

[Bug 205879] New: amdgpu: blank screen on RX 460
 2019-12-16 21:41 UTC  (2+ messages)
` [Bug 205879] "

[Buildroot] [git commit] package/apitrace: needs host-python3
 2019-12-16 21:41 UTC 

[Question] Certified alternates to GPG for git
 2019-12-16 21:41 UTC 

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

[PATCH 5/5] dt-bindings: pinctrl: dw: move sps,dwapb-gpio.txt to pinctrl
 2019-12-16 21:39 UTC  (4+ messages)

BUG: unable to handle kernel paging request in insert_char
 2019-12-16 21:39 UTC  (2+ messages)

[PATCH v3 0/8] Create a userfaultfd demand paging test
 2019-12-16 21:38 UTC  (7+ messages)
` [PATCH v3 1/8] KVM: selftests: Create a "
` [PATCH v3 2/8] KVM: selftests: Add demand paging content to the "
` [PATCH v3 3/8] KVM: selftests: Add configurable demand paging delay
` [PATCH v3 4/8] KVM: selftests: Add memory size parameter to the demand paging test
` [PATCH v3 5/8] KVM: selftests: Pass args to vCPU instead of using globals
` [PATCH v3 6/8] KVM: selftests: Support multiple vCPUs in demand paging test


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.