linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-05 14:14:47 to 2023-05-05 18:02:47 UTC [more...]

[PATCH 0/1] sched: Consider CPU contention in frequency & load-balance busiest CPU selection
 2023-05-05 18:02 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH RFC 00/43] x86/pie: Make kernel image's virtual address flexible
 2023-05-05 18:02 UTC  (5+ messages)
` [PATCH RFC 16/43] x86-64: Use per-cpu stack canary if supported by compiler

[PATCH v1 0/9] drm/bridge: tc358768: various fixes on PLL calculation and DSI timings
 2023-05-05 18:00 UTC  (13+ messages)
` [PATCH v1 1/9] drm/bridge: tc358768: always enable HS video mode
` [PATCH v1 2/9] drm/bridge: tc358768: fix PLL parameters computation
` [PATCH v1 3/9] drm/bridge: tc358768: fix PLL target frequency
` [PATCH v1 4/9] drm/bridge: tc358768: fix TCLK_ZEROCNT computation
` [PATCH v1 5/9] drm/bridge: tc358768: fix TCLK_TRAILCNT computation
` [PATCH v1 6/9] drm/bridge: tc358768: fix THS_ZEROCNT computation

[PATCH v2 0/2] Add F(x)tec Pro1X (QX1050) DTS
 2023-05-05 17:59 UTC  (5+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: Add Fxtec "
` [PATCH v2 2/2] dt-bindings: arm: qcom: Add Fxtec Pro1X

[PATCH v4 0/5] Add Qualcomm SM6115 / SM4250 EUD dt-bindings & driver support
 2023-05-05 17:57 UTC  (11+ messages)
` [PATCH v4 2/5] dt-bindings: soc: qcom: eud: Add SM6115 / SM4250 support
` [PATCH v4 3/5] usb: misc: eud: Add driver support for SM6115 / SM4250

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-05-05 17:54 UTC  (20+ messages)
` [PATCH v6 02/14] Documentation/x86: Secure Launch kernel documentation
` [PATCH v6 04/14] x86: Secure Launch Resource Table header file
` [PATCH v6 05/14] x86: Secure Launch main "
` [PATCH v6 06/14] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v6 07/14] x86: Secure Launch kernel early boot stub
` [PATCH v6 08/14] x86: Secure Launch kernel late "
` [PATCH v6 09/14] x86: Secure Launch SMP bringup support

[PATCH v3 0/2] Add support for J721S2 CSI BCDMA
 2023-05-05 17:53 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: dma: ti: Add J721S2 BCDMA
` [PATCH v3 2/2] dmaengine: ti: k3-udma: Add support for J721S2 CSI BCDMA instance

[PATCH v2 0/2] Add motorcomm phy pad-driver-strength-cfg support
 2023-05-05 17:52 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: net: motorcomm: Add pad driver strength cfg

[PATCH 0/3] media: camss: Link CAMSS power domain on MSM8996
 2023-05-05 17:51 UTC  (5+ messages)
` [PATCH 1/3] media: dt-bindings: media: camss: qcom,msm8996-camss: Add CAMSS power domain and power-domain-names
` [PATCH 2/3] arm64: dts: qcom: msm8996: Add CAMSS power domain and power-domain-names to CAMSS

[GIT PULL] ACPI fix for v6.4-rc1
 2023-05-05 17:50 UTC 

[GIT PULL] Thermal control fixes for v6.4-rc1
 2023-05-05 17:49 UTC 

[PATCH v10 0/9] Enable IPQ9754 USB
 2023-05-05 17:46 UTC  (3+ messages)
` [PATCH v10 2/9] dt-bindings: phy: qcom,qmp-usb: Add IPQ9574 USB3 PHY

[PATCH v4 0/7] x86/resctrl: Miscellaneous resctrl features
 2023-05-05 17:47 UTC  (7+ messages)
