All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-25 20:47:07 to 2020-09-25 21:29:21 UTC [more...]

[meta-oe][PATCH v2 0/6] ARMv8 Tune add and reorg
 2020-09-25 21:29 UTC  (3+ messages)
` [meta-oe][PATCH v2 1/6] Space-comma Cleanups
  ` [OE-core] "

[PATCH v5 00/17] device-dax: support sub-dividing soft-reserved ranges
 2020-09-25 21:05 UTC  (11+ messages)
` [PATCH v5 05/17] device-dax: add an allocation interface for device-dax instances
` [PATCH v5 06/17] device-dax: introduce 'struct dev_dax' typed-driver operations
` [PATCH v5 09/17] device-dax: add resize support
` [PATCH v5 14/17] device-dax: make align a per-device property

[PATCH] dt-bindings: serial: fsl-imx-uart: fix i.MX 53 and 6 compatible matching
 2020-09-25 21:26 UTC  (2+ messages)

Nouveau wiki migration
 2020-09-25 21:27 UTC  (2+ messages)

[PATCH] dt-bindings: pwm: imx: document i.MX compatibles
 2020-09-25 21:26 UTC  (2+ messages)

[PATCH] ASoC: dt-bindings: sgtl5000: Add common clock properties
 2020-09-25 21:27 UTC 

[PATCH v2 0/8] KVM: x86/mmu: ITLB multi-hit workaround fixes
 2020-09-25 21:27 UTC  (4+ messages)
` [PATCH v2 6/8] KVM: x86/mmu: Rename 'hlevel' to 'level' in FNAME(fetch)

[PATCH v1 0/8] s390x/tcg: Implement some z14 facilities
 2020-09-25 21:25 UTC  (5+ messages)
` [PATCH v1 1/8] s390x/tcg: Implement ADD HALFWORD (AGH)
` [PATCH v1 2/8] s390x/tcg: Implement SUBTRACT HALFWORD (SGH)

[PATCH 0/3 v2] tracing/mm: Add tracepoint_enabled() helper function for headers
 2020-09-25 21:26 UTC  (5+ messages)
` [PATCH 1/3 v2] tracepoints: Add helper to test if tracepoint is enabled in a header
` [PATCH 2/3 v2] mm/page_ref: Convert the open coded tracepoint enabled to the new helper
` [PATCH 3/3 v2] x86: Use tracepoint_enabled() for msr tracepoints instead of open coding it

[PATCH] drm/amd/pm: fix screen flicker seen on Navi14 with 2*4K monitors
 2020-09-25 21:26 UTC  (7+ messages)

Patchwork housekeeping for: git
 2020-09-25 21:26 UTC 

[Linux-kernel-mentees] [PATCH] kconfig: Prepend interpeters when calling scripts
 2020-09-25 21:25 UTC  (2+ messages)

[PATCH bpf-next v9 00/11] bpf: Support multi-attach for freplace programs
 2020-09-25 21:25 UTC  (12+ messages)
