The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2022-09-15 09:34:19 to 2022-09-15 11:59:47 UTC [more...]

[PATCH net-next 00/13] Add tc-taprio support for queueMaxSDU
 2022-09-15 11:59 UTC  (6+ messages)
` [PATCH net-next 08/13] net: dsa: hellcreek: deny tc-taprio changes to per-tc max SDU

[PATCH 0/2] crypto: intel-fcs: Add crypto service driver for Intel SoCFPGA
 2022-09-15 11:46 UTC  (3+ messages)

[PATCH v5 0/3] Add Richtek RT9471 3A battery charger support
 2022-09-15 11:59 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: power: supply: Add Richtek RT9471 battery charger

x15: kernel crash: LR is at sysc_enable_opt_clocks
 2022-09-15 11:55 UTC  (3+ messages)

[PATCH V9 0/7] Add driver support for Data Capture and Compare Engine(DCC) for SM8150,SC7280,SC7180,SDM845
 2022-09-15 11:36 UTC  (9+ messages)
` [PATCH V9 1/7] dt-bindings: Added the yaml bindings for DCC
` [PATCH V9 2/7] soc: qcom: dcc:Add driver support for Data Capture and Compare unit(DCC)

[PATCH] media: mediatek: venc: Add h264 extended profile support
 2022-09-15 11:51 UTC 

[PATCH v2] kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
 2022-09-15 11:44 UTC 

[PATCH v2 1/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
 2022-09-15 11:47 UTC  (4+ messages)

[PATCH] kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
 2022-09-15 11:40 UTC  (10+ messages)

[PATCH v3 00/59] x86/retbleed: Call depth tracking mitigation
 2022-09-15 11:11 UTC  (60+ messages)
` [PATCH v3 01/59] x86/paravirt: Ensure proper alignment
` [PATCH v3 02/59] x86/cpu: Remove segment load from switch_to_new_gdt()
` [PATCH v3 03/59] x86/cpu: Get rid of redundant switch_to_new_gdt() invocations
` [PATCH v3 04/59] x86/cpu: Re-enable stackprotector
` [PATCH v3 05/59] x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()
` [PATCH v3 06/59] x86/vdso: Ensure all kernel code is seen by objtool
` [PATCH v3 07/59] x86: Sanitize linker script
` [PATCH v3 08/59] arch: Introduce CONFIG_FUNCTION_ALIGNMENT
` [PATCH v3 09/59] x86/asm: Differentiate between code and function alignment
` [PATCH v3 10/59] x86/error_inject: Align function properly
` [PATCH v3 11/59] x86/paravirt: Properly align PV functions
` [PATCH v3 12/59] x86/entry: Align SYM_CODE_START() variants
` [PATCH v3 13/59] crypto: x86/camellia: Remove redundant alignments
` [PATCH v3 14/59] crypto: x86/cast5: "
` [PATCH v3 15/59] crypto: x86/crct10dif-pcl: "
` [PATCH v3 16/59] crypto: x86/serpent: "
` [PATCH v3 17/59] crypto: x86/sha1: Remove custom alignments
` [PATCH v3 18/59] crypto: x86/sha256: "
` [PATCH v3 19/59] crypto: x86/sm[34]: Remove redundant alignments
` [PATCH v3 20/59] crypto: twofish: "
` [PATCH v3 21/59] crypto: x86/poly1305: Remove custom function alignment
` [PATCH v3 22/59] x86: Put hot per CPU variables into a struct
` [PATCH v3 23/59] x86/percpu: Move preempt_count next to current_task
` [PATCH v3 24/59] x86/percpu: Move cpu_number "
` [PATCH v3 25/59] x86/percpu: Move current_top_of_stack "
` [PATCH v3 26/59] x86/percpu: Move irq_stack variables "
` [PATCH v3 27/59] x86/softirq: Move softirq pending next to current task
` [PATCH v3 28/59] objtool: Allow !PC relative relocations
` [PATCH v3 29/59] objtool: Track init section
` [PATCH v3 30/59] objtool: Add .call_sites section
` [PATCH v3 31/59] objtool: Add --hacks=skylake
` [PATCH v3 32/59] objtool: Allow STT_NOTYPE -> STT_FUNC+0 tail-calls
` [PATCH v3 33/59] objtool: Fix find_{symbol,func}_containing()
` [PATCH v3 34/59] objtool: Allow symbol range comparisons for IBT/ENDBR
` [PATCH v3 35/59] x86/entry: Make sync_regs() invocation a tail call
` [PATCH v3 36/59] ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
` [PATCH v3 37/59] x86/putuser: Provide room for padding
` [PATCH v3 38/59] x86/Kconfig: Add CONFIG_CALL_THUNKS
` [PATCH v3 39/59] x86/Kconfig: Introduce function padding
` [PATCH v3 40/59] x86/retbleed: Add X86_FEATURE_CALL_DEPTH
` [PATCH v3 41/59] x86/alternatives: Provide text_poke_copy_locked()
` [PATCH v3 42/59] x86/entry: Make some entry symbols global
` [PATCH v3 43/59] x86/paravirt: Make struct paravirt_call_site unconditionally available
` [PATCH v3 44/59] x86/callthunks: Add call patching for call depth tracking
` [PATCH v3 45/59] x86/modules: Add call patching
` [PATCH v3 46/59] x86/returnthunk: Allow different return thunks
` [PATCH v3 47/59] x86/asm: Provide ALTERNATIVE_3
` [PATCH v3 48/59] x86/retbleed: Add SKL return thunk
` [PATCH v3 49/59] x86/retpoline: Add SKL retthunk retpolines
` [PATCH v3 50/59] x86/retbleed: Add SKL call thunk
` [PATCH v3 51/59] x86/calldepth: Add ret/call counting for debug
` [PATCH v3 52/59] static_call: Add call depth tracking support
` [PATCH v3 53/59] kallsyms: Take callthunks into account
` [PATCH v3 54/59] x86/orc: Make it callthunk aware
` [PATCH v3 55/59] x86/bpf: Emit call depth accounting if required
` [PATCH v3 56/59] x86/ftrace: Remove ftrace_epilogue()
` [PATCH v3 57/59] x86/ftrace: Rebalance RSB
` [PATCH v3 58/59] x86/ftrace: Make it call depth tracking aware
` [PATCH v3 59/59] x86/retbleed: Add call depth tracking mitigation