` [PATCH v4 1/7] x86/resctrl: Add multiple tasks to the resctrl group at once

[PATCH v2 00/36] Maple tree mas_{next,prev}_range() and cleanup
 2023-05-05 17:42 UTC  (27+ messages)
` [PATCH v2 01/36] maple_tree: Fix static analyser cppcheck issue
` [PATCH v2 02/36] maple_tree: Clean up mas_parent_enum() and rename to mas_parent_type()
` [PATCH v2 03/36] maple_tree: Avoid unnecessary ascending
` [PATCH v2 04/36] maple_tree: Clean up mas_dfs_postorder()
` [PATCH v2 05/36] maple_tree: Add format option to mt_dump()
` [PATCH v2 06/36] maple_tree: Add debug BUG_ON and WARN_ON variants
` [PATCH v2 07/36] maple_tree: Convert BUG_ON() to MT_BUG_ON()
` [PATCH v2 08/36] maple_tree: Change RCU checks to WARN_ON() instead of BUG_ON()
` [PATCH v2 09/36] maple_tree: Convert debug code to use MT_WARN_ON() and MAS_WARN_ON()
` [PATCH v2 10/36] maple_tree: Use MAS_BUG_ON() when setting a leaf node as a parent
` [PATCH v2 11/36] maple_tree: Use MAS_BUG_ON() in mas_set_height()
` [PATCH v2 12/36] maple_tree: Use MAS_BUG_ON() from mas_topiary_range()
` [PATCH v2 13/36] maple_tree: Use MAS_WR_BUG_ON() in mas_store_prealloc()
` [PATCH v2 14/36] maple_tree: Use MAS_BUG_ON() prior to calling mas_meta_gap()
` [PATCH v2 15/36] maple_tree: Return error on mte_pivots() out of range
` [PATCH v2 16/36] maple_tree: Make test code work without debug enabled
` [PATCH v2 17/36] mm: Update validate_mm() to use vma iterator
` [PATCH v2 18/36] mm: Update vma_iter_store() to use MAS_WARN_ON()
` [PATCH v2 19/36] maple_tree: Add __init and __exit to test module
` [PATCH v2 22/36] mm/mmap: Change do_vmi_align_munmap() for maple tree iterator changes
` [PATCH v2 24/36] maple_tree: Try harder to keep active node with mas_prev()
` [PATCH v2 28/36] maple_tree: Add mas_next_range() and mas_find_range() interfaces
` [PATCH v2 30/36] maple_tree: Introduce mas_prev_slot() interface
` [PATCH v2 31/36] maple_tree: Add mas_prev_range() and mas_find_range_rev interface
` [PATCH v2 35/36] mm: Avoid rewalk in mmap_region
` [PATCH v2 36/36] maple_tree: Add gap to check_alloc_rev_range() testcase

[PATCH v2] maple_tree: Make maple state reusable after mas_empty_area()
 2023-05-05 17:36 UTC  (3+ messages)

[RFC PATCH 0/3] Rework locking when rendering mountinfo cgroup paths
 2023-05-05 17:32 UTC  (4+ messages)
` [RFC PATCH 3/3] cgroup: Do not take css_set_lock in cgroup_show_path

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-05-05 17:31 UTC  (16+ messages)
` [PATCH v1 1/9] KVM: x86: Add kvm_x86_ops.fault_gva()
` [PATCH v1 2/9] KVM: x86/mmu: Add support for prewrite page tracking
` [PATCH v1 3/9] virt: Implement Heki common code
` [PATCH v1 4/9] KVM: x86: Add new hypercall to set EPT permissions
` [PATCH v1 5/9] KVM: x86: Add new hypercall to lock control registers
` [PATCH v1 6/9] KVM: x86: Add Heki hypervisor support
` [PATCH v1 7/9] KVM: VMX: Add MBEC support
` [PATCH v1 8/9] KVM: x86/mmu: Enable guests to lock themselves thanks to MBEC
` [PATCH v1 9/9] virt: Add Heki KUnit tests

[PATCH v6 1/4] tee: optee: system call property
 2023-05-05 17:30 UTC  (4+ messages)
` [PATCH v6 2/4] tee: system session
` [PATCH v6 3/4] tee: optee: support tracking system threads
` [PATCH v6 4/4] firmware: arm_scmi: optee: use optee system invocation

