linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-19 11:34:55 to 2022-02-20 04:18:48 UTC [more...]

[PATCH 0/2] kconfig: Improve comment blocks in the .config file
 2022-02-20  4:17 UTC  (9+ messages)
` [PATCH 1/2] kconfig: Show menuconfigs as menus "
` [PATCH 2/2] kconfig: Make comments look different than menus in .config

[PATCH v2 00/11] i2c: npcm: Bug fixes timeout, spurious interrupts
 2022-02-20  3:53 UTC  (12+ messages)
` [PATCH v2 01/11] arm: dts: add new property for NPCM i2c module
` [PATCH v2 02/11] dt-bindings: i2c: npcm: support NPCM845
` [PATCH v2 03/11] i2c: npcm: Fix client address calculation
` [PATCH v2 04/11] i2c: npcm: Update gcr property name
` [PATCH v2 05/11] i2c: npcm: Remove unused clock node
` [PATCH v2 06/11] i2c: npcm: Fix timeout calculation
` [PATCH v2 07/11] i2c: npcm: Add tx complete counter
` [PATCH v2 08/11] i2c: npcm: Correct register access width
` [PATCH v2 09/11] i2c: npcm: Handle spurious interrupts
` [PATCH v2 10/11] i2c: npcm: Remove own slave addresses 2:10
` [PATCH v2 11/11] i2c: npcm: Support NPCM845

[PATCH v4 0/7] iio: potentiometer: Add support for DS3502
 2022-02-20  2:46 UTC  (8+ messages)
` [PATCH v4 1/7] iio: potentiometer: Alignment to match the open parenthesis
` [PATCH v4 2/7] iio: potentiometer: Add available functionality
` [PATCH v4 3/7] iio: potentiometer: Add channel information in device data
` [PATCH v4 4/7] iio: potentiometer: Change to firmware provided data
` [PATCH v4 5/7] iio: potentiometer: Add device specific read_raw function
` [PATCH v4 6/7] iio: potentiometer: Add support for Maxim DS3502
` [PATCH v4 7/7] dt-bindings: iio: potentiometer: Add Maxim DS3502 in trivial-devices

[syzbot] kernel BUG in vhost_get_vq_desc
 2022-02-20  2:10 UTC 

[PATCH 00/22] Don't use kmalloc() with GFP_DMA
 2022-02-20  2:06 UTC  (7+ messages)
` [PATCH 11/22] staging: emxx_udc: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 17/22] net: marvell: prestera: Don't use GFP_DMA when calling dma_pool_alloc()

[PATCH] bpf: Initialize ret to 0 inside btf_populate_kfunc_set()
 2022-02-20  1:40 UTC  (4+ messages)

[PATCH -next] scsi: hisi_sas: Remove unnecessary print function dev_err()
 2022-02-20  1:38 UTC  (2+ messages)

[PATCH v2 00/18] scsi: libsas and users: Factor out LLDD TMF code
 2022-02-20  1:37 UTC  (8+ messages)

[PATCH] irqchip/gic-v3: use dsb(ishst) to synchronize data to smp before issuing ipi
 2022-02-20  1:33 UTC  (3+ messages)

[PATCH] SELinux: Always allow FIOCLEX and FIONCLEX
 2022-02-20  1:15 UTC  (16+ messages)

[PATCH] mtd: rawnand: omap2: Actually prevent invalid configuration and build error
 2022-02-20  0:44 UTC 

[PATCH 1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure
 2022-02-20  0:40 UTC  (2+ messages)

[PATCH v1] io_uring: Add support for napi_busy_poll
 2022-02-20  0:22 UTC  (3+ messages)

linux-next: manual merge of the akpm-current tree with the folio tree
 2022-02-20  0:17 UTC  (9+ messages)

[PATCH v3 0/8] sched: Move a series of sysctls starting with sys/kernel/sched_*
 2022-02-20  0:05 UTC  (5+ messages)

[PATCH] slab: remove __alloc_size attribute from __kmalloc_track_caller
 2022-02-19 23:58 UTC  (3+ messages)

[PATCH 00/29] x86: Kernel IBT
 2022-02-19 23:08 UTC  (7+ messages)
` [PATCH 07/29] x86/entry: Sprinkle ENDBR dust

