All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-12 21:48:31 to 2021-01-12 22:07:51 UTC [more...]

[RFC PATCH v3 00/16] CXL 2.0 Support
 2021-01-12 22:06 UTC  (5+ messages)
` [RFC PATCH v3 02/16] cxl/acpi: Add an acpi_cxl module for the CXL interconnect

[RFC] xfs: reduce sub-block DIO serialisation
 2021-01-12 22:06 UTC  (5+ messages)
` [PATCH 6/6] xfs: reduce exclusive locking on unaligned dio

[PATCH 00/40] [Set 12] Rid W=1 warnings from GPU
 2021-01-12 22:06 UTC  (37+ messages)
` [PATCH 01/40] drm/amd/display/dc/dce/dce_aux: Mark 'dce_aux_transfer_raw' as __maybe_unused
` [PATCH 02/40] drm/amd/display/dc/dce/dce_link_encoder: Remove unused variable 'value0'
` [PATCH 04/40] drm/amd/display/dc/dce/dce_opp: Demote non-compliant kernel-doc headers
` [PATCH 05/40] drm/amd/display/dc/dce/dce_transform: Demote kernel-doc abuse
` [PATCH 06/40] drm/amd/display/dc/gpio/diagnostics/hw_translate_diag: Include our own header containing prototypes
` [PATCH 07/40] drm/amd/display/dc/irq/irq_service: Make local function static
` [PATCH 08/40] drm/amd/display/dc/gpio/diagnostics/hw_factory_diag: Fix struct declared inside parameter list error
` [PATCH 09/40] drm/amd/display/dc/gpio/diagnostics/hw_factory_diag: Include our own header containing prototypes
` [PATCH 10/40] drm/amd/display/dc/dce120/dce120_hw_sequencer: Encompass defines in same clause as their use

[PATCH] ubsan: Implement __ubsan_handle_alignment_assumption
 2021-01-12 22:06 UTC  (5+ messages)

[PATCH v5 00/42] idmapped mounts
 2021-01-12 22:01 UTC  (42+ messages)
` [PATCH v5 01/42] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v5 02/42] mount: make {lock,unlock}_mount_hash() static
` [PATCH v5 03/42] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v5 04/42] fs: split out functions to hold writers
` [PATCH v5 05/42] fs: add attr_flags_to_mnt_flags helper
` [PATCH v5 06/42] fs: add mount_setattr()
` [PATCH v5 07/42] tests: add mount_setattr() selftests
` [PATCH v5 08/42] fs: add id translation helpers
` [PATCH v5 09/42] mount: attach mappings to mounts
` [PATCH v5 10/42] capability: handle idmapped mounts
` [PATCH v5 11/42] namei: make permission helpers idmapped mount aware
` [PATCH v5 12/42] inode: make init and "
` [PATCH v5 13/42] attr: handle idmapped mounts
` [PATCH v5 14/42] acl: "
` [PATCH v5 15/42] fs: add file_user_ns() helper
` [PATCH v5 16/42] xattr: handle idmapped mounts
` [PATCH v5 17/42] commoncap: "
` [PATCH v5 18/42] stat: "
` [PATCH v5 19/42] namei: handle idmapped mounts in may_*() helpers
` [PATCH v5 20/42] namei: introduce struct renamedata

[PATCH v6 0/7] iOS and Apple Silicon host support
 2021-01-12 22:05 UTC  (3+ messages)

[Buildroot] [PATCH v3 1/1] package/uclibc: add backtrace support option
 2021-01-12 22:06 UTC  (4+ messages)

[PATCH] Revert "KVM: x86: Unconditionally enable irqs in guest context"
 2021-01-12 22:04 UTC  (6+ messages)

stable-rc/queue/5.4 baseline: 193 runs, 6 regressions (v5.4.88-91-ge8d9751d41bf)
 2021-01-12 22:05 UTC 

[PATCH v2 1/3] x86/mce: Avoid infinite loop for copy from user recovery
 2021-01-12 22:04 UTC  (2+ messages)

+ mm-memcontrol-prevent-starvation-when-writing-memoryhigh.patch added to -mm tree
 2021-01-12 22:04 UTC 

linux-next: Signed-off-by missing for commits in the rcu tree
 2021-01-12 22:03 UTC 

[PATCH 0/6] target/mips: Convert Loongson LEXT opcodes to decodetree
 2021-01-12 21:59 UTC  (8+ messages)
` [PATCH 1/6] target/mips: Re-introduce OPC_ADDUH_QB_DSP and OPC_MUL_PH_DSP
` [PATCH 2/6] target/mips: Convert Loongson DDIV.G opcodes to decodetree
` [PATCH 3/6] target/mips: Convert Loongson DIV.G "
` [PATCH 4/6] target/mips: Convert Loongson [D]DIVU.G "
` [PATCH 5/6] target/mips: Convert Loongson [D]MOD[U].G "
` [PATCH 6/6] target/mips: Convert Loongson [D]MULT[U].G "

stable-rc/queue/4.14 baseline: 157 runs, 8 regressions (v4.14.214-56-g995bc2469cc73)
 2021-01-12 22:03 UTC 

[PATCH v5 00/13] io_uring: buffer registration enhancements
 2021-01-12 21:33 UTC  (13+ messages)
` [PATCH v5 01/13] io_uring: rename file related variables to rsrc
` [PATCH v5 02/13] io_uring: generalize io_queue_rsrc_removal
` [PATCH v5 04/13] io_uring: split alloc_fixed_file_ref_node
` [PATCH v5 05/13] io_uring: add rsrc_ref locking routines
` [PATCH v5 06/13] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH v5 07/13] io_uring: create common fixed_rsrc_ref_node handling routines
` [PATCH v5 08/13] io_uring: generalize files_update functionlity to rsrc_update
` [PATCH v5 09/13] io_uring: support buffer registration updates
` [PATCH v5 10/13] io_uring: create common fixed_rsrc_data allocation routines
` [PATCH v5 11/13] io_uring: make percpu_ref_release names consistent
` [PATCH v5 12/13] io_uring: call io_get_fixed_rsrc_ref for buffers
` [PATCH v5 13/13] io_uring: support buffer registration sharing

