linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-20 11:04:16 to 2021-10-20 13:47:15 UTC [more...]

[PATCH v11 00/13] amphion video decoder/encoder driver
 2021-10-20 13:46 UTC  (3+ messages)
` [PATCH v11 11/13] ARM64: dts: freescale: imx8q: add imx vpu codec entries

[patch V2 01/30] x86/fpu: Remove pointless argument from switch_fpu_finish()
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 06/30] x86/fpu: Remove pointless memset in fpu_clone()
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 07/30] x86/process: Clone FPU in copy_thread()
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 09/30] x86/fpu: Cleanup xstate xcomp_bv initialization
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 11/30] x86/fpu/xstate: Mark all init only functions __init
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 14/30] x86/fpu: Rework copy_xstate_to_uabi_buf()
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 12/30] x86/fpu: Move KVMs FPU swapping to FPU core
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 02/30] x86/fpu: Update stale comments
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 03/30] x86/pkru: Remove useless include
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 04/30] x86/fpu: Restrict xsaves()/xrstors() to independent states
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 05/30] x86/fpu: Cleanup the on_boot_cpu clutter
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 08/30] x86/fpu: Do not inherit FPU context for kernel and IO worker threads
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 10/30] x86/fpu/xstate: Provide and use for_each_xfeature()
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 13/30] x86/fpu: Replace KVMs home brewed FPU copy from user
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 16/30] x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 19/30] x86/fpu: Make os_xrstor_booting() private
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 18/30] x86/fpu: Clean up cpu feature tests
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] x86/fpu: Clean up CPU "

[patch V2 20/30] x86/fpu: Move os_xsave() and os_xrstor() to core
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 17/30] x86/fpu: Move context switch and exit to user inlines into sched.h
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 22/30] x86/fpu: Make WARN_ON_FPU() private
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 21/30] x86/fpu: Move legacy ASM wrappers to core
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 23/30] x86/fpu: Move fpregs_restore_userregs() to core
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 24/30] x86/fpu: Move mxcsr related code to core
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 25/30] x86/fpu: Move fpstate functions to api.h
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 27/30] x86/sev: Include fpu/xcr.h
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 28/30] x86/fpu: Mop up the internal.h leftovers
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 26/30] x86/fpu: Remove internal.h dependency from fpu/signal.h
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 29/30] x86/fpu: Replace the includes of fpu/internal.h
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 30/30] x86/fpu: Provide a proper function for ex_handler_fprestore()
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[PATCH] staging: vt6655: Rename `dwAL2230InitTable` array
 2021-10-20 13:44 UTC  (2+ messages)

[PATCH v2 00/24] Unify PCI error response checking
 2021-10-20 13:42 UTC  (9+ messages)
` [PATCH v2 01/24] PCI: Add PCI_ERROR_RESPONSE and it's related definitions
` [PATCH v2 02/24] PCI: Set error response in config access defines when ops->read() fails
` [PATCH v2 03/24] PCI: Unify PCI error response checking
` [PATCH v2 04/24] PCI: Remove redundant error fabrication when device read fails

[PATCH net-next v2] phy: micrel: ksz8041nl: do not use power down mode
 2021-10-20 13:40 UTC  (2+ messages)

[PATCH V7 5/9] x86/sev-es: Expose __sev_es_ghcb_hv_call() to call ghcb hv call out of sev code
 2021-10-20 13:39 UTC  (5+ messages)
` [PATCH] "

[PATCH V4 0/3] irqchip: riscv: Add thead,c900-plic support
 2021-10-20 13:34 UTC  (12+ messages)
` [PATCH V4 1/3] irqchip/sifive-plic: "
` [PATCH V4 2/3] dt-bindings: update riscv plic compatible string

[PATCH v4 0/2] Add support for the Mercury+ AA1 module
 2021-10-20 13:33 UTC  (3+ messages)
