linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-10 16:49:34 to 2020-12-10 18:26:12 UTC [more...]

[PATCH 1/2] acpi: cppc: add cpufreq device
 2020-12-10 17:23 UTC  (5+ messages)

[PATCH 4.19 00/39] 4.19.163-rc1 review
 2020-12-10 14:27 UTC  (8+ messages)
` [PATCH 4.19 02/39] pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPIOD_OUT_HIGH)
` [PATCH 4.19 05/39] USB: serial: ch341: add new Product ID for CH341A
` [PATCH 4.19 07/39] USB: serial: option: add Fibocom NL668 variants
` [PATCH 4.19 08/39] USB: serial: option: add support for Thales Cinterion EXS82
` [PATCH 4.19 20/39] dm writecache: fix the maximum number of arguments
` [PATCH 4.19 28/39] iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEs
` [PATCH 4.19 35/39] i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()

[PATCH 5.4 00/54] 5.4.83-rc1 review
 2020-12-10 14:27 UTC  (19+ messages)
` [PATCH 5.4 04/54] usb: gadget: f_fs: Use local copy of descriptors for userspace copy
` [PATCH 5.4 06/54] USB: serial: ch341: add new Product ID for CH341A
` [PATCH 5.4 09/54] USB: serial: option: add support for Thales Cinterion EXS82
` [PATCH 5.4 20/54] cifs: fix potential use-after-free in cifs_echo_request()
` [PATCH 5.4 22/54] i2c: imx: Dont generate STOP condition if arbitration has been lost
` [PATCH 5.4 25/54] scsi: mpt3sas: Fix ioctl timeout
` [PATCH 5.4 26/54] dm writecache: fix the maximum number of arguments
` [PATCH 5.4 32/54] x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes
` [PATCH 5.4 38/54] i2c: imx: Check for I2SR_IAL after every byte
` [PATCH 5.4 39/54] spi: bcm2835: Release the DMA channel if probe fails after dma_init
` [PATCH 5.4 43/54] can: af_can: can_rx_unregister(): remove WARN() statement from list operation sanity check
` [PATCH 5.4 44/54] gfs2: check for empty rgrp tree in gfs2_ri_update
` [PATCH 5.4 45/54] netfilter: ipset: prevent uninit-value in hash_ip6_add
` [PATCH 5.4 47/54] ASoC: wm_adsp: fix error return code in wm_adsp_load()
` [PATCH 5.4 49/54] i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()
` [PATCH 5.4 51/54] Input: i8042 - fix error return code in i8042_setup_aux()
` [PATCH 5.4 53/54] netfilter: nftables_offload: set address type in control dissector
` [PATCH 5.4 54/54] x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytes

[PATCH] checkpatch: Fix "Missing a blank line after declarations" test on patches
 2020-12-10 18:22 UTC  (3+ messages)

[PATCH 1/2] clk: qcom: gcc-sc7180: Use floor ops for sdcc clks
 2020-12-10 18:22 UTC  (2+ messages)
` [PATCH 2/2] clk: qcom: gcc-sc7180: Add 50 MHz clock rate for SDC2

[PATCH 00/28] RFC mm: Introducing the Maple Tree
 2020-12-10 17:04 UTC  (29+ messages)
