All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-25 19:07:30 to 2022-05-25 20:04:21 UTC [more...]

[PATCH v9 0/6] test_sysfs: add new selftest for sysfs
 2022-05-25 19:44 UTC  (10+ messages)
` [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license

[RFC PATCH v2 00/21] KCFI support
 2022-05-25 20:02 UTC  (9+ messages)
` [RFC PATCH v2 20/21] x86: Add support for CONFIG_CFI_CLANG

[PATCH 0/2] i386: fixup number of logical CPUs when host-cache-info=on
 2022-05-25 19:56 UTC  (5+ messages)

[OE-core][kirkstone 0/9] Pull request (cover letter only)
 2022-05-25 20:01 UTC 

Kirkstone 4.0.1 - Exception: NameError: name 'json_summary_name' is not defined
 2022-05-25 20:00 UTC  (3+ messages)
` [yocto] "

[PATCH v2 1/6] test-runner: remove root user requirement from log/monitor/result
 2022-05-25 20:00 UTC 

[PATCH 00/17] cruft packs
 2022-05-25 19:59 UTC  (9+ messages)
` [PATCH v5 "

[PATCH v3 0/5] coresight: syscfg: Extend configfs for config load
 2022-05-25 19:57 UTC  (5+ messages)
` [PATCH v3 2/5] coresight: configfs: Add in binary attributes to load files
` [PATCH v3 3/5] coresight: configfs: Modify config files to allow userspace use

[igt-dev] [PATCH 0/2] tests/dmabuf: Add tests for sync_file import/export (v5)
 2022-05-25 19:59 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/dmabuf: Add tests for sync_file import/export (rev4)

A really weird guest crash, that ONLY happens on KVM, and ONLY on 6th gen+ Intel Core CPU's
 2022-05-25 19:57 UTC  (8+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-25 19:57 UTC 

[PATCH] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]
 2022-05-25 19:56 UTC  (9+ messages)

[PATCH v5 00/44] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework
 2022-05-25 19:06 UTC  (45+ messages)
` [PATCH v5 01/44] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v5 02/44] media: sun6i-csi: Refactor main driver data structures
` [PATCH v5 03/44] media: sun6i-csi: Tidy up platform code
` [PATCH v5 04/44] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v5 05/44] media: sun6i-csi: Define and use variant to get "
` [PATCH v5 06/44] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v5 07/44] media: sun6i-csi: Tidy up Kconfig
` [PATCH v5 08/44] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v5 09/44] media: sun6i-csi: Tidy up video code
` [PATCH v5 10/44] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v5 11/44] media: sun6i-csi: Register the media device after creation
` [PATCH v5 12/44] media: sun6i-csi: Remove controls handler from the driver
` [PATCH v5 13/44] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v5 14/44] media: sun6i-csi: Introduce and use video helper functions
` [PATCH v5 15/44] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v5 16/44] media: media-entity: Add helper to get a single enabled link
` [PATCH v5 17/44] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v5 18/44] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v5 19/44] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v5 20/44] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v5 21/44] media: sun6i-csi: Add dimensions and format helpers to capture
` [PATCH v5 22/44] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v5 23/44] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v5 24/44] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v5 25/44] media: sun6i-csi: Move register configuration to capture
` [PATCH v5 26/44] media: sun6i-csi: Rework capture format management with helper
` [PATCH v5 27/44] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v5 28/44] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v5 29/44] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v5 30/44] media: sun6i-csi: Tidy capture configure code
` [PATCH v5 31/44] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v5 32/44] media: sun6i-csi: Introduce capture "
` [PATCH v5 33/44] media: sun6i-csi: Configure registers from format tables
` [PATCH v5 34/44] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v5 35/44] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v5 36/44] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v5 37/44] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v5 38/44] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v5 39/44] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v5 40/44] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v5 41/44] media: sun6i-csi: Only configure capture when streaming
` [PATCH v5 42/44] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v5 43/44] media: sun6i-csi: Request a shared interrupt
` [PATCH v5 44/44] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry

[GIT PULL] cgroup changes for v5.19-rc1
 2022-05-25 19:56 UTC  (11+ messages)

[PATCH] amdgpu: amdgpu_device.c: Removed trailing whitespace
 2022-05-25 19:09 UTC 

[PATCH] riscv: compat: Using seperated vdso_maps for compat_vdso_info
 2022-05-25 19:45 UTC  (5+ messages)

[igt-dev] tests/i915_module_load: Add the "load" test
 2022-05-25 19:53 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,v2,1/2] "

[PATCH] mm/x86: Remove dead code for hugetlbpage.c
 2022-05-25 19:52 UTC 

[PULL 00/17] Misc patches for 2022-05-25
 2022-05-25 19:28 UTC  (18+ messages)