[PATCH] powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node
 2023-05-05 17:28 UTC 

tpm_sis IRQ storm on ThinkStation P360 Tiny
 2023-05-05 17:25 UTC  (4+ messages)

[PATCH v3] perf: arm_cspmu: Separate Arm and vendor module
 2023-05-05 17:24 UTC  (2+ messages)

[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-05 17:22 UTC  (3+ messages)
` [PATCH -next 1/2] fs: Change notify_change() to take struct path argument
  ` [PATCH -next 1/2] "

[PATCH V4 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-05-05 17:21 UTC  (7+ messages)
` [PATCH V4 10/11] vfio/pci: Support dynamic MSI-X

[PATCH] powerpc: isa-bridge: Fix ISA mmapping when "ranges" is not present
 2023-05-05 17:18 UTC 

[PATCH] regmap: don't check for alignment when using reg_shift
 2023-05-05 17:19 UTC  (6+ messages)

[PATCH] usb: dwc2: Fix some error handling paths
 2023-05-05 17:15 UTC 

[PATCH v3] migrate_pages: Avoid blocking for IO in MIGRATE_SYNC_LIGHT
 2023-05-05 17:11 UTC  (3+ messages)

[PATCH 33/34] maple_tree: Add testing for mas_{prev,next}_range()
 2023-05-05 17:11 UTC  (3+ messages)

[GIT PULL] perf tools changes for v6.4
 2023-05-05 17:04 UTC  (14+ messages)
  ` BPF skels in perf .Re: "
                    ` [PATCH RFC/RFT] perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used structs + CO-RE. was "

[PATCH v2 0/4] stm32mp15: update remoteproc to support SCMI Device tree
 2023-05-05 17:03 UTC  (3+ messages)
` [PATCH v2 2/4] remoteproc: stm32: Allow hold boot management by the SCMI reset controller

[PATCH 0/3] ASoC: hdmi-codec: add component name prefix to controls
 2023-05-05 16:55 UTC  (4+ messages)
` [PATCH 1/3] ALSA: pcm: add snd_pcm_add_chmap_ctls_with_prefix
` [PATCH 2/3] ASoC: hdmi-codec: use snd_pcm_add_chmap_ctls_with_prefix to add controls
` [PATCH 3/3] ASoC: hdmi-codec: use snd_soc_cnew "

[PATCH v4 2/3] iio: pressure: Honeywell mprls0025pa pressure sensor
 2023-05-05 16:55 UTC  (2+ messages)

[PATCH v2] mips: dts: ingenic: Remove unnecessary AIC clocks
 2023-05-05 16:53 UTC  (2+ messages)

[syzbot] [tmpfs?] WARNING in shmem_evict_inode
 2023-05-05 16:51 UTC  (2+ messages)
` [syzbot] [mm?] "

[PATCH] ext4: check iomap type only if ext4_iomap_begin() does not fail
 2023-05-05 16:50 UTC  (2+ messages)

[PATCH v6 0/6] Support TDX guests on Hyper-V
 2023-05-05 16:48 UTC  (4+ messages)
` [PATCH v6 5/6] Drivers: hv: vmbus: Support TDX guests

[PATCH v4 1/3] dt-bindings: iio: pressure: Support Honeywell mprls0025pa sensor
 2023-05-05 16:48 UTC  (2+ messages)

[PATCH 0/4] MDWE without inheritance
 2023-05-05 16:42 UTC  (6+ messages)
` [PATCH 4/4] kselftest: vm: Add tests for no-inherit memory-deny-write-execute

[PATCH V6 02/25] x86/cpu: Add helper function to get the type of the current hybrid CPU
 2023-05-05 16:42 UTC  (3+ messages)
` [tip: perf/core] "

[PATCH 0/4] ARM: Move dts files to vendor sub-directories
 2023-05-05 16:41 UTC  (4+ messages)
` [PATCH 4/4] ARM: dts: Move .dts "

[PATCH] bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
 2023-05-05 16:34 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: msm8916-ufi: make UDC dual mode
 2023-05-05 16:32 UTC 

[PATCH] RDMA/core: Use fdget() and fdput()
 2023-05-05 16:32 UTC  (2+ messages)

[PATCH v2 0/2] spi: spi-cadence: Add Slave mode support
 2023-05-05 16:28 UTC  (3+ messages)
` [PATCH v2 2/2] spi: spi-cadence: Add support for Slave mode

[RFC PATCH 0/5] cgroup/cpuset: A new "isolcpus" paritition
 2023-05-05 16:25 UTC  (12+ messages)

[PATCH v6 1/2] dt-bindings: hwmon: add MAX31827
 2023-05-05 17:25 UTC  (3+ messages)
` [PATCH v6 2/2] hwmon: max31827: add MAX31827 driver

[PATCH v9.1 00/11] tracing: Add fprobe/tracepoint events
 2023-05-05 16:12 UTC  (7+ messages)
` [PATCH v9.1 01/11] fprobe: Pass return address to the handlers
` [PATCH v9.1 02/11] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v9.1 11/11] Documentation: tracing/probes: Add fprobe event tracing document

[PATCH] dt-bindings: nvmem: add nvmem-cell-cells property
 2023-05-05 16:11 UTC  (2+ messages)

[PATCH v11 00/14] HP BIOSCFG driver
 2023-05-05 16:09 UTC  (11+ messages)
` [PATCH v11 05/14] HP BIOSCFG driver - ordered-attributes
` [PATCH v11 06/14] HP BIOSCFG driver - passwdobj-attributes

[PATCH v5] PCI: vmd: Add the module param to adjust MSI mode
 2023-05-05 16:07 UTC  (2+ messages)

[PATCH] mm: kfence: Fix false positives on big endian
 2023-05-05 16:02 UTC  (2+ messages)

[PATCH] riscv: dts: allwinner: d1: Add SPI0 controller node
 2023-05-05 16:00 UTC  (4+ messages)

Introducing bugbot
 2023-05-05 15:52 UTC  (2+ messages)

[PATCH] f2fs: maintain six open zones for zoned devices
 2023-05-05 15:50 UTC 

[PATCH] maple_tree: Make maple state reusable after mas_empty_area()
 2023-05-05 15:45 UTC  (4+ messages)

[syzbot] INFO: task hung in usb_get_descriptor (2)
 2023-05-05 15:42 UTC  (4+ messages)
` [syzbot] [usb?] "

[PATCH] phy: mediatek: fix returning garbage
 2023-05-05 15:37 UTC  (3+ messages)

[PATCH v4 1/3] PCI/AER: Factor out interrupt toggling into helpers
 2023-05-05 15:37 UTC  (2+ messages)

[PATCH] sched/documentation: elaborate on uclamp limitations
 2023-05-05 15:30 UTC  (2+ messages)

[PATCH v2 00/18] Venus QoL / maintainability fixes
 2023-05-05 15:28 UTC  (5+ messages)
` [PATCH v2 09/18] media: venus: hfi_venus: Fix version checks in venus_halt_axi()

[PATCH] sysctl: add config to make randomize_va_space RO
 2023-05-05 15:23 UTC  (6+ messages)

[PATCH] serial: qcom-geni: fix enabling deactivated interrupt
 2023-05-05 15:23 UTC 

[PATCH v5 0/5] cgroup: eliminate atomic rstat flushing
 2023-05-05 15:20 UTC  (7+ messages)
` [PATCH v5 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH v5 2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats()
` [PATCH v5 5/5] cgroup: remove cgroup_rstat_flush_atomic()

[GIT PULL] RISC-V Patches for the 6.4 Merge Window, Part 2
 2023-05-05 15:16 UTC 

[GIT PULL] tracing: Minor updates for 6.4
 2023-05-05 15:15 UTC 

[PATCH] ALSA: hda/realtek: Add quirk for 2nd ASUS GU603
 2023-05-05 15:15 UTC  (4+ messages)

[PATCH] ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop
 2023-05-05 15:12 UTC  (2+ messages)

[RFC 00/11] hwmon: Modernize documentation
 2023-05-05 15:12 UTC  (16+ messages)
` [RFC 02/11] hwmon: (core) Rename last parameter of devm_hwmon_register_with_info()
` [RFC 06/11] Documentation/hwmon: Revise patch submission checklist
` [RFC 07/11] Documentation/hwmon: Revise sysfs interface specification
` [RFC 08/11] Documentation/hwmon: Revise userspace tools documentation

[RFC PATCH v4 0/2] PM: domain: Support skiping disabling unused domains until sync state
 2023-05-05 15:02 UTC  (3+ messages)
` [RFC PATCH v4 1/2] PM: domains: Expand initial state of domain to support unknown state
` [RFC PATCH v4 2/2] PM: domains: Skip disabling unused until sync state

[RFC PATCH 3/4] rculist.h: Fix parentheses around macro pointer parameter use
 2023-05-05 15:02 UTC  (3+ messages)

[PATCH] vhost_net: Use fdget() and fdput()
 2023-05-05 14:59 UTC  (3+ messages)

[PATCH v4 1/5] dt-bindings: PCI: brcmstb: brcm,{enable-l1ss,completion-timeout-us} props
 2023-05-05 14:54 UTC  (4+ messages)

[PATCH 0/3] iommu/dma: Some housekeeping
 2023-05-05 14:53 UTC  (4+ messages)
` [PATCH 1/3] iommu/dma: Clean up Kconfig

[patch 00/20] posix-timers: Fixes and cleanups
 2023-05-05 14:50 UTC  (3+ messages)
` [patch 02/20] posix-timers: Ensure timer ID search-loop limit is valid

[tip:master 4/4] htmldocs: Warning: arch/x86/Kconfig references a file that doesn't exist: Documentation/x86/shstk.rst
 2023-05-05 14:38 UTC  (3+ messages)

[PATCH v3 2/2] usb: gadget: u_ether: Fix host MAC address case
 2023-05-05 14:36 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] drm/i915/dp: prevent potential div-by-zero
 2023-05-05 14:29 UTC  (2+ messages)

