All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-15 15:18:24 to 2021-09-15 16:00:03 UTC [more...]

[PATCH v3 00/47] TI AM437X ADC1
 2021-09-15 15:58 UTC  (26+ messages)
` [PATCH v3 01/47] clk: ti: am43xx: Add clkctrl data for am43xx ADC1
` [PATCH v3 02/47] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH v3 03/47] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH v3 04/47] dt-bindings: iio: adc: ti,am3359-adc: "
` [PATCH v3 05/47] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH v3 06/47] dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
` [PATCH v3 07/47] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible
` [PATCH v3 08/47] mfd: ti_am335x_tscadc: Ensure a balanced number of node get/put
` [PATCH v3 09/47] mfd: ti_am335x_tscadc: Replace license text with SPDX tag
` [PATCH v3 10/47] mfd: ti_am335x_tscadc: Fix style
` [PATCH v3 11/47] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH v3 12/47] mfd: ti_am335x_tscadc: Get rid of useless gotos
` [PATCH v3 13/47] mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
` [PATCH v3 14/47] mfd: ti_am335x_tscadc: Don't search the tree for our clock
` [PATCH v3 15/47] mfd: ti_am335x_tscadc: Simplify divisor calculation
` [PATCH v3 16/47] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH v3 17/47] mfd: ti_am335x_tscadc: Use driver data
` [PATCH v3 18/47] mfd: ti_am335x_tscadc: Mimic the probe from resume()
` [PATCH v3 19/47] mfd: ti_am335x_tscadc: Drop useless variables from the driver structure
` [PATCH v3 20/47] mfd: ti_am335x_tscadc: Always provide an idle configuration
` [PATCH v3 21/47] mfd: ti_am335x_tscadc: Reorder the initialization steps
` [PATCH v3 22/47] mfd: ti_am335x_tscadc: Gather the ctrl register logic in one place
` [PATCH v3 23/47] mfd: ti_am335x_tscadc: Replace the header license text with SPDX tag
` [PATCH v3 24/47] mfd: ti_am335x_tscadc: Fix header spacing
` [PATCH v3 25/47] mfd: ti_am335x_tscadc: Use the new HZ_PER_MHZ macro

[net-next PATCH v2] octeontx2-pf: CN10K: Hide RPM stats over ethtool
 2021-09-15 15:59 UTC 

[PATCH 0/6] clk: samsung: Introduce Exynos850 SoC clock driver
 2021-09-15 15:59 UTC  (3+ messages)
` [PATCH 2/6] clk: samsung: clk-pll: Implement pll0822x PLL type

[PATCH v2] hw/nvme: Return error for fused operations
 2021-09-15 15:55 UTC  (2+ messages)

[Buildroot] Buildroot 2021.05.2 released
 2021-09-15 15:57 UTC 

[Intel-gfx] [PATCH CI 1/2] drm/i915/display/skl+: Drop frontbuffer rendering support
 2021-09-15 15:57 UTC  (7+ messages)

stable-rc/queue/4.19 baseline: 151 runs, 5 regressions (v4.19.206-119-g3a660f16f8ef)
 2021-09-15 15:56 UTC 

[dpdk-dev] [PATCH 0/4] cryptodev and security ABI improvements
 2021-09-15 15:55 UTC  (5+ messages)
` [dpdk-dev] [PATCH 3/4] security: hide internal API
` [dpdk-dev] [PATCH 4/4] security: add reserved bitfields

[RFC] [PATCH net-next v4 0/2] r8169: Implement dynamic ASPM mechanism for recent 1.0/2.5Gbps Realtek NICs
 2021-09-15 15:54 UTC  (4+ messages)
` [RFC] [PATCH net-next v4] [PATCH 2/2] r8169: Implement dynamic ASPM mechanism

[PATCH net-next 09/10] netfilter: x_tables: never register tables by default
 2021-09-15 15:53 UTC  (6+ messages)

