All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-06 22:18:06 to 2019-12-07 00:32:30 UTC [more...]

[PATCH] gitk: fix branch name encoding error on gitk
 2019-12-07  0:32 UTC 

[PATCH v8 00/17] DSC MST support for DRM and AMDGPU
 2019-12-07  0:30 UTC  (10+ messages)
` [PATCH v8 01/17] drm/dp_mst: Add PBN calculation for DSC modes
` [PATCH v8 11/17] drm/dp_mst: Add DSC enablement helpers to DRM
` [PATCH v8 12/17] drm/dp_mst: Add branch bandwidth validation to MST atomic check

OK
 2019-12-07  0:29 UTC  (2+ messages)

[PATCH] git gui: fix branch name encoding error on git gui
 2019-12-07  0:29 UTC 

[PATCH RFC 00/15] KVM: Dirty ring interface
 2019-12-07  0:29 UTC  (9+ messages)
` [PATCH RFC 04/15] KVM: Implement ring-based dirty memory tracking

[SPDK] Re: nvmeof to localhost will hung forever
 2019-12-07  0:28 UTC 

OK
 2019-12-07  0:28 UTC 

[Intel-gfx] [PATCH 1/5] drm/i915/gem: Flush the pwrite through the chipset before signaling
 2019-12-07  0:20 UTC  (8+ messages)
` [Intel-gfx] [PATCH 4/5] drm/i915/gem: Pin gen6_ppgtt prior to constructing the request
` [Intel-gfx] [PATCH 5/5] drm/i915: Avoid calling i915_gem_object_unbind holding object lock
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/5] drm/i915/gem: Flush the pwrite through the chipset before signaling

OK
 2019-12-07  0:28 UTC 

[U-Boot] [PATCH v4 0/6] rsa: extend rsa_verify() for UEFI secure boot
 2019-12-07  0:25 UTC  (3+ messages)
` [U-Boot] [PATCH v4 1/6] lib: rsa: decouple rsa from FIT image verification

[PATCH v8] perf: Sharing PMU counters across compatible events
 2019-12-07  0:24 UTC 

[PATCH v6 0/3] Introduce Bandwidth OPPs for interconnects
 2019-12-07  0:24 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: opp: Introduce opp-peak-kBps and opp-avg-kBps bindings
` [PATCH v6 2/3] OPP: Add support for bandwidth OPP tables
` [PATCH v6 3/3] OPP: Add helper function "

[PATCHv2 0/2] Intel Stratix10/Agilex Additions
 2019-12-07  0:24 UTC  (2+ messages)

[PATCH libnetfilter_queue] src: Fix test for IPv6 header
 2019-12-07  0:23 UTC  (2+ messages)

[PATCH] python/semanage: check variable type of port before trying to split
 2019-12-07  0:17 UTC 

incoming
 2019-12-07  0:16 UTC  (2+ messages)
` + mm-move_pages-return-valid-node-id-in-status-if-the-page-is-already-on-the-target-node.patch added to -mm tree

[PATCH] memcg: account security cred as well to kmemcg
 2019-12-07  0:13 UTC  (2+ messages)

[MPTCP] [PATCH v2 4/4] MAINTAINERS: Add uapi header to MPTCP section
 2019-12-07  0:12 UTC 

[MPTCP] [PATCH v2 3/4] MAINTAINERS: Add MPTCP selftests to MPTCP section
 2019-12-07  0:12 UTC 

[MPTCP] [PATCH v2 2/4] MAINTAINERS: Add net/mptcp/ files to MPTCP section
 2019-12-07  0:12 UTC 

[MPTCP] [PATCH v2 1/4] MAINTAINERS: Add MPTCP maintainers
 2019-12-07  0:12 UTC 

bpf_csum_diff - R3 offset is outside of the packet
 2019-12-07  0:11 UTC 

OK
 2019-12-07  0:10 UTC 

[MPTCP] [PATCH] mptcp: Fix dd command line option
 2019-12-07  0:10 UTC 