Intel QAT on A2SDi-8C-HLN4F causes massive data corruption with dm-crypt + xfs
 2022-02-19 23:00 UTC  (3+ messages)

[PATCH v2 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-02-19 22:54 UTC  (6+ messages)
` [PATCH v2 1/3] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH v2 2/3] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH v2 3/3] net: tun: track dropped skb via kfree_skb_reason()

[git pull] Input updates for v5.17-rc4
 2022-02-19 22:36 UTC 

[PATCH V4] scsi: target: tcmu: Make cmd_ring_size changeable via configfs
 2022-02-19 22:19 UTC  (2+ messages)

[PATCH] scsi: ufs: Remove wlun_dev_to_hba()
 2022-02-19 22:13 UTC  (2+ messages)

[PATCH 00/11] soc: ti: wkup_m3_ipc: support vtt toggle, io isolation & voltage scaling
 2022-02-19 21:53 UTC  (12+ messages)
` [PATCH 01/11] remoteproc: move rproc_da_to_va declaration to remoteproc.h
` [PATCH 02/11] dt-bindings: wkup_m3_ipc: Add vtt toggling bindings
` [PATCH 03/11] soc: ti: wkup_m3_ipc: Add support for toggling VTT regulator
` [PATCH 04/11] dt-bindings: wkup_m3_ipc: Add ti,io-isolation property
` [PATCH 05/11] soc: ti: wkup_m3_ipc: Add support for IO Isolation
` [PATCH 06/11] ARM: dts: am437x-gp-evm: Enable wkup_m3 control of IO isolation
` [PATCH 07/11] dt-bindings: wkup_m3_ipc: Add scale-data-fw property
` [PATCH 08/11] soc: ti: wkup_m3_ipc: Add support for i2c voltage scaling
` [PATCH 09/11] ARM: dts: am33xx: Add scale data fw to wkup_m3_ipc node
` [PATCH 10/11] ARM: dts: am43xx: "
` [PATCH 11/11] soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspend

[PATCH v2] hwmon: (dell-smm) Improve assembly code
 2022-02-19 21:10 UTC 

[PATCH] platform/x86: Add Steam Deck driver
 2022-02-19 21:08 UTC  (3+ messages)

[PATCH] arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0
 2022-02-19 21:00 UTC  (3+ messages)

[PATCH] only call the c function set_bios_mode if the value CONFIG_X86_64 is set
 2022-02-19 20:44 UTC  (2+ messages)

[PATCH] only call the c function set_bios_mode if the value CONFIG_X86_64 is set
 2022-02-19 20:42 UTC 

[PATCH 0/9] A few cleanup patches for z3fold
 2022-02-19 20:37 UTC  (5+ messages)
` [PATCH 6/9] mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()
` [PATCH 9/9] mm/z3fold: remove unneeded return value of z3fold_compact_page()

[GIT PULL] SCSI fixes for 5.17-rc4
 2022-02-19 20:03 UTC 

[RFC PATCH 00/13] Proposal for speculative safe list iterator
 2022-02-19 19:44 UTC  (3+ messages)
` [RFC PATCH 01/13] list: introduce speculative safe list_for_each_entry()

[PATCH] drm/msm: Avoid dirtyfb stalls on video mode displays
 2022-02-19 19:39 UTC 

[PATCH] mtd: rawnand: omap2: Actually prevent invalid configuration and build error
 2022-02-19 19:36 UTC 

[PATCH] mtd: rawnand: omap2: Prevent invalid configuration and build error
 2022-02-19 19:11 UTC  (3+ messages)

[PATCH v2 00/18] Multiple addition to ipq8064 dtsi
 2022-02-19 19:08 UTC  (4+ messages)
` [PATCH v2 16/18] ARM: dts: qcom: remove redundant binding from ipq8064 rb3011 dts

[PATCH V5 0/3] PCI: vmd: Enable PCIE ASPM and LTR
 2022-02-19 19:04 UTC  (7+ messages)
` [PATCH V5 2/3] PCI: vmd: Add vmd_device_data
` [PATCH V5 3/3] PCI: vmd: Configure PCIe ASPM and LTR

[PATCH v5 1/2] dt-bindings: iio: frequency: Add ADMV4420 doc
 2022-02-19 19:09 UTC  (4+ messages)
` [PATCH v5 2/2] iio: frequency: admv4420.c: Add support for ADMV4420

[PATCH net-next] net: prestera: acl: fix 'client_map' buff overflow
 2022-02-19 19:00 UTC  (2+ messages)

[PATCH net-next v4 1/1] net: dsa: microchip: ksz9477: export HW stats over stats64 interface
 2022-02-19 19:00 UTC  (2+ messages)

[RESEND v13 00/10] Add support for audio on SC7280 based targets
 2022-02-19 18:56 UTC  (11+ messages)
` [RESEND v13 04/10] ASoC: qcom: Add helper function to get dma control and lpaif handle
` [RESEND v13 08/10] ASoC: qcom: Add lpass CPU driver for codec dma control

[PATCH v3 0/9] Host1x context isolation support
 2022-02-19 18:54 UTC  (12+ messages)
` [PATCH v3 2/9] gpu: host1x: Add context bus
` [PATCH v3 3/9] gpu: host1x: Add context device management code
` [PATCH v3 8/9] drm/tegra: vic: Implement get_streamid_offset
` [PATCH v3 9/9] drm/tegra: Support context isolation

[PATCH v3 1/3] iio:amplifiers:ada4250: add support for ADA4250
 2022-02-19 18:57 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings:iio:amplifiers: add ada4250 doc

[PATCH v4 0/8] KVM TDX: preparation for coexistence of VMX and TDX
 2022-02-19 18:49 UTC  (9+ messages)
` [PATCH v4 1/8] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap "
` [PATCH v4 2/8] KVM: TDX: Detect CPU feature on kernel module initialization
` [PATCH v4 3/8] KVM: Enable hardware before doing arch VM initialization
` [PATCH v4 4/8] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v4 5/8] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v4 6/8] KVM: TDX: Add a function to initialize TDX module
` [PATCH v4 7/8] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v4 8/8] KVM: TDX: Make TDX VM type supported

