linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-05 13:23:11 to 2022-08-05 17:00:34 UTC [more...]

Linux 5.19
 2022-08-05 17:00 UTC  (2+ messages)
` Please consider Linux 5.20 because it means "I love Linux" in Chinese (Re: Linux 5.19)

[PATCH] i2c: ACPI: Do not check ACPI_FADT_LOW_POWER_S0
 2022-08-05 16:59 UTC  (2+ messages)

[PATCH v2 0/9] usb: dwc3: qcom: fix wakeup implementation
 2022-08-05 16:58 UTC  (4+ messages)
` [PATCH v2 8/9] "

[PATCH v9 00/27] Rust support
 2022-08-05 16:48 UTC  (29+ messages)
` [PATCH v9 01/27] kallsyms: use `sizeof` instead of hardcoded size
` [PATCH v9 02/27] kallsyms: avoid hardcoding buffer size
` [PATCH v9 03/27] kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`
` [PATCH v9 04/27] kallsyms: support "big" kernel symbols
` [PATCH v9 05/27] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v9 06/27] rust: add C helpers
` [PATCH v9 07/27] rust: import upstream `alloc` crate
` [PATCH v9 08/27] rust: adapt `alloc` crate to the kernel
` [PATCH v9 09/27] rust: add `compiler_builtins` crate
` [PATCH v9 10/27] rust: add `macros` crate
` [PATCH v9 11/27] rust: add `bindings` crate
` [PATCH v9 12/27] rust: add `kernel` crate
` [PATCH v9 13/27] rust: export generated symbols
` [PATCH v9 14/27] vsprintf: add new `%pA` format specifier
` [PATCH v9 15/27] scripts: checkpatch: diagnose uses of `%pA` in the C side as errors
` [PATCH v9 16/27] scripts: checkpatch: enable language-independent checks for Rust
` [PATCH v9 17/27] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v9 18/27] scripts: add `generate_rust_analyzer.py`
` [PATCH v9 19/27] scripts: add `generate_rust_target.rs`
` [PATCH v9 20/27] scripts: add `rust_is_available.sh`
` [PATCH v9 21/27] scripts: add `is_rust_module.sh`
` [PATCH v9 22/27] rust: add `.rustfmt.toml`
` [PATCH v9 23/27] Kbuild: add Rust support
` [PATCH v9 24/27] docs: add Rust documentation
` [PATCH v9 25/27] x86: enable initial Rust support
` [PATCH v9 26/27] samples: add first Rust examples
` [PATCH v9 27/27] MAINTAINERS: Rust

DesignWare PWM support for device-tree probing
 2022-08-05 16:50 UTC  (9+ messages)
` [PATCH 1/8] dt-bindings: pwm: Document Synopsys DesignWare snps,pwm-dw-apb-timers-pwm2
` [PATCH 2/8] pwm: change &pci->dev to dev in probe
` [PATCH 3/8] pwm: move dwc memory alloc to own function
` [PATCH 4/8] pwm: dwc: add of/platform support
` [PATCH 5/8] pwm: dwc: allow driver to be built with COMPILE_TEST
` [PATCH 6/8] pwm: dwc: add timer clock
` [PATCH 7/8] pwm: dwc: add snps,pwm-number to limit pwm count
` [PATCH 8/8] pwm: dwc: add PWM bit unset in get_state call

[PATCH 0/3] Fix bugs in *_set_par() caused by user input
 2022-08-05 16:47 UTC  (2+ messages)

[RFC PATCH v3 0/3] workqueue: destroy_worker() vs isolated CPUs
 2022-08-05 16:47 UTC  (4+ messages)
` [RFC PATCH v3 2/3] workqueue: Unbind workers before sending them to exit()

[GIT PULL] rtla: Updates for 5.20/6.0
 2022-08-05 16:47 UTC  (3+ messages)

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-08-05 16:46 UTC  (6+ messages)
` [RFC PATCH v6 037/104] KVM: x86/mmu: Allow non-zero value for non-present SPTE

[PATCH v2 0/4] staging: r8188eu: cleanup some metadata issues
 2022-08-05 16:43 UTC  (6+ messages)
` [PATCH v2 1/4] staging: r8188eu: set firmware path in a macro
` [PATCH v2 2/4] staging: r8188eu: use KBUILD_MODNAME instead of a string constant
` [PATCH v2 3/4] staging: r8188eu: drop the DRV_NAME macro
` [PATCH v2 4/4] staging: r8188eu: drop the DRIVERVERSION macro

[PATCH] Doc fix for dget_dlock
 2022-08-05 16:39 UTC 

[PATCH V2 2/2] LoongArch: Remove ARCH_HAS_PHYS_TO_DMA
 2022-08-05 16:36 UTC  (2+ messages)