` [PATCH 01/28] radix tree test suite: Enhancements for "
` [PATCH 02/28] radix tree test suite: Add support for fallthrough attribute
` [PATCH 03/28] radix tree test suite: Add support for kmem_cache_free_bulk
` [PATCH 04/28] radix tree test suite: Add keme_cache_alloc_bulk() support
` [PATCH 05/28] Maple Tree: Add new data structure
` [PATCH 06/28] mm: Start tracking VMAs with maple tree
` [PATCH 07/28] mm/mmap: Introduce unlock_range() for code cleanup
` [PATCH 08/28] mm/mmap: Change find_vma() to use the maple tree
` [PATCH 09/28] mm/mmap: Change find_vma_prev() to use "
` [PATCH 10/28] mm/mmap: Change unmapped_area and unmapped_area_topdown "
` [PATCH 11/28] kernel/fork: Convert dup_mmap "
` [PATCH 12/28] mm: Remove rb tree
` [PATCH 13/28] mm/gup: Expose mm_populate_vma() for use when the vma is known
` [PATCH 14/28] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH 15/28] mm/mmap: Change vm_brk_flags() to use mm_populate_vma()
` [PATCH 16/28] mm: Move find_vma_intersection to mmap.c and change implementation to maple tree
` [PATCH 17/28] mm/mmap: Change mmap_region to use maple tree state
` [PATCH 18/28] mm/mmap: Drop munmap_vma_range()
` [PATCH 19/28] mm: Remove vmacache
` [PATCH 20/28] mm/mmap: Change __do_munmap() to avoid unnecessary lookups
` [PATCH 21/28] mm/mmap: Change __do_munmap() to use a ma_state
` [PATCH 22/28] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH 23/28] mm/mmap: Add do_mas_munmap() and wraper for __do_munmap()
` [PATCH 24/28] mmap: Use find_vma_intersection in do_mmap() for overlap
` [PATCH 25/28] mmap: Remove __do_munmap() in favour of do_mas_munmap()
` [PATCH 26/28] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH 27/28] mmap: Update count_vma_pages_range() to only use one ma_state
` [PATCH 28/28] mmap: make remove_vma_list() inline

[PATCH] mmc: atmel-mci: Reduce scope for the variable “slot” in atmci_request_end()
 2020-12-10 18:21 UTC  (3+ messages)

[PATCH 0/3] perf tools: Allow to enable/disable events via control pipe
 2020-12-10 18:20 UTC  (11+ messages)
` [PATCH 2/3] perf tools: Allow to enable/disable events via control file
          ` [BUG] jevents problem when cross building "

[PATCH 1/2] rcu-tasks: move RCU-tasks initialization out of core_initcall()
 2020-12-10 18:17 UTC  (5+ messages)

[PATCH v2 0/3] Add events to trace remoteproc lifecycle
 2020-12-10 18:17 UTC  (9+ messages)
` [PATCH v2 1/3] soc: qcom: Add tracepoints to mdt loader
` [PATCH v2 2/3] firmware: scm: Add tracepoints to scm driver for pas calls
` [PATCH v2 3/3] remoteproc: Add ftrace events to trace lifecycle of remoteprocs

[PATCH 1/3] Add TX sending hardware timestamp
 2020-12-10 18:17 UTC  (4+ messages)

[PATCH] spi: Limit the spi device max speed to controller's max speed
 2020-12-10 18:16 UTC  (10+ messages)
              `  "

[PATCH v2] Serial: silabs si4455 serial driver
 2020-12-10 17:04 UTC 

[RESEND PATCH v2 00/12] Convert all vmstat counters to pages or bytes
 2020-12-10 17:05 UTC  (7+ messages)
` [RESEND PATCH v2 01/12] mm: memcontrol: fix NR_ANON_THPS account
    ` [External] "
` [RESEND PATCH v2 02/12] mm: memcontrol: convert NR_ANON_THPS account to pages
    ` [External] "

[PATCH] ath10k: Remove voltage regulator votes during wifi disable
 2020-12-10 18:13 UTC  (2+ messages)

[RFC PATCH v1 00/12] Replace strstarts() by str_has_prefix()
 2020-12-10 18:14 UTC  (6+ messages)
` [RFC PATCH v1 07/12] efi: "

[PATCH v2 1/3] KVM: x86: implement KVM_{GET|SET}_TSC_STATE
 2020-12-10 18:13 UTC  (5+ messages)

Slab bug during skb allocation
 2020-12-10 18:12 UTC 

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-10 18:10 UTC  (8+ messages)
` [PATCH v15 08/26] x86/mm: Introduce _PAGE_COW

[PATCH] drm/msm: Fix WARN_ON() splat in _free_object()
 2020-12-10 18:10 UTC  (2+ messages)

[PATCH v1 0/7] Add Tegra QSPI driver
 2020-12-10 18:08 UTC  (5+ messages)
` [PATCH v1 2/7] dt-bindings: spi: Add Tegra QSPI device tree binding

