All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-30 19:57:01 to 2022-01-30 21:56:35 UTC [more...]

[Buildroot] [PATCH] DEVELOPERS: add Giulio Benetti to sunxi-tools package
 2022-01-30 21:56 UTC  (2+ messages)

[Buildroot] [git commit] DEVELOPERS: add Giulio Benetti to sunxi-tools package
 2022-01-30 21:56 UTC 

[Buildroot] [PATCH] package/apitrace: fix build failure on m68k architecture
 2022-01-30 21:55 UTC  (2+ messages)

[Buildroot] [git commit] package/apitrace: fix build failure on m68k architecture
 2022-01-30 21:55 UTC 

[Buildroot] [PATCH 1/2] package/glslsandbox: kms needs gbm
 2022-01-30 21:52 UTC  (2+ messages)

💥 PANICKED: Test report for kernel 5.17.0-rc1 (mainline.kernel.org-clang, cb323ee7)
 2022-01-30 21:50 UTC 

Unification to connman configuration? Now it 3 separated places
 2022-01-30 21:50 UTC  (3+ messages)

[PATCH 00/16] arm: Fix handling of unrecognized functions in PSCI emulation
 2022-01-30 21:46 UTC  (5+ messages)
` [PATCH 01/16] target/arm: make psci-conduit settable after realize
` [PATCH 02/16] cpu.c: Make start-powered-off "

[PATCH v3 0/8] rtw88: prepare locking for SDIO support
 2022-01-30 21:40 UTC  (7+ messages)

[PATCH] media: i2c: Fix regulator disable balance in ov8865
 2022-01-30 21:36 UTC 

[PATCH v3 00/40] bsd-user: upstream signal implementation
 2022-01-30 21:34 UTC  (6+ messages)
` [PATCH v3 35/40] bsd-user/signal.c: implement do_sigreturn
` [PATCH v3 36/40] bsd-user/signal.c: implement do_sigaction

[PATCH wpan-next v2 0/5] ieee802154: Improve durations handling
 2022-01-30 21:35 UTC  (3+ messages)
` [PATCH wpan-next v2 1/5] net: ieee802154: Improve the way supported channels are declared

Possible ACPI bug/regression in i2c-i801 [plain text]
 2022-01-30 21:33 UTC 

[RFC PATCH v4 00/13] module: core code clean up
 2022-01-30 21:32 UTC  (14+ messages)
` [RFC PATCH v4 01/13] module: Move all into module/
` [RFC PATCH v4 02/13] module: Simple refactor in preparation for split
` [RFC PATCH v4 03/13] module: Move livepatch support to a separate file
` [RFC PATCH v4 04/13] module: Move latched RB-tree "
` [RFC PATCH v4 05/13] module: Move arch strict rwx "
` [RFC PATCH v4 06/13] module: Move "
` [RFC PATCH v4 07/13] module: Move extra signature support out of core code
` [RFC PATCH v4 08/13] module: Move kmemleak support to a separate file
` [RFC PATCH v4 09/13] module: Move kallsyms support into "
` [RFC PATCH v4 10/13] module: Move procfs "
` [RFC PATCH v4 11/13] module: Move sysfs "
` [RFC PATCH v4 12/13] module: Move kdb_modules list out of core code
` [RFC PATCH v4 13/13] module: Move version support into a separate file

[RFC v6 net-next 0/9] add support for VSC7512 control over SPI
 2022-01-30 21:30 UTC  (5+ messages)
