All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-10 13:57:19 to 2020-07-10 14:18:52 UTC [more...]

[PATCH 00/25] dma-fence annotations, round 3
 2020-07-10 14:02 UTC  (12+ messages)
` [PATCH 02/25] dma-fence: prime lockdep annotations
              ` [Intel-gfx] "

[PATCH] IOMMU DRIVERS: Replace HTTP links with HTTPS ones
 2020-07-10 14:18 UTC  (3+ messages)

Range values for V4L2_CID_* commands
 2020-07-10 14:18 UTC 

[RFC] Kill THP deferred split queue?
 2020-07-10 14:18 UTC  (2+ messages)

[PATCH bpf-next v2 00/14] xsk: support shared umems between devices and queues
 2020-07-10 14:16 UTC  (15+ messages)
` [PATCH bpf-next v2 01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
` [PATCH bpf-next v2 02/14] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces
` [PATCH bpf-next v2 03/14] xsk: create and free buffer pool independently from umem
` [PATCH bpf-next v2 04/14] xsk: move fill and completion rings to buffer pool
` [PATCH bpf-next v2 05/14] xsk: move queue_id, dev and need_wakeup "
` [PATCH bpf-next v2 06/14] xsk: move xsk_tx_list and its lock "
` [PATCH bpf-next v2 07/14] xsk: move addrs from buffer pool to umem
` [PATCH bpf-next v2 08/14] xsk: enable sharing of dma mappings
` [PATCH bpf-next v2 09/14] xsk: rearrange internal structs for better performance
` [PATCH bpf-next v2 10/14] xsk: add shared umem support between queue ids
` [PATCH bpf-next v2 11/14] xsk: add shared umem support between devices
` [PATCH bpf-next v2 12/14] libbpf: support shared umems between queues and devices
` [PATCH bpf-next v2 13/14] samples/bpf: add new sample xsk_fwd.c
` [PATCH bpf-next v2 14/14] xsk: documentation for XDP_SHARED_UMEM between queues and netdevs

[bug report] scsi: cxgb4i: Add support for iSCSI segmentation offload
 2020-07-10 14:17 UTC 

[joro:sev-es-client-v5.8-rc4 35/75] arch/x86/kernel/head64.c:512:13: warning: no previous prototype for function 'early_idt_setup_early_handler'
 2020-07-10 14:17 UTC 

[PATCH 1/3] drm/amd/powerplay: add SMU mode1 reset
 2020-07-10 14:16 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: enable "
` [PATCH 3/3] drm/amdgpu: add module parameter choose reset mode

[PATCH v3 6/9] drm/bridge: ti-sn65dsi86: Use 18-bit DP if we can
 2020-07-10 14:16 UTC  (10+ messages)

[PATCH v1] regmap: Switch to use fwnode instead of OF one
 2020-07-10 14:15 UTC  (10+ messages)

[PATCH] iommu: Remove unused IOMMU_SYS_CACHE_ONLY flag
 2020-07-10 14:15 UTC  (5+ messages)

[PATCH v6 00/10] MT6779 IOMMU SUPPORT
 2020-07-10 14:13 UTC  (5+ messages)

[PATCH v4 0/4] printk: replace ringbuffer
 2020-07-10 14:15 UTC  (7+ messages)

[PATCH net-next 00/13] mlxsw: Add support for buffer drops mirroring
 2020-07-10 14:15 UTC  (15+ messages)
` [PATCH net-next 01/13] net: sched: Pass qdisc reference in struct flow_block_offload
` [PATCH net-next 02/13] mlxsw: reg: Add Monitoring Mirror Trigger Enable Register
` [PATCH net-next 03/13] mlxsw: reg: Add Monitoring Port Analyzer Global Register
` [PATCH net-next 04/13] mlxsw: spectrum_span: Move SPAN operations out of global file
` [PATCH net-next 05/13] mlxsw: spectrum_span: Prepare for global mirroring triggers
` [PATCH net-next 06/13] mlxsw: spectrum_span: Add support "
` [PATCH net-next 07/13] mlxsw: spectrum_span: Add APIs to enable / disable "
` [PATCH net-next 08/13] mlxsw: spectrum_flow: Convert a goto to a return
` [PATCH net-next 09/13] mlxsw: spectrum_flow: Drop an unused field
` [PATCH net-next 10/13] mlxsw: spectrum_matchall: Publish matchall data structures
` [PATCH net-next 11/13] mlxsw: spectrum_flow: Promote binder-type dispatch to spectrum.c
` [PATCH net-next 12/13] mlxsw: spectrum_qdisc: Offload mirroring on RED qevent early_drop
` [PATCH net-next 13/13] selftests: mlxsw: RED: Test offload of mirror on RED early_drop qevent

