All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-18 23:22:59 to 2020-05-19 00:52:39 UTC [more...]

[Intel-gfx] [PATCH 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
 2020-05-19  0:52 UTC  (17+ messages)
`  "
` [Intel-gfx] [PATCH 1/4] mm/gup: move __get_user_pages_fast() down a few lines in gup.c
  `  "
` [Intel-gfx] [PATCH 2/4] mm/gup: refactor and de-duplicate gup_fast() code
  `  "
` [Intel-gfx] [PATCH 3/4] mm/gup: introduce pin_user_pages_fast_only()
  `  "
` [Intel-gfx] [PATCH 4/4] drm/i915: convert get_user_pages() --> pin_user_pages()
  `  "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH 0/3] xfsprogs: random fixes
 2020-05-19  0:52 UTC  (3+ messages)
` [PATCH 2/3] xfs_db: fix rdbmap_boundscheck
` [PATCH 3/3] debian: replace libreadline with libedit

[PATCH 0/3] xfs: fix stale disk exposure after crash
 2020-05-19  0:49 UTC  (4+ messages)
` [PATCH 1/3] xfs: force writes to delalloc regions to unwritten
` [PATCH 2/3] xfs: don't fail unwritten extent conversion on writeback due to edquot
` [PATCH 3/3] xfs: measure all contiguous previous extents for prealloc size

[PATCH 0/2] Fix VMX preemption timer migration
 2020-05-19  0:49 UTC  (3+ messages)
` [PATCH 1/2] KVM: nVMX: "

[PATCH 00/24] Fixes around device realization
 2020-05-19  0:40 UTC  (8+ messages)
` [PATCH 04/24] aspeed: Don't create unwanted "ftgmac100", "aspeed-mmi" devices
` [PATCH 05/24] aspeed: Don't create unwanted "cortex-a7-arm-cpu" devices

[PATCH v2 0/7] Base support for POWER10
 2020-05-19  0:31 UTC  (8+ messages)
` [PATCH v2 1/7] powerpc: Add new HWCAP bits
` [PATCH v2 2/7] powerpc: Add support for ISA v3.1
` [PATCH v2 3/7] powerpc/dt_cpu_ftrs: Advertise support for ISA v3.1 if selected
` [PATCH v2 4/7] powerpc/dt_cpu_ftrs: Set current thread fscr bits
` [PATCH v2 5/7] powerpc/dt_cpu_ftrs: Enable Prefixed Instructions
` [PATCH v2 6/7] powerpc/dt_cpu_ftrs: Add MMA feature
` [PATCH v2 7/7] powerpc: Add POWER10 architected mode

[PATCH v2 net-next] r8169: work around an irq coalescing related tx timeout
 2020-05-19  0:46 UTC  (2+ messages)

[PATCH net-next] r8169: improve rtl8169_mark_to_asic
 2020-05-19  0:46 UTC  (2+ messages)

[PATCH net-next] r8169: make rtl_rx better readable
 2020-05-19  0:46 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915: move trace_i915_reg_rw() to a separate file
 2020-05-19  0:45 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: trace intel_uncore_*_fw()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: move trace_i915_reg_rw() to a separate file
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH] staging: vchiq_arm: cast with __force as needed
 2020-05-19  0:45 UTC  (2+ messages)

[PATCH v1] net: seeq: Use %pM format specifier for MAC addresses
 2020-05-19  0:43 UTC  (2+ messages)

[PATCH v1] cxgb4: Use %pM format specifier for MAC addresses
 2020-05-19  0:43 UTC  (2+ messages)