` [PATCH bpf-next v9 01/11] bpf: disallow attaching modify_return tracing functions to other BPF programs
` [PATCH bpf-next v9 02/11] bpf: change logging calls from verbose() to bpf_log() and use log pointer
` [PATCH bpf-next v9 03/11] bpf: verifier: refactor check_attach_btf_id()
` [PATCH bpf-next v9 04/11] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach
` [PATCH bpf-next v9 05/11] bpf: support attaching freplace programs to multiple attach points
` [PATCH bpf-next v9 06/11] bpf: Fix context type resolving for extension programs
` [PATCH bpf-next v9 07/11] libbpf: add support for freplace attachment in bpf_link_create
` [PATCH bpf-next v9 08/11] selftests: add test for multiple attachments of freplace program
` [PATCH bpf-next v9 09/11] selftests/bpf: Adding test for arg dereference in extension trace
` [PATCH bpf-next v9 10/11] selftests: Add selftest for disallowing modify_return attachment to freplace
` [PATCH bpf-next v9 11/11] selftests: Remove fmod_ret from test_overhead

[PATCH 00/22] Introduce the TDP MMU
 2020-09-25 21:23 UTC  (23+ messages)
` [PATCH 01/22] kvm: mmu: Separate making SPTEs from set_spte
` [PATCH 02/22] kvm: mmu: Introduce tdp_iter
` [PATCH 03/22] kvm: mmu: Init / Uninit the TDP MMU
` [PATCH 04/22] kvm: mmu: Allocate and free TDP MMU roots
` [PATCH 05/22] kvm: mmu: Add functions to handle changed TDP SPTEs
` [PATCH 06/22] kvm: mmu: Make address space ID a property of memslots
` [PATCH 07/22] kvm: mmu: Support zapping SPTEs in the TDP MMU
` [PATCH 08/22] kvm: mmu: Separate making non-leaf sptes from link_shadow_page
` [PATCH 09/22] kvm: mmu: Remove disallowed_hugepage_adjust shadow_walk_iterator arg
` [PATCH 10/22] kvm: mmu: Add TDP MMU PF handler
` [PATCH 11/22] kvm: mmu: Factor out allocating a new tdp_mmu_page
` [PATCH 12/22] kvm: mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMU
` [PATCH 13/22] kvm: mmu: Support invalidate range MMU notifier for "
` [PATCH 14/22] kvm: mmu: Add access tracking for tdp_mmu
` [PATCH 15/22] kvm: mmu: Support changed pte notifier in tdp MMU
` [PATCH 16/22] kvm: mmu: Add dirty logging handler for changed sptes
` [PATCH 17/22] kvm: mmu: Support dirty logging for the TDP MMU
` [PATCH 18/22] kvm: mmu: Support disabling dirty logging for the tdp MMU
` [PATCH 19/22] kvm: mmu: Support write protection for nesting in "
` [PATCH 20/22] kvm: mmu: NX largepage recovery for TDP MMU
` [PATCH 21/22] kvm: mmu: Support MMIO in the "
` [PATCH 22/22] kvm: mmu: Don't clear write flooding count for direct roots

[PATCH v5 00/38] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-09-25 21:23 UTC  (9+ messages)
` [PATCH v5 01/38] dma-mapping: add generic helpers for mapping sgtable objects
    ` [PATCH v5 05/38] drm: prime: use sgtable iterators in drm_prime_sg_to_page_addr_arrays()
          ` [Linaro-mm-sig] "

[PATCH] protocol: re-enable v2 protocol by default
 2020-09-25 21:24 UTC  (2+ messages)

[Question] about async buffered reads feature
 2020-09-25 21:23 UTC  (2+ messages)

[PATCH 5.8 00/56] 5.8.12-rc1 review
 2020-09-25 21:22 UTC  (2+ messages)

[meta-oe][PATCH] cmocka: add recipe
 2020-09-25 21:20 UTC 

[PATCH net-next v2] net: vlan: Avoid using BUG() in vlan_proto_idx()
 2020-09-25 21:20 UTC  (3+ messages)

[PATCH] arm64: dts: amlogic: meson-g12: use the G12A specific dwmac compatible
 2020-09-25 21:17 UTC  (3+ messages)

REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag
 2020-09-25 21:18 UTC  (5+ messages)

[PATCH] drm/amdgpu/dc: Pixel encoding DRM property and module parameter
 2020-09-25 21:18 UTC  (4+ messages)

