All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-08 00:13:50 to 2023-11-08 02:09:12 UTC [more...]

[syzbot] [kernel?] possible deadlock in try_to_wake_up (3)
 2023-11-08  2:03 UTC  (2+ messages)

[PATCH v2] kpageflags: respect folio head-page flag placement
 2023-11-08  2:01 UTC  (8+ messages)

[syzbot] [block?] WARNING in blk_mq_start_request
 2023-11-08  2:09 UTC 

[PATCH 1/6] drm/amdgpu: Fix possible null pointer dereference
 2023-11-08  2:08 UTC  (5+ messages)
` [PATCH 4/6] drm/amdkfd: Export DMABufs from KFD using GEM handles

RTT-PROBE: lore-subspace-rtt
 2023-11-08  2:08 UTC 

[peterz-queue:sched/core 16/19] kernel/sched/debug.c:532:61: warning: cast to pointer from integer of different size
 2023-11-08  2:06 UTC 

[PATCH v3 0/7] docs: getting started guide consolidation
 2023-11-08  2:06 UTC  (5+ messages)
` [PATCH v3 6/7] Added link to Getting Started Guide in index.rst

[PATCH net] net: kcm: fill in MODULE_DESCRIPTION()
 2023-11-08  2:03 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-11-08  1:58 UTC 

[PATCH v4 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2023-11-08  1:50 UTC  (7+ messages)
` [PATCH v4 07/11] media: rkvdec: Move rkvdec_reset_decoded_fmt helper
` [PATCH v4 08/11] media: rkvdec: Extract decoded format enumeration into helper

issue unable to commit file and folder name to upper lower case
 2023-11-08  1:48 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-11-08  1:48 UTC 

[PATCH mptcp-next v2] Squash to "selftests: mptcp: add mptcp_lib_get_counter"
 2023-11-08  1:47 UTC 

[PULL 00/25] Block layer patches
 2023-11-08  1:44 UTC  (2+ messages)

[PATCH] KVM: x86/xen: improve accuracy of Xen timers
 2023-11-08  1:43 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v1 0/9] Add loongarch kvm accel support
 2023-11-08  1:41 UTC  (10+ messages)
` [PATCH v1 1/9] linux-headers: Add KVM headers for loongarch
` [PATCH v1 2/9] target/loongarch: Define some kvm_arch interfaces
` [PATCH v1 3/9] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PATCH v1 4/9] target/loongarch: Implement kvm get/set registers
` [PATCH v1 5/9] target/loongarch: Implement kvm_arch_init function
` [PATCH v1 6/9] target/loongarch: Implement kvm_arch_init_vcpu
` [PATCH v1 7/9] target/loongarch: Implement kvm_arch_handle_exit
` [PATCH v1 8/9] target/loongarch: Implement set vcpu intr for kvm
` [PATCH v1 9/9] target/loongarch: Add loongarch kvm into meson build

[PATCH] zram: unsafe zram_get_element call in zram_read_page()
 2023-11-08  1:42 UTC  (5+ messages)

[PATCH] target/i386/kvm: call kvm_put_vcpu_events() before kvm_put_nested_state()
 2023-11-08  1:12 UTC  (7+ messages)

[PATCH 0/6] mm: cleanup and use more folio in page fault
 2023-11-08  1:41 UTC  (7+ messages)
` [PATCH 1/6] mm: ksm: use more folio api in ksm_might_need_to_copy()
` [PATCH 4/6] mm: memory: use a folio in do_cow_page()

extremely slow writes to degraded array
 2023-11-08  1:37 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-11-08  1:38 UTC 

[syzbot] [block?] WARNING in blk_mq_start_request
 2023-11-08  1:35 UTC  (2+ messages)
  ` [syzbot] [PATCH] Test for 4652b8e4f3ff

[PATCH] tree-wide: correct the spelling Ghz -> GHz
 2023-11-08  1:33 UTC 

Regression: git send-email Message-Id: numbering doesn't start at 1 any more
 2023-11-08  1:34 UTC  (4+ messages)

[PATCH 0/9] for-each-ref optimizations & usability improvements
 2023-11-08  1:31 UTC  (8+ messages)
` [PATCH 8/9] for-each-ref: add option to fully dereference tags

[PATCH v7 00/19] KVM: x86/pmu: selftests: Fixes and new tests
 2023-11-08  1:28 UTC  (22+ messages)