[PATCH] xen/privcmd: remove privcmd_ioctl_mmap()
 2022-09-15 11:40 UTC  (4+ messages)

[PATCH v2 0/3] ASoC: ts3a227e control debounce times
 2022-09-15 11:39 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: sound: ts3a227e: convert to yaml
` [PATCH v2 2/3] dt-bindings: sound: ts3a227e: add control of debounce times
` [PATCH v2 3/3] ASoC: ts3a227e: add parameters to control "

[PATCH v1 0/7] drm/vc4: Fix the core clock behaviour
 2022-09-15 11:38 UTC  (11+ messages)
` [PATCH v1 2/7] clk: bcm: rpi: Add a function to retrieve the maximum

[PATCH v3 1/2] mfd: qcom-spmi-pmic: convert hex numbers lowercase
 2022-09-15 11:35 UTC  (2+ messages)
` [PATCH v3 2/2] mfd: qcom-spmi-pmic: Add more PMIC SUBTYPE IDs

[PATCH] mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()
 2022-09-15 11:33 UTC 

[PATCH] i2c: mux: harden i2c_mux_alloc() against integer overflows
 2022-09-15 11:30 UTC 

[PATCH v3] pinctrl: ocelot: Fix interrupt controller
 2022-09-15 11:33 UTC  (5+ messages)

[PATCH] MAINTAINERS: Add myself as a reviewer for Qualcomm ETHQOS Ethernet driver
 2022-09-15 11:28 UTC 

[PATCH v2 00/59] x86/retbleed: Call depth tracking mitigation
 2022-09-15 11:22 UTC  (4+ messages)
` [PATCH v2 22/59] x86: Put hot per CPU variables into a struct

[PATCH] soc/tegra: pmc: Use devm_clk_get_optional()
 2022-09-15 11:14 UTC  (2+ messages)

[patch RFC 00/29] printk: A new approach - WIP
 2022-09-15 11:09 UTC  (4+ messages)
` printk meeting at LPC 2022