[RFC PATCH 0/8] dt-bindings: ufs: add common platform bindings + fixes
 2022-02-19 18:45 UTC  (9+ messages)
` [RFC PATCH 1/8] dt-bindings: ufs: add common platform bindings
` [RFC PATCH 2/8] dt-bindings: ufs: samsung,exynos-ufs: use common bindings
` [RFC PATCH 3/8] dt-bindings: ufs: cdns,ufshc: convert to dtschema
` [RFC PATCH 4/8] scsi: ufs: deprecate 'freq-table-hz' property
` [RFC PATCH 5/8] arm64: dts: hi3670: use 'freq-table' in UFS node
` [RFC PATCH 6/8] arm64: dts: exynos: "
` [RFC PATCH 7/8] arm64: dts: qcom: "
` [RFC PATCH 8/8] arm64: dts: ti: "

[PATCH v6 0/7] Add pin control support for lpass sc7280
 2022-02-19 18:36 UTC  (21+ messages)
` [PATCH v6 3/7] pinctrl: qcom: Update macro name to LPI specific
` [PATCH v6 4/7] pinctrl: qcom: Update lpi pin group structure
` [PATCH v6 5/7] pinctrl: qcom: Extract chip specific LPASS LPI code
` [PATCH v6 6/7] pinctrl: qcom: Add SC7280 lpass pin configuration
` [PATCH v6 7/7] pinctrl: qcom: Update clock voting as optional

[PATCH] drm/msm/gpu: Fix crash on devices without devfreq support
 2022-02-19 18:37 UTC  (2+ messages)

[PATCH] staging: rtl8192e: use BIT macro instead of left shifting
 2022-02-19 18:32 UTC 

[Issue report] drivers/ftgmac100: DHCP occasionally fails during boot up or link down/up
 2022-02-19 18:28 UTC  (4+ messages)

[PATCH v2] x86/mce: work around an erratum on fast string copy instructions
 2022-02-19 18:09 UTC  (2+ messages)
` [tip: ras/core] x86/mce: Work "

