All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-30 19:06:04 to 2022-01-30 21:02:54 UTC [more...]

[PATCH v1 1/7] powercap/dtpm: Change locking scheme
 2022-01-30 21:02 UTC  (8+ messages)
` [PATCH v1 2/7] powercap/dtpm_cpu: Reset per_cpu variable in the release function
` [PATCH v1 3/7] powercap/dtpm: Fixup kfree for virtual node
` [PATCH v1 4/7] powercap/dtpm: Destroy hierarchy function
` [PATCH v1 5/7] powercap/dtpm: Move the 'root' reset place
` [PATCH v1 6/7] powercap/dtpm/dtpm_cpu: Add exit function
` [PATCH v1 7/7] dtpm/soc/rk3399: Add the ability to unload the module

How to prevent auto start of matchbox-terminal at boot?
 2022-01-30 21:01 UTC 

additional regression tests added for cifs.ko (to the buildbot)
 2022-01-30 20:58 UTC 

[PATCH] mm/hwpoison: Check the subpage, not the head page
 2022-01-30 20:58 UTC  (2+ messages)

[PATCH v3 0/7] target/riscv: Add XVentanaCondOps and supporting infrastructure changes
 2022-01-30 20:56 UTC  (11+ messages)
` [PATCH v3 1/7] target/riscv: refactor (anonymous struct) RISCVCPU.cfg into 'struct RISCVCPUConfig'
` [PATCH v3 2/7] target/riscv: riscv_tr_init_disas_context: copy pointer-to-cfg into cfg_ptr
` [PATCH v3 3/7] target/riscv: access configuration through cfg_ptr in DisasContext
` [PATCH v3 4/7] target/riscv: access cfg structure through DisasContext
` [PATCH v3 5/7] target/riscv: iterate over a table of decoders

[PATCH v2 0/3] mm/page_owner: Extend page_owner to show memcg information
 2022-01-30 20:57 UTC  (11+ messages)
` [PATCH v2 1/3] lib/vsprintf: Avoid redundant work with 0 size
` [PATCH v2 3/3] mm/page_owner: Dump memcg information

[wpan-next 0/4] ieee802154: General preparation to scan support
 2022-01-30 20:55 UTC  (3+ messages)
` [wpan-next 2/4] net: mac802154: Include the softMAC stack inside the IEEE 802.15.4 menu

[PATCH 00/16] 2nd set of IIO export namespaces
 2022-01-30 20:57 UTC  (17+ messages)
` [PATCH 01/16] iio:adc:ad_sigma_delta: Move exports into IIO_AD_SIGMA_DELTA namespace
` [PATCH 02/16] iio:adc:ad7091r: Move exports into IIO_AD7091R namespace
` [PATCH 03/16] iio:adc:ad76060: Move exports into IIO_AD7606 namespace
` [PATCH 04/16] iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORS
` [PATCH 05/16] iio:common:ssp_sensors: Move exports into IIO_SSP_SENSORS namespace
` [PATCH 06/16] iio:dac:ad5592r: Move exports into IIO_AD5592R namespace
` [PATCH 07/16] iio:dac:ad5686: Move exports into IIO_AD5686 namespace
` [PATCH 08/16] iio:imu:adis: Move exports into IIO_ADISLIB namespace
` [PATCH 09/16] iio:pressure:zpa2326: Move exports into IIO_ZPA2326 namespace
` [PATCH 10/16] iio:pressure:ms5611: Move exports into IIO_MS5611 namespace
` [PATCH 11/16] iio:pressure:mpl115: Move exports into IIO_MPL115 namespace
` [PATCH 12/16] iio:magnetometer:rm3100: Move exports to IIO_RM3100 namespace
` [PATCH 13/16] iio:magnetometer:bmc150: Move exports to IIO_BMC150_MAGN namespace
` [PATCH 14/16] iio:magnetometer:hmc5843: Move exports to IIO_HMC5843 namespace
` [PATCH 15/16] iio:light:st_uvis25: Move exports to IIO_UVIS25 namespace
` [PATCH 16/16] iio:chemical:bme680: Move exports to IIO_BME680 namespace

[PATCH wpan-next v2 0/2] ieee802154: Internal moves
 2022-01-30 20:47 UTC  (3+ messages)