[PATCH v13 0/3] Add TDX Guest Attestation support
 2022-09-15 11:09 UTC  (8+ messages)
` [PATCH v13 1/3] x86/tdx: Add TDX Guest attestation interface driver

[PATCH] cpuidle: tegra: Fix comment typo
 2022-09-15 11:04 UTC  (2+ messages)

[PATCH v2] mfd: qcom-spmi-pmic: Add more PMIC SUBTYPE IDs
 2022-09-15 11:04 UTC  (2+ messages)

[PATCH 0/3] dmaengine: at_xdmac: add support for runtime pm
 2022-09-15 11:05 UTC  (4+ messages)
` [PATCH 1/3] dmaengine: at_xdmac: add runtime pm support
` [PATCH 2/3] dmaengine: at_xdmac: align properly function members
` [PATCH 3/3] dmaengine: at_xdmac: remove empty line

[PATCH net-next v3 0/2] net: ftgmac100: support fixed link
 2022-09-15 11:00 UTC  (2+ messages)

[PATCH v2 1/4] mmc: sdhci-tegra: Separate T19x and T23x SoC data
 2022-09-15 10:56 UTC  (5+ messages)
` [PATCH v2 3/4] mmc: sdhci-tegra: Issue CMD and DAT resets together

[PATCH v2 net-next 0/7] Small tc-taprio improvements
 2022-09-15 10:50 UTC  (8+ messages)
` [PATCH v2 net-next 1/7] net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutex
` [PATCH v2 net-next 2/7] net/sched: taprio: taprio_dump and taprio_change are "
` [PATCH v2 net-next 3/7] net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_destroy()
` [PATCH v2 net-next 4/7] net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_enqueue
` [PATCH v2 net-next 5/7] net/sched: taprio: stop going through private ops for dequeue and peek
` [PATCH v2 net-next 6/7] net/sched: taprio: add extack messages in taprio_init
` [PATCH v2 net-next 7/7] net/sched: taprio: replace safety precautions with comments

[GIT PULL] Driver core changes for 6.0-rc1
 2022-09-15 10:48 UTC  (10+ messages)

linux-next: build failure after merge of the cgroup tree
 2022-09-15 10:46 UTC  (5+ messages)

[PATCH v3 00/13] acpi: i2c: Use SharedAndWake and ExclusiveAndWake to enable wake irq
 2022-09-15 10:46 UTC  (5+ messages)
` [PATCH v3 05/13] gpiolib: acpi: Add wake_capable variants of acpi_dev_gpio_irq_get
` [PATCH v3 07/13] i2c: acpi: Use ACPI wake capability bit to set wake_irq

[PATCH V1] PCI: dwc: Use dev_info for PCIe link down event logging
 2022-09-15 10:44 UTC  (2+ messages)

Linux 4.9.328
 2022-09-15 10:41 UTC  (2+ messages)

Linux 4.14.293
 2022-09-15 10:41 UTC  (2+ messages)

Linux 4.19.258
 2022-09-15 10:40 UTC  (2+ messages)

[PATCH 0/3] Refactor MediaTek DP drivers
 2022-09-15 10:34 UTC  (7+ messages)
` [PATCH 1/3] drm/mediatek: dp: Refactor drivers in mtk_dp_bdg_detect()
` [PATCH 2/3] drm/mediatek: dp: Remove unused register definitions
` [PATCH 3/3] drm/mediatek: dp: Fix warning in mtk_dp_video_mute()

[asahilinux:bits/080-wifi 20/29] drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:1087:28: sparse: sparse: incorrect type in assignment (different base types)
 2022-09-15 10:33 UTC 

[PATCH v1 0/2] Revert chrontel-ch7033 byteswap order series
 2022-09-15 10:32 UTC  (5+ messages)
` [PATCH v1 2/2] Revert "drm/bridge: ti-sn65dsi86: Implement bridge connector operations for DP"

[PATCH net] net: tun: limit first seg size to avoid oversized linearization
 2022-09-15 10:31 UTC  (4+ messages)