` [PULL 01/17] target/i386: Remove LBREn bit check when access Arch LBR MSRs
` [PULL 02/17] hostmem: default the amount of prealloc-threads to smp-cpus
` [PULL 03/17] thread-pool: optimize scheduling of completion bottom half
` [PULL 04/17] thread-pool: replace semaphore with condition variable
` [PULL 05/17] thread-pool: remove stopping variable
` [PULL 06/17] contrib/elf2dmp: add ELF dump header checking
` [PULL 07/17] hw/audio/ac97: Coding style fixes to avoid checkpatch errors
` [PULL 08/17] hw/audio/ac97: Remove unimplemented reset functions
` [PULL 09/17] hw/audio/ac97: Remove unneeded local variables
` [PULL 10/17] target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable host
` [PULL 11/17] ide_ioport_read: Return lower octet of data register instead of 0xFF
` [PULL 12/17] i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURES
` [PULL 13/17] i386: Hyper-V Enlightened MSR bitmap feature
` [PULL 14/17] i386: Hyper-V XMM fast hypercall input feature
` [PULL 15/17] i386: Hyper-V Support extended GVA ranges for TLB flush hypercalls
` [PULL 16/17] i386: Hyper-V Direct TLB flush hypercall
` [PULL 17/17] i386: docs: Convert hyperv.txt to rST

[PATCH v1] driver core: Extend deferred probe timeout on driver registration
 2022-05-25 19:49 UTC  (13+ messages)

[PATCH v4 00/17] target/m68k: Conditional traps + trap cleanup
 2022-05-25 19:45 UTC  (9+ messages)
` [PATCH v4 04/17] linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15
` [PATCH v4 15/17] linux-user/strace: Fix print_syscall_err
` [PATCH v4 16/17] linux-user/strace: Adjust get_thread_area for m68k
` [PATCH v4 17/17] target/m68k: Mark helper_raise_exception as noreturn

[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-05-25 19:37 UTC  (7+ messages)
` [PATCH V9 20/20] "

[OE-core] [PATCH] makedevs: Don't use COPYING.patch just to add GPL-2.0-or-later into
 2022-05-25 19:47 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t v4] tests/i915/gem_close_race: Adopt to use softpin
 2022-05-25 19:48 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/gem_close_race: Adopt to use softpin (rev5)

RTT-PROBE: lore-subspace-rtt
 2022-05-25 19:47 UTC 

[PATCH v6 3/6] drm: Add driver for Solomon SSD130x OLED displays
 2022-05-25 19:46 UTC  (3+ messages)

Getting rid of infradead.org - corrupted subjects
 2022-05-25 19:23 UTC  (6+ messages)

[ammarfaizi2-block:paulmck/linux-rcu/for-peterz.2022.05.25a 54/62] ERROR: modpost: "rcu_trc_cmpxchg_need_qs" [kernel/torture.ko] undefined!
 2022-05-25 19:45 UTC 

Question about SPIs' interrupt trigger type restrictions
 2022-05-25 19:14 UTC  (3+ messages)

[PATCH v4 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / ISP Driver
 2022-05-25 19:10 UTC  (14+ messages)
` [PATCH v4 1/6] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v4 2/6] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v4 3/6] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v4 4/6] MAINTAINERS: Add entry for the Allwinner A31 ISP driver
` [PATCH v4 5/6] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v4 6/6] media: sun6i-csi: Add support for hooking to the isp devices

[kirkstone][PATCH 1/2] gcc: Upgrade to 11.3 release
 2022-05-25 19:43 UTC  (3+ messages)
` [kirkstone][PATCH 2/2] gcc: backport fix for PR96204
  ` [OE-core] "

[PATCH v3 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-05-25 19:43 UTC  (4+ messages)
` [PATCH v3 09/13] KVM: selftests: aarch64: "

[PATCH v1 0/5] HID: ft260: fixes and performance improvements
 2022-05-25 19:42 UTC  (4+ messages)
` [PATCH v1 3/5] HID: ft260: support i2c writes larger than HID report size

[PATCH] drm/i915/hwconfig: Future-proof platform checks
 2022-05-25 19:42 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04
 2022-05-25 19:40 UTC  (2+ messages)
` [Bug 216026] "

[GIT PULL] wq changes for v5.19-rc1
 2022-05-25 19:40 UTC  (2+ messages)

[GIT PULL] Networking for 5.19
 2022-05-25 19:40 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-25 19:37 UTC 

[PATCH v12 0/3] eDP/DP Phy vdda realted function
 2022-05-25 19:37 UTC  (8+ messages)
` [PATCH v12 1/3] phy: qcom-edp: add regulator_set_load to edp phy
` [PATCH v12 2/3] phy: qcom-qmp: add regulator_set_load to dp phy
` [PATCH v12 3/3] drm/msm/dp: delete vdda regulator related functions from eDP/DP controller

[PATCH 0/1] bitbake: ncurses version of taskexp.py
 2022-05-25 19:37 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH v2 6/6] auto-t: fix testRSSIAgent after signal agent changes
 2022-05-25 19:37 UTC 

[PATCH v2 5/6] auto-t: use copy_to_storage in address randomization test
 2022-05-25 19:37 UTC 

