linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-09 13:31:41 to 2023-02-09 15:54:42 UTC [more...]

[GIT PULL] Add trusted_for(2) (was O_MAYEXEC)
 2023-02-09 15:43 UTC  (10+ messages)

drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5
 2023-02-09 15:53 UTC  (6+ messages)

[PATCH RFC 0/7] revert RNG seed mess
 2023-02-09 15:52 UTC  (4+ messages)
` [PATCH RFC 6/7] Revert "x86: return modified setup_data only if read as memory, not as file"

[PATCH 0/5] soundwire: qcom: stablity fixes
 2023-02-09 15:52 UTC  (9+ messages)
` [PATCH 2/5] soundwire: qcom: enable runtime pm before controller is registered
` [PATCH 3/5] soundwire: qcom: wait for fifo to be empty before suspend
` [PATCH 5/5] soundwire: qcom: set clk stop need reset flag at runtime

[PATCH v2] mm/page_alloc: optimize find_suitable_fallback() and fallbacks array
 2023-02-09 15:50 UTC  (2+ messages)

[PATCH 0/2] pinctrl: Sama7g5 drive strength options updated
 2023-02-09 15:50 UTC  (4+ messages)
` [PATCH 1/2] pinctrl: at91-pio4: Implement the correct drive values for sama7g5
` [PATCH 2/2] pinctrl: at91: adding new macros

[PATCH v5 0/5] Device tree support for Hyper-V VMBus driver
 2023-02-09 15:50 UTC  (5+ messages)
` [PATCH v5 2/5] Drivers: hv: allow non ACPI compilation for hv_is_hibernation_supported
` [PATCH v5 5/5] Driver: VMBus: Add device tree support

[PATCH v2 1/3] HID: logitech-hidpp: Add more debug statements
 2023-02-09 15:50 UTC  (9+ messages)
` [PATCH v2 2/3] HID: logitech-hidpp: Retry commands when device is busy
` [PATCH v2 3/3] HID: logitech-hidpp: Add myself to authors
` (subset) [PATCH v2 1/3] HID: logitech-hidpp: Add more debug statements

[PATCH v3 1/2] HID: logitech-hidpp: Retry commands when device is busy
 2023-02-09 15:49 UTC  (2+ messages)
` [PATCH v3 2/2] HID: logitech-hidpp: Add myself to authors

[PATCH v7 0/9] Parallel CPU bringup for x86_64
 2023-02-09 15:48 UTC  (9+ messages)
  ` [External] "

[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
 2023-02-09 15:47 UTC  (7+ messages)
` [PATCH v10 1/6] userfaultfd: Add UFFD WP Async support
` [PATCH v10 2/6] userfaultfd: update documentation to describe UFFD_FEATURE_WP_ASYNC

[PATCH] arm64: dts: ti: k3-am62a7-sk: Enable full 4GB DDR
 2023-02-09 15:46 UTC  (2+ messages)

[PATCH v3 0/4] Reserve DSPPs based on user request
 2023-02-09 15:45 UTC  (5+ messages)

[PATCH 1/4] kasan: mark addr_has_metadata __always_inline
 2023-02-09 15:42 UTC  (5+ messages)
` [PATCH 2/4] kmsan: disable ftrace in kmsan core code

[PATCH v8 0/9] Parallel CPU bringup for x86_64
 2023-02-09 15:41 UTC  (10+ messages)
` [PATCH v8 1/9] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v8 2/9] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v8 3/9] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v8 4/9] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v8 5/9] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v8 6/9] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v8 7/9] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v8 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [PATCH v8 9/9] x86/smpboot: Serialize topology updates for secondary bringup

[PATCH RFC] tpm: disable hwrng for known-defective AMD RNGs
 2023-02-09 15:41 UTC  (2+ messages)

[PATCH -tip] kprobes/x86: Remove unneeded casting from immediate value
 2023-02-09 15:41 UTC  (2+ messages)

Problem when function alarmtimer_suspend returns 0 if time delta is zero
 2023-02-09 15:40 UTC  (8+ messages)

[PATCH v2 0/7] task comm cleanups
 2023-02-09 15:37 UTC  (9+ messages)
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

[PATCH 0/3] Support timer drivers as loadable modules
 2023-02-09 15:36 UTC  (7+ messages)
` [PATCH 1/3] time/sched_clock: Export sched_clock_register()