[PATCH V2 0/5] iio: accel: sca3300: add compitible for scl3300
 2022-02-19 18:15 UTC  (8+ messages)
` [PATCH V2 3/5] iio: accel: sca3300: modified to support multi chips
` [PATCH V2 4/5] iio: accel: sca3300: Add support for SCL3300
` [PATCH V2 5/5] iio: accel: sca3300: Add inclination channels

[PATCH] mm/page_owner.c: record tgid
 2022-02-19 18:04 UTC 

[PATCH] clocksource/drivers/exynos_mct: Remove mct interrupt index enum
 2022-02-19 18:10 UTC 

[PATCH v4] iio: accel: adxl345: Add ACPI HID table
 2022-02-19 17:44 UTC  (6+ messages)

[PATCH] drm/virtio: Remove restriction of non-zero blob_flags
 2022-02-19 17:03 UTC 

[v3 00/13] Add support for Bosch BNO055 IMU
 2022-02-19 17:06 UTC  (13+ messages)
` [v3 02/13] iio: document linear acceleration modifiers
` [v3 05/13] iio: document pitch, yaw, roll modifiers
` [v3 08/13] iio: document bno055 private sysfs attributes
` [v3 09/13] iio: document "serial_number" sysfs attribute
` [v3 12/13] iio: imu: add BNO055 I2C driver
` [v3 13/13] docs: iio: add documentation for BNO055 driver

[PATCH] riscv module: remove (NOLOAD)
 2022-02-19 16:45 UTC  (2+ messages)

[PATCH] atm: nicstar: Use kcalloc() to simplify code
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH net-next v2] net: prestera: flower: fix destroy tmpl in chain
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH] net: dsa: microchip: fix bridging with more than two member ports
 2022-02-19 16:30 UTC  (2+ messages)

[PATCH net v4] net: Force inlining of checksum functions in net/checksum.h
 2022-02-19 16:30 UTC  (2+ messages)

[PATCH] iio: adc: aspeed: Add divider flag to fix incorrect voltage reading
 2022-02-19 16:00 UTC  (2+ messages)

[RFC PATCH] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-02-19 15:46 UTC  (6+ messages)

[PATCH 0/4] kunit,um: Fix kunit.py build --alltests
 2022-02-19 15:43 UTC  (5+ messages)
` [PATCH 4/4] kunit: tool: Disable broken options for --alltests

[PATCH v2] dt-bindings: memory: lpddr2: Adjust revision ID property to match lpddr3
 2022-02-19 15:41 UTC  (3+ messages)

[PATCH] wcn36xx: Initialize channel to NULL inside wcn36xx_change_opchannel()
 2022-02-19 15:29 UTC 

[PATCH v9 0/6] serial: mvebu-uart: Support for higher baudrates
 2022-02-19 15:28 UTC  (7+ messages)
` [PATCH v9 1/6] math64: New DIV_U64_ROUND_CLOSEST helper
` [PATCH v9 2/6] dt-bindings: mvebu-uart: document DT bindings for marvell,armada-3700-uart-clock
` [PATCH v9 3/6] serial: mvebu-uart: implement UART clock driver for configuring UART base clock
` [PATCH v9 4/6] dt-bindings: mvebu-uart: update information about UART clock
` [PATCH v9 5/6] serial: mvebu-uart: implement support for baudrates higher than 230400 Bd
` [PATCH v9 6/6] arm64: dts: marvell: armada-37xx: add device node for UART clock and use it

[PATCH v8 0/6] serial: mvebu-uart: Support for higher baudrates
 2022-02-19 15:26 UTC  (2+ messages)

[PATCH] Documentation/vm/page_owner.rst: fix a function's description
 2022-02-19 15:00 UTC 

[PATCH] arm64: dts: qcom: msm8916-longcheer-l8150: Add light and proximity sensor
 2022-02-19 14:51 UTC 

[PATCH 0/7] hwmon: (dell-smm) Miscellaneous improvements
 2022-02-19 14:51 UTC  (9+ messages)
