linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-19 10:50:46 to 2021-11-19 14:47:11 UTC [more...]

[PATCH 0/9] ARM: dts: stm32: merge spi and i2s nodes
 2021-11-19 14:45 UTC  (5+ messages)
` [PATCH 1/9] ASoC: dt-bindings: stm32: i2s: update example
` [PATCH 2/9] ASoC: dt-bindings: stm32: i2s: add audio-graph-card port
` [PATCH 3/9] ASoC: dt-bindings: stm32: i2s: allow additional properties
` [PATCH 4/9] ARM: dts: stm32: merge spi and i2s nodes

[PATCH v1] HID: ft260: fix i2c probing for hwmon devices
 2021-11-19 14:46 UTC  (2+ messages)

How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)
 2021-11-19 14:43 UTC  (5+ messages)

[ANNOUNCE] v5.16-rc1-rt2
 2021-11-19 14:41 UTC  (2+ messages)
` [rcf/patch] netpoll: Make it RT friendly

Intel bluetooth regression in 5.15.3
 2021-11-19 14:36 UTC  (2+ messages)

[PATCH 1/2] kasan: add ability to detect double-kmem_cache_destroy()
 2021-11-19 14:36 UTC  (5+ messages)
` [PATCH 2/2] kasan: test: add test case for double-kmem_cache_destroy()

mmotm 2021-11-18-15-47 uploaded
 2021-11-19 14:35 UTC  (4+ messages)
` mmotm 2021-11-18-15-47 uploaded (<linux/proc_fs.h>)

[PATCH v1 0/2] serial: 8250_pci: Split Pericom driver
 2021-11-19 14:33 UTC  (4+ messages)

drivers/of/unittest.c:910:1: warning: the frame size of 1424 bytes is larger than 1024 bytes
 2021-11-19 14:29 UTC  (3+ messages)

[PATCH bpf v1] unix: fix an issue in unix_shutdown causing the other end read/write failures
 2021-11-19 14:28 UTC  (4+ messages)

[PATCH] ethtool: stats: Use struct_group() to clear all stats at once
 2021-11-19 14:27 UTC  (3+ messages)

[RFC PATCH 0/4] namespacefs: Proof-of-Concept
 2021-11-19 14:26 UTC  (5+ messages)

[PATCH] drm: check drm_format_info hsub and vsub to avoid divide by zero
 2021-11-19 14:25 UTC  (6+ messages)

[PATCH 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-11-19 14:23 UTC  (5+ messages)
` [PATCH 3/5] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM

[PATCH] net/bridge: replace simple_strtoul to kstrtol
 2021-11-19 14:20 UTC  (2+ messages)

[PATCH v3] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi
 2021-11-19 14:17 UTC  (7+ messages)

[PATCHv4 0/2] tracing/rwmmio/arm64: Add support to trace register reads/writes
 2021-11-19 14:17 UTC  (8+ messages)
` [PATCHv4 1/2] tracing: Add register read/write tracing support
` [PATCHv4 2/2] arm64/io: Add a header for mmio access instrumentation

[PATCH] kmemleak: fix kmemleak false positive report with HW tag-based kasan enable
 2021-11-19 14:15 UTC  (3+ messages)

[PATCH] kcov: add KCOV_PC_RANGE to limit pc range
 2021-11-19 14:13 UTC  (9+ messages)

[PATCH v3 0/2] i2c: exynos5: add support for ExynosAutov9 SoC
 2021-11-19 14:12 UTC  (8+ messages)
  ` [PATCH v3 2/2] "

[PATCH] s390/test_unwind: use raw opcode instead of invalid instruction
 2021-11-19 14:12 UTC  (7+ messages)

[PATCH] MM: discard __GFP_ATOMIC
 2021-11-19 14:10 UTC  (4+ messages)

[RFC][PATCH v5 1/4] trace: Add trace any kernel object
 2021-11-19 14:09 UTC  (6+ messages)
` [RFC][PATCH v5 2/4] trace/objtrace: get the value of the object
` [RFC][PATCH v5 3/4] trace/objtrace: Add testcases for objtrace trigger parsing

'perf stat --bpf-counters test' failures
 2021-11-19 14:08 UTC  (2+ messages)

drivers/mmc/cor/bus: Delete redundant match function
 2021-11-19 14:06 UTC  (2+ messages)
    `  "