[PATCH v2 00/11] fold per-CPU vmstats remotely
 2023-02-09 15:02 UTC  (12+ messages)
` [PATCH v2 01/11] mm/vmstat: remove remote node draining
` [PATCH v2 02/11] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
` [PATCH v2 03/11] this_cpu_cmpxchg: loongarch: "
` [PATCH v2 04/11] this_cpu_cmpxchg: S390: "
` [PATCH v2 05/11] this_cpu_cmpxchg: x86: "
` [PATCH v2 06/11] this_cpu_cmpxchg: asm-generic: "
` [PATCH v2 07/11] convert this_cpu_cmpxchg users to this_cpu_cmpxchg_local
` [PATCH v2 08/11] mm/vmstat: switch counter modification to cmpxchg
` [PATCH v2 09/11] mm/vmstat: use cmpxchg loop in cpu_vm_stats_fold
` [PATCH v2 10/11] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
` [PATCH v2 11/11] mm/vmstat: refresh stats remotely instead of via work item

K3 AM62x SoC dts/dtsi include hierarchy and naming scheme
 2023-02-09 15:33 UTC  (2+ messages)

[PATCH 0/2] sched/psi: Optimize PSI iteration
 2023-02-09 15:32 UTC  (6+ messages)
` [PATCH 2/2] sched/psi: iterate through cgroups directly

[PATCH v2] arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max machines
 2023-02-09 15:30 UTC  (3+ messages)

[PATCH v2] rcu: Keeping rcu-related kthreads running on housekeeping CPUS
 2023-02-09 15:21 UTC  (3+ messages)

[PATCH] ALSA: hda: remove redundant variable in snd_hdac_stream_start()
 2023-02-09 15:15 UTC  (3+ messages)

[PATCH v2 0/2] ARM: dts: add mmc aliases for Exynos devices
 2023-02-09 15:22 UTC  (10+ messages)
` [PATCH v2 1/2] ARM: dts: exynos: drop mshc aliases
` [PATCH v2 2/2] ARM: dts: exynos: add mmc aliases

[RESEND RFCv2 0/1] x86: allow to notify host about guest entering s2idle
 2023-02-09 15:21 UTC  (2+ messages)