` [PATCH v4 1/2] socfpga: dts: move arria10 aliases to socfpga_arria10.dtsi

[PATCH v2 00/21] cpufreq: introduce a new AMD CPU frequency control mechanism
 2021-10-20 13:32 UTC  (8+ messages)
` [PATCH v2 03/21] ACPI: CPPC: Check online CPUs for determining _CPC is valid
` [PATCH v2 04/21] ACPI: CPPC: add cppc enable register function

[net-next PATCH v2] net: dsa: qca8k: tidy for loop in setup and add cpu port check
 2021-10-20 13:30 UTC  (2+ messages)

[PATCH v2][net-next] soc: fsl: dpio: Unsigned compared against 0 in qbman_swp_set_irq_coalescing()
 2021-10-20 13:30 UTC  (2+ messages)

[PATCH] platform/chrome: cros_ec: Make cros_ec_unregister() return void
 2021-10-20 13:28 UTC  (5+ messages)
  ` [PATCH v2] platform/chrome: cros_ec: Make cros_ec_unregister() return "

[PATCH v3 0/13] net: phy: Add qca8081 ethernet phy driver
 2021-10-20 13:27 UTC  (8+ messages)
` [PATCH v3 07/13] net: phy: add qca8081 get_features
` [PATCH v3 12/13] net: phy: adjust qca8081 master/slave seed value if link down

[PATCH 00/17] various fixes for atomisp to make it work
 2021-10-20 13:25 UTC  (13+ messages)
` [PATCH 02/17] media: atomisp: pci: fix punit_ddr_dvfs_enable() argument for mrfld_power up case

[PATCH 1/5] perf cs-etm: Print size using consistent format
 2021-10-20 13:25 UTC  (9+ messages)
` [PATCH 3/5] perf arm-spe: Add snapshot mode support
` [PATCH 4/5] perf arm-spe: Implement find_snapshot callback
` [PATCH 5/5] perf arm-spe: Snapshot mode test

[PATCH v2 00/21] perf metric: Fixes and allow modifiers
 2021-10-20 13:24 UTC  (4+ messages)
` [PATCH v2 04/21] perf pmu: Make pmu_event tables const

[PATCH] perf script: Show binary offsets for userspace addr
 2021-10-20 13:24 UTC  (2+ messages)

[PATCH v2] staging: vt6655: Rename `by_preamble_type` parameter
 2021-10-20 13:23 UTC 

[PATCH v5] tty: Fix the keyboard led light display problem
 2021-10-20 13:22 UTC 

[PATCH] ALSA: hda/realtek: Fix mic mute LED for the HP Spectre x360 14
 2021-10-20 13:12 UTC 

[PATCH RESEND 3/3] scheduler: Add cluster scheduler level for x86
 2021-10-20 13:12 UTC  (3+ messages)
` [tip: sched/core] sched: "

[PATCH] staging: vt6655: Rename `by_preamble_type` parameter
 2021-10-20 13:08 UTC  (5+ messages)
` [Outreachy kernel] "

[PATCH] soc: qcom: qcom_stats: Fix client votes offset
 2021-10-20 13:08 UTC  (2+ messages)

[PATCH] Bluetooth: btsdio: Do not bind to non-removable BCM4345 and BCM43455
 2021-10-20 13:05 UTC  (2+ messages)

[PATCH v7 00/11] VP9 codec V4L2 control interface
 2021-10-20 13:07 UTC  (8+ messages)
` [PATCH v7 07/11] media: rkvdec: Add the VP9 backend
` [PATCH v7 11/11] media: hantro: Support NV12 on the G2 core
    `  "

[PATCH 02/10] dt-bindings: phy: qcom,qmp: IPQ6018 and IPQ8074 PCIe PHY require no supply
 2021-10-20 13:06 UTC  (2+ messages)
` [PATCH RESEND "

[PATCH v2 00/22] Start aligning perf test with kunit style
 2021-10-20 13:06 UTC  (8+ messages)
` [PATCH v2 06/22] perf test: Add helper functions for abstraction
` [PATCH v2 11/22] perf test: Convert watch point tests to test cases
` [PATCH v2 21/22] perf test: Remove is_supported function

[PATCH v16 0/7] usb: misc: Add onboard_usb_hub driver
 2021-10-20 13:05 UTC  (3+ messages)