[PATCH RESEND net-next 1/2] dpaa2-eth: send a scatter-gather FD instead of realloc-ing
 2020-12-10 18:06 UTC  (2+ messages)

[PATCH v5 00/34] SEV-ES hypervisor support
 2020-12-10 17:10 UTC  (35+ messages)
` [PATCH v5 01/34] x86/cpu: Add VM page flush MSR availablility as a CPUID feature
` [PATCH v5 02/34] KVM: SVM: Remove the call to sev_platform_status() during setup
` [PATCH v5 03/34] KVM: SVM: Add support for SEV-ES capability in KVM
` [PATCH v5 04/34] KVM: SVM: Add GHCB accessor functions for retrieving fields
` [PATCH v5 05/34] KVM: SVM: Add support for the SEV-ES VMSA
` [PATCH v5 06/34] KVM: x86: Mark GPRs dirty when written
` [PATCH v5 07/34] KVM: SVM: Add required changes to support intercepts under SEV-ES
` [PATCH v5 08/34] KVM: SVM: Prevent debugging "
` [PATCH v5 09/34] KVM: SVM: Do not allow instruction emulation "
` [PATCH v5 10/34] KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES
` [PATCH v5 11/34] KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file
` [PATCH v5 12/34] KVM: SVM: Add initial support for a VMGEXIT VMEXIT
` [PATCH v5 13/34] KVM: SVM: Create trace events for VMGEXIT processing
` [PATCH v5 14/34] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002
` [PATCH v5 15/34] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004
` [PATCH v5 16/34] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
` [PATCH v5 17/34] KVM: SVM: Create trace events for VMGEXIT MSR protocol processing
` [PATCH v5 18/34] KVM: SVM: Support MMIO for an SEV-ES guest
` [PATCH v5 19/34] KVM: SVM: Support string IO operations "
` [PATCH v5 20/34] KVM: SVM: Add support for EFER write traps "
` [PATCH v5 21/34] KVM: SVM: Add support for CR0 "
` [PATCH v5 22/34] KVM: SVM: Add support for CR4 "
` [PATCH v5 23/34] KVM: SVM: Add support for CR8 "
` [PATCH v5 24/34] KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
` [PATCH v5 25/34] KVM: SVM: Do not report support for SMM for an SEV-ES guest
` [PATCH v5 26/34] KVM: SVM: Guest FPU state save/restore not needed for "
` [PATCH v5 27/34] KVM: SVM: Add support for booting APs for an "
` [PATCH v5 28/34] KVM: SVM: Add NMI support "
` [PATCH v5 29/34] KVM: SVM: Set the encryption mask for the SVM host save area
` [PATCH v5 30/34] KVM: SVM: Update ASID allocation to support SEV-ES guests
` [PATCH v5 31/34] KVM: SVM: Provide support for SEV-ES vCPU creation/loading
` [PATCH v5 32/34] KVM: SVM: Provide support for SEV-ES vCPU loading
` [PATCH v5 33/34] KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
` [PATCH v5 34/34] KVM: SVM: Provide support to launch and run an SEV-ES guest

[PATCH v4 1/4] pwm: pca9685: Switch to atomic API
 2020-12-10 17:10 UTC  (11+ messages)

[PATCH 1/2] scsi: ufs: Protect some contexts from unexpected clock scaling
 2020-12-10 18:03 UTC  (4+ messages)
` [PATCH 2/2] scsi: ufs: Clean up ufshcd_exit_clk_scaling/gating()

[PATCH] cxl: Reduce scope for the variable “mm” in cxllib_get_PE_attributes()
 2020-12-10 18:01 UTC  (2+ messages)

[PATCH 0/7] Adding a proper workaround for fixing RTD3 issues with Nouveau
 2020-12-10 17:59 UTC  (3+ messages)
` [PATCH 2/7] Revert "ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio"

[PATCH] mfd: ab8500: Drop bm disable parameter
 2020-12-10 18:00 UTC 