[PATCH v7 0/3] Introduce put_task_struct_atomic_sleep()
 2023-05-05 14:29 UTC  (11+ messages)
` [PATCH v7 2/3] sched/task: Add the put_task_struct_atomic_safe() function

[GIT PULL] MM updates for 6.4-rc1
 2023-05-05 14:28 UTC  (4+ messages)

linux-next: Tree for May 5
 2023-05-05 14:25 UTC 

[RFC PATCH 1/4] rcu: rcupdate.h: Add missing parentheses around macro pointer dereference
 2023-05-05 14:23 UTC  (6+ messages)
` [RFC PATCH 4/4] llist.h: Fix parentheses around macro pointer parameter use

[RFC PATCH 0/4] Add support for DRM cgroup memory accounting
 2023-05-05 14:21 UTC  (4+ messages)
` [RFC PATCH 2/4] drm/cgroup: Add memory accounting to DRM cgroup
  ` [Intel-gfx] "

[PATCH] btrfs: replace else-statement with initialization
 2023-05-05 14:14 UTC  (2+ messages)

[PATCH v8 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-05 14:17 UTC  (5+ messages)
` [PATCH v8 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings

[PATCH LSM v2 0/2] security: SELinux/LSM label with MPTCP and accept
 2023-05-05 14:16 UTC  (4+ messages)

[PATCH] drivers: scsi: 3w-xxxx: Add error handling for initialization failure in `tw_probe`
 2023-05-05 14:12 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).