` [PATCH wpan-next v2 1/2] net: ieee802154: Move the IEEE 802.15.4 Kconfig main entries

[PATCH v4 resend 00/20] power-suppy/i2c/extcon: Fix charger setup on Xiaomi Mi Pad 2 and Lenovo Yogabook
 2022-01-30 20:45 UTC  (21+ messages)
` [PATCH v4 01/20] power: supply: core: Refactor power_supply_set_input_current_limit_from_supplier()
` [PATCH v4 02/20] power: supply: bq25890: Rename IILIM field to IINLIM
` [PATCH v4 03/20] power: supply: bq25890: Reduce reported CONSTANT_CHARGE_CURRENT_MAX for low temperatures
` [PATCH v4 04/20] power: supply: bq25890: Add a bq25890_rw_init_data() helper
` [PATCH v4 05/20] power: supply: bq25890: Add support to skip reset at probe() / remove()
` [PATCH v4 06/20] power: supply: bq25890: Add support to read back the settings from the chip
` [PATCH v4 07/20] power: supply: bq25890: Enable charging on boards where we skip reset
` [PATCH v4 08/20] power: supply: bq25890: Drop dev->platform_data == NULL check
` [PATCH v4 09/20] power: supply: bq25890: Add bq25890_set_otg_cfg() helper
` [PATCH v4 10/20] power: supply: bq25890: Add support for registering the Vbus boost converter as a regulator
` [PATCH v4 11/20] power: supply: bq25890: On the bq25892 set the IINLIM based on external charger detection
` [PATCH v4 12/20] power: supply: bq25890: Support higher charging voltages through Pump Express+ protocol
` [PATCH v4 13/20] power: supply: bq25890: Use the devm_regmap_field_bulk_alloc() helper
` [PATCH v4 14/20] mfd: intel_soc_pmic_chtwc: Add cht_wc_model data to struct intel_soc_pmic
` [PATCH v4 15/20] i2c: cht-wc: Make charger i2c-client instantiation board/device-model specific
` [PATCH v4 16/20] extcon: intel-cht-wc: Use new cht_wc_model intel_soc_pmic field
` [PATCH v4 17/20] extcon: intel-cht-wc: Support devs with Micro-B / USB-2 only Type-C connectors
` [PATCH v4 18/20] extcon: intel-cht-wc: Refactor cht_wc_extcon_get_charger()
` [PATCH v4 19/20] extcon: intel-cht-wc: Add support for registering a power_supply class-device
` [PATCH v4 20/20] extcon: intel-cht-wc: Report RID_A for ACA adapters

[igt-dev] [PATCH i-g-t 0/3] New subtests for deep color
 2022-01-30 20:47 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for New subtests for deep color (rev5)

[Buildroot] [PATCH 1/5] package/efl: bump to version 1.26.1
 2022-01-30 20:44 UTC  (5+ messages)
` [Buildroot] [PATCH 3/5] package/efl: rework eeze handling in Kconfig

[PATCH v2 00/17] iio:adc:ad7280a Cleanup and proposed staging graduation
 2022-01-30 20:46 UTC  (13+ messages)
` [PATCH v2 12/17] staging:iio:ad7280a: Reflect optionality of irq in ABI
` [PATCH v2 14/17] staging:iio:adc:ad7280a: Use device properties to replace platform data
` [PATCH v2 15/17] dt-bindings:iio:adc:ad7280a: Add binding
` [PATCH v2 17/17] iio:adc:ad7280a: Move out of staging

[kvm-unit-tests 00/13] Add #VC exception handling for AMD SEV-ES
 2022-01-30 20:36 UTC  (5+ messages)
` [kvm-unit-tests 01/13] x86/efi: Allow specifying AMD SEV/SEV-ES guest launch policy
` [kvm-unit-tests 02/13] x86: AMD SEV-ES: Setup #VC exception handler for AMD SEV-ES

[PATCH] lib/test_string.c: Add test for strlen()
 2022-01-30 20:35 UTC  (7+ messages)

[linux-lvm] Running thin_trim before activating a thin pool
 2022-01-30 20:22 UTC  (7+ messages)

[linux-lvm] LVM performance vs direct dm-thin
 2022-01-30 20:27 UTC  (7+ messages)

[RFC] remove the paride driver
 2022-01-30 20:14 UTC  (4+ messages)

[PATCH] dt-bindings: i2c: mpc: Make each example a separate entry
 2022-01-30 20:22 UTC  (2+ messages)

Linux 5.17-rc2
 2022-01-30 20:22 UTC  (2+ messages)

[PATCH v5 5/9] pinctrl: nuvoton: Add driver for WPCM450
 2022-01-30 20:17 UTC  (4+ messages)

Stage, test, and commit only some changes, then repeat
 2022-01-30 20:17 UTC 

[v5 0/3] drm/msm/dsi: Add 10nm dsi phy tuning configuration support
 2022-01-30 20:15 UTC  (8+ messages)