❌ FAIL: Test report for kernel 5.3.13-3b5f971.cki (stable-queue)
 2019-12-07  0:09 UTC  (8+ messages)
      ` [bug] userspace hitting sporadic SIGBUS on xfs (Power9, ppc64le), v4.19 and later
            ` [LTP] "

[Buildroot] [PATCH] package/apitrace: bump to version 9.0
 2019-12-07  0:06 UTC 

[PATCH v2] bluetooth: hci_bcm: enable IRQ capability from node
 2019-12-07  0:02 UTC  (4+ messages)

[PATCH] tracing: Fix printing ptrs in preempt/irq enable/disable events
 2019-12-07  0:00 UTC  (3+ messages)

[RFC PATCH 00/10] pipe: Notification queue preparation [ver #2]
 2019-12-07  0:00 UTC  (6+ messages)
` [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length "

RCU consistency guarantees
 2019-12-07  0:00 UTC 

[Xen-devel] [xen-unstable test] 144289: tolerable FAIL
 2019-12-06 23:58 UTC  (6+ messages)
    ` [Xen-devel] debina hang after "random: crng init done"

[PATCH 00/16] KVM: x86: MMU page fault clean-up
 2019-12-06 23:57 UTC  (17+ messages)
` [PATCH 01/16] KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
` [PATCH 02/16] KVM: x86/mmu: Move definition of make_mmu_pages_available() up
` [PATCH 03/16] KVM: x86/mmu: Fold nonpaging_map() into nonpaging_page_fault()
` [PATCH 04/16] KVM: x86/mmu: Move nonpaging_page_fault() below try_async_pf()
` [PATCH 05/16] KVM: x86/mmu: Refactor handling of cache consistency with TDP
` [PATCH 06/16] KVM: x86/mmu: Refactor the per-slot level calculation in mapping_level()
` [PATCH 07/16] KVM: x86/mmu: Refactor handling of forced 4k pages in page faults
` [PATCH 08/16] KVM: x86/mmu: Incorporate guest's page level into max level for shadow MMU
` [PATCH 09/16] KVM: x86/mmu: Persist gfn_lpage_is_disallowed() to max_level
` [PATCH 10/16] KVM: x86/mmu: Rename lpage_disallowed to account_disallowed_nx_lpage
` [PATCH 11/16] KVM: x86/mmu: Consolidate tdp_page_fault() and nonpaging_page_fault()
` [PATCH 12/16] KVM: x86/mmu: Move transparent_hugepage_adjust() above __direct_map()
` [PATCH 13/16] KVM: x86/mmu: Move calls to thp_adjust() down a level
` [PATCH 14/16] KVM: x86/mmu: Move root_hpa validity checks to top of page fault handler
` [PATCH 15/16] KVM: x86/mmu: WARN on an invalid root_hpa
` [PATCH 16/16] KVM: x86/mmu: WARN if root_hpa is invalid when handling a page fault

[PATCH 00/15] Zeus patch review
 2019-12-06 23:57 UTC  (3+ messages)

linux-next: Signed-off-by missing for commit in the thermal tree
 2019-12-06 23:55 UTC 

[Buildroot] [Bug 12386] New: carriage return issue when "make menuconfig"
 2019-12-06 23:53 UTC  (2+ messages)
` [Buildroot] [Bug 12386] "

[dpdk-dev] [PATCH] net/netvsc: disable before changing RSS parameters
 2019-12-06 23:52 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 0/2] bugfix to netvsc PMD in 19.11
  ` [dpdk-dev] [PATCH v2 1/2] net/netvsc: fix RSS offload flag
  ` [dpdk-dev] [PATCH v2 2/2] net/netvsc: disable before changing RSS parameters

[PATCH] x86/fpu/xstate: Export fpu_fpregs_owner_ctx
 2019-12-06 23:51 UTC  (2+ messages)

[PATCH] target/i386: skip kvm_msr_entry_add when kvm_vmx_basic is 0
 2019-12-06 23:48 UTC  (3+ messages)

[PATCH 0/4] KVM: nVMX: Check GUEST_SYSENTER_ESP and GUEST_SYSENTER_EIP on vmentry of nested guests
 2019-12-06 23:13 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] kvm-unit-test: nVMX: Modify test_canonical() to process guest fields also
` [PATCH 3/4] kvm-unit-test: nVMX: Remove test_sysenter_field() and use test_canonical() instead
` [PATCH 4/4] kvm-unit-test: nVMX: Test GUEST_SYSENTER_ESP and GUEST_SYSENTER_EIP on vmentry of nested guests

[sashal-linux-stable:queue-4.9 49/74] fs/lockd/clntxdr.c:129:8: error: implicit declaration of function 'xdr_stream_decode_opaque_inline'; did you mean 'xdr_decode_opaque_fixed'?
 2019-12-06 23:49 UTC 

[PATCH v3 1/3] kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field
 2019-12-06 23:46 UTC  (3+ messages)
` [PATCH v3 2/3] kvm: nVMX: VMWRITE checks unsupported field before read-only field
` [PATCH v3 3/3] kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwrite

[Buildroot] [PATCH v6 1/6] package/polkit: bump to version 0.116
 2019-12-06 23:46 UTC  (6+ messages)
` [Buildroot] [PATCH v6 2/6] package/polkit: support different authentication frameworks
` [Buildroot] [PATCH v6 3/6] package/polkit: add systemd service file
` [Buildroot] [PATCH v6 4/6] support/testing: add polkit systemd test
` [Buildroot] [PATCH v6 5/6] package/polkit: add init service file
` [Buildroot] [PATCH v6 6/6] support/testing: add polkit initd test

[Xen-devel] [xen-unstable test] 144588: tolerable FAIL - PUSHED
 2019-12-06 23:45 UTC 

[PATCH net] bonding: fix active-backup transition after link failure
 2019-12-06 23:44 UTC 

debugging TXQs being empty
 2019-12-06 23:44 UTC  (6+ messages)

[RFC] Efficiency of the phandle_cache on ppc64/SLOF
 2019-12-06 23:40 UTC  (6+ messages)

[PATCH] debugfs: Return -EPERM when locked down
 2019-12-06 23:43 UTC  (2+ messages)

[PATCH linux dev-5.3] Use UCD90320 in Rainier device tree
 2019-12-06 23:40 UTC 

[GIT PULL] nvme updates for-5.5
 2019-12-06 23:28 UTC 

[Intel-gfx] [PATCH v4 1/3] drm/i915/display: Do not check for the ddb allocations of turned off pipes
 2019-12-06 23:23 UTC  (7+ messages)
` [Intel-gfx] [PATCH v4 3/3] drm/i915/display: Refactor intel_commit_modeset_disables()
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v4,1/3] drm/i915/display: Do not check for the ddb allocations of turned off pipes

[linux-rt-devel:linux-5.2.y-rt-rebase 44/287] arch/um/include/asm/irqflags.h:5: Error: no such instruction: `extern int get_signals(void)'
 2019-12-06 23:23 UTC 

[PATCH] dhcp: Add domain name option handler
 2019-12-06 23:21 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Replace I915_WRITE with its uncore counterpart
 2019-12-06 23:19 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915: Add new EHL/JSL PCI ids
 2019-12-06 23:17 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Add new EHL/JSL PCI ids (rev4)

[PATCH v3 00/10] Optimize cgroup context switch
 2019-12-06 23:16 UTC  (4+ messages)

[PATCH v4 00/10] Optimize cgroup context switch
 2019-12-06 23:15 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/10] perf/cgroup: Reorder perf_cgroup_connect()
  ` [PATCH v5 02/10] lib: introduce generic min-heap
  ` [PATCH v5 03/10] perf: Use min_max_heap in visit_groups_merge
  ` [PATCH v5 04/10] perf: Add per perf_cpu_context min_heap storage
  ` [PATCH v5 05/10] perf/cgroup: Grow per perf_cpu_context heap storage
  ` [PATCH v5 06/10] perf/cgroup: Order events in RB tree by cgroup id
  ` [PATCH v5 07/10] perf: simplify and rename visit_groups_merge
  ` [PATCH v5 08/10] perf: cache perf_event_groups_first for cgroups
  ` [PATCH v5 09/10] perf: optimize event_filter_match during sched_in
  ` [PATCH v5 10/10] perf/cgroup: Do not switch system-wide events in cgroup switch

[PATCH 1/6] drm/msm/dpu: Remove unnecessary NULL checks
 2019-12-06 23:13 UTC  (12+ messages)
` [PATCH 2/6] "
` [PATCH 3/6] "
` [PATCH 4/6] drm/msm/dpu: Remove unnecessary NULL check
` [PATCH 5/6] drm/msm/dpu: Remove unreachable code
` [PATCH 6/6] drm/msm/dpu: Remove unnecessary NULL checks

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-06 23:13 UTC  (3+ messages)
` [RFC PATCH 1/9] vfio/pci: introduce mediate ops to intercept vfio-pci ops

Реклама Вашого бізнесу або послуг в 2020 році!
 2019-12-06 23:12 UTC 

[MPTCP] Re: [RFC 1/1] mptcp: Optimize struct mptcp_received_options
 2019-12-06 23:12 UTC 

[PATCH v4 1/2] powerpc/pseries/iommu: Share the per-cpu TCE page with the hypervisor
 2019-12-06 23:10 UTC  (12+ messages)

[dm-crypt] LUKS2 support for null/plaintext target
 2019-12-06 23:10 UTC 

Patch "kbuild: Enable dtc graph_port warning by default" has been added to the 4.19-stable tree
 2019-12-06 23:09 UTC 

[PATCH 1/2] [PATCH] bcache: cached_dev_free needs to put the sb page
 2019-12-06 23:08 UTC  (2+ messages)

[PATCH v2] drm: add dp helper to initialize remote aux channel
 2019-12-06 22:56 UTC 

[GIT PULL] tpmdd updates for Linux v5.4
 2019-12-06 23:02 UTC  (9+ messages)

[PATCH] netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle
 2019-12-06 22:58 UTC  (4+ messages)

Regression: kernel 5.4 does not show NVME SSD
 2019-12-06 22:58 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915/display: move clk off sanitize to its own function
 2019-12-06 22:57 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/3] "

[PATCH v7 0/5] Add NUMA-awareness to qspinlock
 2019-12-06 19:50 UTC  (4+ messages)
` [PATCH v7 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock

BMC update via TFTP
 2019-12-06 22:52 UTC  (10+ messages)

[PATCH] Documentation/barriers/kokr: Remove references to [smp_]read_barrier_depends()
 2019-12-06 22:51 UTC  (8+ messages)
` [PATCH v2] "

df shows no available space in 5.4.1
 2019-12-06 22:51 UTC  (3+ messages)

[RFC v1 0/2] um: drop broken features to fix allyesconfig
 2019-12-06 22:49 UTC  (5+ messages)
` [RFC v1 2/2] uml: remove support for CONFIG_STATIC_LINK

[PATCH 0/2] crypto: api - Fix spawn races
 2019-12-06 22:50 UTC  (3+ messages)
` [PATCH 2/2] crypto: api - Do not zap spawn->alg

[Buildroot] [PATCH] package/luajit: switch to moonjit fork
 2019-12-06 22:49 UTC  (2+ messages)

[PATCH 09/14] powerpc/vas: Update CSB and notify process for fault CRBs
 2019-12-06  9:51 UTC  (3+ messages)

[Buildroot] [git commit] package/luajit: switch to moonjit fork
 2019-12-06 22:47 UTC 

[Buildroot] [PATCH 1/1] package/spidermonkey: depends on host gcc >= 4.9
 2019-12-06 22:45 UTC  (7+ messages)

[Buildroot] [git commit] package/spidermonkey: depends on host gcc >= 4.9
 2019-12-06 22:45 UTC 

[Buildroot] [PATCH 1/1] package/arptables: bump to version 0.0.5
 2019-12-06 22:45 UTC  (2+ messages)

[PATCH 0/4] crypto: api - Retain grabbed refcount until registration
 2019-12-06 22:41 UTC  (5+ messages)
` [PATCH 1/4] crypto: api - Retain alg refcount in crypto_grab_spawn
` [PATCH 2/4] crypto: aead - Retain alg refcount in crypto_grab_aead

[Buildroot] [git commit] package/arptables: bump to version 0.0.5
 2019-12-06 22:39 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 1d33c420870032a90f85663d6d54a83d89eaa93d
 2019-12-06 22:38 UTC 

[Buildroot] [PATCH 1/2] package/linux-tools: add hyperv integration services
 2019-12-06 22:39 UTC  (3+ messages)

[Buildroot] [PATCH] package/pkg-python: use _CONFIGURE_OPTS for build env
 2019-12-06 22:35 UTC  (2+ messages)

[Buildroot] [PATCH 1/4] package/python-twisted: bump to version 19.10.0
 2019-12-06 22:35 UTC  (8+ messages)
` [Buildroot] [PATCH 2/4] package/python-twisted: add config for TLS support
` [Buildroot] [PATCH 3/4] package/python-twisted: add config for HTTP2 support
` [Buildroot] [PATCH 4/4] package/python-daphne: bump to version 2.4.0

[Buildroot] [git commit] package/pkg-python: use _CONFIGURE_OPTS in the build environment
 2019-12-06 22:33 UTC 

[Qemu-devel] [PATCH v2] migration/dirty-bitmaps: change bitmap enumeration method
 2019-12-06 22:31 UTC  (2+ messages)
`  "

[Buildroot] [git commit] package/python-daphne: bump to version 2.4.0
 2019-12-06 22:32 UTC 

[RFCv1 0/8] RK3399 clean shutdown issue
 2019-12-06 22:32 UTC  (3+ messages)

[PATCH] nvmet: fix null-pointer when removing a referral
 2019-12-06 22:31 UTC  (2+ messages)

[cip-dev] [PATCH 4.4.y-cip 00/12] Add CAN/IRQC/THERMAL/VIN/Audio support
 2019-12-06 22:29 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/bios: remove extra debug messages
 2019-12-06 22:28 UTC  (2+ messages)

[Buildroot] [PATCH v4 1/1] package/grpc: bump to version 1.25.0
 2019-12-06 22:27 UTC  (3+ messages)

[PATCH v2 net] r8169: add missing RX enabling for WoL on RTL8125
 2019-12-06 22:27 UTC 

[Buildroot] [PATCH v5 1/1] package/grpc: bump to version 1.25.0
 2019-12-06 22:25 UTC 

[GIT PULL] arm64 fixes for 5.5-rc1
 2019-12-06 22:25 UTC  (3+ messages)

[GIT PULL] ARM: SoC fixes
 2019-12-06 22:25 UTC  (3+ messages)

master - man pvck: describe settings
 2019-12-06 22:25 UTC 

master - update option description for settings
 2019-12-06 22:25 UTC 

[PATCH net] r8169: add missing RX enabling for WoL on RTL8125
 2019-12-06 22:24 UTC 

[PATCH net] r8169: fix rtl_hw_jumbo_disable for RTL8168evl
 2019-12-06 21:55 UTC 

[rcar:gmsl/eagle-v3m 21/21] drivers/media/i2c/max9286.c:915:3: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int'
 2019-12-06 22:23 UTC 

[dpdk-dev] eventdev DSW question
 2019-12-06 22:22 UTC  (5+ messages)

[PATCH] git-gui: allow closing console window with Escape
 2019-12-06 22:20 UTC 

[Buildroot] [git commit] package/python-twisted: add config for HTTP2 support
 2019-12-06 22:20 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.5-2 tag (topic/kasan-bitops)
 2019-12-06 22:15 UTC  (2+ messages)

[PATCH] nvme-fabrics: reject I/O to offline device
 2019-12-06 22:18 UTC  (7+ messages)

[PATCH 1/1] arch: arm: Program GIC LPI configuration table
 2019-12-06 22:18 UTC  (3+ messages)

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2019-12-06 22:13 UTC  (3+ messages)
` [PATCH v6 00/15] "
  ` [PATCH v6 15/15] arm64: scs: add shadow stacks for SDEI


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.