linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-30 16:11:27 to 2022-01-30 23:10:03 UTC [more...]

linux-next: build failure after merge of the kspp tree
 2022-01-30 23:09 UTC 

[PATCH] crypto: sl3516: remove redundant initializations of pointers in_sg and out_sg
 2022-01-30 23:05 UTC 

[PATCH] acpi: require CRC32 to build
 2022-01-30 22:58 UTC  (2+ messages)

[PATCH] RDMA/mlx4: remove redundant assignment to variable nreq
 2022-01-30 22:57 UTC 

[PATCH 0/5] random: Add PREEMPT_RT support
 2022-01-30 22:55 UTC  (7+ messages)
` [PATCH 5/5] random: Defer processing of randomness on PREEMPT_RT

[PATCH] crypto: marvell/octeontx: remove redundant initialization of variable c_size
 2022-01-30 22:53 UTC 

[PATCH] SUNRPC: remove redundant pointer plainhdr
 2022-01-30 22:44 UTC 

[PATCH] rtlwifi: remove redundant initialization of variable ul_encalgo
 2022-01-30 22:37 UTC 

linux-next: build failure after merge of the kspp tree
 2022-01-30 22:34 UTC 

[PATCH] media: gspca: remove redundant assignment of variable n
 2022-01-30 22:31 UTC 

[clangbuiltlinux:instrumentation2 91/91] drivers/misc/mei/interrupt.o: warning: objtool: mei_irq_write_handler.part.0() falls through to next function mei_irq_write_handler()
 2022-01-30 22:28 UTC 

[linux-stable-rc:linux-4.4.y 6439/9999] include/asm-generic/bug.h:159:2: error: implicit declaration of function 'no_printk'; did you mean 'printk'?
 2022-01-30 22:28 UTC 

arch/s390/lib/test_modules_helpers.c:13:14: warning: no previous prototype for function 'test_modules_return_0000'
 2022-01-30 22:28 UTC 

[PATCH PREEMPT_RT 4.19 STABLE] rt: PREEMPT_RT safety net for backported patches
 2022-01-30 21:46 UTC 

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

[PATCH] usb: raw-gadget: fix handling of dual-direction-capable endpoints
 2022-01-30 21:58 UTC  (5+ messages)

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

[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  (4+ 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  (36+ 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

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

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

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

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

[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

[PATCH] lib/test_string.c: Add test for strlen()
 2022-01-30 20:35 UTC  (5+ 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)

[v5 0/3] drm/msm/dsi: Add 10nm dsi phy tuning configuration support
 2022-01-30 20:15 UTC  (4+ 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 "

[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 

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

[v4 0/3] drm/msm/dsi: Add 10nm dsi phy tuning configuration support
 2022-01-30 19:56 UTC  (4+ 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] fs: Remove FIXME comment in generic_write_checks()
 2022-01-30 19:35 UTC  (2+ 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 00/12] staging: r8188eu: remove some HW variables
 2022-01-30 19:03 UTC  (13+ messages)
` [PATCH 01/12] staging: r8188eu: remove HW_VAR_BEACON_INTERVAL
` [PATCH 02/12] staging: r8188eu: remove HW_VAR_SEC_CFG
` [PATCH 03/12] staging: r8188eu: remove HW_VAR_CAM_INVALID_ALL
` [PATCH 04/12] staging: r8188eu: remove HW_VAR_AC_PARAM_VO
` [PATCH 05/12] staging: r8188eu: remove HW_VAR_AC_PARAM_VI
` [PATCH 06/12] staging: r8188eu: remove HW_VAR_AC_PARAM_BK
` [PATCH 07/12] staging: r8188eu: remove HW_VAR_MEDIA_STATUS
` [PATCH 08/12] staging: r8188eu: merge Set_NETYPE0_MSR() and Set_MSR()
` [PATCH 09/12] staging: r8188eu: remove HW_VAR_CAM_WRITE
` [PATCH 10/12] staging: r8188eu: remove HW_VAR_BCN_FUNC
` [PATCH 11/12] staging: r8188eu: remove HW_VAR_CHECK_BSSID
` [PATCH 12/12] staging: r8188eu: remove HW_VAR_CAM_EMPTY_ENTRY

[PATCH 00/16] Introduce memblock simulator
 2022-01-30 19:00 UTC  (7+ messages)
` [PATCH 07/16] tools/include: Add io.h stub

[PATCH v2] usb: typec: mux: select not-visible INTEL_SCU_IPC
 2022-01-30 18:50 UTC 

[PATCH v4 0/9] i2c: piix4: Replace cd6h/cd7h port I/O accesses with MMIO accesses
 2022-01-30 18:41 UTC  (10+ messages)