` [v5 1/3] dt-bindings: msm/dsi: Add 10nm dsi phy tuning properties
` [v5 2/3] drm/msm/dsi: Add dsi phy tuning configuration support
` [v5 3/3] drm/msm/dsi: Add 10nm "

[Buildroot] [git commit] Update for 2021.02.9
 2022-01-30 20:06 UTC 

[Buildroot] [git commit] Update for 2021.11.1
 2022-01-30 19:48 UTC 

[PATCH] moveconfig: Fix code relying on now-stripped newline characters
 2022-01-30 20:14 UTC  (3+ messages)

[Buildroot] [git commit] docs/website: update for 2021.11.1
 2022-01-30 20:02 UTC 

[Buildroot] [git commit] docs/website: update for 2021.02.9
 2022-01-30 20:13 UTC 

FITRIM minimum block size for weekly usage
 2022-01-30 20:13 UTC 

[linux-next:master 1830/2855] drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: linux/pci.h is included more than once
 2022-01-30 20:13 UTC  (2+ messages)

[rust:rust 964/1016] warning: unknown warning option '-Wpacked-not-aligned'; did you mean '-Wover-aligned'? [-Wunknown-warning-option], err: false
 2022-01-30 20:13 UTC  (2+ messages)

[meta-security][PATCH] lkrg-module: update to 0.9.2
 2022-01-30 20:13 UTC 

[PATCH v3 0/1] drm/lsdc: add drm driver for loongson display controller
 2022-01-30 20:05 UTC  (6+ messages)
` [PATCH v3 1/1] "

[v4 0/3] drm/msm/dsi: Add 10nm dsi phy tuning configuration support
 2022-01-30 19:56 UTC  (8+ messages)
` [v4 1/3] dt-bindings: msm/dsi: Add 10nm dsi phy tuning properties
` [v4 2/3] drm/msm/dsi: Add dsi phy tuning configuration support
` [v4 3/3] drm/msm/dsi: Add 10nm "

[PATCH] fortify: Update compile-time tests for Clang 14
 2022-01-30 19:55 UTC  (2+ messages)

[PATCH v2 00/13] IIO: accel/st-sensors move into separate symbol namespaces
 2022-01-30 20:01 UTC  (2+ messages)

[Buildroot] [PATCH] DEVELOPERS: add Giulio Benetti to sunxi-tools package
 2022-01-30 19:49 UTC 

💥 PANICKED: Test report for kernel 5.17.0-rc1 (mainline.kernel.org-clang, d66c1e79)
 2022-01-30 19:47 UTC 

[PATCH] hw/ppc/vof: Add missing includes
 2022-01-30 19:38 UTC  (2+ messages)

[PATCH 0/2] Support plain encryption mode
 2022-01-30 19:40 UTC 

[PATCH 1/2] plainmount: Support decryption of devices encrypted in plain mode
 2022-01-30 19:40 UTC 

[PATCH 2/2] plainmount: Document new command syntax and options
 2022-01-30 19:41 UTC 

[PATCH v2 1/2] Makefile: Create a file to indicate the config
 2022-01-30 19:40 UTC  (3+ messages)
` [PATCH v2 2/2] Makefile: Don't allow new boards with SPL_FIT_GENERATOR

[PATCH] fs: Remove FIXME comment in generic_write_checks()
 2022-01-30 19:35 UTC  (2+ messages)

FAILED: patch "[PATCH] ping: fix the sk_bound_dev_if match in ping_lookup" failed to apply to 4.4-stable tree
 2022-01-30 19:23 UTC 

FAILED: patch "[PATCH] ping: fix the sk_bound_dev_if match in ping_lookup" failed to apply to 4.9-stable tree
 2022-01-30 19:23 UTC 

[PATCH v3 00/50] iio: Tree wide switch from CONFIG_PM* to pm_[sleep]_ptr etc
 2022-01-30 19:31 UTC  (51+ messages)