[PATCH 00/15] drm/vc4: hdmi: Add CEC support for the BCM2711
 2020-12-10 17:59 UTC  (8+ messages)
` [PATCH 01/15] irqchip: Allow to compile bcmstb on other platforms
` [PATCH 14/15] ARM: dts: bcm2711: Add the BSC interrupt controller
` [PATCH 15/15] ARM: dts: bcm2711: Add the CEC "

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-12-10 17:58 UTC  (7+ messages)
` [PATCH v2 07/12] x86: add new features for paravirt patching

[PATCH] net/netconsole: Support VLAN for netconsole
 2020-12-10 17:55 UTC  (2+ messages)

[PATCH v3 0/4] tpm_tis: Detect interrupt storms
 2020-12-10 17:51 UTC  (9+ messages)
` [PATCH v3 2/4] drm/i915/pmu: Use kstat_irqs to get interrupt count
    ` [Intel-gfx] "

[PATCH] KVM: SVM: use vmsave/vmload for saving/restoring additional host state
 2020-12-10 17:48 UTC 

[PATCH v2 0/6] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831]
 2020-12-10 17:51 UTC  (3+ messages)
` [PATCH v2 1/6] aarch64: Fix missing BTI protection from dependencies [BZ #26926]

[PATCH] drm/bridge: ti-sn65dsi86: Implement the pwm_chip
 2020-12-10 17:43 UTC  (5+ messages)

[PATCH v2 0/8] prohibit pinning pages in ZONE_MOVABLE
 2020-12-10 17:44 UTC  (5+ messages)
` [PATCH v2 3/8] mm/gup: make __gup_longterm_locked common

[PATCH 0/5] USB: typec: various patches
 2020-12-10 17:45 UTC  (11+ messages)
` [PATCH 1/5] USB: typec: tcpm: Prevent log overflow by removing old entries
` [PATCH 2/5] USB: typec: tcpm: Hard Reset after not receiving a Request
` [PATCH 3/5] USB: typec: tcpm: Fix PR_SWAP error handling
` [PATCH 4/5] USB: typec: tcpm: Add a 30ms room for tPSSourceOn in PR_SWAP
` [PATCH 5/5] USB: typec: tcpci: Add Bleed discharge to POWER_CONTROL definition

WARNING in sk_stream_kill_queues (5)
 2020-12-10 17:14 UTC  (11+ messages)

KRETPROBES are broken since kernel 5.8
 2020-12-10 17:14 UTC  (5+ messages)

[PATCH] spi: spi-geni-qcom: Fix NULL pointer access in geni_spi_isr
 2020-12-10 17:14 UTC  (4+ messages)

[PATCH v2 0/3] usb: meson: fix shared reset control use
 2020-12-10 17:35 UTC  (4+ messages)
` [PATCH v2 2/3] usb: dwc3: meson-g12a: "

[PATCH v3 1/2] ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg
 2020-12-10 17:35 UTC  (2+ messages)
` [PATCH v3 2/2] ALSA: hda/ca0132 - Change Input Source enum strings

[PATCH] futex: Change 'utime' parameter to be 'const ... *'
 2020-12-10 17:36 UTC  (2+ messages)

[PATCH v2] pinctrl: remove empty lines in pinctrl subsystem
 2020-12-10 17:35 UTC 

[PATCH v3 0/2] add epoll_pwait2 syscall
 2020-12-10 17:33 UTC  (16+ messages)
` [PATCH v3 1/2] epoll: add nsec timeout support with epoll_pwait2

[PATCH v3] usb: musb: remove unused variable 'devctl'
 2020-12-10 17:33 UTC  (4+ messages)