stable-rc/linux-4.19.y build: 192 builds: 0 failed, 192 passed, 63 warnings (v4.19.206)
 2021-09-15 15:53 UTC 

[LTP] [PATCH v2 0/4] Convert syscalls/dup2/dup2{01...05} to new API
 2021-09-15 15:51 UTC  (10+ messages)
  ` [LTP] [PATCH v2 1/4] syscalls/dup2/dup201: Convert "
  ` [LTP] [PATCH v2 2/4] syscalls/dup2/dup202: Convert to new API and merge dup204 into dup202
  ` [LTP] [PATCH v2 3/4] syscalls/dup2/dup203: Convert to new API
  ` [LTP] [PATCH v2 4/4] syscalls/dup2/dup205: "

[PATCH v3 00/14] Bring external triggers support to MAX1027-like ADCs
 2021-09-15 15:51 UTC  (15+ messages)
` [PATCH v3 01/14] iio: adc: max1027: Fix style
` [PATCH v3 02/14] iio: adc: max1027: Drop extra warning message
` [PATCH v3 03/14] iio: adc: max1027: Drop useless debug messages
` [PATCH v3 04/14] iio: adc: max1027: Minimize the number of converted channels
` [PATCH v3 05/14] iio: adc: max1027: Rename a helper
` [PATCH v3 06/14] iio: adc: max1027: Create a helper to enable/disable the cnvst trigger
` [PATCH v3 07/14] iio: adc: max1027: Simplify the _set_trigger_state() helper
` [PATCH v3 08/14] iio: adc: max1027: Ensure a default cnvst trigger configuration
` [PATCH v3 09/14] iio: adc: max1027: Create a helper to configure the channels to scan
` [PATCH v3 10/14] iio: adc: max1027: Prevent single channel accesses during buffer reads
` [PATCH v3 11/14] iio: adc: max1027: Separate the IRQ handler from the read logic
` [PATCH v3 12/14] iio: adc: max1027: Introduce an end of conversion helper
` [PATCH v3 13/14] iio: adc: max1027: Deeply rework interrupt handling
` [PATCH v3 14/14] iio: adc: max1027: Don't reject external triggers when there is no IRQ

[meta][dunfell][PATCH] rpm: Handle proper return value to avoid major issues and removing unnecessary code
 2021-09-15 15:51 UTC  (5+ messages)
` [OE-core] "

[PATCH v2 01/24] x86/xen: Mark cpu_bringup_and_idle() as dead_end_function
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 01/24] x86/xen: Mark cpu_bringup_and_idle() as dead_end_function
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] x86/xen: Move hypercall_page to top of the file

Reminder: Voting procedures for the Linux Foundation Technical Advisory Board
 2021-09-15 15:49 UTC  (7+ messages)
      ` [Tech-board-discuss] "

[PATCH v2 04/24] x86/kvm: Always inline sev_*guest()
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 03/24] objtool: Handle __sanitize_cov*() tail calls
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 05/24] x86/kvm: Always inline vmload() / vmsave()
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 06/24] x86: Always inline context_tracking_guest_enter()
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[RFC] Expose request_module via syscall
 2021-09-15 15:49 UTC 

[PATCH v2 07/24] x86/kvm: Always inline to_svm()
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 02/24] objtool: Introduce CFI hash
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 08/24] x86/kvm: Always inline evmcs_write64()
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 09/24] x86: Always inline ip_within_syscall_gap()
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 10/24] x86/sev: Fix noinstr for vc_ghcb_invalidate()
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 11/24] locking/lockdep: Avoid RCU-induced noinstr fail
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH] manuals: delete unmaintained history sections
 2021-09-15 15:49 UTC  (4+ messages)