[bug report] scsi: cxgb4i: Add support for iSCSI segmentation offload
 2020-07-10 14:14 UTC 

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-07-10  7:32 UTC  (2+ messages)

[PATCH v4 00/17] perf: ftrace enhancement
 2020-07-10 14:14 UTC  (3+ messages)
` [PATCH v4 01/17] perf ftrace: select function/function_graph tracer automatically

[PATCH v4 0/9] KVM: nSVM: fixes for CR3/MMU switch upon nested guest entry/exit
 2020-07-10 14:11 UTC  (10+ messages)
` [PATCH v4 1/9] KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()
` [PATCH v4 2/9] KVM: MMU: stop dereferencing vcpu->arch.mmu to get the context for MMU init
` [PATCH v4 3/9] KVM: nSVM: reset nested_run_pending upon nested_svm_vmrun_msrpm() failure
` [PATCH v4 4/9] KVM: nSVM: prepare to handle errors from enter_svm_guest_mode()
` [PATCH v4 5/9] KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()
` [PATCH v4 6/9] KVM: nSVM: move kvm_set_cr3() after nested_svm_uninit_mmu_context()
` [PATCH v4 7/9] KVM: nSVM: implement nested_svm_load_cr3() and use it for host->guest switch
` [PATCH v4 8/9] KVM: nSVM: use nested_svm_load_cr3() on guest->host switch
` [PATCH v4 9/9] KVM: x86: drop superfluous mmu_check_root() from fast_pgd_switch()

[PATCH] mm: memcontrol: avoid workload stalls when lowering memory.high
 2020-07-10 14:12 UTC  (3+ messages)

[PATCH] powerpc/rtas: Restrict RTAS requests from userspace
 2020-07-10 14:02 UTC  (3+ messages)

[PATCH v3 0/4] zone-append support in io-uring and aio
 2020-07-10 14:11 UTC  (19+ messages)
  ` [PATCH v3 4/4] io_uring: add support for zone-append

[PATCH v2] mm, oom: make the calculation of oom badness more accurate
 2020-07-10 14:10 UTC  (7+ messages)

[igt-dev] [PATCH i-g-t v2] igt/tests: Clear pipes properly in kms_atomic_transition
 2020-07-10 14:11 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for igt/tests: Clear pipes properly in kms_atomic_transition (rev2)

[PATCH v3 net-next] inet: Remove an unnecessary argument of syn_ack_recalc()
 2020-07-10 14:10 UTC 

[igt-dev] [PATCH i-g-t 1/6] lib/i915: Report unknown device as the future
 2020-07-10 14:11 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 4/6] i915/gem_close: Adapt to allow duplicate handles
  ` [Intel-gfx] "

[PATCH RFC 0/3] IB CM tracepoints
 2020-07-10 14:10 UTC  (5+ messages)
` [PATCH RFC 1/3] RDMA/core: Move the rdma_show_ib_cm_event() macro
` [PATCH RFC 2/3] RDMA/cm: Replace pr_debug() call sites with tracepoints
` [PATCH RFC 3/3] RDMA/cm: Add tracepoints to track MAD send operations

Migrating custom qemu.org infrastructure to GitLab
 2020-07-10 14:09 UTC  (3+ messages)

[PATCH v14 00/20] per memcg lru lock
 2020-07-10 14:09 UTC  (10+ messages)
` [PATCH v14 07/20] mm/thp: narrow lru locking

[PATCH] dma-pool: Only allocate from CMA when in same memory zone
 2020-07-10 14:10 UTC  (2+ messages)

[PATCH v2] Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch
 2020-07-10 14:08 UTC  (3+ messages)

[PATCH 0/5] Refactor kallsyms_show_value() users for correct cred
 2020-07-10 14:09 UTC  (3+ messages)
` [PATCH 4/5] kprobes: Do not expose probe addresses to non-CAP_SYSLOG

[PATCH] gpiolib: Add some warn print for easier to debug
 2020-07-10 14:09 UTC  (4+ messages)

[PATCH V3 01/23] x86/cpufeatures: Add Architectural LBRs feature bit
 2020-07-10 14:09 UTC  (4+ messages)
` [tip: perf/core] "

[PATCH v2] ext4: don't BUG on inconsistent journal feature
 2020-07-10 14:08 UTC  (3+ messages)

[PATCH v3 01/10] xattr: break delegations in {set,remove}xattr
 2020-07-10 14:08 UTC  (3+ messages)

[PATCH 0/4] mfd: mt6360: Merge different sub-devices i2c read/write
 2020-07-10 14:06 UTC  (5+ messages)
` [PATCH 1/4] mfd: mt6360: Refactor and fix code style

[net-next PATCH v4 0/6] ACPI support for dpaa2 MAC driver
 2020-07-10 14:08 UTC  (4+ messages)
` [net-next PATCH v4 5/6] phylink: introduce phylink_fwnode_phy_connect()