` [PATCH v16 6/7] usb: host: xhci-plat: Create platform device for onboard hubs in probe()

[PATCH memcg v4] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-10-20 13:02 UTC  (8+ messages)
` [PATCH memcg RFC 0/3] "
  ` [PATCH memcg 1/3] mm: do not firce global OOM from inside "
  ` [PATCH memcg 2/3] memcg: remove charge forcinig for "
  ` [PATCH memcg 3/3] memcg: handle memcg oom failures

[PATCH v1 0/2] fpga: dfl: Log and clear errors on driver init
 2021-10-20 12:59 UTC  (5+ messages)
` [PATCH v1 1/2] fpga: dfl: afu: Clear port errors in afu init
` [PATCH v1 2/2] fpga: dfl: fme: Clear fme global errors at driver init

[PATCH v2] Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle()
 2021-10-20 12:59 UTC  (2+ messages)

[PATCH v3 0/2] media: hi846: minor build fixes
 2021-10-20 12:57 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: nanopi4: decrease Bluetooth UART baud rate
 2021-10-20 12:57 UTC  (4+ messages)

[PATCH] PM: EM: do not allow pd creation prior to debugfs initialization
 2021-10-20 12:54 UTC  (4+ messages)

[PATCH v4 0/3] Allow guest access to EFI confidential computing secret area
 2021-10-20 12:52 UTC  (6+ messages)
` [PATCH v4 1/3] efi/libstub: Copy "

[PATCH] MIPS: Remove NETLOGIC support
 2021-10-20 12:49 UTC 

[PATCH net-next v3] net: marvell: prestera: add firmware v4.0 support
 2021-10-20 12:47 UTC  (2+ messages)

[PATCH v5 0/6] KVM: SVM: Add initial GHCB protocol version 2 support
 2021-10-20 12:44 UTC  (7+ messages)
` [PATCH v5 1/6] KVM: SVM: Get rid of set_ghcb_msr() and *ghcb_msr_bits() functions
` [PATCH v5 2/6] KVM: SVM: Add helper to generate GHCB MSR verson info, and drop macro
` [PATCH v5 3/6] KVM: SVM: Move kvm_emulate_ap_reset_hold() to AMD specific code
` [PATCH v5 4/6] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH v5 5/6] KVM: SVM: Add support for Hypervisor Feature support "
` [PATCH v5 6/6] KVM: SVM: Increase supported GHCB protocol version

[PATCH v3 0/6] drm/meson: rework encoders to pass ATTACH_NO_CONNECTOR
 2021-10-20 12:39 UTC  (7+ messages)
` [PATCH v3 1/6] drm/bridge: display-connector: implement bus fmts callbacks
` [PATCH v3 2/6] drm/meson: remove useless recursive components matching
` [PATCH v3 3/6] drm/meson: split out encoder from meson_dw_hdmi
` [PATCH v3 4/6] drm/meson: encoder_hdmi: switch to bridge DRM_BRIDGE_ATTACH_NO_CONNECTOR
` [PATCH v3 5/6] drm/meson: rename venc_cvbs to encoder_cvbs
` [PATCH v3 6/6] drm/meson: encoder_cvbs: switch to bridge with ATTACH_NO_CONNECTOR

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-20 12:39 UTC  (4+ messages)
` [RFC 02/20] vfio: Add device class for /dev/vfio/devices

[PATCH] [linux-5.10.y] io_uring: fix splice_fd_in checks backport typo
 2021-10-20 12:38 UTC  (3+ messages)

[BUG 0/5] bug reports for atomisp to make it work
 2021-10-20 12:35 UTC  (3+ messages)

[PATCH stable-4.14.y] btrfs: always wait on ordered extents at fsync time
 2021-10-20 12:32 UTC  (2+ messages)

[PATCH v4 0/5] KVM: SVM: Add initial GHCB protocol version 2 support
 2021-10-20 12:32 UTC  (4+ messages)
` [PATCH v4 3/5] KVM: SVM: Add support to handle AP reset MSR protocol

[RFC PATCH v2 0/3] Add support for Legion 7 16ACHg6 laptop
 2021-10-20 12:30 UTC  (3+ messages)
` [RFC PATCH v2 1/3] sound: cs35l41: Allow HDA systems to use CS35l41 ASoC driver

[PATCH 4.19,v2] VFS: Fix fuseblk memory leak caused by mount concurrency
 2021-10-20 12:30 UTC  (5+ messages)

[PATCH] x86/kvm: Introduce boot parameter no-kvm-pvipi
 2021-10-20 12:22 UTC  (2+ messages)