[PATCH 0/2] PCI: MSI: Deal with devices lying about their masking capability
 2021-11-19 14:05 UTC  (7+ messages)

kexec causes `DMAR-IR: IRQ remapping was enabled on dmar6 but we are not in kdump mode`
 2021-11-19 13:58 UTC 

[joro:x86-testing 22/45] arch/x86/kvm/svm/sev.c:562:37: error: 'struct vcpu_svm' has no member named 'vmsa'
 2021-11-19 13:53 UTC 

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-19 13:51 UTC  (15+ messages)
` [RFC v2 PATCH 01/13] mm/shmem: Introduce F_SEAL_GUEST
` [RFC v2 PATCH 02/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [RFC v2 PATCH 03/13] KVM: Extend kvm_userspace_memory_region to support fd based memslot
` [RFC v2 PATCH 04/13] KVM: Add fd-based memslot data structure and utils
` [RFC v2 PATCH 05/13] KVM: Implement fd-based memory using new memfd interfaces
` [RFC v2 PATCH 06/13] KVM: Register/unregister memfd backed memslot
` [RFC v2 PATCH 07/13] KVM: Handle page fault for fd based memslot
` [RFC v2 PATCH 08/13] KVM: Rename hva memory invalidation code to cover fd-based offset
` [RFC v2 PATCH 09/13] KVM: Introduce kvm_memfd_invalidate_range
` [RFC v2 PATCH 10/13] KVM: Match inode for invalidation of fd-based slot
` [RFC v2 PATCH 11/13] KVM: Add kvm_map_gfn_range
` [RFC v2 PATCH 12/13] KVM: Introduce kvm_memfd_fallocate_range
` [RFC v2 PATCH 13/13] KVM: Enable memfd based page invalidation/fallocate

[PATCH 00/17] Add memberof(), split some headers, and slightly simplify code
 2021-11-19 13:48 UTC  (21+ messages)
` [PATCH 01/17] linux/container_of.h: Add memberof(T, m)
` [PATCH 02/17] Use memberof(T, m) instead of explicit NULL dereference
` [PATCH 03/17] Replace some uses of memberof() by its wrappers
` [PATCH 04/17] linux/memberof.h: Move memberof() to separate header
` [PATCH 05/17] linux/typeof_member.h: Move typeof_member() to a "
` [PATCH 06/17] Simplify sizeof(typeof_member()) to sizeof_field()
` [PATCH 07/17] linux/NULL.h: Move NULL to a separate header
` [PATCH 08/17] linux/offsetof.h: Move offsetof(T, m) "
` [PATCH 09/17] linux/offsetof.h: Implement offsetof() in terms of memberof()
` [PATCH 10/17] linux/container_of.h: Implement container_of_safe() in terms of container_of()
` [PATCH 11/17] linux/container_of.h: Cosmetic
` [PATCH 12/17] linux/container_of.h: Remove unnecessary cast to (void *)
` [PATCH 13/17] linux/sizeof_field.h: Move sizeof_field(T, m) to a separate header
` [PATCH 14/17] include/linux/: Include a smaller header if just for NULL
` [PATCH 15/17] linux/offsetofend.h: Move offsetofend(T, m) to a separate header
` [PATCH 16/17] linux/array_size.h: Move ARRAY_SIZE(arr) "
` [PATCH 17/17] include/: Include <linux/array_size.h> for ARRAY_SIZE()

[PATCH RESEND] MAINTAINERS: Update for VMware PVRDMA driver
 2021-11-19 13:48 UTC  (2+ messages)

[PATCH] dt-bindings: usb: dwc3-xilinx: Convert USB DWC3 bindings
 2021-11-19 13:46 UTC 

[mcgrof-next:20211118-sysctl-cleanups-set-04-v2 36/36] fs/namespace.c:4615:77: error: macro "register_sysctl_init" passed 3 arguments, but takes just 2
 2021-11-19 13:45 UTC 

[PATCH] arm64: uaccess: fix put_user() with TTBR0 PAN
 2021-11-19 13:44 UTC  (4+ messages)

[PATCH v2] ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE
 2021-11-19 13:37 UTC  (3+ messages)

[PATCH] i2c: tegra: Add ACPI support
 2021-11-19 13:32 UTC 

[GIT PULL] perf tools fixes for v5.16: 1st batch
 2021-11-19 13:36 UTC 

[PATCH] dt-bindings: ti-serdes-mux: Add defines for J721S2 SoC
 2021-11-19 13:34 UTC 

[PATCH] v5.10 backport of x86/iopl: Fake iopl(3) CLI/STI usage
 2021-11-19 13:34 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: ti,j721e: Add device id for J721S2
 2021-11-19 13:32 UTC 

BUG: KASAN: use-after-free in dec_rlimit_ucounts
 2021-11-19 13:32 UTC  (5+ messages)

[PATCH 0/5] J721S2: Add initial support
 2021-11-19 13:30 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: arm: ti: Add bindings for J721s2 SoC
` [PATCH 2/5] dt-bindings: pinctrl: k3: Introduce pinmux definitions for J721S2
` [PATCH 3/5] arm64: dts: ti: Add initial support for J721S2 SoC
` [PATCH 4/5] arm64: dts: ti: Add initial support for J721S2 System on Module
` [PATCH 5/5] arch: arm64: ti: Add support J721S2 Common Processor Board

[RFC PATCH 0/2] KVM: arm64: Host/Guest trace syncronization
 2021-11-19 13:31 UTC  (10+ messages)
` [RFC PATCH 1/2] arm64/tracing: add cntvct based trace clock
` [RFC PATCH 2/2] KVM: arm64: export cntvoff in debugfs

[PATCH 0/6] backport patches to improve clocks management for stmmac driver
 2021-11-19 13:29 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: ITMT support for overclocked system
 2021-11-19 13:27 UTC  (3+ messages)

[PATCH] blk-cgroup: fix missing put device in error path from blkg_conf_pref()
 2021-11-19 13:27 UTC  (2+ messages)

[PATCH] net: ixgbevf: Remove redundant initialization of variable ret_val
 2021-11-19 13:26 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH 0/2] J721S2: Add initial support
 2021-11-19 13:23 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: ti: k3-udma: Add SoC dependent data for J721S2 SoC
` [PATCH 2/2] drivers: dma: ti: k3-psil: Add support for J721S2

[PATCH v2 1/3] drm/bridge: parade-ps8640: Don't try to enable VDO if poweron fails
 2021-11-19 13:19 UTC  (5+ messages)
` [PATCH v2 2/3] drm/bridge: parade-ps8640: Move real poweroff action to new function

[PATCH] soc: ti: k3-socinfo: Add entry for J721S2 SoC family
 2021-11-19 13:15 UTC 

[PATCH] net: ipa: Use 'for_each_clear_bit' when possible
 2021-11-19 13:14 UTC  (3+ messages)

[PATCH v2 00/11] gpio: msc313: Add gpio support for ssd20xd
 2021-11-19 13:11 UTC  (2+ messages)

[PATCH v2 0/2] Add SPI control driver for Sunplus SP7021 SoC
 2021-11-19 13:06 UTC  (7+ messages)
` [PATCH v2 1/2] SPI: Add SPI driver for Sunplus SP7021

[PATCH 1/2] i915/gvt: Introduce the mmio_info_table.c to support VFIO new mdev API
 2021-11-19 13:03 UTC  (2+ messages)
` [PATCH 2/2] i915/gvt: save the MMIO snapshot in the early init of GVT-g

[PATCH v4 00/22] cpufreq: introduce a new AMD CPU frequency control mechanism
 2021-11-19 12:58 UTC  (5+ messages)
` [PATCH v4 06/22] cpufreq: amd: introduce a new amd pstate driver to support future processors

[PATCH 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-11-19 12:56 UTC  (10+ messages)
` [PATCH 01/11] iommu: Add device dma ownership set/release interfaces

[PATCH v3] misc: fastrpc: fix improper packet size calculation
 2021-11-19 12:53 UTC  (7+ messages)

[PATCH] ASoC: cs42l42: Report initial jack state
 2021-11-19 12:48 UTC 

general protection fault in bdev_read_page
 2021-11-19 12:45 UTC  (2+ messages)

[mcgrof-next:20211118-sysctl-cleanups-set-04-v2 34/36] fs/pipe.c:1498:67: error: macro "register_sysctl_init" passed 3 arguments, but takes just 2
 2021-11-19 12:38 UTC 

[PATCH] arm64: dts: renesas: rzg2l-smarc-som: Enable serial NOR flash
 2021-11-19 12:37 UTC 

[RFC PATCH 0/3] Use pageblock_order for cma and alloc_contig_range alignment
 2021-11-19 12:33 UTC  (2+ messages)

[PATCH v1 0/3] Add NVIDIA Tegra114 support to video decoder driver
 2021-11-19 12:30 UTC  (10+ messages)
` [PATCH v1 1/3] media: staging: tegra-vde: Support reference picture marking

[PATCH v2 0/3] irqchip/gic-v3-its: Fix LPI pending table handling vs PREEMPT_RT
 2021-11-19 12:28 UTC  (3+ messages)

[PATCH 0/2] staging: r8188eu: remove more rf_type related dead code
 2021-11-19 12:26 UTC  (3+ messages)
` [PATCH 1/2] staging: r8188eu: remove rf_type from add_RATid()
` [PATCH 2/2] staging: r8188eu: remove rf_type from HT_caps_handler()

[PATCH] RISC-V: KVM: Fix incorrect KVM_MAX_VCPUS value
 2021-11-19 12:20 UTC  (3+ messages)

[PATCH v2] spi: docs: improve the SPI userspace API documentation
 2021-11-19 12:11 UTC 

arch/x86/platform/uv/bios_uv.c:175:12: sparse: sparse: function 'uv_bios_get_master_nasid' with external linkage has definition
 2021-11-19 12:10 UTC 

[PATCH] kbuild: Enable armthumb BCJ filter for Thumb-2 kernel
 2021-11-19 12:07 UTC 

[PATCH] af_unix: fix regression in read after shutdown
 2021-11-19 12:05 UTC 

[PATCH -next] optee: Fix NULL but dereferenced coccicheck error
 2021-11-19 12:04 UTC  (2+ messages)

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

[PATCH net v2] net: marvell: prestera: fix brige port operation
 2021-11-19 12:00 UTC  (2+ messages)

[PATCH] ipv6: Use memset_after() to zero rt6_info
 2021-11-19 12:00 UTC  (2+ messages)

[PATCH] net/af_iucv: Use struct_group() to zero struct iucv_sock region
 2021-11-19 12:00 UTC  (2+ messages)

[PATCH] atlantic: fix double-free in aq_ring_tx_clean
 2021-11-19 12:00 UTC  (2+ messages)

[PATCH net] net: marvell: prestera: fix double free issue on err path
 2021-11-19 12:00 UTC  (2+ messages)

[PATCH] stmmac_pci: Fix underflow size in stmmac_rx
 2021-11-19 12:00 UTC  (2+ messages)

[morse:mpam/snapshot/v5.15 62/139] fs/resctrl/monitor.c:102 __check_limbo() warn: unsigned 'arch_mon_ctx' is never less than zero
 2021-11-19 11:54 UTC 

[PATCH] clk/mediatek: fix missing null-check for mt7622
 2021-11-19 11:53 UTC  (2+ messages)

[PATCH] cxgb3: Use struct_group() for memcpy() region
 2021-11-19 11:50 UTC  (2+ messages)

[PATCH] cxgb4: Use struct_group() for memcpy() region
 2021-11-19 11:50 UTC  (2+ messages)

[PATCH] bnx2x: Use struct_group() for memcpy() region
 2021-11-19 11:50 UTC  (2+ messages)

[PATCH] net: dccp: Use memset_startat() for TP zeroing
 2021-11-19 11:50 UTC  (2+ messages)

[PATCH] net: 802: Use memset_startat() to clear struct fields
 2021-11-19 11:50 UTC  (2+ messages)

[mcgrof-next:20211118-sysctl-cleanups-set-04-v2 33/36] fs/exec.c:2180:62: error: macro "register_sysctl_init" passed 3 arguments, but takes just 2
 2021-11-19 11:42 UTC 

[PATCH v12 0/2] Update ASUS WMI supported boards
 2021-11-19 11:36 UTC  (2+ messages)

[PATCH 1/6] vhost: get rid of vhost_poll_flush() wrapper
 2021-11-19 11:32 UTC  (4+ messages)
` [PATCH 6/6] vhost_net: use RCU callbacks instead of synchronize_rcu()

[PATCH v1 1/2] dt:bindings:iio:frequency: Add ADMV4420 doc
 2021-11-19 11:40 UTC  (2+ messages)
` [PATCH v1 2/2] iio:frequency:admv4420.c: Add support for ADMV4420

[PATCH] drm/hyperv: Fix device removal on Gen1 VMs
 2021-11-19 11:29 UTC 

[PATCH 0/2] Add DTs for all Apple M1 (t8103) devices
 2021-11-19 11:25 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: arm: apple: Add iMac (24-inch 2021) to Apple bindings
` [PATCH 2/2] arm64: dts: apple: Add missing M1 (t8103) devices

Recall: [PATCH] kcov: add KCOV_PC_RANGE to limit pc range
 2021-11-19 11:20 UTC 

[PATCH v1 1/3] x86/quirks: Add missed include to satisfy static checker
 2021-11-19 11:20 UTC  (4+ messages)
` [PATCH v1 2/3] x86/quirks: Introduce hpet_dev_print_force_hpet_address() helper
` [PATCH v1 3/3] x86/quirks: Join string literals back

[PATCH 0/3] KEXEC_SIG with appended signature
 2021-11-19 11:18 UTC  (11+ messages)

[PATCH 5.15 000/917] 5.15.3-rc1 review
 2021-11-19 11:15 UTC  (4+ messages)
` [PATCH 5.15 808/917] drm: fb_helper: improve CONFIG_FB dependency

[PATCH 0/4] KVM: x86/pmu: An insightful refactoring of vPMU code
 2021-11-19 11:10 UTC  (6+ messages)
` [PATCH 3/4] KVM: x86/pmu: Reuse find_perf_hw_id() and drop find_fixed_event()

[PATCH v4 0/1] PCI: Initial KUnit test fixture for resource assignment
 2021-11-19 11:10 UTC  (3+ messages)
` [PATCH v4 1/1] PCI: Add KUnit tests for __pci_read_base()

[PATCH v5 0/6] Cleanups for the nomodeset kernel command line parameter logic
 2021-11-19 11:08 UTC  (4+ messages)
` [PATCH v5 3/6] drm: Move nomodeset kernel parameter to the DRM subsystem

[PATCH] memory: renesas-rpc-if: refactor MOIIO and IOFV macros
 2021-11-19 11:04 UTC 

[PATCH] drm/vc4: fix error code in vc4_create_object()
 2021-11-19 11:00 UTC  (2+ messages)
` (subset) "

[PATCH v9 0/4] gpio-sim: configfs-based GPIO simulator
 2021-11-19 10:57 UTC  (6+ messages)

[PATCH] media: ccs: complement the return check of pm_runtime_get_if_active()
 2021-11-19 10:56 UTC 

[PATCH v2 0/3] ASoC: stm32: add pm runtime support
 2021-11-19 10:47 UTC  (2+ messages)
` [PATCH v2 2/3] ASoC: stm32: dfsdm: add pm_runtime support for audio


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