All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-02 18:40:49 to 2021-02-02 19:17:19 UTC [more...]

[PATCH v5 00/13] V4L2 Async notifier API cleanup
 2021-02-02 14:01 UTC  (5+ messages)
` [PATCH v5 07/13] media: marvell-ccic: Use v4l2_async_notifier_add_*_subdev
` [PATCH v5 08/13] media: renesas-ceu: "
` [PATCH v5 13/13] media: Clarify v4l2-async subdevice addition API

[PATCH 5.4 00/61] 5.4.95-rc1 review
 2021-02-02 13:38 UTC  (17+ messages)
` [PATCH 5.4 18/61] KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()
` [PATCH 5.4 19/61] KVM: nVMX: Sync unsyncd vmcs02 state to vmcs12 on migration
` [PATCH 5.4 20/61] KVM: x86: get smi pending status correctly
` [PATCH 5.4 21/61] KVM: Forbid the use of tagged userspace addresses for memslots
` [PATCH 5.4 22/61] xen: Fix XenStore initialisation for XS_LOCAL
` [PATCH 5.4 23/61] leds: trigger: fix potential deadlock with libata
` [PATCH 5.4 33/61] xfrm: Fix oops in xfrm_replay_advance_bmp
` [PATCH 5.4 36/61] xfrm: Fix wraparound in xfrm_policy_addr_delta()
` [PATCH 5.4 37/61] arm64: dts: ls1028a: fix the offset of the reset register
` [PATCH 5.4 43/61] iwlwifi: pcie: use jiffies for memory read spin time limit
` [PATCH 5.4 44/61] iwlwifi: pcie: reschedule in long-running memory reads
` [PATCH 5.4 46/61] i40e: acquire VSI pointer only after VF is initialized
` [PATCH 5.4 47/61] igc: fix link speed advertising
` [PATCH 5.4 48/61] net/mlx5: Fix memory leak on flow table creation error flow
` [PATCH 5.4 50/61] net/mlx5e: Reduce tc unsupported key print level
` [PATCH 5.4 60/61] team: protect features update by RCU to avoid deadlock

[PATCH v2 0/5] SUNRPC: Create sysfs files for changing IP
 2021-02-02 18:52 UTC  (8+ messages)
` [PATCH v2 1/5] sunrpc: Create a sunrpc directory under /sys/kernel/
` [PATCH v2 2/5] sunrpc: Create a net/ subdirectory in the sunrpc sysfs
` [PATCH v2 3/5] sunrpc: Create per-rpc_clnt sysfs kobjects
` [PATCH v2 4/5] sunrpc: Prepare xs_connect() for taking NULL tasks
` [PATCH v2 5/5] sunrpc: Create a per-rpc_clnt file for managing the destination IP address

[dpdk-dev] [PATCH] crypto/octeontx2: fix null pointer dereferences
 2021-02-02 19:17 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v2] smackfs: restrict bytes count in smackfs write functions
 2021-02-02 19:13 UTC  (2+ messages)

[PATCH 1/1] arm64: dts: meson: g12b: odroid-n2: Add I2C RTC device node
 2021-02-02 19:16 UTC  (3+ messages)

[Buildroot] [git commit] support/scripts/pkg-stats: check CPE existence in CPE dictionnary
 2021-02-02 19:16 UTC 

[RFC PATCH 0/7] Linux on Apple Silicon
 2021-02-02 19:15 UTC  (3+ messages)
` [RFC PATCH 7/7] irqchip/apple-aic: add SMP support to the Apple AIC driver

[Buildroot] [git commit] support/scripts/cpedb.py: new CPE XML helper
 2021-02-02 19:16 UTC 

[PATCH v2 0/1] AMD EPYC: fix schedutil perf regression (freq-invariance)
 2021-02-02 19:11 UTC  (16+ messages)
` [PATCH v2 1/1] x86,sched: On AMD EPYC set freq_max = max_boost in schedutil invariant formula

[PATCH v2 00/28] Allow parallel MMU operations with TDP MMU
 2021-02-02 18:57 UTC  (24+ messages)
