linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-18 08:41:21 to 2021-11-18 11:46:47 UTC [more...]

[PATCH v9 0/5] USB DWC3 host wake up support from system suspend
 2021-11-18 11:45 UTC  (4+ messages)
` [PATCH v9 4/5] usb: dwc3: qcom: Change the IRQ flag for DP/DM hs phy irq

[PATCH 00/15] iio: buffer-dma: write() and new DMABUF based API
 2021-11-18 11:45 UTC  (3+ messages)
` [PATCH 11/15] iio: buffer-dma: Boost performance using write-combine cache setting

block/partitions/ldm.c:134:9: warning: 'strncpy' specified bound 16 equals destination size
 2021-11-18 11:43 UTC 

[RFC PATCH] arch: arm64: try to use PTE_CONT when change page attr
 2021-11-18 11:39 UTC  (2+ messages)

[PATCH 5.15 000/920] 5.15.3-rc4 review
 2021-11-18 11:38 UTC  (3+ messages)

[PATCH net-next] net: stmmac: dwmac-qcom-ethqos: add platform level clocks management
 2021-11-18 11:40 UTC  (2+ messages)

[PATCH v3] KVM: MMU: update comment on the number of page role combinations
 2021-11-18 11:40 UTC 

[PATCH net] page_pool: Revert "page_pool: disable dma mapping support..."
 2021-11-18 11:40 UTC  (2+ messages)

[PATCH net v1] devlink: Don't throw an error if flash notification sent before devlink visible
 2021-11-18 11:40 UTC  (2+ messages)

[PATCH] sched/idle: support busy loop polling on idle SMT cpus
 2021-11-18 11:36 UTC  (2+ messages)

[PATCH v4 0/12] riscv: switch to relative extable and other improvements
 2021-11-18 11:27 UTC  (13+ messages)
` [PATCH 01/12] riscv: remove unused __cmpxchg_user() macro
` [PATCH 02/12] riscv: consolidate __ex_table construction
` [PATCH 03/12] riscv: switch to relative exception tables
` [PATCH 04/12] riscv: bpf: move rv_bpf_fixup_exception signature to extable.h
` [PATCH 05/12] riscv: extable: make fixup_exception() return bool
` [PATCH 06/12] riscv: extable: use `ex` for `exception_table_entry`
` [PATCH 07/12] riscv: lib: uaccess: fold fixups into body
` [PATCH 08/12] riscv: extable: consolidate definitions
` [PATCH 09/12] riscv: extable: add `type` and `data` fields
` [PATCH 10/12] riscv: add gpr-num.h
` [PATCH 11/12] riscv: extable: add a dedicated uaccess handler
` [PATCH 12/12] riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` section

[PATCH v5 0/4] Allow guest access to EFI confidential computing secret area
 2021-11-18 11:33 UTC  (5+ messages)
` [PATCH v5 1/4] efi: Save location of EFI confidential computing area
` [PATCH v5 2/4] efi/libstub: Reserve confidential computing secret area
` [PATCH v5 3/4] virt: Add efi_secret module to expose confidential computing secrets
` [PATCH v5 4/4] docs: security: Add coco/efi_secret documentation

[PATCH] extcon: fix extcon_get_extcon_dev() error handling
 2021-11-18 11:32 UTC 

[PATCH v4 0/2] Extend pinctrl-ocelot driver for lan966x
 2021-11-18 11:25 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: pinctrl: ocelot: add lan966x SoC support
` [PATCH v4 2/2] pinctrl: ocelot: Extend support for lan966x

[PATCH 1/2] KVM: x86: Update vPMCs when retiring instructions
 2021-11-18 11:26 UTC  (6+ messages)

[PATCH v1 1/3] i2c: mux: gpio: Replace custom acpi_get_local_address()
 2021-11-18 11:24 UTC  (8+ messages)
` [PATCH v1 2/3] i2c: mux: gpio: Don't dereference fwnode from struct device
` [PATCH v1 3/3] i2c: mux: gpio: Use array_size() helper

[RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
 2021-11-18 11:23 UTC  (11+ messages)

[PATCH] ASoC: codecs: MBHC: Remove useless condition check
 2021-11-18 11:20 UTC 

[PATCH] ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns_dsaf_ge_srst_by_port()
 2021-11-18 11:20 UTC  (2+ messages)

[PATCH 00/15] KVM: X86: Miscellaneous cleanups
 2021-11-18 11:18 UTC  (18+ messages)
` [PATCH 01/15] KVM: VMX: Use x86 core API to access to fs_base and inactive gs_base
` [PATCH 02/15] KVM: VMX: Avoid to rdmsrl(MSR_IA32_SYSENTER_ESP)
` [PATCH 03/15] KVM: VMX: Update msr value after kvm_set_user_return_msr() succeeds
` [PATCH 04/15] KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()
` [PATCH 05/15] KVM: VMX: Add document to state that write to uret msr should always be intercepted
` [PATCH 06/15] KVM: VMX: Use kvm_set_msr_common() for MSR_IA32_TSC_ADJUST in the default way
` [PATCH 07/15] KVM: VMX: Change comments about vmx_get_msr()
` [PATCH 08/15] KVM: SVM: Rename get_max_npt_level() to get_npt_level()
` [PATCH 09/15] KVM: SVM: Allocate sd->save_area with __GFP_ZERO
` [PATCH 10/15] KVM: X86: Skip allocating pae_root for vcpu->arch.guest_mmu when !tdp_enabled
` [PATCH 11/15] KVM: X86: Fix comment in __kvm_mmu_create()
` [PATCH 12/15] KVM: X86: Remove unused declaration of __kvm_mmu_free_some_pages()
` [PATCH 13/15] KVM: X86: Remove useless code to set role.gpte_is_8_bytes when role.direct
` [PATCH 14/15] KVM: X86: Calculate quadrant when !role.gpte_is_8_bytes
` [PATCH 15/15] KVM: X86: Always set gpte_is_8_bytes when direct map

[PATCH v2] KVM: x86: check PIR even for vCPUs with disabled APICv
 2021-11-18 11:17 UTC  (4+ messages)

[PATCH] drm/vc4: fix error code in vc4_create_object()
 2021-11-18 11:14 UTC 

[PATCH] drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks
 2021-11-18 11:13 UTC 

[PATCH RFC 0/2] CAN TRANSCEIVER: Add support for setting mux
 2021-11-18 11:12 UTC  (8+ messages)
` [PATCH RFC 2/2] phy: phy-can-transceiver: "

[PATCH v2 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-11-18 11:09 UTC  (5+ messages)
` [PATCH v2 01/23] kcsan: Refactor reading of instrumented memory
` [PATCH v2 02/23] kcsan: Remove redundant zero-initialization of globals

[PATCH -next] ethernet: renesas: Use div64_ul instead of do_div
 2021-11-18 11:08 UTC  (3+ messages)

[PATCH bpf] selftests: bpf: check map in map pruning
 2021-11-18 11:05 UTC  (7+ messages)

[PATCH V5 00/50] x86/entry/64: Convert a bunch of ASM entry code into C code
 2021-11-18 11:04 UTC  (5+ messages)
` [PATCH V5 46/50] x86/sev: Use C entry code

[PATCH v3] drivers/coresight: Add Ultrasoc System Memory Buffer driver
 2021-11-18 11:00 UTC 

[PATCH] sched/fair: Fix asym_fits_capacity() task_util type
 2021-11-18 11:01 UTC 

[PATCH] PCI: pciehp: clear cmd_busy bit when Command Completed in polling mode
 2021-11-18 11:00 UTC  (2+ messages)

[PATCH] drm/amdgpu/pm: clean up some inconsistent indenting
 2021-11-18 10:57 UTC 

[mcgrof-next:20211116-sysctl-cleanups-v4 19/35] include/linux/sysctl.h:229:13: error: expected ';' after return statement
 2021-11-18 10:53 UTC 

[PATCH v2] ASoC: codecs: MBHC: Add support for special headset
 2021-11-18 10:51 UTC  (3+ messages)

[PATCH 0/2] Extend pinctrl-ocelot driver for lan966x
 2021-11-18 10:50 UTC  (5+ messages)
` [PATCH 2/2] pinctrl: ocelot: Extend support "

[PATCH] refcount: introduce refcount_is_one() helper function
 2021-11-18 10:49 UTC  (6+ messages)

[PATCH] reiserfs: don't use congestion_wait()
 2021-11-18 10:45 UTC  (2+ messages)

[PATCH] PCI: apple: Reset the port for 100ms on probe
 2021-11-18 10:45 UTC  (6+ messages)

[PATCH] ia64: module: use swap() to make code cleaner
 2021-11-18 10:43 UTC  (2+ messages)

Re: [PATCH 5.10 000/578] 5.10.80-rc2 review
 2021-11-18 10:40 UTC  (2+ messages)

[PATCH v2 0/2] drm: Support input-boosted panel self-refresh exit
 2021-11-18 10:39 UTC  (6+ messages)
` [PATCH v2 1/2] drm/input_helper: Add new input-handling helper
` [PATCH v2 2/2] drm/self_refresh: Disable self-refresh on input events

[syzbot] WARNING: refcount bug in nr_release (3)
 2021-11-18 10:36 UTC 

[PATCH] i2c: rcar: add SMBus block read support
 2021-11-18 10:35 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Add ability to clear per-program load flags
 2021-11-18 10:33 UTC 

[PATCH v2] Reset task stack state in bringup_cpu()
 2021-11-18 10:29 UTC 

[GIT PULL] Documentation fixes for 5.16
 2021-11-18 10:29 UTC 

[PATCH] KVM: s390: Fix names of skey constants in api documentation
 2021-11-18 10:25 UTC 

[PATCH net-next v2] net: phy: add support for TI DP83561-SP phy
 2021-11-18 10:25 UTC 

[PATCH 1/4] drm/msm: Increase gpu boost interval
 2021-11-18 10:20 UTC  (4+ messages)
` [PATCH 2/4] drm/msm: Fix null ptr access msm_ioctl_gem_submit()
` [PATCH 3/4] drm/msm/a6xx: Fix uinitialized use of gpu_scid
` [PATCH 4/4] drm/msm/a6xx: Capture gmu log in devcoredump

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2021-11-18 10:20 UTC  (4+ messages)

[PATCH net-next 0/5] net: lan966x: Add lan966x switch driver
 2021-11-18 10:19 UTC  (9+ messages)
` [PATCH net-next 2/5] net: lan966x: add the basic lan966x driver
` [PATCH net-next 3/5] net: lan966x: add port module support

[PATCH 5.15 000/923] 5.15.3-rc3 review
 2021-11-18 10:12 UTC  (8+ messages)

[PATCH] crypto: caam - check jr permissions before probing
 2021-11-18 10:11 UTC  (9+ messages)
` [PATCH v2 0/2] CAAM Driver: re-factor and dynamic JR availability check
  ` [PATCH v2 2/2] crypto: caam - check jr permissions before probing

[PATCH v2 0/8] ASoC: SOF: Add support for Mediatek MT8195
 2021-11-18 10:07 UTC  (9+ messages)
` [PATCH v2 1/8] ASoC: SOF: mediatek: Add mt8195 hardware support
` [PATCH v2 2/8] ASoC: SOF: tokens: add token for Mediatek AFE
` [PATCH v2 3/8] ASoC: SOF: topology: Add support for Mediatek AFE DAI
` [PATCH v2 4/8] ASoC: SOF: mediatek: Add fw loader and mt8195 dsp ops to load firmware
` [PATCH v2 5/8] ASoC: SOF: Add mt8195 device descriptor
` [PATCH v2 6/8] ASoC: SOF: mediatek: Add dai driver dsp ops callback for mt8195
` [PATCH v2 7/8] ASoC: SOF: mediatek: Add mt8195 dsp clock support
` [PATCH v2 8/8] ASoC: SOF: mediatek: Add DSP system PM callback for mt8195

[PATCH 0/2] Documentation: dmaengine: Tweak dmatest docs
 2021-11-18 10:09 UTC  (3+ messages)
` [PATCH 1/2] Documentation: dmaengine: Add a description of what dmatest does
` [PATCH 2/2] Documentation: dmaengine: Correctly describe dmatest with channel unset

[PATCH] pwm: Use div64_ul instead of do_div
 2021-11-18 10:09 UTC  (3+ messages)

[PATCH -next v2] ethernet: renesas: Use div64_ul instead of do_div
 2021-11-18 10:06 UTC  (2+ messages)

[PATCH v4 00/10] Add support for audio on SC7280 based targets
 2021-11-18 10:05 UTC  (3+ messages)

[PATCH v3] thermal: imx: implement runtime PM support
 2021-11-18 10:05 UTC  (3+ messages)

[PATCHv2] selftests: kselftest.h: mark functions with 'noreturn'
 2021-11-18 10:03 UTC  (4+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] selftests: clone3: simplify return logic in clone3_set_tid()

[PATCH v7 net-next 0/8] net: dsa: felix: psfp support on vsc9959
 2021-11-18 10:12 UTC  (9+ messages)
` [PATCH v7 net-next 1/8] net: mscc: ocelot: add MAC table stream learn and lookup operations
` [PATCH v7 net-next 2/8] net: mscc: ocelot: set vcap IS2 chain to goto PSFP chain
` [PATCH v7 net-next 3/8] net: mscc: ocelot: add gate and police action offload to PSFP
` [PATCH v7 net-next 4/8] net: dsa: felix: support psfp filter on vsc9959
` [PATCH v7 net-next 5/8] net: dsa: felix: add stream gate settings for psfp
` [PATCH v7 net-next 6/8] net: mscc: ocelot: use index to set vcap policer
` [PATCH v7 net-next 7/8] net: dsa: felix: use vcap policer to set flow meter for psfp
` [PATCH v7 net-next 8/8] net: dsa: felix: restrict psfp rules on ingress port

[PATCH V2] pwm: Use div64_ul instead of do_div
 2021-11-18  9:54 UTC  (3+ messages)
` [PATCH V3] "

[PATCH v2 0/2] serial: 8250_pci patches to address issues with pericom_do_set_divisor()
 2021-11-18  9:52 UTC  (3+ messages)

[PATCH v1 0/2] serial: 8250_pci: Split Pericom driver
 2021-11-18  9:50 UTC  (4+ messages)
` [PATCH v1 1/2] serial: 8250_pci: Split out "

Re: Re: [PATCH v1] sched/numa: add per-process numa_balancing
 2021-11-18  9:49 UTC  (12+ messages)
`  "
    `  "
        `  "
            `  "
                `  "
                    `  "

[GIT PULL] platform-drivers-x86 for 5.16-2
 2021-11-18  9:49 UTC 

[PATCH] rtc: da9063: switch to RTC_FEATURE_UPDATE_INTERRUPT
 2021-11-18  9:49 UTC  (2+ messages)

[PATCH 00/21] ASoC: SOF: Platform updates for AMD and Mediatek
 2021-11-18  9:48 UTC  (6+ messages)
` [PATCH 16/21] ASoC: SOF: topology: Add support for Mediatek AFE DAI

[PATCH] locking/rwsem: Optimize down_read_trylock() under highly contended case
 2021-11-18  9:44 UTC 

[PATCH] powerpc/32: Fix hardlockup on vmap stack overflow
 2021-11-18  9:39 UTC 

[PATCH] vt: Fix sleeping functions called from atomic context
 2021-11-18  9:38 UTC  (4+ messages)

[PATCH] SUNRPC: clean up some inconsistent indenting
 2021-11-18  9:37 UTC 

[PATCH RESEND] rtc: da9063: add as wakeup source
 2021-11-18  9:33 UTC  (2+ messages)

[GIT PULL] printk for 5.16 fixup
 2021-11-18  9:33 UTC 

[syzbot] WARNING: refcount bug in nsim_destroy
 2021-11-18  9:31 UTC 

[OOPS] Linux 5.14.19 crashes and burns!
 2021-11-18  9:29 UTC  (4+ messages)

[GIT PULL] per signal_struct coredumps
 2021-11-18  9:29 UTC  (8+ messages)

[PATCH v10 1/3] microblaze: timer: Remove unused properties
 2021-11-18  9:28 UTC  (3+ messages)
` [PATCH v10 3/3] pwm: Add support for Xilinx AXI Timer

[PATCH] MM: discard __GFP_ATOMIC
 2021-11-18  9:22 UTC  (2+ messages)

[PATCH] kmemleak: fix kmemleak false positive report with HW tag-based kasan enable
 2021-11-18  9:20 UTC  (2+ messages)

[PATCH 0/3] drm/simpledrm: Apple M1 / DT platform support fixes
 2021-11-18  9:19 UTC  (7+ messages)
` [PATCH 1/3] drm/simpledrm: Bind to OF framebuffers in /chosen
` [PATCH 2/3] drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_dstclip()
` [PATCH 3/3] drm/simpledrm: Enable XRGB2101010 format

[PATCH 0/3] Add pin control driver for Sunplus SP7021 SoC
 2021-11-18  9:15 UTC  (8+ messages)
` [PATCH v2 0/3] This is a patch series for pinctrl "
  ` [PATCH v2 2/3] dt-bindings: pinctrl: Add dt-bindings for Sunplus SP7021
  ` [PATCH v2 3/3] devicetree: bindings: pinctrl: Add bindings doc "

[PATCH] x86/paravirt: Fix build PARAVIRT_XXL=y without XEN_PV
 2021-11-18  9:13 UTC  (11+ messages)

[PATCH] media: i2c: imx274: fix s_frame_interval runtime resume not requested
 2021-11-18  9:02 UTC  (6+ messages)

[PATCH 0/3] ASoC: stm32: add pm runtime support
 2021-11-18  9:00 UTC  (4+ messages)
` [PATCH 1/3] ASoC: stm32: i2s: add pm_runtime support
` [PATCH 2/3] ASoC: stm32: dfsdm: add pm_runtime support for audio
` [PATCH 3/3] ASoC: stm32: spdifrx: add pm_runtime support

[PATCH v2 0/6] Add support for HiSilicon PCIe Tune and Trace device
 2021-11-18  9:01 UTC  (5+ messages)
` [PATCH v2 2/6] hwtracing: Add trace function "

[PATCH v2 1/2] media: imx: imx7-media-csi: add support for imx8mq
 2021-11-18  9:01 UTC  (2+ messages)

[PATCH] net: bnx2x: fix variable dereferenced before check
 2021-11-18  9:00 UTC  (3+ messages)

[PATCH RESEND 0/4] Drop ROHM BD70528 support
 2021-11-18  8:55 UTC  (5+ messages)

[PATCH v2 2/2] s390/kexec: fix kmemleak
 2021-11-18  8:53 UTC  (4+ messages)

[PATCH 00/15] KVM: X86: Fix and clean up for register caches
 2021-11-18  8:53 UTC  (2+ messages)

[PATCH] xen: detect uninitialized xenbus in xenbus_init
 2021-11-18  8:53 UTC  (7+ messages)

[PATCH v6 0/2] PCI: hv: Hyper-V vPCI for arm64
 2021-11-18  8:51 UTC  (3+ messages)
` [PATCH v6 1/2] PCI: hv: Make the code arch neutral by adding arch specific interfaces
` [PATCH v6 2/2] arm64: PCI: hv: Add support for Hyper-V vPCI

[PATCH] perf evsel: Fix memory leaks relating to unit
 2021-11-18  8:47 UTC 

[PATCH V2] pwm: rcar: Use div64_ul instead of do_div
 2021-11-18  8:41 UTC  (3+ messages)
` [PATCH V3] "

[PATCH v2 1/1] mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()
 2021-11-18  8:40 UTC  (5+ messages)

[PATCH v5 0/5] Add SBI v0.2 support for KVM
 2021-11-18  8:39 UTC  (6+ messages)
` [PATCH v5 1/5] RISC-V: KVM: Mark the existing SBI implementation as v01
` [PATCH v5 2/5] RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own file
` [PATCH v5 3/5] RISC-V: KVM: Add SBI v0.2 base extension
` [PATCH v5 4/5] RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v02
` [PATCH v5 5/5] RISC-V: KVM: Add SBI HSM extension in KVM


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