[PATCH mm v3 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-05-19  0:42 UTC  (5+ messages)
` [PATCH mm v3 3/3] mm: automatically penalize tasks with high swap use

[PATCH v2 1/2] arm64: dts: rockchip: fix defines in pd_vio node for rk3399
 2020-05-19  0:34 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: dts: rockchip: rk3399: fix pd_tcpc0 and pd_tcpc1 node position

[PATCH 0/2] xfs: fix stale disk exposure after crash
 2020-05-19  0:40 UTC  (9+ messages)
` [PATCH 1/2] xfs: force writes to delalloc regions to unwritten

[dunfell/master][PATCH] packagegroup, source-ipk: arm-trusted-firmware -> trusted-firmware-a
 2020-05-19  0:38 UTC 

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-05-19  0:38 UTC  (16+ messages)
` [PATCH v10 01/26] Documentation/x86: Add CET description

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-19  0:34 UTC  (12+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH v2 0/8] "
      ` [PATCH v2 1/8] exec: Teach prepare_exec_creds how exec treats uids & gids
      ` [PATCH v2 2/8] exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds
      ` [PATCH v2 3/8] exec: Convert security_bprm_set_creds into security_bprm_repopulate_creds
      ` [PATCH v2 4/8] exec: Allow load_misc_binary to call prepare_binfmt unconditionally
      ` [PATCH v2 5/8] exec: Move the call of prepare_binprm into search_binary_handler
      ` [PATCH v2 6/8] exec/binfmt_script: Don't modify bprm->buf and then return -ENOEXEC
      ` [PATCH v2 7/8] exec: Generic execfd support
      ` [PATCH v2 8/8] exec: Remove recursion from search_binary_handler

[PATCH 4/4] ipv6: symbol_get to access a sit symbol
 2020-05-19  0:36 UTC  (4+ messages)

[bluetooth-next:master 4/9] net/bluetooth/l2cap_sock.c:1084:21: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-05-19  0:32 UTC  (2+ messages)

[PATCH] trusted-firmware-a: remove stale checksums, not used for git fetches
 2020-05-19  0:35 UTC 

move the SIOCDELRT and SIOCADDRT compat_ioctl handlers v3
 2020-05-19  0:35 UTC  (2+ messages)

kernel BUG at mm/hugetlb.c:LINE!
 2020-05-19  0:35 UTC  (9+ messages)

[PATCH v4 0/5] kvm: Use rcuwait for vcpu blocking
 2020-05-19  0:34 UTC  (4+ messages)
` [PATCH 4/5] rcuwait: Introduce rcuwait_active()

[PATCH net 1/1] net sched: fix reporting the first-time use timestamp
 2020-05-19  0:33 UTC  (2+ messages)

[dunfell/master][PATCH] trusted-firmware-a: upstreamed and unified to meta-arm, drop locally
 2020-05-19  0:32 UTC 

[PATCH] mdadm: detect too-small device: error rather than underflow/crash
 2020-05-19  0:32 UTC  (2+ messages)

[PATCH 00/44] SHA-256 part 2/3: protocol functionality
 2020-05-19  0:31 UTC  (4+ messages)
` [PATCH 27/44] builtin/show-index: provide options to determine hash algo

[MPTCP] Re: [PATCH mptcp-next] mptcp: use rightmost 64 bits in ADD_ADDR HMAC
 2020-05-19  0:30 UTC 

[PATCH v3] diff: add config option relative
 2020-05-19  0:30 UTC  (11+ messages)
  ` [PATCH v4] "
        ` [PATCH v5] "

[PATCH] x86: mmiotrace: Use cpumask_available for cpumask_var_t variables
 2020-05-19  0:29 UTC  (5+ messages)

[PATCH RFC 00/32] python/qemu: refactor as installable package
 2020-05-19  0:27 UTC  (6+ messages)
` [PATCH RFC 01/32] python/qemu: create qemu.lib module

[powerpc:merge] BUILD SUCCESS 7b06fb8795ffea9d12be45a172197c3307955479
 2020-05-19  0:25 UTC 

[PATCH] net/tls: fix encryption error checking
 2020-05-19  0:26 UTC  (6+ messages)

[PATCH v3 1/1] powerpc/crash: Use NMI context for printk when starting to crash
 2020-05-19  0:25 UTC 

[PATCH V3 0/2] Fix build issues
 2020-05-19  0:26 UTC  (5+ messages)
` [PATCH V3 1/2] uuid.c: split uuid stuffs from util.c
` [PATCH V3 2/2] restripe: fix ignoring return value of ‘read’ and lseek

UBSAN: array-index-out-of-bounds in kernel/bpf/arraymap.c:177
 2020-05-19  0:25 UTC  (4+ messages)

[PATCH 0/3] sparc: port to copy_thread_tls() and struct kernel_clone_args
 2020-05-19  0:24 UTC  (2+ messages)

[PATCH 1/4] clk/soc: mediatek: mt8183: Bind clock driver from platform device
 2020-05-19  0:23 UTC  (10+ messages)
` [PATCH 2/4] clk/soc: mediatek: mt6797: "

[PATCH v3 00/14] remoteproc: Add support for synchronisaton with rproc
 2020-05-19  0:22 UTC  (7+ messages)
` [PATCH v3 05/14] remoteproc: Refactor function rproc_fw_boot()

[iovisor-dev] Building BPF programs and kernel persistence
 2020-05-19  0:23 UTC 

[PATCH] ARM: kprobes: Avoid fortify_panic() when copying optprobe template
 2020-05-19  0:22 UTC  (5+ messages)

[Intel-gfx] [PATCH i-g-t 1/2] Always pass device to igt_params_set
 2020-05-19  0:21 UTC  (5+ messages)
` [igt-dev] "
` [Intel-gfx] [PATCH i-g-t 2/2] lib: Cleanup __igt_params_open()
  ` [igt-dev] "
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] Always pass device to igt_params_set

[usb:usb-testing] BUILD SUCCESS 16bdc04cc98ab0c74392ceef2475ecc5e73fcf49
 2020-05-19  0:19 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS 23bbd5818e2b0d265aa1835e66f5055f63a8fa4c
 2020-05-19  0:19 UTC 

[PATCH v2] usb: gadget: Fix issue with config_ep_by_speed function
 2020-05-19  0:17 UTC 

[PATCH v17 00/23] LSM: Module stacking for AppArmor
 2020-05-19  0:16 UTC  (7+ messages)
` [PATCH v17 20/23] Audit: Add a new record for multiple subject LSM attributes

[PATCH bpf-next] bpf: fix too large copy from user in bpf_test_init
 2020-05-19  0:15 UTC  (2+ messages)

[MPTCP] Re: [PATCH RFC net-next 1/2] net: mptcp: improve fallback to TCP
 2020-05-19  0:14 UTC 

[PATCH net] net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*
 2020-05-19  0:13 UTC 

[linux-next:master 6887/8703] net/qrtr/qrtr.c:857:20-24: ERROR: invalid reference to the index variable of the iterator on line 848
 2020-05-19  0:08 UTC 

[PATCH bpf-next] tools: bpftool: make capability check account for new BPF caps
 2020-05-19  0:07 UTC  (2+ messages)

[dpdk-dev] [PATCH 20.08] telemetry: add upper limit on connections
 2020-05-19  0:07 UTC  (2+ messages)

[Intel-gfx] [PATCH i-g-t] lib/i915: Reset all engine properties to defaults prior to the start of a test
 2020-05-19  0:06 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for lib/i915: Reset all engine properties to defaults prior to the start of a test (rev3)

[PATCH V3 00/15] Remove duplicated kmap code
 2020-05-19  0:03 UTC  (11+ messages)
` [PATCH V3 07/15] arch/kunmap_atomic: Consolidate duplicate code

drivers/iio/accel/bma400_i2c.c:21: undefined reference to `__devm_regmap_init_i2c'
 2020-05-19  0:02 UTC  (2+ messages)

[dpdk-dev] net/iavf: fix VF reset issue for hash
 2020-05-19  0:20 UTC  (2+ messages)

[PATCH for-4.14 0/3] Remove the 1GB limitation on Rasberry Pi 4
 2020-05-19  0:02 UTC  (4+ messages)
` [PATCH for-4.14 3/3] xen/arm: plat: Allocate as much as possible memory below 1GB for dom0 for RPI

[PATCH v5 bpf-next 00/11] net: Add support for XDP in egress path
 2020-05-19  0:02 UTC  (13+ messages)

[PATCH 0/4] Relocate execve() sanity checks
 2020-05-18 23:57 UTC  (6+ messages)
` [PATCH 1/4] exec: Change uselib(2) IS_SREG() failure to EACCES

[android-common:android-4.14-stable 22/22] drivers/gpu/drm/virtio/virtgpu_vq.c:1130:23: sparse: sparse: incorrect type in assignment (different base types)
 2020-05-19  0:00 UTC 

Documentation for Raw USB ConfigFS
 2020-05-18 23:58 UTC  (11+ messages)

[PATCH v7 1/5] dt-bindings: Document JZ47xx VPU auxiliary processor
 2020-05-18 23:57 UTC  (3+ messages)
` [PATCH v7 4/5] remoteproc: ingenic: Added remoteproc driver

[patch V6 00/37] x86/entry: Rework leftovers and merge plan
 2020-05-18 23:56 UTC  (11+ messages)
` [patch V6 07/37] x86/entry: Provide helpers for execute on irqstack
` [patch V6 08/37] x86/entry/64: Move do_softirq_own_stack() to C
` [patch V6 09/37] x86/entry: Split idtentry_enter/exit()

[RFC PATCH 0/6] various documentation bits
 2020-05-18 23:54 UTC  (7+ messages)
` [RFC PATCH 4/6] Include NAMESPACE COLLISIONS doc into gitrepository-layout.txt

[Intel-gfx] [PATCH 1/4] drm/i915: Don't set queue-priority hint when supressing the reschedule
 2020-05-18 23:55 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

Assemblin journaled array fails
 2020-05-18 23:55 UTC  (9+ messages)

[SPARSE PATCH] univ-init: conditionally accept { 0 } without warnings
 2020-05-18 23:54 UTC 

[PATCH 0/7] x86: Clean up percpu operations
 2020-05-18 23:54 UTC  (10+ messages)
` [PATCH 1/7] x86/percpu: Introduce size abstraction macros
` [PATCH 4/7] x86/percpu: Clean up percpu_add_op()
` [PATCH 5/7] x86/percpu: Clean up percpu_add_return_op()

[PATCH net-next] net: phy: simplify phy_link_change arguments
 2020-05-18 23:54 UTC  (2+ messages)

[BlueZ PATCH v1] lib: Add definitions for advertisement monitor features
 2020-05-18 23:53 UTC 

[PATCH net-next 0/2] qed: Add xrc core support for RoCE
 2020-05-18 23:52 UTC  (3+ messages)
` [PATCH net-next 2/2] qed: Add XRC to RoCE

[net-next v4 0/9][pull request] 1GbE Intel Wired LAN Driver Updates 2020-05-18
 2020-05-18 23:51 UTC  (2+ messages)

[RFC] arm64: Enable perf events based hard lockup detector
 2020-05-18 23:51 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add general instructions for test execution
 2020-05-18 23:48 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/2] fix defects of macro in VF
 2020-05-18 23:39 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 2/2] net/e1000: "
    ` [dpdk-dev] [dpdk-stable] "

[BlueZ PATCH v7] doc: Describe the new Advertisement Monitor support
 2020-05-18 23:47 UTC 

[PATCH V5 0/4] x86/resctrl: Enable user to view and select thread throttling mode
 2020-05-18 23:46 UTC  (5+ messages)
` [PATCH V5 1/4] "
` [PATCH V5 2/4] x86/resctrl: Enumerate per-thread MBA
` [PATCH V5 3/4] x86/resctrl: Enable "
` [PATCH V5 4/4] x86/resctrl: Use appropriate API for strings terminated by newline

[RFC][PATCH 0/5] thermal: Add new mechanism to get thermal notification
 2020-05-18 23:46 UTC  (7+ messages)
` [RFC][PATCH 3/5] thermal: Add support for setting notification thresholds
` [RFC][PATCH 4/5] thermal: Add support for setting polling interval

I can't mount image
 2020-05-18 23:45 UTC  (2+ messages)

[PATCH bpf-next] selftest/bpf: make bpf_iter selftest compilable against old vmlinux.h
 2020-05-18 23:45 UTC 

U-Boot DM device tree and Linux device tree - what are the differences and why?
 2020-05-18 23:45 UTC 

[powerpc:next] BUILD SUCCESS 30df74d67d48949da87e3a5b57c381763e8fd526
 2020-05-18 23:41 UTC 

[PATCH v12 00/12] Reftable support git-core
 2020-05-18 23:43 UTC  (8+ messages)
` [PATCH v13 00/13] "
  ` [PATCH v13 01/13] refs.h: clarify reflog iteration order
  ` [PATCH v13 02/13] t: use update-ref and show-ref to reading/writing refs
  ` [PATCH v13 03/13] refs: document how ref_iterator_advance_fn should handle symrefs

[PATCH v6 0/2] Implement reentrant rtas call
 2020-05-18 23:42 UTC  (3+ messages)
` [PATCH v6 1/2] powerpc/rtas: Move type/struct definitions from rtas.h into rtas-types.h
` [PATCH v6 2/2] powerpc/rtas: Implement reentrant rtas call

[PATCH net-next 0/4] bnxt_en: Add new "enable_hot_fw_reset" generic devlink parameter
 2020-05-18 23:43 UTC  (3+ messages)

[PATCH v5 0/2] Implement reentrant rtas call
 2020-05-18 23:40 UTC  (5+ messages)
` [PATCH v5 2/2] powerpc/rtas: "

[PATCH 0/3] simplify parsing of inline/__tls/__visible
 2020-05-18 23:42 UTC  (4+ messages)
` [PATCH 1/3] attribute: '__tls' is just another 'declaration' modifier
` [PATCH 2/3] attribute: 'inline' "
` [PATCH 3/3] attribute: 'externally_visible' "

[PATCH] arm64: dts: qcom: sc7180: add IPA information
 2020-05-18 23:37 UTC  (2+ messages)

[PATCH] arm64: defconfig: enable Qualcomm IPA and RMNet modules
 2020-05-18 23:37 UTC  (3+ messages)

[PATCH net] cxgb4/chcr: Enable ktls settings at run time
 2020-05-18 23:33 UTC  (2+ messages)

[PATCH 1/2] cpu: imx8: fix type and rate detection
 2020-05-18 23:32 UTC  (5+ messages)
` [PATCH 2/2] thermal: imx_scu_thermal: fix getting DT alert property value

[Intel-gfx] [RFC PATCH 0/4] drm/i915: Resolve device hotunplug issues
 2020-05-18 23:29 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] arm64: dts: qcom: sdm845-mtp: enable IPA
 2020-05-18 23:24 UTC  (2+ messages)

I think he's dead, Jim
 2020-05-18 23:23 UTC  (2+ messages)

[PATCH] drm/i915/gvt: Use ARRAY_SIZE for vgpu_types
 2020-05-18 23:23 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH] scsi: qla2xxx: Keep initiator ports after RSCN
 2020-05-18 23:22 UTC  (2+ 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.