` [docs] "

[PATCH v2 12/24] x86/paravirt: Mark arch_local_irq_*() __always_inline
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 13/24] x86/paravirt: Use PVOP_* for paravirt calls
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 15/24] x86/xen: Make write_cr2() noinstr
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 14/24] x86/xen: Make read_cr2() noinstr
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 0/4] staging: r8188eu: remove unused fields from struct hal_data_8188e
 2021-09-15 15:49 UTC  (3+ messages)

[PATCH v2 17/24] x86/xen: Make set_debugreg() noinstr
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 16/24] x86/xen: Make get_debugreg() noinstr
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 18/24] x86/xen: Make save_fl() noinstr
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 19/24] x86/xen: Make hypercall_page noinstr
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 22/24] x86/xen: Mark xen_force_evtchn_callback() noinstr
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 23/24] x86/xen: Rework the xen_{cpu,irq,mmu}_ops[] arrays
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] x86/xen: Rework the xen_{cpu,irq,mmu}_opsarrays

[PATCH v2 20/24] x86/xen: Make irq_enable() noinstr
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 24/24] objtool: Support pv_opsindirect calls for noinstr
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 21/24] x86/xen: Make irq_disable() noinstr
 2021-09-15 15:49 UTC  (2+ messages)
` [tip: objtool/core] "

[dpdk-dev] [PATCH] net/virtio: report max/min/align Tx desc limits in dev info
 2021-09-15 15:48 UTC  (2+ messages)

[OE-core] [PATCH 1/2] linux-yocto/5.4: update to v5.4.143
 2021-09-15 15:48 UTC  (2+ messages)

stable-rc/linux-4.9.y build: 185 builds: 0 failed, 185 passed, 4 warnings (v4.9.282)
 2021-09-15 15:48 UTC 

[LTP] [PATCH] misc/crash02: Update syscall blacklist
 2021-09-15 15:46 UTC  (2+ messages)

[PATCH] nvme: keep ctrl->namespaces ordered
 2021-09-15 15:46 UTC  (2+ messages)

[PATCH] gitlab-ci: Mark manual-only jobs as allow_failure
 2021-09-15 15:42 UTC  (2+ messages)

[PATCH net v4] net: fix race between napi kthread mode and busy poll
 2021-09-15 15:45 UTC  (9+ messages)

[PATCH v2 00/16] Bring external triggers support to MAX1027-like ADCs
 2021-09-15 15:45 UTC  (5+ messages)
` [PATCH v2 15/16] iio: adc: max1027: Add support for external triggers

[PATCH 0/4 v0.5] sched/umcg: RFC UMCG patchset
 2021-09-15 15:42 UTC  (9+ messages)
` [PATCH 2/4 v0.5] sched/umcg: RFC: add userspace atomic helpers

[PATCH] cpuidle: Fix memory leaks
 2021-09-15 15:44 UTC  (3+ messages)

fs/ntfs3: Runtree implementation with rbtree or others
 2021-09-15 15:44 UTC  (2+ messages)

[PATCH v5 0/6] sched/fair: Fix load balancing of SMT siblings with ASYM_PACKING
 2021-09-15 15:43 UTC  (4+ messages)
` [PATCH v5 6/6] sched/fair: Consider SMT in ASYM_PACKING load balance

[PATCH 0/5] rebase -i: a couple of small improvements
 2021-09-15 15:44 UTC  (8+ messages)
` [PATCH 4/5] rebase -i: don't fork git checkout

[PATCH] can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe()
 2021-09-15 14:57 UTC 

[iptables PATCH] ebtables: Avoid dropping policy when flushing
 2021-09-15 15:44 UTC 

[PATCH 00/11] edid-decode: bug fixes, additions, changes
 2021-09-15 15:43 UTC  (7+ messages)
` [PATCH 03/11] edid-decode: change install directories for macOS
` [PATCH 07/11] edid-decode: always linefeed after hex_block

[PATCH V5 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-09-15 15:43 UTC  (19+ messages)
` [PATCH V5 04/12] Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V5 05/12] x86/hyperv: Add Write/Read MSR registers via ghcb page
` [PATCH V5 07/12] Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V5 09/12] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V5 10/12] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V5 11/12] scsi: storvsc: Add Isolation VM support for storvsc driver