libperf: lack of interface
 2021-10-20 12:20 UTC  (6+ messages)

[PATCH] net: renesas: Fix rgmii-id delays
 2021-10-20 12:16 UTC  (8+ messages)

[PATCH] openrisc: signal: remove unused DEBUG_SIG macro
 2021-10-20 12:16 UTC 

[PATCH v2 0/2] Add support for eDP on SC7280
 2021-10-20 12:14 UTC  (3+ messages)
` [PATCH v2 1/2] drm/msm/dp: Add support for SC7280 eDP
` [PATCH v2 2/2] dt-bindings: Add SC7280 compatible string

[PATCH devicetree 0/3] Update SJA1105 switch RGMII delay bindings
 2021-10-20 12:14 UTC  (5+ messages)
` [PATCH devicetree 1/3] ARM: dts: imx6qp-prtwd3: update RGMII delays for sja1105 switch
` [PATCH devicetree 2/3] ARM: dts: ls1021a-tsn: "
` [PATCH devicetree 3/3] arm64: dts: lx2160abluebox3: "

[PATCH] scsi: megaraid_mbox: return -ENOMEM on megaraid_init_mbox() allocation failure
 2021-10-20 12:13 UTC  (4+ messages)

[PATCH v2] crypto: s5p-sss - Add error handling in s5p_aes_probe()
 2021-10-20 12:12 UTC  (3+ messages)

[PATCH 0/3] fixes for __airqs_kick_single_vcpu()
 2021-10-20 12:12 UTC  (3+ messages)

[PATCH v4] dt-bindings: dvfs: Add support for generic performance domains
 2021-10-20 12:11 UTC  (5+ messages)

[PATCH] rcuwait: do not enter RCU protection unless a wakeup is needed
 2021-10-20 12:08 UTC  (7+ messages)

[PATCH] cpuidle: qcom_spm: make driver multi-arch friendly
 2021-10-20 12:06 UTC 

[RFC PATCH v3 0/5] x86/kvm: Virtual suspend time injection support
 2021-10-20 12:04 UTC  (6+ messages)
` [RFC PATCH v3 1/5] timekeeping: Expose tk->offs_boot via ktime_get_offs_boot_ns
` [RFC PATCH v3 2/5] kvm/x86: Include asm/pvclock.h in asm/kvmclock.h
` [RFC PATCH v3 3/5] kvm/x86: virtual suspend time injection: Add common definitions
` [RFC PATCH v3 4/5] kvm/x86: virtual suspend time injection: Implement host side
` [RFC PATCH v3 5/5] kvm/x86: virtual suspend time injection: Implement guest side

[PATCH v2 wireless-drivers 0/2] libertas: Fix some memory leak bugs
 2021-10-20 12:03 UTC  (3+ messages)
` [PATCH v2 wireless-drivers 1/2] libertas_tf: Fix possible memory leak in probe and disconnect
` [PATCH v2 wireless-drivers 2/2] libertas: "

[PATCH v11 1/4] HID: wacom_sys: Add support for flipping the data values
 2021-10-20 12:04 UTC  (11+ messages)

[PATCH] net: fec: defer probe if PHY on external MDIO bus is not available
 2021-10-20 12:03 UTC  (3+ messages)

[PATCH] pci-imx6: replacing legacy gpio interface for gpiod
 2021-10-20 12:02 UTC  (3+ messages)

[PATCH] media: i2c: lm3560: Fix possible memory leak in lm3560_probe()
 2021-10-20 11:58 UTC 

[PATCH v3] staging: rtl8723bs: core: Remove true and false comparison
 2021-10-20 11:56 UTC 

[PATCH v1] init: avoid race condition of update page table in kernel init
 2021-10-20 11:54 UTC  (5+ messages)

[PATCH v4 0/2] optimize the bfq queue idle judgment
 2021-10-20 11:53 UTC  (8+ messages)
` [PATCH v4 1/2] block, bfq: counted root group into 'num_groups_with_pending_reqs'

[PATCH v2 00/11] drm/msm: Add Display Stream Compression Support
 2021-10-20 11:53 UTC  (4+ messages)
` [PATCH v2 10/11] drm/msm/dsi: Add support for DSC configuration