` [PATCH v3 01/50] iio:accel:da311: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
` [PATCH v3 02/50] iio:accel:da280: "
` [PATCH v3 03/50] iio:accel:dmard06: "
` [PATCH v3 04/50] iio:accel:dmard10: Switch from CONFIG_PM "
` [PATCH v3 05/50] iio:accel:mc3230: Switch from CONFIG_PM_SLEEP "
` [PATCH v3 06/50] iio:accel:mma7660: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
` [PATCH v3 07/50] iio:accel:mma9551: Switch from CONFIG_PM guards to pm_ptr() etc
` [PATCH v3 08/50] iio:accel:mma9553: "
` [PATCH v3 09/50] iio:accel:stk8ba50: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
` [PATCH v3 10/50] iio:adc:at91-adc: "
` [PATCH v3 11/50] iio:adc:exynos_adc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
` [PATCH v3 12/50] iio:adc:palmas_gpadc: "
` [PATCH v3 13/50] iio:adc:rockchip: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
` [PATCH v3 14/50] iio:adc:twl6030: "
` [PATCH v3 15/50] iio:adc:vf610: "
` [PATCH v3 16/50] iio:common:ssp: "
` [PATCH v3 17/50] iio:dac:vf610: "
` [PATCH v3 18/50] iio:light:apds9300: "
` [PATCH v3 19/50] iio:light:cm3232: "
` [PATCH v3 20/50] iio:light:isl29018: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
` [PATCH v3 21/50] iio:light:isl29125: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
` [PATCH v3 22/50] iio:light:jsa1212: "
` [PATCH v3 23/50] iio:light:ltr501: "
` [PATCH v3 24/50] iio:light:stk3310: "
` [PATCH v3 25/50] iio:light:tcs3414: "
` [PATCH v3 26/50] iio:light:tcs3472: "
` [PATCH v3 27/50] iio:light:tsl2563: "
` [PATCH v3 28/50] iio:light:tsl4531: "
` [PATCH v3 29/50] iio:magn:ak8975: Switch from CONFIG_PM guards to pm_ptr() etc
` [PATCH v3 30/50] iio:magn:mag3110: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
` [PATCH v3 31/50] iio:magn:mmc35240: "
` [PATCH v3 32/50] iio:pressure:mpl3115: "
` [PATCH v3 33/50] iio:proximity:as3935: "
` [PATCH v3 34/50] iio:proximity:rfd77492: "
` [PATCH v3 35/50] iio:proximity:sx9500: "
` [PATCH v3 36/50] iio:temperature:tmp006: "
` [PATCH v3 37/50] iio:temperature:tmp007: "
` [PATCH v3 38/50] iio:accel:stk8312: "
` [PATCH v3 39/50] iio:accel:bma180: "
` [PATCH v3 40/50] iio:dac:m62332: "
` [PATCH v3 41/50] iio:imu:kmx61: Switch from CONFIG_PM* guards to pm_ptr() etc
` [PATCH v3 42/50] iio:temperature:mlx90614: "
` [PATCH v3 43/50] iio:adc:ab8500: Switch from CONFIG_PM "
` [PATCH v3 44/50] iio:adc:stm32:Switch from CONFIG_PM guards to pm_ptr()
` [PATCH v3 45/50] iio:adc:rcar: Switch from CONFIG_PM guards to pm_ptr() etc
` [PATCH v3 46/50] iio:light:bh1780: "
` [PATCH v3 47/50] iio:proximity:pulsedlight: "
` [PATCH v3 48/50] iio:chemical:atlas: "
` [PATCH v3 49/50] iio:light:rpr0521: "
` [PATCH v3 50/50] iio:adc:stm32*: Use pm[_sleep]_ptr() etc to avoid need to make pm __maybe_unused

[OE-Core][PATCH 1/2] wic: bootimg-partition: simplify BOOT_IMAGE_FILES logic
 2022-01-30 14:25 UTC  (2+ messages)
` [OE-Core][PATCH 2/2] wic: bootimg-partition: allow empty partition

[PATCH] xen: update missing ioctl magic numers documentation
 2022-01-30 19:23 UTC 

[qemu-mainline test] 167955: tolerable FAIL - PUSHED
 2022-01-30 19:21 UTC 

should we have a Kconfig "device group" for I2C devices?
 2022-01-30 19:16 UTC  (3+ messages)

[PATCH] xen: xenbus_dev.h: delete incorrect file name
 2022-01-30 19:17 UTC 

[RFC 00/37] ASoC: Intel: AVS - Audio DSP for cAVS
 2022-01-30 19:15 UTC  (5+ messages)

[PATCH v4 0/4] Watchdog: sp5100_tco: Replace cd6h/cd7h port I/O accesses with MMIO accesses
 2022-01-30 19:12 UTC  (5+ messages)
` [PATCH v4 1/4] Watchdog: sp5100_tco: Move timer initialization into function
` [PATCH v4 2/4] Watchdog: sp5100_tco: Refactor MMIO base address initialization
` [PATCH v4 3/4] Watchdog: sp5100_tco: Add initialization using EFCH MMIO
` [PATCH v4 4/4] Watchdog: sp5100_tco: Enable Family 17h+ CPUs

[PATCH v8 0/6] powercap/drivers/dtpm: Create the dtpm hierarchy
 2022-01-30 19:10 UTC  (2+ messages)

[PATCH 0/5] Flight Data Recorder Update
 2022-01-30 19:06 UTC  (6+ messages)
` [PATCH 1/5] Makefile: cleaned up the usage of RPMBUILD_DIR
` [PATCH 2/5] fdr.spec: logrotate clean up
` [PATCH 3/5] systemd: rename service file
` [PATCH 4/5] saveto verb: Document updated
` [PATCH 5/5] configs: Add an nfsall.conf config file

[PATCH v2 00/51] iio: Tree wide switch from CONFIG_PM* to pm_[sleep]_ptr etc
 2022-01-30 19:12 UTC  (3+ messages)
` [PATCH v2 34/51] iio:light:us5182: Switch from CONFIG_PM guards to pm_ptr() etc


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.