[PATCH v3 0/1] Update check-python-tox test for pylint 2.10
 2021-09-15 15:40 UTC  (2+ messages)
` [PATCH v3 1/1] python: Update "

[PATCH net-next v2 0/3] some optimization for page pool
 2021-09-15 15:42 UTC  (6+ messages)
` [PATCH net-next v2 3/3] skbuff: keep track of pp page when __skb_frag_ref() is called

[PATCH] templates: Add GRUB_CMDLINE_LINUX_RECOVERY
 2021-09-15 15:42 UTC 

[PATCH] scsi: qla2xxx: restore initiator in dual mode
 2021-09-15 15:41 UTC  (2+ messages)

[PATCH] octeontx2-pf: CN10K: Hide RPM stats over ethtool
 2021-09-15 15:41 UTC 

[PATCH 00/12] qapi: Fixes and cleanups for recent work (mostly)
 2021-09-15 15:38 UTC  (6+ messages)

[GIT PULL] rpi: updates for v2021.10
 2021-09-15 15:39 UTC 

[PATCH] kernel: in_irq() cleanup
 2021-09-15 15:39 UTC  (3+ messages)

[Intel-gfx] [PATCH 00/16] drm/i915: Fix bigjoiner state readout
 2021-09-15 15:39 UTC  (4+ messages)
` [Intel-gfx] [PATCH 03/16] drm/i915: Extract intel_dp_use_bigjoiner()

[GIT PULL] Memory folios for v5.15
 2021-09-15 15:40 UTC  (3+ messages)
` Folio discussion recap

[PATCH 00/20] futex: splitup and waitv syscall
 2021-09-15 15:37 UTC  (6+ messages)
` [PATCH 07/20] futex: Rename hash_futex()
  ` [PATCH 16/20] futex: Implement sys_futex_waitv()

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-09-15 19:58 UTC  (12+ messages)

[PATCH V3 0/3] scsi: ufs: Let devices remain runtime suspended during system suspend
 2021-09-15 15:35 UTC  (15+ messages)
` [PATCH V3 1/3] scsi: ufs: Fix error handler clear ua deadlock

[dpdk-dev] [RFC] ethdev: introduce shared Rx queue
 2021-09-15 15:34 UTC  (9+ messages)
` [dpdk-dev] [PATCH v1] "

[PATCH] io_uring: add more uring info to fdinfo for debug
 2021-09-15 15:32 UTC  (4+ messages)

[PATCH 1/2] linux-yocto/5.4: update to v5.4.143
 2021-09-15 15:32 UTC  (2+ messages)
` [PATCH 2/2] linux-yocto/5.4: update to v5.4.144

[PATCH] scsi: qla2xxx: fix unmap already freed sgl
 2021-09-15 15:32 UTC 

[PATCH] arm64: defconfig: add Renesas TPU as module
 2021-09-15 15:31 UTC 

[PATCH v3 0/5] arm64: dts: Update IOT2050 boards
 2021-09-15 15:28 UTC  (4+ messages)
` [PATCH v3 3/5] arm64: dts: ti: iot2050: Add/enabled mailboxes and carve-outs for R5F cores

[PATCH net-next 00/10] mlxsw: Add support for transceiver modules reset
 2021-09-15 15:30 UTC  (2+ messages)

[meta-virtualization][master][PATCH] lxc: Fix -c command for lxc-attach
 2021-09-15 15:29 UTC  (2+ messages)

[chanwoo:devfreq-testing 2/4] drivers/devfreq/governor_passive.c:255:9: error: implicit declaration of function 'get_online_cpus'; did you mean 'get_online_mems'?
 2021-09-15 15:27 UTC  (2+ messages)

stable/linux-5.4.y baseline: 170 runs, 5 regressions (v5.4.146)
 2021-09-15 15:27 UTC 

stable/linux-5.14.y baseline: 178 runs, 1 regressions (v5.14.4)
 2021-09-15 15:26 UTC 