[PATCH] MAINTAINERS: rectify entry for PSTORE FILESYSTEM
 2021-10-20 11:51 UTC  (2+ messages)

[PATCH 0/2] Add code to manage DSP clocks and provide dts-binding document
 2021-10-20 11:51 UTC  (3+ messages)
` [PATCH 1/2] ASoC: SOF: mediatek: Add mt8195 dsp clock support
` [PATCH 2/2] dt-bindings: dsp: mediatek: Add mt8195 DSP binding support

[PATCH] xfs: use kmem_cache_free() for kmem_cache objects
 2021-10-20 11:46 UTC  (3+ messages)
` [PATCH] slob: add size header to all allocations

[PATCH] mm: skip current when memcg reclaim
 2021-10-20 11:45 UTC  (11+ messages)

[PATCH 1/1] dt-bindings: T-HEAD CLINT
 2021-10-20 11:42 UTC  (4+ messages)

[PATCH 0/2] ASoC: meson: axg: fix TDM channel order sync
 2021-10-20 11:42 UTC  (3+ messages)
` [PATCH 1/2] ASoC: meson: axg-card: make links nonatomic
` [PATCH 2/2] ASoC: meson: axg-tdm-interface: manage formatters in trigger

[PATCH] PCI/hotplug: Remove unneeded of_node_put() in pnv_php
 2021-10-20 11:39 UTC  (2+ messages)

dt-bindings: treewide: Update @st.com email address to @foss.st.com
 2021-10-20 11:39 UTC  (3+ messages)

[[PATCH v4]] tty: Fix the keyboard led light display problem
 2021-10-20 11:37 UTC  (2+ messages)

[PATCH] pinctrl: bcm2835: Allow building driver as a module
 2021-10-20 11:35 UTC  (2+ messages)

[PATCH] ASoC: rockchip: i2s-tdm: Fix refcount test
 2021-10-20 11:28 UTC  (2+ messages)

[PATCH] ASoC: meson: implement driver_name for snd_soc_card in meson-card-utils
 2021-10-20 11:28 UTC  (2+ messages)

[PATCH 1/1] spi: altera: Change to dynamic allocation of spi id
 2021-10-20 11:28 UTC  (2+ messages)

[PATCH] PCI: cadence: add missing return for plat probe
 2021-10-20 11:17 UTC 

[PATCH V3] media: i2c: ccs: replace snprintf in show functions with sysfs_emit
 2021-10-20 11:18 UTC  (3+ messages)

[rppt-memblock:for-kernelci 2/2] drivers/of/of_reserved_mem.c:49:3: error: implicit declaration of function 'kmemleak_free_part_phys'
 2021-10-20 11:17 UTC 

[PATCH v3 00/23] Fix some issues at documentation
 2021-10-20 11:04 UTC  (5+ messages)
` [PATCH v3 21/23] regulator: dt-bindings: update samsung,s2mpa01.yaml reference

[PATCH net-next 0/4] New RGMII delay DT bindings for the SJA1105 DSA driver
 2021-10-20 11:10 UTC  (2+ messages)

[PATCH net 0/8] net: hns3: add some fixes for -net
 2021-10-20 11:10 UTC  (2+ messages)

[PATCH v2 00/14] x86: Rewrite the retpoline rewrite logic
 2021-10-20 11:09 UTC  (7+ messages)
` [PATCH v2 09/14] x86/alternative: Implement .retpoline_sites support
` [PATCH v2 10/14] x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
` [PATCH v2 11/14] x86/alternative: Try inline spectre_v2=retpoline,amd
` [PATCH v2 12/14] x86/alternative: Add debug prints to apply_retpolines()
` [PATCH v2 14/14] bpf,x86: Respect X86_FEATURE_RETPOLINE*

[PATCH v2] mm: Stop filemap_read() from grabbing a superfluous page
 2021-10-20 11:06 UTC  (2+ messages)

[PATCH] scsi: ufs: mediatek: avoid sched_clock() misuse
 2021-10-20 11:04 UTC  (2+ messages)

[RESEND PATCH 0/3] Several fixes for event constraints on SKX and SNR platforms
 2021-10-20 11:03 UTC  (3+ messages)
` [RESEND PATCH 1/3] Fix filter_tid mask for CHA events on Skylake Server


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