[PATCH v1 0/2] Fix chrontel-ch7033 reversion
 2022-09-15 10:29 UTC  (3+ messages)
` [PATCH v1 1/2] Revert "Revert "drm/bridge: ti-sn65dsi86: Implement bridge connector operations for DP""
` [PATCH v1 2/2] Revert "drm/bridge: chrontel-ch7033: Add byteswap order setting"

[PATCH v2 0/4] Add dp-intf and dp nodes
 2022-09-15 10:27 UTC  (8+ messages)
` [PATCH v2 1/4] arm64: dts: mt8195: Add dp-intf nodes
` [PATCH v2 2/4] arm64: dts: mt8195: Add edptx and dptx nodes
` [PATCH v2 3/4] arm64: dts: mediatek: cherry: Add dp-intf ports
` [PATCH v2 4/4] arm64: dts: mediatek: cherry: Add edptx and dptx support

[morimoto:sound2-v6.0-2022-09-15-v2 37/56] sound/soc/meson/aiu-fifo.c:210:18: error: 'struct snd_soc_dai' has no member named 'playback_dma_data'
 2022-09-15 10:22 UTC 

[PATCH net-next 0/5] mptcp: allow privileged operations from user ns & cleanup
 2022-09-15 10:20 UTC  (2+ messages)

BUG: sleeping function called from invalid context at arch/arm64/mm/fault.c:593
 2022-09-15 10:17 UTC 

[PATCH] dt-bindings: mailbox: Convert mtk-gce to DT schema
 2022-09-15 10:17 UTC 

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-09-15 10:14 UTC  (12+ messages)

[PATCH 0/9] Add support to configure TPDM DSB subunit
 2022-09-15 10:14 UTC  (3+ messages)
` [PATCH 2/9] coresight-tpda: Add DSB dataset support

[PATCH 1/2] crypto: intel-fcs: crypto service driver for Intel SoCFPGA family
 2022-09-15 10:11 UTC  (2+ messages)

[PATCH 1/3] net: davicom: dm9000: switch to using gpiod API
 2022-09-15 10:10 UTC  (5+ messages)

[PATCH v2 net 0/2] Fixes for tc-taprio software mode
 2022-09-15 10:08 UTC  (3+ messages)
` [PATCH v2 net 1/2] net/sched: taprio: avoid disabling offload when it was never enabled
` [PATCH v2 net 2/2] net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs

[PATCH 0/8] Add support for J721e CPSW9G and SGMII mode
 2022-09-15 10:07 UTC  (10+ messages)
` [PATCH 5/8] net: ethernet: ti: am65-cpsw: Add support for fixed-link configuration
` [PATCH 6/8] net: ethernet: ti: am65-cpsw: Add support for SGMII mode for J7200 CPSW5G

Linux 5.4.213
 2022-09-15 10:06 UTC  (2+ messages)

[PATCH v1] remoteproc: core: do pm relax when not first crash
 2022-09-15 10:04 UTC  (2+ messages)
` [PATCH v2] remoteproc: core: do pm relax when in RPROC_OFFLINE

dragonboard 410c: Internal error: Oops: 96000006 on 6.0.0-rc5
 2022-09-15 10:03 UTC 

[PATCH char-misc-next] misc: microchip: pci1xxxx: use DEFINE_SIMPLE_DEV_PM_OPS() in place of the SIMPLE_DEV_PM_OPS() in pci1xxxx's gpio driver
 2022-09-15  9:50 UTC  (5+ messages)

[PATCH v5, 1/8] dt-bindings: media: mediatek: vcodec: Adds encoder cores dt-bindings for mt8195
 2022-09-15  9:51 UTC 

[PATCH v5 0/2] spmi: pmic-arb: Add support for PMIC v7
 2022-09-15  9:51 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: spmi: Add qcom,bus-id

[PATCH v11 0/8] Add MediaTek MT6370 PMIC support
 2022-09-15  9:47 UTC  (9+ messages)