` [RESEND RFCv2 1/1] platform/x86: Add virtual PMC driver used for S2Idle

[BUG] run rcutorture BUG: unable to handle page fault for address: ffffffff84d05000
 2023-02-09 15:20 UTC  (3+ messages)

[PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)
 2023-02-09 15:20 UTC  (5+ messages)
` [PATCH 03/24] Documentation: core-api: correct spelling
` [PATCH 21/24] Documentation: trace: "

[PATCH net-next v3 0/6] net: stmmac: add renesas,rzn1-gmac support
 2023-02-09 15:16 UTC  (7+ messages)
` [PATCH net-next v3 1/6] net: pcs: rzn1-miic: add pcs_early_setup() function
` [PATCH net-next v3 2/6] net: stmmac: add support to use a generic phylink_pcs as PCS
` [PATCH net-next v3 3/6] net: stmmac: add support to provide pcs from platform data
` [PATCH net-next v3 4/6] dt-bindings: net: renesas,rzn1-gmac: Document RZ/N1 GMAC support
` [PATCH net-next v3 5/6] net: stmmac: add support for RZ/N1 GMAC
` [PATCH net-next v3 6/6] ARM: dts: r9a06g032: describe GMAC1

[External] : RE: [EXT] [PATCH v2 1/1] PCI: layerscape: Add EP mode support for ls1028a
 2023-02-09 15:12 UTC  (3+ messages)

[UNTESTED PATCH] net/usb: kalmia: Fix uninit-value in kalmia_send_init_packet
 2023-02-09 15:12 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2] arm64: dts: qcom: sm6115: Add geni debug uart node for qup0
 2023-02-09 15:11 UTC  (2+ messages)

[PATCH v3 1/1] PCI: layerscape: Add EP mode support for ls1028a
 2023-02-09 15:10 UTC 

[PATCH] sched/isolation: Fix illegal CPU value by housekeeping_any_cpu() return
 2023-02-09 14:49 UTC 

[PATCH] usb: gadget: u_serial: Add null pointer check in gserial_resume
 2023-02-09 15:09 UTC  (9+ messages)

[PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)
 2023-02-09 15:06 UTC  (4+ messages)
` [PATCH v13 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE

[lvc-project] [PATCH] netfilter: xt_recent: Fix attempt to update removed entry
 2023-02-09 15:07 UTC  (2+ messages)

[PATCH 0/2] use-after-free issues in configfs
 2023-02-09 15:05 UTC  (7+ messages)
` [PATCH 1/2] usb: gadget: u_ether: Do not make UDC parent of the net device

[PATCH 0/3] Add the download mode support for IPQ5332
 2023-02-09 15:04 UTC  (4+ messages)
` [PATCH 2/3] arm64: dts: qcom: ipq5332: enable the download mode support

[RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing
 2023-02-09 14:28 UTC  (5+ messages)

[PATCH] uvc: Intel PID enabling UVC Metadata attributes
 2023-02-09 15:01 UTC  (3+ messages)

[PATCH v3 00/15] spi: bcm63xx-hsspi: driver and doc updates
 2023-02-09 14:59 UTC  (3+ messages)
` [PATCH v3 08/15] spi: export spi_transfer_cs_change_delay_exec function

[PATCH] coresight: core: Add sysfs node to reset all sources and sinks
 2023-02-09 14:56 UTC  (6+ messages)

[PATCH V2 0/2] mmc: block: Support Host to control FUA
 2023-02-09 14:50 UTC  (6+ messages)

[GIT PULL] Networking for 6.2-rc8
 2023-02-09 14:42 UTC 

[PATCH 0/2] Codec support on Jetson AGX Orin
 2023-02-09 14:36 UTC  (3+ messages)
` [PATCH 1/2] ASoC: rt5640: Update MCLK rate in set_sysclk()
` [PATCH 2/2] arm64: tegra: Audio codec support on Jetson AGX Orin

[PATCH v5 0/4] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2023-02-09 14:37 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl
` [PATCH v5 2/4] dt-bindings: pinctrl: Add StarFive JH7110 aon pinctrl
` [PATCH v5 3/4] pinctrl: starfive: Add StarFive JH7110 sys controller driver
` [PATCH v5 4/4] pinctrl: starfive: Add StarFive JH7110 aon "

[RFCv2 0/1] x86: allow to notify host about guest entering s2idle
 2023-02-09 14:35 UTC  (3+ messages)
` [RFCv2 1/1] platform/x86: Add virtual PMC driver used for S2Idle

[PATCH][next] drm/amd/display: Fix spelling mistakes of function name in error message
 2023-02-09 14:35 UTC  (2+ messages)

[PATCH] Add support for Logitech G923 Xbox Edition steering wheel in hid-logitech-hidpp. We get the same level of features as the regular G920
 2023-02-09 14:34 UTC  (4+ messages)

[bug-report] possible s64 overflow in max_vruntime()
 2023-02-09 14:34 UTC  (13+ messages)

[PATCH v6 0/6] arm64: dts: qcom: sm6125: UFS and xiaomi-laurel-sprout support
 2023-02-09 14:34 UTC  (4+ messages)
` [PATCH v6 3/6] phy: qcom-qmp: Add SM6125 UFS PHY support

[PATCH v2] drm/amd/display: remove duplicate include header
 2023-02-09 14:32 UTC  (2+ messages)

[GIT PULL] HID fixes
 2023-02-09 14:31 UTC 

[PATCH] mm/doc: Replace isolate_lru_page with folio_isolate_lru
 2023-02-09 14:31 UTC  (5+ messages)

[PATCH] drm/amd/display: fix link_validation build failure
 2023-02-09 14:31 UTC  (2+ messages)

[PATCH v3 00/13] spi: Add support for stacked/parallel memories
 2023-02-09 14:30 UTC  (3+ messages)
` [PATCH v3 01/13] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call

[PATCH] drm/amd/display: set should_disable_otg storage-class-specifier to static
 2023-02-09 14:30 UTC  (2+ messages)

Linux guest kernel threat model for Confidential Computing
 2023-02-09 14:30 UTC  (7+ messages)

copy on write for splice() from file to pipe?
 2023-02-09 14:29 UTC  (3+ messages)

[PATCH v2 00/22] AMD64 EDAC Cleanup and Refactor
 2023-02-09 14:25 UTC  (3+ messages)
` [PATCH v2 06/22] EDAC/amd64: Rename debug_display_dimm_sizes()

[PATCH v2] x86/kprobes: Fix 1 byte conditional jump target
 2023-02-09 14:24 UTC  (2+ messages)

[PATCH] tracing/selftests: Ignore __pfx_ symbols in kprobe test
 2023-02-09 14:23 UTC  (5+ messages)

[linux-next:master] [perf symbols] ce4c8e7966: perf-sanity-tests.Test_data_symbol.fail
 2023-02-09 14:08 UTC 

[PATCH RFC] linux: net: phy: realtek: changing LED behaviour for RTL8211F
 2023-02-09 14:20 UTC  (3+ messages)

[RFC 0/5] mm/bpf/perf: Store build id in file object
 2023-02-09 14:18 UTC  (11+ messages)
` [PATCH RFC 1/5] mm: "
` [PATCH RFC 4/5] selftests/bpf: Add file_build_id test
` [PATCH RFC 5/5] selftests/bpf: Add iter_task_vma_buildid test

[PATCH] spi: intel: Update help text of PCI driver
 2023-02-09 14:16 UTC  (3+ messages)

[PATCH] net: fec: Defer probe if other FEC has deferred MDIO
 2023-02-09 14:14 UTC  (7+ messages)

[PATCHv15 00/17] Linear Address Masking enabling
 2023-02-09 14:13 UTC  (11+ messages)
` [PATCHv15 02/17] x86: Allow atomic MM_CONTEXT flags setting
` [PATCHv15 05/17] mm: Introduce untagged_addr_remote()
` [PATCHv15 06/17] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv15 08/17] x86/mm: Provide arch_prctl() interface for LAM
` [PATCHv15 09/17] mm: Expose untagging mask in /proc/$PID/status

[PATCH v5 00/39] Shadow stacks for userspace
 2023-02-09 14:08 UTC  (3+ messages)
` [PATCH v5 11/39] x86/mm: Update pte_modify for _PAGE_COW

[PATCH bpf-next 0/2] libbpf: allow users to set kprobe/uprobe attach mode
 2023-02-09 14:08 UTC  (8+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add test for legacy/perf "

[PATCH V3 0/6] remoteproc: imx_rproc: support firmware in DDR
 2023-02-09 14:04 UTC  (2+ messages)

[PATCH] m68k: allow PM menu options for COMPILE_TEST
 2023-02-09 14:03 UTC  (2+ messages)

[PATCH v5 00/19] irqdomain: fix mapping race and clean up locking
 2023-02-09 14:03 UTC  (6+ messages)
` [PATCH v5 05/19] irqdomain: Refactor __irq_domain_alloc_irqs()
` [PATCH v5 06/19] irqdomain: Fix mapping-creation race
` [PATCH v5 10/19] irqdomain: Clean up irq_domain_push/pop_irq()
` [PATCH v5 12/19] x86/apic: Use irq_domain_create_hierarchy()

[PATCH v2] HID: retain initial quirks set up when creating HID devices
 2023-02-09 14:00 UTC  (2+ messages)

[PATCH v11 0/9] Register Type-C mode-switch in DP bridge endpoints
 2023-02-09 13:58 UTC  (5+ messages)
` [PATCH v11 7/9] dt-bindings: display: bridge: it6505: Add mode-switch support

[PATCH 0/2] KVM: VMX: Stub out enable_evmcs static key
 2023-02-09 13:56 UTC  (4+ messages)
` [PATCH 2/2] KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=n

[PATCH] input/misc: hp_sdc_rtc: mark an unused function as __maybe_unused
 2023-02-09 13:56 UTC  (2+ messages)

[PATCH net-next v7 0/9] net: add EEE support for KSZ9477 and AR8035 with i.MX6
 2023-02-09 13:55 UTC  (3+ messages)
` [PATCH net-next v7 1/9] net: dsa: microchip: enable EEE support

[PATCH 0/7] A few bugfix and cleanup patches to blk-mq
 2023-02-09 20:11 UTC  (5+ messages)
` [PATCH 1/7] blk-mq: sync wake_batch update and users number change
` [PATCH 2/7] blk-mq: count changed hctx as active in blk_mq_get_tag

[PATCH v4 0/2] Introduce ICSSG based ethernet Driver
 2023-02-09 13:54 UTC  (11+ messages)
` [PATCH v4 2/2] net: ti: icssg-prueth: Add ICSSG ethernet driver
    ` [EXTERNAL] "
        ` [EXTERNAL] "
            ` [EXTERNAL] "
                ` [EXTERNAL] "

[PATCH] arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
 2023-02-09 13:54 UTC  (11+ messages)

[PATCH] m68k: /proc/hardware depends on PROC_FS
 2023-02-09 13:54 UTC  (2+ messages)

[PATCH v4] media: platform: mtk-mdp3: Add missing check and free for ida_alloc
 2023-02-09 13:52 UTC 

[PATCH 0/7] arm: qcom: Fix touchscreen voltage for sc7280-herobrine boards
 2023-02-09 13:50 UTC  (2+ messages)
` (subset) "

[PATCH net-next 1/1] hv_netvsc: Check status in SEND_RNDIS_PKT completion message
 2023-02-09 13:49 UTC  (2+ messages)

[PATCH net-next v3 0/3] net: dsa: rzn1-a5psw: add support for vlan and .port_bridge_flags
 2023-02-09 13:50 UTC  (4+ messages)
` [PATCH net-next v3 3/3] net: dsa: rzn1-a5psw: add vlan support

[PATCH v5 0/5] Add MSM8939 SoC support with two devices
 2023-02-09 13:47 UTC  (3+ messages)
` [PATCH v5 2/5] arm64: dts: qcom: Add msm8939 SoC

[PATCH v2] net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()
 2023-02-09 13:42 UTC  (3+ messages)
` [ovs-dev] "

[PATCH 0/6] dt-bindings: second batch of dt-schema conversions for Amlogic Meson bindings
 2023-02-09 13:41 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: rtc: convert rtc-meson-vrtc.txt to dt-schema
` [PATCH 2/6] dt-bindings: soc: amlogic: convert clk-measure.txt "
` [PATCH 3/6] dt-bindings: soc: amlogic: document System Control registers
` [PATCH 4/6] dt-bindings: soc: amlogic: convert amlogic,gxbb-clkc.txt to dt-schema
` [PATCH 5/6] dt-bindings: soc: amlogic: convert amlogic,gxbb-aoclkc.txt "
` [PATCH 6/6] dt-bindings: soc: amlogic: update sysctrl clock-controller subnode type

[PATCH net-next 00/11] sfc: add vDPA support for EF100 devices
 2023-02-09 13:39 UTC  (8+ messages)
` [PATCH net-next 09/11] sfc: implement iova rbtree to store dma mappings

[PATCH v2 00/10] Adjust the dma-ranges for MTK IOMMU
 2023-02-09 13:39 UTC  (3+ messages)
` [PATCH v2 03/10] iommu/mediatek: Get regionid from larb/port id

[PATCH net] net: ethernet: ti: am65-cpsw: Add RX DMA Channel Teardown Quirk
 2023-02-09 13:33 UTC  (2+ messages)

[PATCH v2 0/2] ARM: dts: add device-tree and bindings for renesas,rzn1d400-eb
 2023-02-09 13:35 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: soc: renesas: renesas.yaml: add renesas,rzn1d400-eb compatible
` [PATCH v2 2/2] ARM: dts: r9a06g032: add r9a06g032-rzn1d400-eb board device-tree

[PATCH v4] platform/x86/intel/pmc: core: Add support to show LTR-ignored components
 2023-02-09 13:30 UTC  (3+ messages)

[PATCH 1/1] EDAC/skx: Fix overflows on the DRAM row address mapping arrays
 2023-02-09 13:30 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).