` [PATCH v2 01/28] KVM: x86/mmu: change TDP MMU yield function returns to match cond_resched
` [PATCH v2 02/28] KVM: x86/mmu: Add comment on __tdp_mmu_set_spte
` [PATCH v2 03/28] KVM: x86/mmu: Add lockdep when setting a TDP MMU SPTE
` [PATCH v2 04/28] KVM: x86/mmu: Don't redundantly clear TDP MMU pt memory
` [PATCH v2 05/28] KVM: x86/mmu: Factor out handling of removed page tables
` [PATCH v2 06/28] locking/rwlocks: Add contention detection for rwlocks
` [PATCH v2 07/28] sched: Add needbreak "
` [PATCH v2 12/28] KVM: x86/mmu: Rename goal_gfn to next_last_level_gfn
` [PATCH v2 14/28] KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changed
` [PATCH v2 15/28] KVM: x86/mmu: Skip no-op changes in TDP MMU functions
` [PATCH v2 16/28] KVM: x86/mmu: Clear dirtied pages mask bit before early break
` [PATCH v2 17/28] KVM: x86/mmu: Protect TDP MMU page table memory with RCU
` [PATCH v2 18/28] KVM: x86/mmu: Use an rwlock for the x86 MMU
` [PATCH v2 19/28] KVM: x86/mmu: Factor out functions to add/remove TDP MMU pages
` [PATCH v2 20/28] KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
` [PATCH v2 21/28] KVM: x86/mmu: Flush TLBs after zap in TDP MMU PF handler
` [PATCH v2 22/28] KVM: x86/mmu: Mark SPTEs in disconnected pages as removed
` [PATCH v2 23/28] KVM: x86/mmu: Allow parallel page faults for the TDP MMU
` [PATCH v2 24/28] KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
` [PATCH v2 25/28] KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU "
` [PATCH v2 26/28] KVM: x86/mmu: Allow enabling / disabling dirty logging under "
` [PATCH v2 27/28] KVM: selftests: Add backing src parameter to dirty_log_perf_test
` [PATCH v2 28/28] KVM: selftests: Disable dirty logging with vCPUs running

[PATCH 0/2] em28xx: Add new bulk variant pids for Hauppauge 461e
 2021-02-02  1:40 UTC  (3+ messages)
` [PATCH 1/2] em28xx: Add pid for bulk revision of "
` [PATCH 2/2] em28xx: Add pid for bulk revision of Hauppauge 461eV2

[PATCH mlx5-next v5 3/4] net/mlx5: Dynamically assign MSI-X vectors count
 2021-02-02 19:11 UTC  (3+ messages)

Alternative compilers to GCC/Clang
 2021-02-02 19:11 UTC  (4+ messages)

[Intel-gfx] [CI] Revert "ALSA: jack: implement software jack injection via debugfs"
 2021-02-02 19:15 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH] device-crash-test: Remove problematic language
 2021-02-02 19:12 UTC 

[PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
 2021-02-02 19:10 UTC  (25+ messages)

[PATCH net-next RESEND 0/2] devlink: Add port function attribute to enable/disable roce
 2021-02-02 19:11 UTC  (3+ messages)
` [PATCH net-next RESEND 2/2] net/mlx5: E-Switch, Implement devlink port function cmds to control roce

ARM: dts: mmp devicetree updates
 2021-02-02 19:01 UTC  (6+ messages)

[PATCH v2 0/9] Introduce vfio-pci-core subsystem
 2021-02-02 19:05 UTC  (11+ messages)
` [PATCH 8/9] vfio/pci: use x86 naming instead of igd

[PATCH] CIFS: Wait for credits if at least one request is in flight
 2021-02-02 19:05 UTC  (4+ messages)

[PATCH] xfs_quota: drop pointless qsort cmp casting
 2021-02-02 19:08 UTC 

[PATCH] seccomp: Improve performance by optimizing memory barrier
 2021-02-02 19:02 UTC  (3+ messages)
` [PATCH v1 1/1] Firstly, as Andy mentioned, this should be smp_rmb() instead of rmb(). considering that TSYNC is a cross-thread situation, and rmb() is a mandatory barrier which should not be used to control SMP effects, since mandatory barriers impose unnecessary overhead on both SMP and UP systems, as kernel Documentation said