[RFC PATCH 0/7] mmu context cleanup, lazy tlb cleanup,
 2020-07-10 14:02 UTC  (4+ messages)
` [RFC PATCH 4/7] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode

[PATCH v3] ext4: don't BUG on inconsistent journal feature
 2020-07-10 14:07 UTC 

[igt-dev] [PATCH i-g-t v2 0/5] Portion of libdrm removal in simple tests
 2020-07-10 14:07 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Portion of libdrm removal in simple tests (rev2)

[PATCH] soc: imx: check ls1021a
 2020-07-10 14:05 UTC  (2+ messages)

[meta-virtualization][PATCH] Prevents two getty running on single serial console (hvc0)
 2020-07-10 14:06 UTC  (2+ messages)
` [PATCH] "

[PATCH] btrfs: return -EIO on error in btree_write_cache_pages
 2020-07-10 14:06 UTC 

[PATCHv3] arm64/mm: save memory access in check_and_switch_context() fast switch path
 2020-07-10 14:04 UTC 

[dpdk-dev] [PATCH 0/5] bnxt bug fixes
 2020-07-10 14:05 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 0/2] virtio: restrict pointer aliasing for loops vectorization
 2020-07-10 14:05 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 0/3] restrict pointer aliasing with a common wrapper

[PATCH 04/10] mfd: altera-sysmgr: Fix physical address storing hacks
 2020-07-10 14:03 UTC  (3+ messages)

[PATCH 10/10] mfd: altera-sysmgr: Supply descriptions for 'np' and 'property' function args
 2020-07-10 14:02 UTC  (3+ messages)

[PATCH 0/3] Two furhter additions for fsinfo ioctl
 2020-07-10 14:05 UTC  (4+ messages)
` [PATCH 1/3] btrfs: add filesystem generation to "
` [PATCH 2/3] btrfs: add metadata_uuid "
` [PATCH 3/3] btrfs: assert sizes of ioctl structures

[PATCH v2 07/17] irqchip/gic: Atomically update affinity
 2020-07-10 14:02 UTC  (3+ messages)

[PATCH v2 3/4] arm64: Override SPSR.SS when single-stepping is enabled
 2020-07-10 14:02 UTC  (3+ messages)

[PATCH v2 2/4] arm64: ptrace: Consistently use pseudo-singlestep exceptions
 2020-07-10 14:02 UTC  (3+ messages)

[PATCH v3] vmalloc: Add the right hint when vmalloc failed
 2020-07-10 14:04 UTC  (5+ messages)

[RFC PATCH 0/4] block: add two statistic tables
 2020-07-10 14:04 UTC  (9+ messages)
` [PATCH RFC 4/5] block: add a statistic table for io latency

[PATCH 09/10] mfd: atmel-smc: Add missing colon(s) for 'conf' arguments
 2020-07-10 14:02 UTC  (3+ messages)

[PATCH 2/3] arm64: dts: stratix10: add status to qspi dts node
 2020-07-10 14:02 UTC  (3+ messages)

"git rm" could be safer and have a better help msg
 2020-07-10 14:04 UTC  (4+ messages)

[PATCH 02/10] mfd: mfd-core: Complete kerneldoc header for devm_mfd_add_devices()
 2020-07-10 14:02 UTC  (3+ messages)

[PATCH 1/6] ASoC: Intel: cht_bsw_rt5672: Change bus format to I2S 2 channel
 2020-07-10 14:02 UTC  (3+ messages)

[PATCH 1/2] v4l2-compliance: Add version command
 2020-07-10 14:03 UTC  (5+ messages)

[PATCH v6 0/4] make vm_committed_as_batch aware of vm overcommit policy
 2020-07-10 14:01 UTC  (5+ messages)
` [PATCH v6 1/4] proc/meminfo: avoid open coded reading of vm_committed_as
` [PATCH v6 2/4] mm/util.c: make vm_memory_committed() more accurate
` [PATCH v6 3/4] percpu_counter: add percpu_counter_sync()
` [PATCH v6 4/4] mm: adjust vm_committed_as_batch according to vm overcommit policy

[PATCH 1/5] kallsyms: Refactor kallsyms_show_value() to take cred
 2020-07-10 14:03 UTC  (2+ messages)

[PATCH for-rc v2 1/2] IB/hfi1: Do not destroy hfi1_wq when the device is shut down
 2020-07-10 14:03 UTC  (2+ messages)

[PATCH 4/4] intel_th: Fix a NULL dereference when hub driver is not loaded
 2020-07-10 14:03 UTC  (2+ messages)