[PATCH] ASoC: mediatek: mt6359: Fix unexpected error in bind/unbind flow
 2021-09-15 15:21 UTC  (5+ messages)

[PATCH 0/3] ASoC: SOF: Intel: hda: Cleanups for local function uses
 2021-09-15 15:21 UTC  (2+ messages)

[PATCH 0/4] Support ALC5682I-VS codec
 2021-09-15 15:21 UTC  (3+ messages)

[dpdk-dev] [PATCH 00/10] new features for ipsec and security libraries
 2021-09-15 15:25 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5 "

[PATCH] ASoC: mediatek: mt8195: make array adda_dai_list static const
 2021-09-15 15:21 UTC  (5+ messages)

[LTP] [PATCH] syscalls/shmctl05: Remove shm segment only when created
 2021-09-15 15:25 UTC  (2+ messages)

[PATCH 1/6] ASoC: cs35l41: Fix use of an uninitialised variable
 2021-09-15 15:21 UTC  (2+ messages)

[PATCH v9 00/17] drm/i915: Introduce Intel PXP
 2021-09-15 15:24 UTC  (10+ messages)
` [PATCH v9 03/17] drm/i915/pxp: define PXP device flag and kconfig
      ` [Intel-gfx] "
` [PATCH v9 12/17] drm/i915/pxp: Enable PXP power management
  ` [Intel-gfx] "

[PATCH -next] ASoC: mediatek: mt8195: Add missing of_node_put()
 2021-09-15 15:21 UTC  (5+ messages)

[PATCH 0/2] ASoC: SOF: Remove unused members from struct sof_dev_desc
 2021-09-15 15:21 UTC  (2+ messages)

[hardknott][PATCH] ffmpeg: fix CVE-2021-38171
 2021-09-15 15:24 UTC 

[PATCH] ASoC: SOF: Fix DSP oops stack dump output contents
 2021-09-15 15:21 UTC  (2+ messages)

[PATCH] ASoC: SOF: loader: load_firmware callback is mandatory, treat it like that
 2021-09-15 15:21 UTC  (2+ messages)

[PATCH] init/do_mounts.c: Harden split_fs_names() against buffer overflow
 2021-09-15 15:22 UTC 

[PATCH v2] regulator: rtq6752: Enclose 'enable' gpio control by enable flag
 2021-09-15 15:21 UTC  (2+ messages)

[PATCH v1 0/2] iommu/vt-d: boost the mapping process
 2021-09-15 15:21 UTC  (6+ messages)
` [PATCH v1 1/2] iommu/vt-d: convert the return type of first_pte_in_page to bool
` [PATCH v1 2/2] iommu/vt-d: avoid duplicated removing in __domain_mapping

[PATCH] HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) support Added the new PID's to wacom_wac.c to support the new models in the Intuos series
 2021-09-15 15:20 UTC  (4+ messages)

[Buildroot] [git commit branch/2021.02.x] Update for 2021.02.5
 2021-09-15 15:20 UTC 

[PATCH net-next 0/3] net: sched: update default qdisc visibility after Tx queue cnt changes
 2021-09-15 15:20 UTC  (2+ messages)

[PATCH net-next 0/2] Delete publish of single parameter API
 2021-09-15 15:20 UTC  (2+ messages)

[PATCH v2 1/5] dt-bindings: reserved-memory: Document memory region specifier
 2021-09-15 15:19 UTC  (12+ messages)

[PATCH] perf: fix panic by disable ftrace on fault.c
 2021-09-15 15:19 UTC  (11+ messages)
                  ` [PATCH] x86: Increase exception stack sizes

[PATCH v2] regmap: spi: Set regmap max raw r/w from max_transfer_size
 2021-09-15 15:18 UTC  (2+ messages)

[PATCH] drm/radeon: make array encoded_lanes static
 2021-09-15 15:18 UTC  (2+ messages)


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.