[PATCH 4.4 00/28] 4.4.255-rc1 review
 2021-02-02 19:05 UTC  (4+ messages)
` [PATCH 4.4 24/28] can: dev: prevent potential information leak in can_fill_info()

[PATCH] small misc patches
 2021-02-02 18:33 UTC  (2+ messages)

[PATCH] misc apps and admin patches
 2021-02-02 18:33 UTC  (2+ messages)

[PATCH] machined
 2021-02-02 19:03 UTC  (2+ messages)

[PATCH for-4.15] tools/tests: Introduce a test for acquire_resource
 2021-02-02 19:09 UTC 

[PATCH 0/5] Clock fixes for DSI 10nm PLL
 2021-02-02 19:08 UTC  (14+ messages)
` [PATCH 3/5] drm/msm/dsi_pll_10nm: Fix bad VCO rate calculation and prescaler

[PATCH v2 0/6] Remove last users of v4l2-clk and remove v4l2-clk
 2021-02-02 19:07 UTC  (3+ messages)
` [PATCH v2 2/6] media: pxa_camera: Drop the v4l2-clk clock register

[PATCH net-next] seg6: fool-proof the processing of SRv6 behavior attributes
 2021-02-02 18:56 UTC 

[Buildroot] [PATCH] package/linux-headers: with headers from kernel, also override srcdir
 2021-02-02 19:10 UTC  (2+ messages)

ld.lld: error: arch/mips/vdso/elf-n32.o is incompatible with elf32-ntradlittlemips
 2021-02-02 19:09 UTC 

[PATCH] arm64/ptdump:display the Linear Mapping start marker
 2021-02-02 15:07 UTC 

[Buildroot] [git commit] package/linux-headers: with headers from kernel, also override srcdir
 2021-02-02 19:09 UTC 

[PATCH v4 0/3] KVM: SVM: Refactor vcpu_load/put to use vmload/vmsave for host state
 2021-02-02 19:01 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: SVM: use vmsave/vmload for saving/restoring additional "
` [PATCH v4 2/3] KVM: SVM: remove uneeded fields from host_save_users_msrs
` [PATCH v4 3/3] KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-02 19:02 UTC  (19+ messages)
` [RFC PATCH v3 01/27] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH v3 04/27] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
` [RFC PATCH v3 08/27] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled

[PATCH v14 00/16] RISC-V Kendryte K210 support improvements
 2021-02-02 19:02 UTC  (13+ messages)
` [PATCH v14 07/16] dt-bindings: fix sifive gpio properties
` [PATCH v14 08/16] dt-bindings: add resets property to dw-apb-timer
` [PATCH v14 15/16] riscv: Update Canaan Kendryte K210 defconfig
` [PATCH v14 16/16] riscv: Add Canaan Kendryte K210 SD card defconfig

[ambarus:saravana-fw-devlink-more-forgiving-v2 7472/7919] fs/btrfs/zoned.c:808: warning: expecting prototype for Find allocatable zones within give region(). Prototype was for btrfs_find_allocatable_zones() instead
 2021-02-02 19:04 UTC 

[PATCH v2] tpm_tis: Add missing tpm_request/relinquish_locality calls
 2021-02-02 18:47 UTC  (3+ messages)
` [PATCH v3] "

[PATCH rdma-next 00/10] Various cleanups
 2021-02-02 19:00 UTC  (10+ messages)
` [PATCH rdma-next 05/10] RDMA/core: Introduce and use API to read port immutable data
` [PATCH rdma-next 07/10] IB/mlx5: Return appropriate error code instead of ENOMEM