[PATCH] drm: amdgpu: pm: Mark vangogh_clk_dpm_is_enabled() as static
 2021-01-12 21:55 UTC  (4+ messages)

[PATCH mlx5-next v1 0/5] Dynamically assign MSI-X vectors count
 2021-01-12 21:59 UTC  (9+ messages)
` [PATCH mlx5-next v1 1/5] PCI: Add sysfs callback to allow MSI-X table size change of SR-IOV VFs
` [PATCH mlx5-next v1 2/5] PCI: Add SR-IOV sysfs entry to read number of MSI-X vectors

mmotm 2021-01-12-01-57 uploaded
 2021-01-12 21:59 UTC  (4+ messages)
` mmotm 2021-01-12-01-57 uploaded (NR_SWAPCACHE in mm/)

[RFC] perf/x86: Only expose userspace rdpmc for events on current CPU
 2021-01-12 20:09 UTC  (5+ messages)

[PATCH 4/6] locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEP
 2021-01-12 20:12 UTC  (2+ messages)
` [tip: x86/urgent] "

[tip: x86/urgent] x86: __always_inline __{rd,wr}msr()
 2021-01-12 20:12 UTC 

[PATCH 2/6] x86/sev: Fix nonistr violation
 2021-01-12 20:12 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 3/6] locking/lockdep: Cure noinstr fail
 2021-01-12 20:12 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH net-next v14 0/6] Add support for mv88e6393x family of Marvell
 2021-01-12 21:58 UTC  (7+ messages)