` [PATCH v4 1/9] kernel/resource: Introduce request_mem_region_muxed()
` [PATCH v4 2/9] i2c: piix4: Replace hardcoded memory map size with a #define
` [PATCH v4 3/9] i2c: piix4: Move port I/O region request/release code into functions
` [PATCH v4 4/9] i2c: piix4: Move SMBus controller base address detect into function
` [PATCH v4 5/9] i2c: piix4: Move SMBus port selection "
` [PATCH v4 6/9] i2c: piix4: Add EFCH MMIO support to region request and release
` [PATCH v4 7/9] i2c: piix4: Add EFCH MMIO support to SMBus base address detect
` [PATCH v4 8/9] i2c: piix4: Add EFCH MMIO support for SMBus port select
` [PATCH v4 9/9] i2c: piix4: Enable EFCH MMIO for Family 17h+

[PATCH] powerpc/ptdump: Fix sparse warning in hashpagetable.c
 2022-01-30 18:39 UTC 

[PATCH v16, 0/2] ADD DM9051 ETHERNET DRIVER
 2022-01-30 18:35 UTC  (3+ messages)
` [PATCH v16, 2/2] net: Add dm9051 driver

[PATCH] Improve docs for IOCTL_GNTDEV_MAP_GRANT_REF
 2022-01-30 18:35 UTC 

[PATCH] staging: r8188eu: clean up phy_BB8188E_Config_ParaFile
 2022-01-30 18:22 UTC 

[PATCH v4] fortify: Work around Clang inlining bugs
 2022-01-30 18:22 UTC 

[RFC] PM: suspend: Upstreaming wakeup reason capture support
 2022-01-30 18:15 UTC 

[PATCH net] net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
 2022-01-30 18:09 UTC  (4+ messages)

[PATCH] staging: media: atomisp: Use BIT macro instead of left shifting
 2022-01-30 18:06 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] staging: rt8188eu: Remove dead code
 2022-01-30 17:54 UTC  (2+ messages)

BUG: Kernel NULL pointer dereference on write at 0x00000000 (rtmsg_ifinfo_build_skb)
 2022-01-30 17:44 UTC  (7+ messages)

[PATCH v2 0/4] Reference count checker and related fixes
 2022-01-30 17:40 UTC  (8+ messages)

[PATCH] dt-bindings: net: dsa: realtek-smi: convert to YAML schema
 2022-01-30 17:35 UTC  (6+ messages)

[RFC PATCH] f2fs: disallow setting unsettable file attributes
 2022-01-30 17:21 UTC 

[PATCH v3] kernel/time: move timer sysctls to its own file
 2022-01-30 17:23 UTC  (3+ messages)

[PATCH] seq_file: fix NULL pointer arithmetic warning
 2022-01-30 17:22 UTC  (2+ messages)

[patch V3 00/35] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2022-01-30 17:12 UTC  (3+ messages)
` [patch V3 28/35] PCI/MSI: Simplify pci_irq_get_affinity()

[RFC PATCH v7 00/16] Add support for qca8k mdio rw in Ethernet packet
 2022-01-30 17:07 UTC  (3+ messages)

drivers/net/ethernet/smsc/smc911x.c:1674 smc911x_ethtool_seteeprom() warn: inconsistent indenting
 2022-01-30 17:02 UTC 

[PATCHv3 1/7] mm: Add support for unaccepted memory
 2022-01-30 16:48 UTC  (3+ messages)
` [PATCHv3.1 "
` [PATCHv3.1 5/7] x86/mm: Reserve unaccepted memory bitmap

[PATCH v17 0/4] Add NVIDIA Tegra GPC-DMA driver
 2022-01-30 16:43 UTC  (7+ messages)
` [PATCH v17 2/4] dmaengine: tegra: Add tegra gpcdma driver

[PATCH v5 0/5] acpi: Store _PLD information and convert users
 2022-01-30 16:41 UTC  (3+ messages)
` [PATCH v5 2/5] acpi: Store CRC-32 hash of the _PLD in struct acpi_device

[PATCH] MIPS: Fix build error due to PTR used in more places
 2022-01-30 16:37 UTC  (2+ messages)

[PATCH v13 00/11] iio: afe: add temperature rescaling support
 2022-01-30 16:11 UTC  (12+ messages)
` [PATCH v13 01/11] iio: afe: rescale: expose scale processing function
` [PATCH v13 02/11] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
` [PATCH v13 03/11] iio: afe: rescale: add offset support
` [PATCH v13 04/11] iio: afe: rescale: fix accuracy for small fractional scales
` [PATCH v13 05/11] iio: afe: rescale: reduce risk of integer overflow
` [PATCH v13 06/11] iio: afe: rescale: make use of units.h
` [PATCH v13 07/11] iio: test: add basic tests for the iio-rescale driver
` [PATCH v13 08/11] iio: afe: rescale: add RTD temperature sensor support
` [PATCH v13 09/11] iio: afe: rescale: add temperature transducers
` [PATCH v13 10/11] dt-bindings: iio: afe: add bindings for temperature-sense-rtd
` [PATCH v13 11/11] dt-bindings: iio: afe: add bindings for temperature transducers


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