[PATCH 1/5] thermal/core: Rearm the monitoring only one time
 2022-08-05 16:37 UTC  (7+ messages)
` [PATCH 2/5] thermal/core: Rework the monitoring a bit
` [PATCH 3/5] thermal/governors: Group the thermal zone lock inside the throttle function
` [PATCH 4/5] thermal/core: Move the thermal zone lock out of the governors
` [PATCH 5/5] thermal/core: Move the mutex inside the thermal_zone_device_update() function

[PATCH v2 0/2] mm: Remember a/d bits for migration entries
 2022-08-05 16:36 UTC  (6+ messages)
` [PATCH v2 2/2] mm: Remember young/dirty bit for page migrations

[GIT PULL] Networking for 6.0
 2022-08-05 16:34 UTC  (5+ messages)

[PATCH v2 1/3] KVM: selftests: Test all possible "invalid" PERF_CAPABILITIES.LBR_FMT vals
 2022-08-05 16:32 UTC  (5+ messages)
` [PATCH 2/3] KVM: x86: Reject writes to PERF_CAPABILITIES feature MSR after KVM_RUN
` [PATCH 3/3] KVM: selftests: Test writing PERF_CAPABILITIES after KVM_RUN is rejected

[RFC PATCH v4 0/8] hugetlb: Change huge pmd sharing synchronization again
 2022-08-05 16:28 UTC  (9+ messages)
` [RFC PATCH v4 3/8] hugetlbfs: move routine remove_huge_page to hugetlb.c
` [RFC PATCH v4 4/8] hugetlbfs: catch and handle truncate racing with page faults

[PATCH 0/3] Fix dt-validate issues on qemu dtbdumps due to dt-bindings
 2022-08-05 16:28 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: timer: sifive,clint: add legacy riscv compatible
` [PATCH 2/3] dt-bindings: interrupt-controller: sifive,plic: "
` [PATCH 3/3] dt-bindings: riscv: add new riscv,isa strings for emulators

[PATCH v4 0/3] iio: accel: add MSA311 accelerometer driver
 2022-08-05 16:20 UTC  (11+ messages)
` [PATCH v4 2/3] iio: add MEMSensing MSA311 3-axis "

[PATCH] can: j1939: fix memory leak of skbs
 2022-08-05 16:20 UTC  (2+ messages)

[PATCH v7 0/4] Add Sstc extension support
 2022-08-05 16:17 UTC  (4+ messages)
` [PATCH v7 3/4] RISC-V: Prefer sstc extension if available

mainline build failure for x86_64 allmodconfig with clang
 2022-08-05 16:16 UTC  (6+ messages)

[PATCH 1/2] Revert "mlxsw: core: Use different get_trend() callbacks for different thermal zones"
 2022-08-05 16:07 UTC  (4+ messages)
` [PATCH 2/2] Revert "mlxsw: core: Add the hottest thermal zone detection"

vfio/pci - uAPI for WC
 2022-08-05 16:05 UTC 