` [PATCH net-next v14 5/6] net: dsa: mv88e6xxx: "

[PATCH V4 00/24] IOREQ feature (+ virtio-mmio) on Arm
 2021-01-12 21:52 UTC  (25+ messages)
` [PATCH V4 01/24] x86/ioreq: Prepare IOREQ feature for making it common
` [PATCH V4 02/24] x86/ioreq: Add IOREQ_STATUS_* #define-s and update code for moving
` [PATCH V4 03/24] x86/ioreq: Provide out-of-line wrapper for the handle_mmio()
` [PATCH V4 04/24] xen/ioreq: Make x86's IOREQ feature common
` [PATCH V4 05/24] xen/ioreq: Make x86's hvm_ioreq_needs_completion() common
` [PATCH V4 06/24] xen/ioreq: Make x86's hvm_mmio_first(last)_byte() common
` [PATCH V4 07/24] xen/ioreq: Make x86's hvm_ioreq_(page/vcpu/server) structs common
` [PATCH V4 08/24] xen/ioreq: Move x86's ioreq_server to struct domain
` [PATCH V4 09/24] xen/ioreq: Make x86's IOREQ related dm-op handling common
` [PATCH V4 10/24] xen/ioreq: Move x86's io_completion/io_req fields to struct vcpu
` [PATCH V4 11/24] xen/mm: Make x86's XENMEM_resource_ioreq_server handling common
` [PATCH V4 12/24] xen/ioreq: Remove "hvm" prefixes from involved function names
` [PATCH V4 13/24] xen/ioreq: Use guest_cmpxchg64() instead of cmpxchg()
` [PATCH V4 14/24] arm/ioreq: Introduce arch specific bits for IOREQ/DM features
` [PATCH V4 15/24] xen/arm: Stick around in leave_hypervisor_to_guest until I/O has completed
` [PATCH V4 16/24] xen/mm: Handle properly reference in set_foreign_p2m_entry() on Arm
` [PATCH V4 17/24] xen/ioreq: Introduce domain_has_ioreq_server()
` [PATCH V4 18/24] xen/dm: Introduce xendevicemodel_set_irq_level DM op
` [PATCH V4 19/24] xen/arm: io: Abstract sign-extension
` [PATCH V4 20/24] xen/arm: io: Harden sign extension check
` [PATCH V4 21/24] xen/ioreq: Make x86's send_invalidate_req() common
` [PATCH V4 22/24] xen/arm: Add mapcache invalidation handling
` [PATCH V4 23/24] libxl: Introduce basic virtio-mmio support on Arm
` [PATCH V4 24/24] [RFC] libxl: Add support for virtio-disk configuration

[PATCH 5/6] x86/mce: Remove explicit/superfluous tracing
 2021-01-12 20:12 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 1/6] x86/entry: Fix noinstr fail
 2021-01-12 20:12 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH] timekeeping: remove unused get_seconds()
 2021-01-12 20:18 UTC  (2+ messages)
` [tip: timers/urgent] timekeeping: Remove "

[PATCH] ALSA: hda: fix SND_INTEL_DSP_CONFIG dependency
 2021-01-12 20:31 UTC  (6+ messages)
` [PATCH] ASoC: SOF: Intel: avoid reverse module dependency
      ` [Sound-open-firmware] "

[PATCH] ntp: Fix RTC synchronization on 32-bit platforms
 2021-01-12 20:18 UTC  (2+ messages)
` [tip: timers/urgent] "

[Buildroot] [PATCH 1/1] package/shairport-sync: bump to version 3.3.7
 2021-01-12 21:58 UTC 

[PATCH v2 0/3] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-01-12 21:55 UTC  (7+ messages)

[PATCH] ARM: fix link warning with XIP + frame-pointer
 2021-01-12 20:27 UTC  (2+ messages)

[PATCH 1/2] [v2] ALSA: hda: fix SND_INTEL_DSP_CONFIG dependency
 2021-01-12 20:32 UTC  (2+ messages)
` [PATCH 2/2] ASoC: intel: fix soundwire dependencies

+ ubsan-disable-unsigned-overflow-check-for-i386.patch added to -mm tree
 2021-01-12 21:55 UTC 

[PATCH v2] input - mk712: remove the driver as it is obsolete and causes kernel crash
 2021-01-12 21:54 UTC  (3+ messages)
` [Linuxarm] "

[GIT PULL] irqchip fixes for 5.11, take #1
 2021-01-12 20:29 UTC  (2+ messages)
` [tip: irq/urgent] Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

[PATCH] [v2] ubsan: disable unsigned-overflow check for i386
 2021-01-12 20:29 UTC 

upstream build error (12)
 2021-01-12 20:44 UTC  (4+ messages)

[PATCH] iommu/arm-smmu-v3: Handle duplicated Stream IDs from other masters
 2021-01-12 20:29 UTC  (4+ messages)

[wsa:renesas/i2c/smbus-cleanup 14/14] drivers/char/ipmi/ipmb_dev_int.c:173:1: warning: the frame size of 1040 bytes is larger than 1024 bytes
 2021-01-12 21:54 UTC 

[PATCH v2 1/2] pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander
 2021-01-12 21:52 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: pinctrl: Add bindings for Awinic AW9523/AW9523B

[PATCH] ASoC: imx-hdmi: Fix warning of the uninitialized variable ret
 2021-01-12 20:44 UTC  (5+ messages)

[PATCH V1 0/5] vfio virtual address update
 2021-01-12 21:52 UTC  (2+ messages)

[PATCH] spi: renesas_rpc_spi: Fix fallback compatibility string
 2021-01-12 21:53 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/ncmpc: bump to version 0.42
 2021-01-12 21:52 UTC 

[Buildroot] [RFC: 1/4] package/freescale-imx/imx-gpu-viv: BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_{X11, WL} are libgl provider
 2021-01-12 21:52 UTC  (6+ messages)
` [Buildroot] [RFC: 3/4] package/x11r7/xdriver_xf86-video-imx-viv: bump to version rel_imx_5.4.24_2.1.0

[PATCH 1/8] poppler: upgrade 20.12.1 -> 21.01.0
 2021-01-12 21:52 UTC  (8+ messages)
` [PATCH 2/8] dconf: upgrade 0.36.0 -> 0.38.0
` [PATCH 3/8] dconf-editor: upgrade 3.36.2 -> 3.38.2
` [PATCH 4/8] amtk: upgrade 5.1.1 -> 5.2.0
` [PATCH 5/8] evince: upgrade 3.36.7 -> 3.38.0
` [PATCH 6/8] catfish: upgrade 1.4.13 -> 4.16.0
` [PATCH 7/8] xfwm4: upgrade 4.16.0 -> 4.16.1
` [PATCH 8/8] parole: upgrade 1.0.5 -> 4.16.0

[PATCH 1/2] KVM: x86: Add emulation support for #GP triggered by VM instructions
 2021-01-12 21:50 UTC  (3+ messages)

+ mm-memcg-add-swapcache-stat-for-memcg-v2-fix.patch added to -mm tree
 2021-01-12 21:50 UTC 

[PATCH v8 00/20] dlb: introduce DLB device driver
 2021-01-12 21:03 UTC  (8+ messages)
` [PATCH v8 04/20] dlb: add device ioctl layer and first three ioctls

[PATCH v2 00/13] io_uring: buffer registration enhancements
 2021-01-12 21:50 UTC  (7+ messages)
` [PATCH v2 13/13] io_uring: support buffer registration sharing

[RFC 1/1] s390/pci: expose UID checking state in sysfs
 2021-01-12 21:50 UTC  (2+ messages)

[PATCH] blk: avoid divide-by-zero with zero granularity
 2021-01-12 21:49 UTC  (3+ messages)

[PATCH] regulator: core: avoid regulator_resolve_supply() race condition
 2021-01-12 21:34 UTC  (2+ messages)

Review request 0/2: init/main.c: sink the kernel_init to the bottom
 2021-01-12 21:11 UTC  (5+ messages)
` [PATCH 1/2] init/main.c: fix strings split across lines

[PATCH v3] ceph: defer flushing the capsnap if the Fb is used
 2021-01-12 21:48 UTC  (2+ messages)

[PATCH V5 0/3] Decouple config data for configfs
 2021-01-12 21:04 UTC  (2+ messages)

[RFC PATCH net-next] bonding: add a vlan+srcmac tx hashing option
 2021-01-12 21:12 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/mpd: bump to version 0.22.3
 2021-01-12 21:49 UTC 

[m68k:master] BUILD SUCCESS c941d009e8721648ba8eb1f5226125c3808a6cfe
 2021-01-12 21:35 UTC 

[m68k:m68k-queue] BUILD SUCCESS 069e2573efc3884d5b93f2fd35a9caefafc2132b
 2021-01-12 21:35 UTC 

[PATCH v2 0/2] eliminate two common errors reported by any yaml on arm64
 2021-01-12 20:57 UTC  (11+ messages)
` [PATCH v2 1/2] arm64: dts: broadcom: clear the warnings caused by empty dma-ranges

[PATCH v1 0/2] Add Global Clock controller (GCC) driver for SC7280
 2021-01-12 20:06 UTC  (5+ messages)
` [PATCH v1 1/2] dt-bindings: clock: Add SC7280 GCC clock binding
` [PATCH v1 2/2] clk: qcom: Add Global Clock controller (GCC) driver for SC7280

[PATCH] clk: qcom: mmcc-msm8974: Fix mmss_s0_axi clock
 2021-01-12 19:57 UTC  (2+ messages)

[V3 0/4] nvmet: admin-cmd related cleanups and a fix
 2021-01-12 21:48 UTC  (3+ messages)
` [V3 1/4] nvmet: set right status on error in id-ns handler


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.