` [PATCH v7 01/19] KVM: x86/pmu: Always treat Fixed counters as available when supported
` [PATCH v7 02/19] KVM: x86/pmu: Allow programming events that match unsupported arch events
` [PATCH v7 03/19] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
` [PATCH v7 04/19] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
` [PATCH v7 05/19] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v7 06/19] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
` [PATCH v7 07/19] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [PATCH v7 08/19] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v7 09/19] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v7 10/19] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v7 11/19] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v7 12/19] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v7 13/19] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v7 14/19] KVM: selftests: Expand PMU counters test to verify LLC events
` [PATCH v7 15/19] KVM: selftests: Add a helper to query if the PMU module param is enabled
` [PATCH v7 16/19] KVM: selftests: Add helpers to read integer module params
` [PATCH v7 17/19] KVM: selftests: Query module param to detect FEP in MSR filtering test
` [PATCH v7 18/19] KVM: selftests: Move KVM_FEP macro into common library header
` [PATCH v7 19/19] KVM: selftests: Test PMC virtualization with forced emulation

[RFC] workqueue: allow system workqueue be used in memory reclaim
 2023-11-08  1:28 UTC 

[RFC PATCH 00/86] Make the kernel preemptible
 2023-11-08  1:28 UTC  (16+ messages)
` [RFC PATCH 03/86] Revert "ftrace: Use preemption model accessors for trace header printout"
` [RFC PATCH 46/86] tracing: handle lazy resched
` [RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
  ` [RFC PATCH 68/86] treewide: mm: "
  ` [RFC PATCH 85/86] treewide: drivers: "

[git pull] drm next + fixes for 6.7-rc1
 2023-11-08  1:28 UTC  (3+ messages)

[GIT PULL] More power management updates for v6.7-rc1
 2023-11-08  1:28 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-11-08  1:28 UTC 

RFC: A KVM-specific alternative to UserfaultFD
 2023-11-08  1:27 UTC  (7+ messages)

[PATCH 1/1] media: amphion: Fix VPU core alias name
 2023-11-08  1:26 UTC  (2+ messages)
` [EXT] "

[PATCH v2 0/3] add es8326 dt-bindings and es8326 support
 2023-11-08  1:26 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: dt-bindings: mt8188-mt6359: add "
` [PATCH v2 2/3] ASoC: mediatek: "
` [PATCH v2 3/3] ASoC: mediatek: mt8188-mt6359: Limit RT5682s to only supports dual channels

[PATCH] diff: implement config.diff.renames=copies-harder
 2023-11-08  1:26 UTC  (5+ messages)

[PATCH v3] usb: typec: tcpm: Fix sink caps op current check
 2023-11-08  1:25 UTC  (3+ messages)

RFC: CCC Linux Kernel SIG
 2023-11-08  1:24 UTC 

[PATCH for-next 0/6] RDMA/rxe: Make multicast actually work
 2023-11-08  1:24 UTC  (7+ messages)
` [PATCH for-next 3/6] RDMA/rxe: Register IP mcast address

[PATCH v1] lib: test_objpool: make global variables static
 2023-11-08  1:22 UTC 

[Intel-xe] [PATCH 00/12] drm/xe: Probe tweaks and reordering (part 1)
 2023-11-08  1:20 UTC  (20+ messages)
` [Intel-xe] [PATCH 01/12] drm/xe: Remove shutdown
` [Intel-xe] [PATCH 02/12] drm/xe: Skip calling drm_dev_put on probe error
` [Intel-xe] [PATCH 03/12] drm/xe: Use managed pci_enable_device
` [Intel-xe] [PATCH 04/12] drm/xe/irq: Don't call pci_free_irq_vectors
` [Intel-xe] [PATCH 05/12] drm/xe/mmio: Move memory training check to probe vram
` [Intel-xe] [PATCH 06/12] drm/xe: Move xe_set_dma_info outside of MMIO setup
` [Intel-xe] [PATCH 07/12] drm/xe: Move xe_mmio_probe_tiles "
` [Intel-xe] [PATCH 08/12] drm/xe: Split xe_info_init
` [Intel-xe] [PATCH 09/12] drm/xe: Introduce xe_tile_init_early and use at earlier point in probe
` [Intel-xe] [PATCH 10/12] drm/xe: Map the entire BAR0 and hold onto the initial mapping
` [Intel-xe] [PATCH 11/12] drm/xe/device: Introduce xe_device_probe_early
` [Intel-xe] [PATCH 12/12] drm/xe: Don't "peek" into GMD_ID
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Probe tweaks and reordering (part 1)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✓ CI.checksparse: success "
` [Intel-xe] ✓ CI.BAT: "

RTT-PROBE: lore-subspace-rtt
 2023-11-08  1:18 UTC 

[Bpf] [PATCH] bpf, docs: Add additional ABI working draft base text
 2023-11-08  1:17 UTC  (9+ messages)
` [PATCH v3] "
  ` [Bpf] "

drivers/net/dsa/sja1105/sja1105_main.c:493 sja1105_init_l2_forwarding_params() warn: is 'table->entries' large enough for 'struct sja1105_l2_forwarding_params_entry'? 0
 2023-11-08  1:16 UTC 

drivers/video/fbdev/atmel_lcdfb.c:362:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-08  1:14 UTC 

[PATCH RESEND v3 0/5] PM: domains: Add control for switching back and forth to HW control
 2023-11-08  1:15 UTC  (5+ messages)
` [PATCH RESEND v3 4/5] clk: qcom: Use HW_CTRL_TRIGGER flag to switch video GDSC to HW mode

[PATCH V2 1/2] md: bypass block throttle for superblock update
 2023-11-08  1:14 UTC  (4+ messages)
` [PATCH V2 2/2] Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"

drivers/nvme/common/keyring.c:117:3: sparse: sparse: symbol 'nvme_tls_psk_prio' was not declared. Should it be static?
 2023-11-08  1:10 UTC 

[PATCH] ata: libata-core: Fix ata_pci_shutdown_one()
 2023-11-08  1:11 UTC  (5+ messages)

drivers/remoteproc/stm32_rproc.c:139:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-08  1:04 UTC 

[PATCH 0/4] ata: Drop platform_driver_probe() and convert to platform remove callback returning void (part II)
 2023-11-08  1:10 UTC  (2+ messages)

[joelgranados:jag/sysctl_remove_empty_elem_fs 3/5] init.c:undefined reference to `fsverity_require_signatures'
 2023-11-08  1:09 UTC 

fs/bcachefs/ec.c:726:35: sparse: sparse: invalid access past the end of '<noident>' (4 8)
 2023-11-08  1:09 UTC 

新規事業としての結婚相談所 説明会
 2023-11-08  1:07 UTC 

[PATCH v2 0/2] KVM: selftests: Detect if KVM bugged the VM
 2023-11-08  1:09 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: selftests: Drop the single-underscore ioctl() helpers
` [PATCH v2 2/2] KVM: selftests: Add logic to detect if ioctl() failed because VM was killed

[samba-ksmbd:ksmbd-for-next-next 3/3] fs/smb/server/smb_common.c:374:6: warning: no previous prototype for 'set_smb1_rsp_status'
 2023-11-08  1:04 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-11-08  1:08 UTC 

lib/flex_proportions.c:73:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-08  1:04 UTC 

[GIT PULL] regmap fixes for v6.7-merge-window
 2023-11-08  1:06 UTC  (2+ messages)

[GIT PULL] PCMCIA odd cleanups and fixes for v6.7-rc1
 2023-11-08  1:06 UTC  (2+ messages)

[GIT PULL] gpio/pinctrl: updates for v6.7-rc1
 2023-11-08  1:06 UTC  (2+ messages)

[GIT PULL] rpmsg updates for v6.7
 2023-11-08  1:06 UTC  (2+ messages)

[GIT PULL] remoteproc updates for v6.7
 2023-11-08  1:06 UTC  (2+ messages)

[PATCH v2 0/4] locking/atomic: arch_cmpxchg[64]_local undefined
 2023-11-08  1:04 UTC  (13+ messages)
` [PATCH v2 1/4] locking/atomic: arc: data size checking in arch_cmpxchg
` [PATCH v2 2/4] locking/atomic: arc: arch_cmpxchg[64]_local undefined
` [PATCH v2 3/4] locking/atomic: openrisc: "
` [PATCH v2 4/4] locking/atomic: hexagon: "

[hverkuil-media-tree:for-v6.8c 199/204] drivers/staging/media/rkvdec/rkvdec-hevc.c:429:83: warning: variable 'new_value' set but not used
 2023-11-08  0:59 UTC 

[PATCH 1/2] tg3: Move the [rt]x_dropped counters to tg3_napi
 2023-11-08  1:01 UTC  (2+ messages)
` [PATCH 2/2] tg3: Increment tx_dropped in tg3_tso_bug()

[PATCH v6 00/12] Add Cgroup support for SGX EPC memory
 2023-11-08  1:00 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-11-08  0:58 UTC 

[RFC PATCH 00/19] Rust abstractions for VFS
 2023-11-08  0:56 UTC  (6+ messages)
` [RFC PATCH 10/19] rust: fs: introduce `FileSystem::read_folio`

[PATCH v8 1/2] dt-bindings: input: bindings for Adafruit Seesaw Gamepad
 2023-11-08  0:53 UTC  (2+ messages)
` [PATCH v8 2/2] input: joystick: driver "

[PATCH v10 3/5] PCI: move pci_clear_and_set_dword helper to pci header
 2023-11-08  0:51 UTC  (3+ messages)

[ANNOUNCE] PUCK Agenda - 2023.11.08 - No topic, but still a go
 2023-11-08  0:51 UTC 

Issues restoring a degraded array
 2023-11-08  0:50 UTC  (3+ messages)

[alobakin:pfcp 11/19] include/linux/bitmap.h:642:17: warning: array subscript [1, 1024] is outside array bounds of 'long unsigned int[1]'
 2023-11-08  0:48 UTC  (8+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-11-08  0:48 UTC 

[PULL 0/1] xen-virtio-fix-1-tag
 2023-11-08  0:46 UTC  (2+ messages)

[PATCH v3 0/6] media: qcom: camss: Add sc8280xp support
 2023-11-08  0:47 UTC  (7+ messages)
` [PATCH v3 3/6] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 two-phase MIPI CSI-2 DPHY init
` [PATCH v3 4/6] media: qcom: camss: Add sc8280xp resource details

[Intel-xe] [PATCH 00/12] GSC FW loading
 2023-11-08  0:42 UTC  (5+ messages)
` [Intel-xe] [PATCH 05/12] drm/xe/gsc: Parse GSC FW header

[PATCH v1 0/4] fix/add npcm845 serial and board error
 2023-11-08  0:40 UTC  (5+ messages)
` [PATCH v1 1/4] arm: dts: npcm845-evb: fix/add node and aliases name
` [PATCH v1 2/4] board: nuvoton: update console environment variable
` [PATCH v1 3/4] configs: arbel: Enable full functions
` [PATCH v1 4/4] serial: npcm: support skip uart clock setting

[Intel-xe] [PATCH v8 3/5] drm/sched: Split free_job into own work item
 2023-11-08  0:41 UTC  (4+ messages)
` [PATCH] drm/sched: Don't disturb the entity when in RR-mode scheduling
    ` [Intel-xe] "

[xen-unstable-smoke test] 183709: tolerable all pass - PUSHED
 2023-11-08  0:40 UTC 

[PATCH bpf-next v3] libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
 2023-11-08  0:40 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-11-08  0:38 UTC 

[PATCH 1/3] dt-bindings: vendor-prefixes: add asair
 2023-11-08  0:32 UTC  (3+ messages)

[PATCH v3 0/2] rng: Provide a RNG based on the RISC-V Zkr ISA extension
 2023-11-08  0:34 UTC  (12+ messages)

[syzbot] [PATCH] Test for 4652b8e4f3ff
 2023-11-08  0:31 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-11-08  0:28 UTC 

[RFC 0/6] tracking fd counts per cgroup
 2023-11-08  0:26 UTC  (7+ messages)
` [RFC 1/6] fs: count_open_files() -> count_possible_open_files()
` [RFC 2/6] fs: introduce count_open_files()
` [RFC 3/6] misc: introduce misc_cg_charge()
` [RFC 4/6] misc cgroup: introduce an fd counter
` [RFC 5/6] selftests/cgroup: add a flags arg to clone_into_cgroup()
` [RFC 6/6] selftests/cgroup: add a test for misc cgroup

[PATCH 0/3] KVM: Performance and correctness fixes for CLEAR_DIRTY_LOG
 2023-11-08  0:23 UTC  (3+ messages)

[PATCH v2 0/3] BOOTP/DHCPv4 enhancements
 2023-11-08  0:23 UTC  (7+ messages)
` [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

RTT-PROBE: lore-subspace-rtt
 2023-11-08  0:18 UTC 

[Intel-xe] [PATCH v2 00/50] uAPI Alignment - take 2
 2023-11-08  0:17 UTC  (3+ messages)
` [Intel-xe] [PATCH v2 37/50] drm/xe/uapi: Convert tile_mask to a pt_placement_hint

[PATCH drm-misc-next v9 00/12] [RFC] DRM GPUVM features
 2023-11-08  0:12 UTC  (17+ messages)
` [PATCH drm-misc-next v9 01/12] drm/gpuvm: convert WARN() to drm_WARN() variants
` [PATCH drm-misc-next v9 02/12] drm/gpuvm: don't always WARN in drm_gpuvm_check_overflow()
` [PATCH drm-misc-next v9 03/12] drm/gpuvm: export drm_gpuvm_range_valid()
` [PATCH drm-misc-next v9 04/12] drm/nouveau: make use of drm_gpuvm_range_valid()
` [PATCH drm-misc-next v9 05/12] drm/gpuvm: add common dma-resv per struct drm_gpuvm
` [PATCH drm-misc-next v9 06/12] drm/nouveau: make use of the GPUVM's shared dma-resv
` [PATCH drm-misc-next v9 07/12] drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
` [PATCH drm-misc-next v9 08/12] drm/nouveau: separately allocate struct nouveau_uvmm
` [PATCH drm-misc-next v9 09/12] drm/gpuvm: reference count drm_gpuvm structures
` [PATCH drm-misc-next v9 10/12] drm/gpuvm: add an abstraction for a VM / BO combination
` [PATCH drm-misc-next v9 11/12] drm/gpuvm: track/lock/validate external/evicted objects
  ` [Nouveau] "
` [PATCH drm-misc-next v9 12/12] drm/nouveau: use GPUVM common infrastructure
  ` [Nouveau] "


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.