` [PATCH 3/7] hwmon: (dell-smm) Make fan/temp sensor number a u8
` [PATCH 4/7] hwmon: (dell-smm) Improve temperature sensors detection
` [PATCH 6/7] hwmon: (dell-smm) Add SMM interface documentation
` [PATCH 7/7] hwmon: (dell-smm) Reword and mark parameter "force" as unsafe

[PATCH v2 0/6] RISC-V IPI Improvements
 2022-02-19 14:51 UTC  (7+ messages)
` [PATCH v2 2/6] irqchip/riscv-intc: Create domain using named fwnode

[PATCH 00/12] Initial support for Nuclei DemoSoC w/ UX600
 2022-02-19 14:45 UTC  (2+ messages)

[PATCH v3 0/4] Support pli1209bc Digital Supervisor
 2022-02-19 14:41 UTC  (3+ messages)
` [PATCH v3 3/4] pmbus: Add support for pli1209bc

[PATCH 0/4] hwmon: (occ) Add various poll response data in sysfs
 2022-02-19 14:37 UTC  (7+ messages)
` [PATCH 1/4] hwmon: (occ) Add sysfs entry for IPS (Idle Power Saver) status
` [PATCH 2/4] hwmon: (occ) Add sysfs entry for OCC mode
` [PATCH 3/4] hwmon: (occ) Add sysfs entries for additional extended status bits

[PATCH v2] hwmon: (pmbus) lm25066: Add regulator support
 2022-02-19 14:33 UTC  (2+ messages)

[PATCH v2] hwmon: (pmbus) Add get_error_flags support to regulator ops
 2022-02-19 14:32 UTC  (2+ messages)

[PATCH] tools/vm/page_owner_sort.c: Fix the instructions for use
 2022-02-19 14:31 UTC 

[PATCH] PCI: Marvell: Update PCIe fixup
 2022-02-19 14:30 UTC  (3+ messages)
` [PATCH v2 1/2] ARM: "

[PATCH] clk: lan966x: Fix linking error
 2022-02-19 14:15 UTC 

[PATCH v5 0/2] Clock based PWM output driver
 2022-02-19 13:54 UTC  (6+ messages)
` [PATCH v5 2/2] pwm: Add clock "

[PATCH 00/11] PCI: mvebu: subsystem ids, AER and INTx
 2022-02-19 13:36 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 11/11] ARM: dts: armada-385.dtsi: Add definitions for PCIe legacy INTx interrupts

[PATCH v2] nbd: Don't use workqueue to handle recv work
 2022-02-19 13:04 UTC  (11+ messages)

[syzbot] kernel BUG in vhost_get_vq_desc
 2022-02-19 13:01 UTC 

[PATCH V2 00/32] x86/sgx and selftests/sgx: Support SGX2
 2022-02-19 12:01 UTC  (4+ messages)
` [PATCH V2 19/32] x86/sgx: Support adding of pages to an initialized enclave

[syzbot] kernel BUG in vhost_get_vq_desc
 2022-02-19 12:00 UTC 

Do we really need SLOB nowdays?
 2022-02-19 11:59 UTC  (11+ messages)

[GIT PULL] fs mount_setattr for v5.17-rc4
 2022-02-19 11:53 UTC 

[GIT PULL] pidfd for v5.17-rc4
 2022-02-19 11:50 UTC 

[PATCH 00/15] Initial MSM8953 & Fairphone 3 support
 2022-02-19 11:50 UTC  (4+ messages)
` [PATCH 10/15] arm64: dts: qcom: Add MSM8953 device tree

[PATCH v1 1/1] i2c: smbus: Check for parent device before dereference
 2022-02-19 11:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove duplicate entry for i2c-qcom-geni
 2022-02-19 11:46 UTC  (2+ messages)

[PATCH v5 0/3] Add Qualcomm MPM irqchip driver support
 2022-02-19 11:45 UTC  (8+ messages)
` [PATCH v5 1/3] cpuidle: psci: Call cpu_cluster_pm_enter() on the last CPU

[PATCH v8 0/5] Enable root to update the blacklist keyring
 2022-02-19 11:42 UTC  (10+ 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).