All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-10 11:01:20 to 2020-11-10 11:31:59 UTC [more...]

[PULL 0/6] Misc fixes for QEMU 5.2-rc2
 2020-11-10 11:29 UTC  (2+ messages)
` [PULL 1/6] meson: Clarify the confusing vhost-user vs. vhost-kernel output

[PATCH 0/2] vfs: remove lockdep fs freeze weirdness
 2020-11-10 11:31 UTC  (3+ messages)
` [PATCH 1/2] vfs: remove lockdep bogosity in __sb_start_write

[PATCH] docs: fix documentation to notice credit2 is the default
 2020-11-10 11:31 UTC  (2+ messages)

[PULL 00/16] target-arm queue
 2020-11-10 11:19 UTC  (10+ messages)
` [PULL 01/16] hw/arm/Kconfig: ARM_V7M depends on PTIMER
` [PULL 02/16] ssi: Fix bad printf format specifiers
` [PULL 03/16] target/arm: add spaces around operator
` [PULL 04/16] target/arm: Don't use '#' flag of printf format
` [PULL 06/16] docs: add some notes on the sbsa-ref machine
` [PULL 08/16] target/arm: Fix neon VTBL/VTBX for len > 1
` [PULL 11/16] hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup()
` [PULL 15/16] tests/qtest/npcm7xx_rng-test: count runs properly
` [PULL 16/16] target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access check

[PATCH] kvm: s390: pv: Mark mm as protected after the set secure parameters and improve cleanup
 2020-11-10 11:31 UTC  (2+ messages)

[PULL 00/19] qtests, gitlab, s390x and misc patches
 2020-11-10 11:11 UTC  (19+ messages)
` [PULL 01/19] meson: always include contrib/libvhost-user
` [PULL 02/19] tests/vm: update openbsd to release 6.8
` [PULL 03/19] device-crash-test: Check if path is actually an executable file
` [PULL 04/19] qtest: Fix bad printf format specifiers
` [PULL 05/19] tests/qtest/tpm: Remove redundant check in the tpm_test_swtpm_test()
` [PULL 06/19] gitlab-ci: Drop generic cache rule
` [PULL 07/19] MAINTAINERS: Add gitlab-pipeline-status script to GitLab CI section
` [PULL 08/19] docs/fuzz: rST-ify the fuzzing documentation
` [PULL 09/19] docs/fuzz: update fuzzing documentation post-meson
` [PULL 10/19] scripts/oss-fuzz: give all fuzzers -target names
` [PULL 11/19] fuzz: Make fork_fuzz.ld compatible with LLVM's LLD
` [PULL 12/19] configure: surface deprecated targets in the help output
` [PULL 13/19] gitlab: publish the docs built during CI
` [PULL 14/19] gitlab: force enable docs build in Fedora, Ubuntu, Debian
` [PULL 15/19] docs: add "page source" link to sphinx documentation
` [PULL 16/19] fuzz: add virtio-blk fuzz target
` [PULL 17/19] qtest: Update references to parse_escape() in comments
` [PULL 18/19] s390x: fix clang 11 warnings in cpu_models.c

[PATCH 0/5] x86/p2m: hook adjustments
 2020-11-10 11:30 UTC  (5+ messages)
` [PATCH 2/5] x86/p2m: collapse the two ->write_p2m_entry() hooks
` [PATCH 3/5] x86/p2m: suppress audit_p2m hook when possible

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-10 11:26 UTC  (42+ messages)
` [PATCH v10 01/41] block: add bio_add_zone_append_page
` [PATCH v10 02/41] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v10 03/41] btrfs: introduce ZONED feature flag
` [PATCH v10 04/41] btrfs: get zone information of zoned block devices
` [PATCH v10 05/41] btrfs: check and enable ZONED mode
` [PATCH v10 06/41] btrfs: introduce max_zone_append_size
` [PATCH v10 07/41] btrfs: disallow space_cache in ZONED mode
` [PATCH v10 08/41] btrfs: disallow NODATACOW "
` [PATCH v10 09/41] btrfs: disable fallocate "
` [PATCH v10 10/41] btrfs: disallow mixed-bg "
` [PATCH v10 11/41] btrfs: implement log-structured superblock for "
` [PATCH v10 12/41] btrfs: implement zoned chunk allocator
` [PATCH v10 13/41] btrfs: verify device extent is aligned to zone
` [PATCH v10 14/41] btrfs: load zone's alloction offset
` [PATCH v10 15/41] btrfs: emulate write pointer for conventional zones
` [PATCH v10 16/41] btrfs: track unusable bytes for zones
` [PATCH v10 17/41] btrfs: do sequential extent allocation in ZONED mode
` [PATCH v10 18/41] btrfs: reset zones of unused block groups
` [PATCH v10 19/41] btrfs: redirty released extent buffers in ZONED mode
` [PATCH v10 20/41] btrfs: extract page adding function
` [PATCH v10 21/41] btrfs: use bio_add_zone_append_page for zoned btrfs
` [PATCH v10 22/41] btrfs: handle REQ_OP_ZONE_APPEND as writing
` [PATCH v10 23/41] btrfs: split ordered extent when bio is sent
` [PATCH v10 24/41] btrfs: extend btrfs_rmap_block for specifying a device
` [PATCH v10 25/41] btrfs: use ZONE_APPEND write for ZONED btrfs
` [PATCH v10 26/41] btrfs: enable zone append writing for direct IO
` [PATCH v10 27/41] btrfs: introduce dedicated data write path for ZONED mode
` [PATCH v10 28/41] btrfs: serialize meta IOs on "
` [PATCH v10 29/41] btrfs: wait existing extents before truncating
` [PATCH v10 30/41] btrfs: avoid async metadata checksum on ZONED mode
` [PATCH v10 31/41] btrfs: mark block groups to copy for device-replace
` [PATCH v10 32/41] btrfs: implement cloning for ZONED device-replace
` [PATCH v10 33/41] btrfs: implement copying "
` [PATCH v10 34/41] btrfs: support dev-replace in ZONED mode
` [PATCH v10 35/41] btrfs: enable relocation "
` [PATCH v10 36/41] btrfs: relocate block group to repair IO failure in ZONED
` [PATCH v10 37/41] btrfs: split alloc_log_tree()
` [PATCH v10 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group
` [PATCH v10 39/41] btrfs: serialize log transaction on ZONED mode
` [PATCH v10 40/41] btrfs: reorder log node allocation
` [PATCH v10 41/41] btrfs: enable to mount ZONED incompat flag

[PATCH] powerpc/powernv/sriov: fix unsigned int win compared to less than zero
 2020-11-10 11:19 UTC  (2+ messages)

[Buildroot] [Bug 13306] New: wpewebkit build problem in 2020-11-rc1
 2020-11-10 11:29 UTC  (3+ messages)
` [Buildroot] [Bug 13306] "

[jfern:coresched 17/35] kernel/sched/fair.c:10739:13: warning: 'se_fi_update' used but never defined
 2020-11-10 11:29 UTC 

[PATCH v3 0/2] Fix RPM calculation in pwm-fan
 2020-11-10 11:28 UTC  (3+ messages)
` [PATCH v3 1/2] hwmon: pwm-fan: Store device pointer in pwm_fan_ctx
` [PATCH v3 2/2] hwmon: pwm-fan: Fix RPM calculation

[PATCH] um: Fetch registers only for signals which need them
 2020-11-10 11:27 UTC  (2+ messages)

[RFC v3] VFIO Migration
 2020-11-10 11:12 UTC  (2+ messages)

[PATCH v3 0/5] media: staging: Add bcm2835-unicam driver
 2020-11-10 11:26 UTC  (6+ messages)
` [PATCH v3 1/5] media: uapi: v4l2-core: Add sensor ancillary data V4L2 fourcc type

[PATCH 00/18] powerpc: interrupt wrappers
 2020-11-10 11:19 UTC  (9+ messages)
` [PATCH 02/18] powerpc: remove arguments from fault handler functions
` [PATCH 03/18] powerpc: bad_page_fault, do_break get registers from regs

[PATCH V2] nvme: enable ro namespace for ZNS without append
 2020-11-10 11:25 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] lib: Handle chamelium failures gracefully
 2020-11-10 11:26 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH 1/4] drm/i915: Introduce intel_dpll_get_hw_state()
 2020-11-10 11:25 UTC  (2+ messages)

[MPTCP] [PATCH net-next 6/6] mptcp: use mptcp backlog
 2020-11-10 11:25 UTC 

[MPTCP] [PATCH net-next 5/6] mptcp: simplify mptcp_nospace
 2020-11-10 11:25 UTC 

[MPTCP] [PATCH net-next 4/6] mptcp: avoid a few atomic ops in the rx path
 2020-11-10 11:25 UTC 

[MPTCP] [PATCH net-next 3/6] mptcp: allocate TX skbs in msk context
 2020-11-10 11:25 UTC 

[MPTCP] [PATCH net-next 2/6] mptcp: protect the rx path with the msk socket spinlock
 2020-11-10 11:25 UTC 

[MPTCP] [PATCH net-next 1/6] mptcp: separate accouting for wmem forward alloc mem
 2020-11-10 11:25 UTC 

[MPTCP] [PATCH net-next 0/6] mptcp: just another complete datapath refactor
 2020-11-10 11:25 UTC 

[PATCH] usb: typec: ucsi: Report power supply changes
 2020-11-10 11:26 UTC  (2+ messages)

[dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples
 2020-11-10 11:25 UTC  (4+ messages)

[PATCH] cpufreq: scmi: Fix OPP addition failure with a dummy clock provider
 2020-11-10 11:24 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] tests/api_intel_bb: Verify delta is properly added in emit relocation
 2020-11-10 11:24 UTC  (3+ messages)

[PATCHv2 0/9] Genpd related code changes to drop am335x pdata
 2020-11-10 11:20 UTC  (20+ messages)
` [PATCH 1/9] ARM: OMAP2+: Check for inited flag
` [PATCH 2/9] ARM: OMAP2+: Probe PRCM first to probe l4_wkup with simple-pm-bus
` [PATCH 3/9] clk: ti: am33xx: Keep am3 l3 main clock always on for genpd
` [PATCH 4/9] bus: ti-sysc: Support modules without control registers
` [PATCH 5/9] bus: ti-sysc: Implement GPMC debug quirk to drop platform data
` [PATCH 6/9] soc: ti: omap-prm: Add pm_clk for genpd
` [PATCH 7/9] soc: ti: omap-prm: am3: add genpd support for remaining PRM instances
` [PATCH 8/9] soc: ti: pm33xx: Enable basic PM runtime support for genpd
` [PATCH 9/9] remoteproc/wkup_m3: Use reset control driver if available

[tip: sched/core] sched/fair: Reorder throttle_cfs_rq() path
 2020-11-10 11:21 UTC 

[PATCH v2 00/10] Introduced new Cadence USBSSP DRD Driver
 2020-11-10 11:21 UTC  (5+ messages)
` [PATCH v2 03/10] usb: cdns3: Moves reusable code to separate module

[PATCH] mm/zsmalloc: include sparsemem.h for MAX_PHYSMEM_BITS
 2020-11-10 11:21 UTC  (6+ messages)

Suppressing filter-branch warning
 2020-11-10 11:21 UTC  (4+ messages)

[Buildroot] [Bug 13296] New: host-libcap failed to build
 2020-11-10 11:21 UTC  (2+ messages)
` [Buildroot] [Bug 13296] "

[dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env
 2020-11-10 11:20 UTC  (4+ messages)

[Intel-gfx] [RFC 0/3] User friendly lsgpu default output
 2020-11-10 11:20 UTC  (13+ messages)
` [Intel-gfx] [RFC 1/3] intel_gpu_top: User friendly device listing
    ` [igt-dev] "
` [Intel-gfx] [RFC 2/3] lsgpu: "
    ` [igt-dev] "
` [Intel-gfx] [RFC 3/3] lsgpu: Add filter type print-out selection

QOM address space handling
 2020-11-10 11:14 UTC 

[PATCH 0/2] net: dccp: fix structure use-after-free
 2020-11-10 11:19 UTC  (11+ messages)
` [PATCH 1/2] dccp: ccid: move timers to struct dccp_sock

[dpdk-dev] [PATCH v1 0/4] add async data path in vhost sample
 2020-11-10 11:19 UTC  (7+ messages)
` [dpdk-dev] [PATCH v10 "

[PATCH v1 00/24] Opt-in always-on nVHE hypervisor
 2020-11-10 11:18 UTC  (5+ messages)

[PATCH v3 3/3] Input: Introduce goodix-i2c-hid as a subclass of i2c-hid
 2020-11-10 11:19 UTC  (3+ messages)

[PATCH v4 net-next 0/5] xdp: introduce bulking for page_pool tx return path
 2020-11-10 11:18 UTC  (3+ messages)
` [PATCH v4 net-next 1/5] net: xdp: introduce bulking for xdp "

[p2pmem:p2pdma_user_cmb_rfc 1/22] drivers/iommu/intel/iommu.c:5641:27: warning: variable 'last_pfn' set but not used
 2020-11-10 11:17 UTC 

[PATCH] mt76: mt7915: rely on eeprom definitions
 2020-11-10 11:17 UTC 

[PATCH v3 0/7] x86: some assembler macro rework
 2020-11-10 11:16 UTC  (5+ messages)
` [PATCH v3 5/7] x86: guard against straight-line speculation past RET

(no subject)
 2020-11-10 11:14 UTC 

[RFC 0/4] platform/x86: i2c-multi-instantiate: Pass ACPI fwnode to instantiated i2c-clients
 2020-11-10 11:14 UTC  (5+ messages)

[GIT PULL FOR v5.11] Minor DVB & RC fixes
 2020-11-10 11:16 UTC  (2+ messages)
` [GIT PULL FOR v5.11] Minor DVB & RC fixes (#68791)

[PATCH v3 0/4] KVM: arm64: Fix get-reg-list regression
 2020-11-10 11:13 UTC  (2+ messages)

[PATCH v9 01/41] block: add bio_add_zone_append_page
 2020-11-10 11:12 UTC  (8+ messages)
` [PATCH v9 33/41] btrfs: implement copying for ZONED device-replace
` [PATCH v9 37/41] btrfs: split alloc_log_tree()

[Linux-kernel-mentees] [PATCH] checkpatch: add fix option for MISSING_SIGN_OFF
 2020-11-10 11:11 UTC  (3+ messages)

[PATCH v3 2/2] i3c/master: introduce the mipi-i3c-hci driver
 2020-11-10 11:09 UTC  (3+ messages)

[PATCH v1 0/4] Updates to MHI channel handling
 2020-11-10 11:14 UTC  (3+ messages)
` [PATCH v1 3/4] bus: mhi: core: Add support to pause or resume channel data transfers

[PATCH] cpufreq: stats: Switch to ktime and msec instead of jiffies and usertime
 2020-11-10 11:07 UTC 

[PATCH] bus: ti-sysc: Assert reset only after disabling clocks
 2020-11-10 11:06 UTC  (2+ messages)

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 77 warnings (v4.19.155-71-gf085febade75)
 2020-11-10 11:06 UTC 

[RFC, v0 0/3] msi support for platform devices
 2020-11-10 11:06 UTC  (10+ messages)
` [RFC, v0 1/3] vfio/platform: add support for msi

[PATCH] soc: ti: omap-prm: Do not check rstst bit on deassert if already deasserted
 2020-11-10 11:04 UTC  (2+ messages)

[PATCH v1 3/4] phy: Add Sparx5 ethernet serdes PHY driver
 2020-11-10 11:04 UTC  (4+ messages)

[PATCH 0/4] powercap/dtpm: Add the DTPM framework
 2020-11-10 11:05 UTC  (4+ messages)
` [PATCH 3/4] powercap/drivers/dtpm: Add API for dynamic thermal power management

[dpdk-dev] [PATCH v1] app/test: zcd needs to be initialised to fix gcc compile error
 2020-11-10 11:03 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] app/test: fix to prevent zcd "

[PATCH v2] migration/multifd: close TLS channel before socket finalize
 2020-11-10 11:01 UTC  (4+ messages)

[PATCH bpf-next v2 0/5] xsk: i40e: Tx performance improvements
 2020-11-10 11:01 UTC  (12+ messages)
` [Intel-wired-lan] "
` [PATCH bpf-next v2 1/5] samples/bpf: increment Tx stats at sending
  ` [Intel-wired-lan] "
` [PATCH bpf-next v2 2/5] i40e: remove unnecessary sw_ring access from xsk Tx
  ` [Intel-wired-lan] "
` [PATCH bpf-next v2 3/5] xsk: introduce padding between more ring pointers
  ` [Intel-wired-lan] "
` [PATCH bpf-next v2 4/5] xsk: introduce batched Tx descriptor interfaces
  ` [Intel-wired-lan] "
` [PATCH bpf-next v2 5/5] i40e: use batched xsk Tx interfaces to increase performance
  ` [Intel-wired-lan] "

[PULL 0/7] Gitlab CI fixes and improvements
 2020-11-10 10:59 UTC  (6+ messages)
` [PULL 5/7] gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folder

[PATCH v2] libceph: add osd op counter metric support
 2020-11-10 11:01 UTC 

How to enable auto-suspend by default
 2020-11-10 10:57 UTC 

[Intel-gfx] [PATCH 00/11] VRR/Adaptive Sync enabling in i915
 2020-11-10 11:01 UTC  (3+ messages)
` [Intel-gfx] [PATCH 09/11] drm/i915/display/vrr: Disable VRR in modeset disable path


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.