[PATCH v2] vmlinux.lds.h: Coalesce transient LLVM dead code elimination sections
 2020-07-10 14:03 UTC  (2+ messages)

[PATCH v4] usb: gadget: function: fix missing spinlock in f_uac1_legacy
 2020-07-10 14:03 UTC  (2+ messages)

[PATCH v3 1/3] mm/shuffle: don't move pages between zones and don't read garbage memmaps
 2020-07-10 14:03 UTC  (2+ messages)

[PATCH v3] PM / devfreq: rk3399_dmc: Fix kernel oops when rockchip,pmu is absent
 2020-07-10 14:02 UTC  (2+ messages)

[PATCH v2] vmlinux.lds: add PGO and AutoFDO input sections
 2020-07-10 14:02 UTC  (2+ messages)

[PATCH v2 1/4] arm64: Introduce a way to disable the 32bit vdso
 2020-07-10 14:02 UTC  (2+ messages)

[PATCH v2 01/12] libnvdimm: Validate command family indices
 2020-07-10 14:02 UTC  (3+ messages)

[PATCH v2 3/3] mm/memory_hotplug: fix unpaired mem_hotplug_begin/done
 2020-07-10 14:02 UTC  (2+ messages)

[PATCH 01/12] libnvdimm: Validate command family indices
 2020-07-10 14:02 UTC  (3+ messages)

[PATCH 5/9] phy: qcom-qmp: use correct values for ipq8074 gen2 pcie phy init
 2020-07-10 14:02 UTC  (2+ messages)

[PATCH] btrfs: allow use of global block reserve for balance item deletion
 2020-07-10 14:02 UTC  (2+ messages)

[PATCH v1 0/9] s390: implement and optimize vmemmap_free()
 2020-07-10 14:02 UTC  (7+ messages)

[GIT PULL] first round of nvme updates for 5.9
 2020-07-10 14:02 UTC  (3+ messages)

[PATCH 0/2] Exynos5422 DMC: adjust to new devfreq monitoring mechanism
 2020-07-10 14:00 UTC  (9+ messages)
  ` [PATCH 1/2] memory: samsung: exynos5422-dmc: Adjust polling interval and uptreshold

[PATCH v4 0/2] Fix and enable pmem as RAM device on arm64
 2020-07-10 14:00 UTC  (6+ messages)

ERROR: "max_low_pfn" undefined!
 2020-07-10 13:57 UTC 

KASAN: use-after-free Read in line6_submit_audio_in_all_urbs
 2020-07-10 13:59 UTC  (4+ messages)

[PATCH 0/2] serial: tegra: fix CREAD handling for PIO
 2020-07-10 13:59 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] serial: tegra: drop bogus NULL tty-port checks

[igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Add igt_assert when the failing of PSR2 enabling
 2020-07-10 14:00 UTC 

[PATCH] blk-mq: Remove unnecessary validation before calling blk_mq_sched_completed_request()
 2020-07-10 14:00 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Be defensive in the face of false CS events
 2020-07-10 14:00 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Be defensive in the face of false CS events (rev5)

[PATCH] drm/amdgpu/display: create fake mst encoders ahead of time (v2)
 2020-07-10 13:59 UTC  (2+ messages)

[U-Boot] [PATCH] board: Add support for iMX8QXP AI_ML board
 2020-07-10 13:59 UTC  (2+ messages)
`  "

[PATCH] blk-mq: Remove unnecessary local variable
 2020-07-10 13:59 UTC  (2+ messages)

[ANNOUNCE] Git for Windows 2.28.0-rc0
 2020-07-10 13:59 UTC 

[PATCH] Revert "thermal: mediatek: fix register index error"
 2020-07-10 13:58 UTC  (4+ messages)

[v5] dt-bindings: msm: disp: add yaml schemas for DPU and DSI bindings
 2020-07-10 13:57 UTC 

[MPTCP] Re: WARNING in warn_bad_map
 2020-07-10 13:58 UTC 

[PATCH v2 0/4] perf-probe: Fix GNU IFUNC probe issue etc
 2020-07-10 13:57 UTC  (3+ messages)
` [PATCH v2 4/4] perf-probe: Warn if the target function is GNU Indirect function

clean up address limit helpers
 2020-07-10 13:57 UTC  (6+ messages)
` [PATCH 1/6] syscalls: use uaccess_kernel in addr_limit_user_check
` [PATCH 2/6] nds32: use uaccess_kernel in show_regs
` [PATCH 4/6] uaccess: remove segment_eq
` [PATCH 5/6] uaccess: add force_uaccess_{begin,end} helpers
` [PATCH 6/6] exec: use force_uaccess_begin during exec and exit

[PATCH v5 0/2] Add support for the OST in Ingenic X1000
 2020-07-10 13:57 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: timer: Add Ingenic X1000 OST bindings


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.