` [PATCH v11 1/8] dt-bindings: power: supply: Add MediaTek MT6370 Charger
` [PATCH v11 2/8] dt-bindings: leds: mt6370: Add MediaTek MT6370 current sink type LED indicator
` [PATCH v11 3/8] dt-bindings: leds: Add MediaTek MT6370 flashlight
` [PATCH v11 4/8] lib: add linear range index macro
` [PATCH v11 5/8] iio: adc: mt6370: Add MediaTek MT6370 support
` [PATCH v11 6/8] power: supply: mt6370: Add MediaTek MT6370 charger driver
` [PATCH v11 7/8] leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support
` [PATCH v11 8/8] leds: flash: mt6370: Add MediaTek MT6370 flashlight support

[PATCH] net: broadcom: bcm4908enet: add platform_get_irq_byname error checking
 2022-09-15  9:49 UTC  (3+ messages)

[PATCH v2 char-misc-next] misc: microchip: pci1xxxx: use DEFINE_SIMPLE_DEV_PM_OPS() in place of the SIMPLE_DEV_PM_OPS() in pci1xxxx's gpio driver
 2022-09-15  9:47 UTC 

Linux 5.10.143
 2022-09-15  9:47 UTC  (2+ messages)

Linux 5.15.68
 2022-09-15  9:47 UTC  (2+ messages)

[PATCH v2 00/11] Support for CS42L83 on Apple machines
 2022-09-15  9:44 UTC  (12+ messages)
` [PATCH v2 01/11] ASoC: dt-bindings: cs42l42: Add 'cs42l83' compatible
` [PATCH v2 02/11] ASoC: cs42l42: Add bitclock frequency argument to cs42l42_pll_config()
` [PATCH v2 03/11] ASoC: cs42l42: Use cs42l42->dev instead of &i2c_client->dev
` [PATCH v2 04/11] ASoC: cs42l42: Split probe() and remove() into stages
` [PATCH v2 05/11] ASoC: cs42l42: Split cs42l42_resume into two functions
` [PATCH v2 06/11] ASoC: cs42l42: Pass component and dai defs into common probe
` [PATCH v2 07/11] ASoC: cs42l42: Split I2C identity into separate module
` [PATCH v2 08/11] ASoC: cs42l42: Export regmap elements to core namespace
` [PATCH v2 09/11] ASoC: cs42l83: Extend CS42L42 support to new part
` [PATCH v2 10/11] ASoC: cs42l42: Implement 'set_bclk_ratio'
` [PATCH v2 11/11] ASoC: cs42l42: Switch to dev_err_probe() helper

[RESEND PATCH v8 0/3] Add support for lan966x flexcom chip-select configuration
 2022-09-15  9:44 UTC  (4+ messages)
` [RESEND PATCH v8 1/3] dt-bindings: mfd: Convert atmel-flexcom to json-schema
` [RESEND PATCH v8 2/3] dt-bindings: mfd: atmel,sama5d2-flexcom: Add new compatible string for lan966x
` [RESEND PATCH v8 3/3] mfd: atmel-flexcom: Add support for lan966x flexcom chip-select configuration

[V2 PATCH 0/8] Execute hypercalls from guests according to cpu type
 2022-09-15  9:45 UTC  (5+ messages)
` [V2 PATCH 1/8] KVM: selftests: move common startup logic to kvm_util.c
` [V2 PATCH 2/8] KVM: selftests: Add arch specific initialization

[PATCH V4 0/2] rpmsg_char/ctrl driver fixes
 2022-09-15  9:44 UTC  (3+ messages)
` [PATCH V4 1/2] rpmsg: char: Add lock to avoid race when rpmsg device is released
` [PATCH V4 2/2] rpmsg: ctrl: Add lock to rpmsg_ctrldev_remove

[syzbot] WARNING: ODEBUG bug in free_pcp_prepare
 2022-09-15  9:40 UTC 

[PATCH v2 1/1] iommu/vt-d: Decouple PASID & PRI enabling from SVA
 2022-09-15  9:39 UTC  (2+ messages)

[PATCH 0/2] Add support for Renesas ProXO XP oscillator
 2022-09-15  9:36 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: Add bindings for Renesas ProXO

[PATCH v5 0/5] Krait Documentation conversion
 2022-09-15  9:34 UTC  (3+ messages)
` [PATCH v5 3/5] dt-bindings: arm: msm: Rework kpss-gcc driver Documentation to yaml


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox