All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-25 15:11:04 to 2021-05-25 15:38:29 UTC [more...]

[PATCH] media: v4l2-dev.c: Modified the macro SET_VALID_IOCTL
 2021-05-25 15:22 UTC  (2+ messages)

[PULL 000/114] target-arm queue
 2021-05-25 15:02 UTC  (39+ messages)
` [PULL 007/114] hw/arm/mps2-tz: Allow board to specify a boot RAM size
` [PULL 009/114] target/arm: Use correct SP in M-profile exception return
` [PULL 010/114] accel/tcg: Replace g_new() + memcpy() by g_memdup()
` [PULL 011/114] accel/tcg: Pass length argument to tlb_flush_range_locked()
` [PULL 014/114] accel/tcg: Add tlb_flush_range_by_mmuidx()
` [PULL 015/114] accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()
` [PULL 016/114] accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()
` [PULL 017/114] accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0
` [PULL 018/114] accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]
` [PULL 019/114] target/arm: Add support for FEAT_TLBIRANGE
` [PULL 020/114] target/arm: Add support for FEAT_TLBIOS
` [PULL 021/114] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type
` [PULL 023/114] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PULL 025/114] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PULL 026/114] target/arm: Implement SVE2 integer unary operations (predicated)
` [PULL 027/114] target/arm: Split out saturating/rounding shifts from neon
` [PULL 028/114] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PULL 029/114] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PULL 030/114] target/arm: Implement SVE2 integer pairwise arithmetic
` [PULL 031/114] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PULL 032/114] target/arm: Implement SVE2 integer add/subtract long
` [PULL 033/114] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PULL 034/114] target/arm: Implement SVE2 integer add/subtract wide
` [PULL 035/114] target/arm: Implement SVE2 integer multiply long
` [PULL 037/114] target/arm: Implement SVE2 bitwise shift left long
` [PULL 038/114] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PULL 039/114] target/arm: Implement SVE2 bitwise permute
` [PULL 040/114] target/arm: Implement SVE2 complex integer add
` [PULL 041/114] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PULL 044/114] target/arm: Implement SVE2 bitwise shift and insert
` [PULL 047/114] target/arm: Implement SVE2 floating-point pairwise
` [PULL 048/114] target/arm: Implement SVE2 SHRN, RSHRN
` [PULL 050/114] target/arm: Implement SVE2 UQSHRN, UQRSHRN
` [PULL 054/114] target/arm: Implement SVE2 bitwise ternary operations
` [PULL 058/114] target/arm: Implement SVE2 integer multiply-add long
` [PULL 063/114] target/arm: Implement SVE2 RSUBHNB, RSUBHNT
` [PULL 064/114] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PULL 065/114] target/arm: Implement SVE2 XAR

[PATCH net-next v2 0/3] net/sched: act_vlan: Fix modify to allow 0
 2021-05-25 15:36 UTC  (4+ messages)
` [PATCH net-next v2 1/3] "
` [PATCH net-next v2 2/3] net/sched: act_vlan: No dump for unset priority
` [PATCH net-next v2 3/3] net/sched: act_vlan: Test priority 0 modification

[PATCH v7 00/22] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-05-25 15:14 UTC  (44+ messages)
` [PATCH v7 01/22] sched: Favour predetermined active CPU as migration destination
` [PATCH v7 02/22] arm64: cpuinfo: Split AArch32 registers out into a separate struct
` [PATCH v7 03/22] arm64: Allow mismatched 32-bit EL0 support
` [PATCH v7 04/22] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched "
` [PATCH v7 05/22] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
` [PATCH v7 06/22] arm64: Advertise CPUs capable of running 32-bit applications in sysfs
` [PATCH v7 07/22] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
` [PATCH v7 08/22] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v7 09/22] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
` [PATCH v7 10/22] sched: Reject CPU affinity changes based on task_cpu_possible_mask()
` [PATCH v7 11/22] sched: Introduce task_struct::user_cpus_ptr to track requested affinity
` [PATCH v7 12/22] sched: Split the guts of sched_setaffinity() into a helper function
` [PATCH v7 13/22] sched: Allow task CPU affinity to be restricted on asymmetric systems
` [PATCH v7 14/22] sched: Introduce task_cpus_dl_admissible() to check proposed affinity
` [PATCH v7 15/22] freezer: Add frozen_or_skipped() helper function
` [PATCH v7 16/22] sched: Defer wakeup in ttwu() for unschedulable frozen tasks
` [PATCH v7 17/22] arm64: Implement task_cpu_possible_mask()
` [PATCH v7 18/22] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0
` [PATCH v7 19/22] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system
` [PATCH v7 20/22] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0
` [PATCH v7 21/22] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores
` [PATCH v7 22/22] Documentation: arm64: describe asymmetric 32-bit support

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-25 15:37 UTC  (12+ messages)
                    ` [Intel-gfx] "

[PATCH 0/6] dma-buf: Add an API for exporting sync files (v10)
 2021-05-25 15:37 UTC  (7+ messages)
` [PATCH 5/6] RFC: dma-buf: Add an extra fence to dma_resv_get_singleton_unlocked
  ` [Intel-gfx] "
` [PATCH 6/6] RFC: dma-buf: Add an API for importing sync files (v6)
  ` [Intel-gfx] "

Arm64 crash while reading memory sysfs
 2021-05-25 15:37 UTC  (2+ messages)

[PATCH 0/3] Rework fs error handling
 2021-05-25 15:34 UTC  (5+ messages)
` [PATCH 1/3] btrfs: always abort the transaction if we abort a trans handle
` [PATCH 2/3] btrfs: add a btrfs_has_fs_error helper

OnePlus 6 fixups
 2021-05-25 15:36 UTC  (4+ messages)
` [PATCH 2/4] drm: panel: sofef00: remove reset GPIO handling

[tip: locking/core] futex: Deduplicate cond_resched() invocation in futex_wake_op()
 2021-05-25 15:35 UTC 

Crosscompiling iproute2
 2021-05-24 21:36 UTC  (6+ messages)
  ` Aw: "

[BUG] rockpro64: PCI BAR reassignment broken by commit 9d57e61bf723 ("of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses")
 2021-05-25 15:34 UTC  (7+ messages)

[RFC 00/26] SLUB: use local_lock for kmem_cache_cpu protection and reduce disabling irqs
 2021-05-25 15:33 UTC  (4+ messages)
` [RFC 25/26] mm, slub: use migrate_disable() in put_cpu_partial()

[PATCH v3 1/3] gpio: regmap: Support few IC specific operations
 2021-05-25 15:31 UTC  (3+ messages)

[PATCH 1/3] NFS: Fix an Oopsable condition in __nfs_pageio_add_request()
 2021-05-25 15:32 UTC  (3+ messages)
` [PATCH 2/3] NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()
  ` [PATCH 3/3] NFS: Clean up reset of the mirror accounting variables

[PATCH bpf-next v2] docs/bpf: add llvm_reloc.rst to explain llvm bpf relocations
 2021-05-25 15:31 UTC  (2+ messages)

[PATCH] drivers: hv: Fix missing error code in vmbus_connect()
 2021-05-25 15:30 UTC  (2+ messages)

[PATCH] cpu/hotplug: simplify access percpu cpuhp_state
 2021-05-25 15:30 UTC  (2+ messages)
` [tip: smp/core] cpu/hotplug: Simplify access to "

[PATCH] perf vendor events: Fix eventcode of power10 json events
 2021-05-25 15:27 UTC  (4+ messages)

[ANNOUNCE] Git v2.32.0-rc1 - Defect in t0301.3, t1092.6, t5300
 2021-05-25 15:28 UTC  (5+ messages)

[PATCH 0/3] Clean a few backend interfaces in the i915
 2021-05-25 15:27 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] drm/amdgpu: remove unreachable code
 2021-05-25 15:27 UTC  (5+ messages)

[PATCH v2 00/12] drm/vc4: hdmi: Enable Channel Mapping, IEC958, HBR Passthrough using hdmi-codec
 2021-05-25 15:25 UTC  (5+ messages)
` [PATCH v2 12/12] ARM: dts: bcm2711: Tune DMA parameters for HDMI audio

[PATCH 00/10] Add support for older Rockchip SoCs to V4L2 hantro and rkvdec drivers
 2021-05-25 15:26 UTC  (12+ messages)
` [PATCH 01/10] ARM: dts: rockchip: add power controller for RK322x
` [PATCH 02/10] ARM: dts: rockchip: add power controller for RK3036
` [PATCH 03/10] dt-bindings: mfd: syscon: add Rockchip RK3036/RK3228 qos compatibles
` [PATCH 04/10] media: hantro: add support for Rockchip RK3066
` [PATCH 05/10] media: hantro: add support for Rockchip RK3036
` [PATCH 06/10] ARM: dts: rockchip: add vpu nodes for RK3066 and RK3188
` [PATCH 07/10] ARM: dts: rockchip: add vpu node for RK322x
` [PATCH 08/10] media: dt-bindings: media: rockchip-vpu: add new compatibles
` [PATCH 09/10] ARM: dts: rockchip: add vdec node for RK322x
` [PATCH 10/10] media: dt-bindings: media: rockchip-vdec: add RK3228 compatible

[LTP] [PATCH 0/2 v2] syscalls/sendfile: Convert sendfile{08, 09} to the new API
 2021-05-25 15:25 UTC  (2+ messages)

[PATCH] docs: Activate xeCJK only in CJK chapters
 2021-05-25 15:25 UTC  (2+ messages)
` [PATCH v4] docs: Activate exCJK "

[PATCH for-next v7 00/10] RDMA/rxe: Implement memory windows
 2021-05-25 15:23 UTC  (9+ messages)

[PATCH] netdev: station: support channel switch events
 2021-05-25 15:24 UTC  (2+ messages)

[PATCH 01/11] drm/amdgpu: Comply with implicit fencing rules
 2021-05-25 15:23 UTC  (12+ messages)
        ` [Mesa-dev] "
                    ` [Intel-gfx] "

fast forward merge overwriting my code
 2021-05-25 15:14 UTC  (8+ messages)

[PATCH 0/3] firmware/shim: build adjustments
 2021-05-25 15:21 UTC  (7+ messages)
` [PATCH 2/3] firmware/shim: drop XEN_CONFIG_EXPERT uses
` [PATCH 3/3] firmware/shim: UNSUPPORTED=n

[PATCHv5] grub-install: Add backup and restore
 2021-05-25 15:20 UTC  (2+ messages)

[PATCH mfd v1] mfd: Add Renesas Synchronization Management Unit (SMU) support
 2021-05-25 15:20 UTC  (3+ messages)

[PATCH 0/3] btrfs: fix fsync failure with SQL Server workload
 2021-05-25 15:20 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/display: relax 2big checking around initial fb
 2021-05-25 15:19 UTC  (3+ messages)

[PATCH v29 05/13] mm/damon: Implement primitives for the virtual memory address spaces
 2021-05-25 15:19 UTC  (2+ messages)

[PATCH v6 0/4] printk: Userspace format indexing support
 2021-05-25 15:19 UTC  (8+ messages)
` [PATCH v6 3/4] "

[PATCH v5 01/10] drm/amdgpu: Indirect register access for Navi12 sriov
 2021-05-25 15:18 UTC  (4+ messages)

[PATCH 00/12] Bluetooth: use inclusive language
 2021-05-25 15:17 UTC  (4+ messages)

[PATCH v29 03/13] mm/damon: Adaptively adjust regions
 2021-05-25 15:17 UTC  (2+ messages)

[PATCH RESEND v2 0/7] Expose and manage PCI device reset
 2021-05-25 15:17 UTC  (5+ messages)
` [PATCH RESEND v2 2/7] PCI: Add pcie_reset_flr to follow calling convention of other reset methods

[hardknott][PATCH 1/2] glib-2.0: use python3targetconfig
 2021-05-25 15:17 UTC  (2+ messages)
` [hardknott][PATCH 2/2] mesa: "

[LTP] [PATCH 0/2] syscalls/sendfile: Convert sendfile{08, 09} to the new API
 2021-05-25 15:17 UTC  (10+ messages)
` [LTP] [PATCH 2/2] syscalls/sendfile: Convert sendfile09 "

[PATCH V3 2/2] drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 driver
 2021-05-25 15:16 UTC  (8+ messages)
    ` [V3, "

[mm] 8cc621d2f4: fio.write_iops -21.8% regression
 2021-05-25 15:16 UTC  (5+ messages)

[meta-networking][PATCH] libiec61850: Upgrade to 1.5.0
 2021-05-25 15:14 UTC 

[PATCH v2 1/3] platform/x86: firmware_attributes_class: Create helper file for handling firmware-attributes class registration events
 2021-05-25 15:14 UTC  (4+ messages)
` [PATCH v2 3/3] platform/x86: think-lmi: Add WMI interface support on Lenovo platforms
    ` [External] "

[PATCH v4 0/7] drm: Clean up mmap for TTM-based GEM drivers
 2021-05-25 15:14 UTC  (25+ messages)
` [Nouveau] "
` [PATCH v4 1/7] drm/ttm: Don't override vm_ops callbacks, if set
` [PATCH v4 2/7] drm/amdgpu: Implement mmap as GEM object function
  ` [Nouveau] "
` [PATCH v4 3/7] drm/radeon: "
  ` [Nouveau] "
` [PATCH v4 4/7] drm/nouveau: "
  ` [Nouveau] "
` [PATCH v4 5/7] drm/vmwgfx: Inline ttm_bo_mmap() into vmwgfx driver
  ` [Nouveau] "
` [Nouveau] [PATCH v4 6/7] drm/vmwgfx: Inline vmw_verify_access()
  `  "
` [PATCH v4 7/7] drm/ttm: Remove ttm_bo_mmap() and friends
  ` [Nouveau] "

[PATCH] btrfs: do not write supers if we have an fs error
 2021-05-25 15:10 UTC  (2+ messages)

[PATCH v2] drm/fb-helper: improve DRM fbdev emulation device names
 2021-05-25 15:13 UTC  (2+ messages)

[linux-next:master 4551/5003] drivers/most/most_cdev.c:448:2: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295
 2021-05-25 15:12 UTC  (2+ messages)

[PATCH for-next v2] IB/core: Only update PKEY and GID caches on respective events
 2021-05-25 15:12 UTC  (4+ messages)

[PATCH] USB: core: WARN if pipe direction != setup packet direction
 2021-05-25 15:12 UTC  (8+ messages)
    ` [PATCH v2] "

[PATCH v4 0/2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-25 15:11 UTC  (7+ messages)
` [PATCH v4 2/2] s390/vfio-ap: control access to PQAP(AQIC) interception handler

[dunfell][PATCH 1/2] glib-2.0: use python3targetconfig
 2021-05-25 15:11 UTC  (2+ messages)
` [dunfell][PATCH 2/2] mesa: "


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.