[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-05 16:05 UTC  (2+ messages)

[GIT PULL] arm64 updates for 5.20
 2022-08-05 16:00 UTC  (5+ messages)

[PATCH v2] mm/smaps: Don't access young/dirty bit if pte unpresent
 2022-08-05 16:00 UTC 

[GIT PULL] parisc architecture fixes and updates for v5.20-rc1
 2022-08-05 15:55 UTC 

[PATCH] pwm: removes period check from pwm_apply_state()
 2022-08-05 15:55 UTC  (2+ messages)

[PATCH] mm/smaps: Don't access young/dirty bit if pte unpresent
 2022-08-05 15:52 UTC  (3+ messages)

linux-next: Tree for Aug 5
 2022-08-05 15:49 UTC 

[PATCH v2 00/11] leds: deduplicate led_init_default_state_get()
 2022-08-05 15:49 UTC  (12+ messages)
` [PATCH v2 01/11] leds: add missing includes and forward declarations in leds.h
` [PATCH v2 02/11] leds: Move led_init_default_state_get() to the global header
` [PATCH v2 03/11] leds: an30259a: Get rid of custom led_init_default_state_get()
` [PATCH v2 04/11] leds: bcm6328: "
` [PATCH v2 05/11] leds: bcm6358: "
` [PATCH v2 06/11] leds: mt6323: "
` [PATCH v2 07/11] leds: mt6360: "
` [PATCH v2 08/11] leds: pca955x: "
` [PATCH v2 09/11] leds: pm8058: "
` [PATCH v2 10/11] leds: syscon: "
` [PATCH v2 11/11] net: dsa: hellcreek: "

[PATCH 0/3] Add dma-buf secure-heap
 2022-08-05 15:46 UTC  (6+ messages)
` [PATCH 1/3] dma-buf: heaps: add Linaro secure dmabuf heap support
` [PATCH 2/3] dt-bindings: reserved-memory: add linaro,secure-heap
` [PATCH 3/3] plat-hikey: Add linaro,secure-heap compatible

[PATCH] phy: qcom: edp: Postpone clk_set_rate until the PLL is up
 2022-08-05 15:44 UTC 

"THE FALL IN THE PRICE OF BITCOIN WILL MAKE YOU A BILLIONAIRE"
 2022-08-05 15:32 UTC 

[PATCH 1/5] drm/vkms: Merge default_config and device
 2022-08-05 15:39 UTC  (2+ messages)

[PATCH 0/4] add struct page and Direct I/O support to reserved memory
 2022-08-05 15:28 UTC  (10+ messages)
` [PATCH 4/4] sample/reserved_mem: Introduce a sample of struct page and dio support to no-map rmem

[PATCH v4] bpf/scripts: Generate GCC compatible helper defs header
 2022-08-05 15:28 UTC  (2+ messages)

[GIT PULL] tracing: Updates for 5.20 / 6.0
 2022-08-05 15:14 UTC  (3+ messages)
` [GIT PULL v2] "
` [GIT PULL v2.5] "

[5.19.0] [aarch64] WARNING: CPU: 0 PID: 1 at mm/page_alloc.c:5407 __alloc_pages+0x1a0/0x290
 2022-08-05 15:08 UTC  (5+ messages)

[for-linus][PATCH] rv: Unlock on error path in rv_unregister_reactor()
 2022-08-05 15:07 UTC 

[PATCH v1 00/26] Rework the trip points creation
 2022-08-05 14:57 UTC  (27+ messages)
` [PATCH v1 01/26] thermal/core: encapsulate ops->get_trip_* ops into a function
` [PATCH v1 02/26] thermal/sysfs: Do not make get_trip_hyst optional
` [PATCH v1 03/26] thermal/core/governors: Use thermal_zone_get_trip() instead of ops functions
` [PATCH v1 04/26] thermal/drivers/st: Use generic trip points
` [PATCH v1 05/26] thermal/drivers/tegra: Use generic thermal_zone_get_trip() function
` [PATCH v1 06/26] thermal/drivers/imx: "
` [PATCH v1 07/26] thermal/drivers/exynos: "
` [PATCH v1 08/26] thermal/drivers/rcar: "
` [PATCH v1 09/26] thermal/drivers/uniphier: "
` [PATCH v1 10/26] thermal/drivers/hisi: "
` [PATCH v1 11/26] thermal/drivers/qcom: "
` [PATCH v1 12/26] thermal/drivers/OF: "
` [PATCH v1 13/26] thermal/drivers/armada: "
` [PATCH v1 14/26] thermal/core/OF: Remove unused functions
` [PATCH v1 15/26] thermal/drivers/rcar_gen3: Use the generic function to get the number of trips
` [PATCH v1 16/26] thermal/drivers/exynos: of_thermal_get_ntrips()
` [PATCH v1 17/26] thermal/core/of: Remove of_thermal_get_ntrips()
` [PATCH v1 18/26] thermal/drivers/exynos: Replace of_thermal_is_trip_valid() by thermal_zone_get_trip()
` [PATCH v1 19/26] thermal/core/of: Remove of_thermal_is_trip_valid()
` [PATCH v1 20/26] thermal/drivers/broadcom: Use generic thermal_zone_get_trip() function
` [PATCH v1 21/26] thermal/drivers/da9062: "
` [PATCH v1 22/26] thermal/drivers/ti: Remove unused macros ti_thermal_get_trip_value() / ti_thermal_trip_is_valid()
` [PATCH v1 23/26] thermal/drivers/acerhdf: Use generic thermal_zone_get_trip() function
` [PATCH v1 24/26] thermal/drivers/cxgb4: "
` [PATCH v1 25/26] thermal/intel/int340x: Replace parameter to simplify
` [PATCH v1 26/26] thermal/drivers/intel: Use generic thermal_zone_get_trip() function

[PATCH v8.1, 0/7] Add LVTS architecture thermal
 2022-08-05 14:55 UTC  (4+ messages)
` [PATCH v8.1, 5/7] arm64: dts: mt8195: Add efuse node to mt8195

[PATCH] can: j1939: fix memory leak of skbs
 2022-08-05 14:55 UTC  (5+ messages)

[PATCH] net: atlantic: fix aq_vec index out of range error
 2022-08-05 14:53 UTC  (2+ messages)

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-08-05 14:53 UTC  (8+ messages)
` [PATCHv7 02/14] mm: Add "

[PATCH v3] PCI: update the links for aer-inject git tree
 2022-08-05 14:53 UTC  (3+ messages)

[PATCH v3 0/3] Remove bad uncore filter/events
 2022-08-05 14:45 UTC  (2+ messages)

[PATCH v2 1/1] serial: fsl_lpuart: RS485 RTS polariy is inverse
 2022-08-05 14:45 UTC 

Apple Thunderbolt Display chaining
 2022-08-05 14:43 UTC  (14+ messages)

[PATCH] x86/bugs: Enable STIBP for IBPB mitigated RetBleed
 2022-08-05 14:42 UTC  (2+ messages)

[PATCH v3] x86,mm: print likely CPU at segfault time
 2022-08-05 14:40 UTC  (3+ messages)

[PATCH 0/3] docs: conf.py: Reduce texlive dependency
 2022-08-05 14:26 UTC  (4+ messages)
` [PATCH 1/3] docs/conf.py: Treat mathjax as fallback math renderer
` [PATCH 2/3] docs/conf.py: Respect env variable LOAD_IMGMATH
` [PATCH 3/3] docs: kerneldoc-preamble: Test xeCJK.sty before loading

[PATCH 0/4] mfd: add tps6594x support for j7200 platform
 2022-08-05 14:14 UTC  (3+ messages)
` [PATCH 1/4] Documentation: tps6594x: Add DT bindings for the TPS6594x PMIC

[PATCH v3 0/4] Add support for Microchip QSPI controller
 2022-08-05 14:14 UTC  (3+ messages)
` [PATCH v3 2/4] spi: dt-binding: add coreqspi as a fallback for mpfs-qspi

[PATCH 1/2] media: sunxi: Fix some error handling path of sun8i_a83t_mipi_csi2_probe()
 2022-08-05 14:11 UTC  (4+ messages)
` [PATCH 2/2] media: sunxi: Fix some error handling path of sun6i_mipi_csi2_probe()

[PATCH] PM: core: Do not randomize struct dev_pm_ops layout
 2022-08-05 14:10 UTC  (3+ messages)

[PATCH] x86/mm: Rename set_memory_present() to set_memory_p()
 2022-08-05 14:07 UTC 

[PATCH 0/5] Add dma-buf secure-heap
 2022-08-05 14:06 UTC  (6+ messages)
` [PATCH 3/5] dma-buf: heaps: add Linaro secure dmabuf heap support
    ` [EXT] "

[PATCH v4 00/17] Compress the pmu_event tables
 2022-08-05 14:02 UTC  (3+ messages)
` [PATCH v4 16/17] perf jevents: Compress the pmu_events_table

[PATCH] RDMA/srp: Check dev_set_name() return value
 2022-08-05 14:02 UTC  (3+ messages)

[PATCH] ext4: fix bug in extents parsing when number of entries in header is zero
 2022-08-05 14:00 UTC 

[PATCH v2 0/5] Add Qcom PM6125 PMIC, and use in Sony Xperia Seine PDX201
 2022-08-05 13:57 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: dts: qcom: pm660: Use unique ADC5_VCOIN address in node name
` [PATCH v2 2/5] iio: adc: qcom-spmi-adc5: Add missing VCOIN/GPIO[134] channels
` [PATCH v2 3/5] arm64: dts: qcom: Add PM6125 PMIC
` [PATCH v2 4/5] arm64: dts: qcom: sm6125-seine: Include PM6125 and configure PON
` [PATCH v2 5/5] arm64: dts: qcom: sm6125-seine: Configure additional trinket thermistors

[PATCH] MAINTAINERS: add PolarFire SoC dt bindings
 2022-08-05 13:49 UTC 

[PATCH v1] arm64: dts: meson-axg: reserve memory region for Amlogic TrustOS
 2022-08-05 13:42 UTC  (3+ messages)

[PATCH v2] nfs: Fix automount superblock LSM init problem, preventing sb sharing
 2022-08-05 13:43 UTC  (3+ messages)

[PATCH net-next v1 00/10] net: dsa: microchip: add error handling and register access validation
 2022-08-05 13:42 UTC  (5+ messages)
` [PATCH net-next v1 07/10] net: dsa: microchip: warn about not supported synclko properties on KSZ9893 chips

[BUG] perf/x86/intel/pebs: PEBS timestamps overwritten
 2022-08-05 13:36 UTC  (2+ messages)

[PATCH v3] nfs: Fix automount superblock LSM init problem, preventing sb sharing
 2022-08-05 13:36 UTC 

[PATCH] drivers: android: binder: Fixed coding style issue
 2022-08-05 13:33 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-05 13:28 UTC  (7+ messages)
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag

[PATCH v2] x86,mm: print likely CPU at segfault time
 2022-08-05 13:25 UTC  (4+ messages)


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).