` [RFC v6 net-next 1/9] pinctrl: ocelot: allow pinctrl-ocelot to be loaded as a module

[RFC PLAN] Some humble ideas for DAMON future works
 2022-01-30 21:30 UTC  (2+ messages)

[PATCH 00/35] Shadow stacks for userspace
 2022-01-30 21:18 UTC  (37+ messages)
` [PATCH 01/35] Documentation/x86: Add CET description
` [PATCH 02/35] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH 03/35] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH 04/35] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH 05/35] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH 06/35] x86/cet: Add control-protection fault handler
` [PATCH 07/35] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH 08/35] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH 09/35] x86/mm: Introduce _PAGE_COW
` [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH 11/35] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH 12/35] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH 13/35] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH 14/35] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH 15/35] x86/mm: Check Shadow Stack page fault errors
` [PATCH 16/35] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH 17/35] mm: Fixup places that call pte_mkwrite() directly
` [PATCH 18/35] mm: Add guard pages around a shadow stack
` [PATCH 19/35] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH 20/35] mm: Update can_follow_write_pte() for shadow stack
` [PATCH 21/35] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate
` [PATCH 24/35] mm: Re-introduce vm_flags to do_mmap()
` [PATCH 25/35] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH 27/35] x86/fpu: Add unsafe xsave buffer helpers
` [PATCH 28/35] x86/cet/shstk: Handle thread shadow stack
` [PATCH 29/35] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH 30/35] x86/cet/shstk: Handle signals for shadow stack
` [PATCH 31/35] x86/cet/shstk: Add arch_prctl elf feature functions
` [PATCH 32/35] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH 33/35] selftests/x86: Add map_shadow_stack syscall test
` [PATCH 34/35] x86/cet/shstk: Support wrss for userspace
` [PATCH 35/35] x86/cpufeatures: Limit shadow stack to Intel CPUs

[linux-lvm] LVM performance vs direct dm-thin
 2022-01-30 21:17 UTC  (8+ messages)

[virtio-comment] Re: [PATCH v2 1/4] Add virtio Admin Virtqueue
 2022-01-30 21:15 UTC  (11+ messages)
`  "

[PATCH] mm/hwpoison: Check the subpage, not the head page
 2022-01-30 21:14 UTC  (3+ messages)

Stage, test, and commit only some changes, then repeat
 2022-01-30 21:13 UTC  (2+ messages)

How to prevent auto start of matchbox-terminal at boot?
 2022-01-30 21:12 UTC  (2+ messages)
` [yocto] "

[Buildroot] [PATCH 0/2] linux|uboot: fix build with host-gcc 10+ for older versions (branch yem/yylloc)
 2022-01-30 21:10 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] boot/uboot: fix build with host-gcc 10+
` [Buildroot] [PATCH 2/2] linux: "

[Buildroot] [PATCH] linux: fix build with host-gcc 10+
 2022-01-30 21:09 UTC 

[PATCH wpan-next v2 0/2] ieee802154: Internal moves
 2022-01-30 21:09 UTC  (6+ messages)
` [PATCH wpan-next v2 1/2] net: ieee802154: Move the IEEE 802.15.4 Kconfig main entries
` [PATCH wpan-next v2 2/2] net: ieee802154: Move the address structure earlier and provide a kdoc

[PATCH v3 0/7] target/riscv: Add XVentanaCondOps and supporting infrastructure changes
 2022-01-30 21:06 UTC  (15+ 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 v3 6/7] target/riscv: Add XVentanaCondOps custom extension
` [PATCH v3 7/7] target/riscv: add a MAINTAINERS entry for XVentanaCondOps

fbdev git tree update
 2022-01-30 21:05 UTC 

[PATCH 1/2] random: access primary_pool directly rather than through pointer
 2022-01-30 21:03 UTC  (2+ messages)
` [PATCH 2/2] random: only call crng_finalize_init() for primary_crng

[PATCH v1 1/7] powercap/dtpm: Change locking scheme
 2022-01-30 21:02 UTC  (9+ 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

[mptcp:export] BUILD SUCCESS a80dde33bf24ed704429057a638e3dc7a9dba4af
 2022-01-30 21:02 UTC 

[ANNOUNCE] 5.15.18-rt28
 2022-01-30 21:02 UTC 

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

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

[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  (6+ messages)

[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  (4+ messages)
` [PATCH v3 1/1] "

[v4 0/3] drm/msm/dsi: Add 10nm dsi phy tuning configuration support
 2022-01-30 19:56 UTC  (6+ 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


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.