[arm:for-next 21/26] drivers/mailbox/arm_mhuv2.c:1129:13: error: incompatible function pointer types initializing 'void amba_device with an expression of type 'int (struct amba_device
 2021-02-02 19:00 UTC  (2+ messages)

main - filter-mpath: work with nvme devices
 2021-02-02 19:01 UTC 

[PATCH] kvm: arm64: Add SVE support for nVHE
 2021-02-02 18:44 UTC  (6+ messages)

[PATCHv2] kvm: arm64: Add SVE support for nVHE
 2021-02-02 18:52 UTC  (2+ messages)

[PATCH v5 0/2] IMX334 Camera Sensor Driver
 2021-02-02 18:57 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: media: Add bindings for imx334

[PATCH] iotests: Fix expected whitespace for 185
 2021-02-02 18:59 UTC 

linux-next: Tree for Feb 2
 2021-02-02 18:57 UTC  (2+ messages)
` linux-next: Tree for Feb 2 (drivers/media/pci/intel/ipu3/cio2-bridge.c)

[PATCH V3 00/14] arm64: coresight: Enable ETE and TRBE
 2021-02-02 18:56 UTC  (4+ messages)
` [PATCH V3 05/14] coresight: ete: Add support for ETE tracing

[PATCH] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
 2021-02-02 18:55 UTC  (2+ messages)

[PATCH v10 00/12] migration: bring improved savevm/loadvm/delvm to QMP
 2021-02-02 18:56 UTC  (5+ messages)
` [PATCH v10 12/12] migration: introduce snapshot-{save, load, delete} QMP commands
  ` [PATCH v10 12/12] migration: introduce snapshot-{save,load,delete} "

[PATCH net 0/4] Fix W=1 compilation warnings in net/* folder
 2021-02-02 18:55 UTC  (4+ messages)
` [PATCH net 1/4] ipv6: silence compilation warning for non-IPV6 builds

question about ALSA devices not showing up in buildroot build
 2021-02-02 18:57 UTC  (4+ messages)

[PATCH net-next] inet: do not export inet_gro_{receive|complete}
 2021-02-02 16:01 UTC  (2+ messages)

[PATCH v3 0/4] io_uring iopoll in scsi layer
 2021-02-02 18:54 UTC  (4+ messages)

[PATCH v2 2/2] iommu: add Unisoc iommu basic driver
 2021-02-02 14:01 UTC  (3+ messages)
` [PATCH "

[RFC][PATCH 00/13] [v5] Migrate Pages in lieu of discard
 2021-02-02 18:56 UTC  (3+ messages)
` [RFC][PATCH 11/13] mm/vmscan: Consider anonymous pages without swap

[PATCH 1/5] binutils: Upgrade to 2.36 release
 2021-02-02 18:56 UTC  (4+ messages)
` [OE-core] "

next/master build: 224 builds: 16 failed, 208 passed, 30 errors, 128 warnings (next-20210202)
 2021-02-02 14:01 UTC 

[PATCH for-next] ASoC: da7218: Drop CONFIG_OF ifdef
 2021-02-02 18:49 UTC  (2+ messages)

[PATCH] mm: vmstat: add some comments on internal storage of byte items
 2021-02-02 18:44 UTC 

[PATCH 0/7]: mm: memcontrol: switch to rstat
 2021-02-02 18:47 UTC  (15+ messages)
` [PATCH 1/7] mm: memcontrol: fix cpuhotplug statistics flushing
` [PATCH 2/7] mm: memcontrol: kill mem_cgroup_nodeinfo()
` [PATCH 3/7] mm: memcontrol: privatize memcg_page_state query functions
` [PATCH 4/7] cgroup: rstat: support cgroup1
` [PATCH 5/7] cgroup: rstat: punt root-level optimization to individual controllers
` [PATCH 6/7] mm: memcontrol: switch to rstat
` [PATCH 7/7] mm: memcontrol: consolidate lruvec stat flushing

[GIT PULL] clang-format for v5.11-rc7
 2021-02-02 18:48 UTC  (2+ messages)

Nux Mighty Plug USB - no clock source
 2021-02-02 18:52 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Use a single copy of the mocs table
 2021-02-02 18:53 UTC  (2+ messages)

[PATCH v4 00/16] 64bit block-layer: part I
 2021-02-02 18:50 UTC  (6+ messages)
  ` iotest failures in head [was: [PATCH v4 00/16] 64bit block-layer: part I]

[PATCH 5.10 000/142] 5.10.13-rc1 review
 2021-02-02 18:49 UTC  (3+ messages)
` [PATCH 5.10 067/142] tee: optee: replace might_sleep with cond_resched

[GIT PULL] dma-mapping fix for 5.11
 2021-02-02 18:48 UTC  (3+ messages)

[GIT PULL] Networking for 5.11-rc7
 2021-02-02 18:48 UTC  (2+ messages)

[GIT PULL] vdpa: bugfix
 2021-02-02 18:48 UTC  (3+ messages)

[RFC PATCH 0/4] hw/cxl/ + /hw/pci/: PCI DOE + CXL CDAT emulation
 2021-02-02 18:49 UTC  (3+ messages)
` [RFC PATCH 3/4] hw/cxl/cxl-cdat: Initial CDAT implementation for use by CXL devices

[PATCHv4 0/3] iio: Add a ChromeOS EC MKBP proximity driver
 2021-02-02 18:44 UTC  (4+ messages)
` [PATCH v4 1/3] platform/chrome: cros_ec: Add SW_FRONT_PROXIMITY MKBP define
` [PATCH v4 2/3] dt-bindings: iio: Add cros ec proximity yaml doc
` [PATCH v4 3/3] iio: proximity: Add a ChromeOS EC MKBP proximity driver

patch "usb: xhci-mtk: break loop when find the endpoint to drop" added to usb-linus
 2021-02-02 18:46 UTC 

stable-rc/linux-5.4.y baseline: 171 runs, 4 regressions (v5.4.94-62-g339dd34feba5)
 2021-02-02 18:47 UTC 

[PATCH 0/8] Add support for HiSilicon Hip09 uncore PMU driver
 2021-02-02 18:48 UTC  (3+ messages)

[PATCH] usb: typec: Return void in typec_partner_set_pd_revision
 2021-02-02 18:46 UTC  (2+ messages)

[rcu:rcu/next] BUILD SUCCESS 8e6a68bd0202c10d30298fd5aaf11ffeacbac197
 2021-02-02 18:41 UTC 

arch/arm64/kvm/va_layout.c:255:6: warning: no previous prototype for 'kvm_get_kimage_voffset'
 2021-02-02 18:41 UTC  (2+ messages)

[PATCH] mm: vmstat: fix NOHZ wakeups for node stat changes
 2021-02-02 18:43 UTC 

[PATCH] usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720
 2021-02-02 18:41 UTC  (3+ messages)
` [PATCH v2] "

[ragnatech:media-tree] BUILD SUCCESS 0b9112a58836ad6a7e84eebec06a2de9778b7573
 2021-02-02 18:40 UTC 

[PATCH 00/12] kasan: optimizations and fixes for HW_TAGS
 2021-02-02 18:40 UTC  (7+ messages)
` [PATCH 01/12] kasan, mm: don't save alloc stacks twice

[RFC PATCH 1/3] fs: dax.c: move fs hole signifier from DAX_ZERO_PAGE to XA_ZERO_ENTRY
 2021-02-02 18:42 UTC  (6+ messages)

[PATCH v3 0/3] Generic SMMU Bindings
 2021-02-02 18:43 UTC  (6+ messages)

[PATCH v2] hwmon: lm75: Handle broken device nodes gracefully
 2021-02-02 18:37 UTC  (2+ messages)
` [PATCH v3] "

[hwmon:hwmon-next] BUILD SUCCESS 996dc09c8e773f348086d03ded4cb96950f116bb
 2021-02-02 18:40 UTC 

[Bug 1914282] [NEW] block copy job sometimes hangs on the last block for minutes
 2021-02-02 18:23 UTC 

[PATCH] drm/lima: Use delayed timer as default in devfreq profile
 2021-02-02 14:02 UTC  (5+ messages)

Fwd: Kernel version related bluetooth issue
 2021-02-02 18:39 UTC 

[PATCH v2 0/7] Introduce intel_skl_int3472 driver
 2021-02-02 14:02 UTC  (14+ messages)
` [PATCH v2 2/7] acpi: utils: Add function to fetch dependent acpi_devices

[PATCH v1 00/15] testing/gdbstub/docs pre-PR
 2021-02-02 18:34 UTC  (5+ messages)
` [PATCH v1 11/15] tests/tcg: Replace /bin/true by true (required on macOS)


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.