[RFC PATCH v2 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2020-09-25 21:17 UTC  (8+ messages)
` [PATCH 1/2] ext4/xfs: add page refcount helper

[Buildroot] [PATCH 1/1] package/gst1-devtools: select BR2_PACKAGE_GSTREAMER1_CHECK
 2020-09-25 21:16 UTC 

[PATCH v2] PCI: Unify ECAM constants in native PCI Express drivers
 2020-09-25 21:15 UTC  (3+ messages)

[PATCHv5 kselftest next] selftests/run_kselftest.sh: make each test individually selectable
 2020-09-25 21:16 UTC  (3+ messages)

[PATCH v6 04/10] PCI/AER: Extend AER error handling to RCECs
 2020-09-25 21:14 UTC  (2+ messages)

[PATCH] pci: meson: build as module by default
 2020-09-25 21:13 UTC  (3+ messages)

[PATCH 1/5] mm: Introduce mm_struct.has_pinned
 2020-09-25 21:13 UTC  (15+ messages)

[PATCH v2 seccomp 3/6] seccomp/cache: Add "emulator" to check if filter is arg-dependent
 2020-09-25 21:07 UTC  (5+ messages)

[GIT PULL] MIPS fixes for v5.9
 2020-09-25 18:07 UTC 

[PATCH] i386: Document when features can be added to kvm_default_props
 2020-09-25 21:10 UTC 

KASLR support on ARM with Kernel 4.9 and 4.14
 2020-09-25 21:09 UTC  (8+ messages)

[net v2 0/4][pull request] Intel Wired LAN Driver Updates 2020-09-25
 2020-09-25 21:09 UTC  (5+ messages)
` [net v2 1/4] iavf: Fix incorrect adapter get in iavf_resume
` [net v2 2/4] ice: Fix call trace on suspend
` [net v2 3/4] ice: fix memory leak if register_netdev_fails
` [net v2 4/4] ice: fix memory leak in ice_vsi_setup

[mchinth:sep_socwatch_linux_5_9 19/41] drivers/platform/x86/socperf/socperfdrv.c:1336:63: error: too few arguments to function call, expected 4, have 3
 2020-09-25 21:08 UTC 

[PATCH v4 0/6] Qemu SEV-ES guest support
 2020-09-25 19:08 UTC  (4+ messages)
` [PATCH v4 4/6] sev/i386: Don't allow a system reset under an SEV-ES guest
` [PATCH v4 6/6] sev/i386: Enable an SEV-ES guest based on SEV policy

[PATCH v3 0/1] implement negative refspecs
 2020-09-25 21:07 UTC  (2+ messages)
` [PATCH v3 1/1] refspec: add support for "

[PATCH v7 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
 2020-09-25 21:08 UTC  (2+ messages)

[RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
 2020-09-25 21:06 UTC  (13+ messages)
` [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM

[PATCH 0/2] KVM: VMX: Super early file refactor for TDX
 2020-09-25 21:07 UTC  (2+ messages)

master - tests: add small delay
 2020-09-25 21:07 UTC 

master - tests: also add thick snap of thin volume
 2020-09-25 21:07 UTC 

master - tests: check some common errors
 2020-09-25 21:07 UTC 

master - tests: vgsplit of vdo volumes
 2020-09-25 21:07 UTC 

master - makefiles: document supported var in make help
 2020-09-25 21:07 UTC 

master - thin: pass through whole code
 2020-09-25 21:07 UTC 

master - device_mapper: enhance error message
 2020-09-25 21:07 UTC 

master - thin: improve error message
 2020-09-25 21:07 UTC 

master - thin: enhance lvcreate error paths
 2020-09-25 21:07 UTC 

master - thin: no delete message for device_id 0
 2020-09-25 21:07 UTC 

master - vgsplit: support for VDO volumes
 2020-09-25 21:07 UTC 

[PATCH v2] ASoC: rt715: Add power-up delay to fix dmic pop sound issue
 2020-09-25 21:05 UTC 

[Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma use that should be semicolon)
 2020-09-25 17:26 UTC  (5+ messages)
      ` [Linux-kernel-mentees] "

xhci problem -> general protection fault
 2020-09-25 21:05 UTC  (5+ messages)

[PATCH 0/2] perf stat: Unbreak perf stat with ARMv8 PMU events
 2020-09-25 21:01 UTC  (10+ messages)
` [PATCH 1/2] perf stat: Fix segfault when counting armv8_pmu events

[PATCH] [v2] blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()
 2020-09-25 19:25 UTC  (2+ messages)

[PATCH 0/2] iommu/iova: Solve longterm IOVA issue
 2020-09-25 19:26 UTC  (2+ messages)

SEV guest debugging support for Qemu
 2020-09-25 20:56 UTC  (4+ messages)

[PATCH] nfsd: rq_lease_breaker cleanup
 2020-09-25 21:02 UTC  (4+ messages)

[PATCH v3 09/10] builtin/diff-tree: learn --merge-base
 2020-09-25 21:02 UTC  (12+ messages)

[PATCH v2 0/3] implement I2C retries for mXT1368
 2020-09-25 21:02 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: input: atmel: add compatible for mXT1386
` [PATCH v2 2/3] Input: atmel_mxt_ts - implement I2C retries for mXT1368
` [PATCH v2 3/3] ARM: tegra: add mXT1386 compatible

[PATCH v2 1/1] efi_loader: installation of EFI_RNG_PROTOCOL
 2020-09-25 21:01 UTC  (2+ messages)

I wanna fixes plugin on windows, any suggestion
 2020-09-25 20:59 UTC  (6+ messages)

[RFC PATCH 0/3] l3mdev icmp error route lookup fixes
 2020-09-25 20:04 UTC  (2+ messages)
` [RFC PATCH 1/3] ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)

[RFC PATCH v2] tools/x86: add kcpuid tool to show raw CPU features
 2020-09-25 20:57 UTC  (9+ messages)

[RFC PATCH 0/1] tracing: support dynamic string field types for synthetic events
 2020-09-25 20:57 UTC  (3+ messages)

Compiling demo/alchemy/altency.c for Cobalt core
 2020-09-25 20:57 UTC 

[PATCH bpf-next v8 00/11] bpf: Support multi-attach for freplace programs
 2020-09-25 20:57 UTC  (6+ messages)
` [PATCH bpf-next v8 04/11] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach

[PATCH 0/2] Venus: fix handling of crop and s_fmt
 2020-09-25 20:55 UTC  (3+ messages)
` [PATCH 2/2] venus: venc: fix handlig of S_SELECTION and G_SELECTION

[PATCH v6 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-25 20:54 UTC  (4+ messages)
` [PATCH v6 bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint
` [PATCH v6 bpf-next 2/3] libbpf: support test run of raw tracepoint programs
` [PATCH v6 bpf-next 3/3] selftests/bpf: add raw_tp_test_run

[PATCH v8 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-25 20:54 UTC  (4+ messages)
` [PATCH v8 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()

[PATCH 00/11] Modernizing the t7001 test script
 2020-09-25 20:54 UTC  (3+ messages)
` [PATCH 11/11] t7001: move cleanup code from outside the tests into them

[PATCH v4 1/2] Input: add zinitix touchscreen driver
 2020-09-25 19:22 UTC  (2+ messages)
` [PATCH v4 2/2] dt-bindings: input/touchscreen: add bindings for zinitix

[xen-unstable bisection] complete test-xtf-amd64-amd64-4
 2020-09-25 20:52 UTC 

[PATCH v3 00/12] media: staging: rkisp1: various bug fixes
 2020-09-25 20:53 UTC  (10+ messages)
` [PATCH v3 09/12] media: staging: rkisp1: stats: protect write to 'is_streaming' in start_streaming cb
` [PATCH v3 11/12] media: staging: rkisp1: use the right variants of spin_lock
` [PATCH v3 12/12] media: staging: rkisp1: cap: protect access to buf with the spin lock

[PATCH] test-runner: add iwmon options
 2020-09-25 20:52 UTC 

More Generic Audio Graph Sound Card idea
 2020-09-25 20:50 UTC  (8+ messages)

[RFC V2 0/9] x86/mmu:Introduce parallel memory virtualization to boost performance
 2020-09-25 20:50 UTC  (7+ messages)

[Bluez PATCH v2] device: Disable auto connect for temporary devices
 2020-09-25 19:29 UTC  (2+ messages)
` [Bluez,v2] "

[renesas-drivers:renesas-clk] BUILD SUCCESS 8e7dfce6a3935c3c513cc5028ae46b2b84d44266
 2020-09-25 19:41 UTC 

[PATCH 0/2] drop unaligned loads
 2020-09-25 20:48 UTC  (5+ messages)
` [PATCH 1/2] bswap.h: "

[PATCH 0/2] ASoC: qdsp6: fix some warnings when build without CONFIG_OF
 2020-09-25 20:41 UTC  (2+ messages)

[mchinth:sep_socwatch_linux_5_9 32/41] drivers/platform/x86/socperf/haswellunc_sa.c:203:39: sparse: sparse: cast removes address space '__iomem' of expression
 2020-09-25 20:48 UTC 

[PATCH] sched,fair: use list_for_each_entry() in print_cfs_stats()
 2020-09-25 19:10 UTC 

[PATCH 1/2] ASoC: cs47l15: Fix EPOUT->HPOUT1 Mono Mux routing
 2020-09-25 20:41 UTC  (2+ messages)

[net-next v9 0/5] devlink flash update overwrite mask
 2020-09-25 20:46 UTC  (5+ messages)
` [net-next v9 1/5] devlink: check flash_update parameter support in net core
` [net-next v9 2/5] devlink: convert flash_update to use params structure
` [net-next v9 3/5] devlink: introduce flash update overwrite mask
` [net-next v9 5/5] ice: add support for "


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.