[PATCH v2 4/6] test-runner: skip mounting duplicate folders
 2022-05-25 19:37 UTC 

[PATCH v2 3/6] test-runner: disallow result/monitor/log directly under /tmp
 2022-05-25 19:37 UTC 

[PATCH v2 2/6] test-runner: mount testhome rather than assume location
 2022-05-25 19:37 UTC 

[PATCH v2 1/6] test-runner: remove root user requirement from log/monitor/result
 2022-05-25 19:37 UTC 

[vireshk-pm:opp/config 17/33] drivers/cpufreq/ti-cpufreq.c:331:33: error: initialization of 'const u32 *' {aka 'const unsigned int *'} from incompatible pointer type 'u32 (*)[2]' {aka 'unsigned int (*)[2]'}
 2022-05-25 19:34 UTC 

[PATCH] execve.2: point to exec(3) early
 2022-05-25 19:34 UTC  (2+ messages)

[PATCH] scsi_dh_alua: mark port group as failed after ALUA transitioning timeout
 2022-05-25 19:33 UTC  (4+ messages)

[PATCH] drm: Create support for Write-Only property blob
 2022-05-25 19:31 UTC  (4+ messages)

[PATCH 00/43] Add support for DCN 3.2
 2022-05-25 19:27 UTC  (3+ messages)
` [PATCH 14/43] drm/amd: Add GFX11 modifiers support to AMDGPU

RTT-PROBE: lore-subspace-rtt
 2022-05-25 19:27 UTC 

[PATCH] ipc: Remove dead code in perform_atomic_semop()
 2022-05-25 19:26 UTC  (3+ messages)

[PATCH 0/2] x86/pat: fix querying available caching modes
 2022-05-25 19:25 UTC  (17+ messages)
` [PATCH 2/2] x86/pat: add functions to query specific cache mode availability
                          ` [Intel-gfx] "

[PATCH] ext4: add KERN_<LEVEL> for printk()
 2022-05-25 19:25 UTC  (3+ messages)

[PATCH 00/10] small BAR uapi bits
 2022-05-25 19:25 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[linux-linus test] 170723: regressions - FAIL
 2022-05-25 19:24 UTC 

AMD SFH sensor discovery
 2022-05-25 19:23 UTC 

[PATCH 5/5] auto-t: fix testRSSIAgent after signal agent changes
 2022-05-25 19:23 UTC 

[PATCH 4/5] auto-t: use copy_to_storage in address randomization test
 2022-05-25 19:23 UTC 

[PATCH 3/5] test-runner: skip mounting duplicate folders
 2022-05-25 19:23 UTC 

[PATCH 2/5] test-runner: disallow result/monitor/log directly under /tmp
 2022-05-25 19:23 UTC 

[PATCH 1/5] test-runner: mount testhome rather than assume location
 2022-05-25 19:23 UTC 

[RFC PATCH v5 0/3] Sysbus device generic QAPI plug support
 2022-05-25 19:20 UTC  (5+ messages)

[igt-dev] [PATCH] kms_prop_blob: Add new subtest for write-only blobs
 2022-05-25 19:18 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-25 19:17 UTC 

[syzbot] WARNING in mroute_clean_tables
 2022-05-25 19:16 UTC  (2+ messages)

[vireshk-pm:opp/config 26/33] drivers/memory/tegra/tegra124-emc.c:1401:34: error: 'hw_versions' undeclared; did you mean 'hw_version'?
 2022-05-25 19:13 UTC 

[PATCH v3 0/1] FUSE: Allow non-extending parallel direct writes
 2022-05-25 19:12 UTC  (5+ messages)
` [PATCH v3 1/1] FUSE: Allow non-extending parallel direct writes on the same file

[PATCH] KVM: mmu: spte_write_protect optimization
 2022-05-25 19:12 UTC 

[PATCH v4 0/7] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / Platform Support
 2022-05-25 18:58 UTC  (6+ messages)
` [PATCH v4 1/7] dt-bindings: interconnect: sunxi: Add V3s mbus compatible
` [PATCH v4 2/7] clk: sunxi-ng: v3s: Export MBUS and DRAM clocks to the public header
` [PATCH v4 3/7] ARM: dts: sun8i: v3s: Add mbus node to represent the interconnect
` [PATCH v4 4/7] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v4 5/7] ARM: dts: sun8i: v3s: Add support for the ISP

[PATCH v2 0/1] net/iavf: add vector PMD for Arm for basic Rx path
 2022-05-25 19:09 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH] pinctrl: sunxi: sunxi_pconf_set: use correct offset
 2022-05-25 19:04 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-25 19:07 UTC 

mm/khugepaged: collapse file/shmem compound pages
 2022-05-25 19:07 UTC  (2+ messages)

[PATCH v5 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / MIPI CSI-2 Support
 2022-05-25 19:03 UTC  (2+ messages)
` [PATCH v5 6/6] media: sunxi: Add support for the A83T MIPI CSI-2 controller


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.