[GIT PULL] io_uring fixes for 5.10-rc
 2020-12-10 17:32 UTC  (9+ messages)
              ` namei.c LOOKUP_NONBLOCK (was "Re: [GIT PULL] io_uring fixes for 5.10-rc")

[PATCH] RDMA/restrack: update kernel documentation for ib_create_named_qp()
 2020-12-10 17:29 UTC  (2+ messages)

[PATCH] iommu/amd: Add sanity check for interrupt remapping table length macros
 2020-12-10 17:29 UTC  (2+ messages)

[PATCH] RDMA/mlx5: remove unneeded semicolon
 2020-12-10 17:29 UTC  (2+ messages)

[PATCH -next] thermal: broadcom: simplify the return expression of bcm2711_thermal_probe()
 2020-12-10 17:23 UTC  (2+ messages)

[PATCH v2 1/3] ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg
 2020-12-10 17:24 UTC  (5+ messages)
` [PATCH v2 3/3] ALSA: hda/ca0132 - Unmute surround when speaker output is selected

[PATCH 0/2] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2020-12-10 17:23 UTC  (7+ messages)
` [PATCH 1/2] mm: Allow architectures to request 'old' entries when prefaulting

[PATCH RFC] f2fs: compress: add compress_flag in struct f2fs_comp_option
 2020-12-10 17:23 UTC  (2+ messages)

[PATCH v4] pwm: bcm2835: Support apply function for atomic configuration
 2020-12-10 17:21 UTC  (2+ messages)

[PATCH v5 00/34] SEV-ES hypervisor support
 2020-12-10 17:21 UTC  (9+ messages)
` [PATCH v5 01/34] x86/cpu: Add VM page flush MSR availablility as a CPUID feature
` [PATCH v5 02/34] KVM: SVM: Remove the call to sev_platform_status() during setup
` [PATCH v5 03/34] KVM: SVM: Add support for SEV-ES capability in KVM
` [PATCH v5 04/34] KVM: SVM: Add GHCB accessor functions for retrieving fields
` [PATCH v5 05/34] KVM: SVM: Add support for the SEV-ES VMSA
` [PATCH v5 06/34] KVM: x86: Mark GPRs dirty when written
` [PATCH v5 07/34] KVM: SVM: Add required changes to support intercepts under SEV-ES

[PATCH V3 0/3] Begin converting kmap calls to kmap_local_page()
 2020-12-10 17:18 UTC  (3+ messages)
` [PATCH V3 1/2] mm/highmem: Remove deprecated kmap_atomic
` [PATCH V3 2/2] mm/highmem: Lift memcpy_[to|from]_page to core

[RFC PATCH] drm/panel: Make backlight attachment lazy
 2020-12-10 17:18 UTC  (9+ messages)

MIPS + clang-11 + allnoconfig / tinyconfig builds failed
 2020-12-10 17:18 UTC 

[PATCH] fs: f2fs: fix potential shift-out-of-bounds error in sanity_check_raw_super()
 2020-12-10 17:14 UTC  (7+ messages)
` [f2fs-dev] "

[PATCH v1 0/5] dm: dm-user: New target that proxies BIOs to userspace
 2020-12-10 17:03 UTC  (3+ messages)
` [dm-devel] "

[PATCH 1/3] ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg
 2020-12-10 17:01 UTC  (3+ messages)
` [PATCH 3/3] ALSA: hda/ca0132 - Unmute surround when speaker output is selected

[PATCH] x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled
 2020-12-10 16:57 UTC  (8+ messages)
` [tip: x86/cache] "
` [tip: x86/urgent] "

[PATCH V3 0/7] remoteproc: imx_rproc: support iMX8MQ/M
 2020-12-10 16:54 UTC  (5+ messages)
` [PATCH V3 1/7] remoteproc: elf: support platform specific memory hook

[PATCH] checkpatch: add --fix option to IS_ENABLED_CONFIG check
 2020-12-10 14:36 UTC  (2+ messages)

[PATCH 5.9 00/75] 5.9.14-rc1 review
 2020-12-10 14:26 UTC  (3+ messages)
` [PATCH 5.9 15/75] ALSA: hda/realtek - Fixed Dell AIO wrong sound tone
` [PATCH 5.9 16/75] ALSA: hda/generic: Add option to enforce preferred_dacs pairs

[patch] close_range.2: new page documenting close_range(2)
 2020-12-10 14:36 UTC  (5+ 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).