linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-27 14:36:14 to 2021-08-27 17:46:57 UTC [more...]

[PATCH v7 00/11] Add new clocks and fix bugs for Ingenic SoCs
 2021-08-27 17:46 UTC  (4+ messages)
` [PATCH v7 02/11] clk: Ingenic: Adjust cgu code to make it compatible with I2S PLL

[GIT PULL] RISC-V Fixes for 5.14-rc8 (or 5.14)
 2021-08-27 17:45 UTC 

[PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-27 17:44 UTC  (17+ messages)
` [PATCH V4 01/13] x86/hyperv: Initialize GHCB page in Isolation VM
` [PATCH V4 02/13] x86/hyperv: Initialize shared memory boundary in the "
` [PATCH V4 03/13] x86/hyperv: Add new hvcall guest address host visibility support
` [PATCH V4 04/13] hyperv: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V4 05/13] hyperv: Add Write/Read MSR registers via ghcb page
` [PATCH V4 06/13] hyperv: Add ghcb hvcall support for SNP VM
` [PATCH V4 07/13] hyperv/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V4 08/13] hyperv/vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH V4 09/13] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH V4 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V4 11/13] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V4 12/13] hv_netvsc: Add Isolation VM support for netvsc driver
` [PATCH V4 13/13] hv_storvsc: Add Isolation VM support for storvsc driver

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-27 17:44 UTC  (11+ messages)
` [PATCH Part1 v5 17/38] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 v5 31/38] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH Part1 v5 32/38] x86/sev: enable SEV-SNP-validated CPUID in #VC handlers
` [PATCH Part1 v5 33/38] x86/sev: Provide support for SNP guest request NAEs

[PATCH v4] EDAC/mc: Prefer strscpy over strcpy
 2021-08-27 17:36 UTC  (5+ messages)

[PATCH] drivers/cdrom: improved ioctl for media change detection
 2021-08-27 17:30 UTC  (3+ messages)

[PATCH v2] bus: mhi: core: Use cached values for calculating the shared write pointer
 2021-08-27 17:29 UTC  (2+ messages)

[PATCH v3 2/4] dmaengine: tegra: Add tegra gpcdma driver
 2021-08-27 17:23 UTC  (2+ messages)

[PATCH V10 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-08-27 17:23 UTC  (3+ messages)
` [PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks

[PATCH RESEND 0/8] hugetlb: add demote/split page functionality
 2021-08-27 17:22 UTC  (6+ messages)

[patch V5 00/72] locking, sched: The PREEMPT-RT locking infrastructure
 2021-08-27 17:21 UTC  (3+ messages)
` [patch V5 32/72] locking/rtmutex: Provide the spin/rwlock core lock function

[PATCH] arm64: dts: qcom: sc7280: fix display port phy base address offset
 2021-08-27 17:20 UTC  (2+ messages)

[PATCH] fs/ntfs3: fix an error code in ntfs_get_acl_ex()
 2021-08-27 17:17 UTC  (4+ messages)

[PATCH v1 0/4] char: xillybus: Remove usage of the deprecated 'pci-dma-compat.h' API
 2021-08-27 17:17 UTC  (5+ messages)
` [PATCH v1 1/4] "
` [PATCH v1 2/4] char: xillybus: Remove usage of 'pci_unmap_single()'
` [PATCH v1 3/4] char: xillybus: Remove usage of remaining deprecated pci_ API
` [PATCH v1 4/4] char: xillybus: Simplify 'xillybus_init_endpoint()'

[PATCH] fs/ntfs3: add checks for allocation failure
 2021-08-27 17:16 UTC  (2+ messages)

[PATCH v7 00/19] gfs2: Fix mmap + page fault deadlocks
 2021-08-27 17:16 UTC  (21+ messages)
` [PATCH v7 01/19] iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
` [PATCH v7 02/19] powerpc/kvm: Fix kvm_use_magic_page
` [PATCH v7 03/19] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [PATCH v7 04/19] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH v7 05/19] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH v7 06/19] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH v7 07/19] gfs2: Clean up function may_grant
` [PATCH v7 08/19] gfs2: Eliminate vestigial HIF_FIRST
` [PATCH v7 09/19] gfs2: Remove redundant check from gfs2_glock_dq
` [PATCH v7 10/19] gfs2: Introduce flag for glock holder auto-demotion
` [PATCH v7 11/19] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [PATCH v7 12/19] gfs2: Eliminate ip->i_gh
` [PATCH v7 13/19] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH v7 14/19] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH v7 15/19] iomap: Support partial direct I/O on user copy failures
` [PATCH v7 16/19] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v7 17/19] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [PATCH v7 18/19] iov_iter: Introduce nofault "
` [PATCH v7 19/19] gfs2: Fix mmap + page fault deadlocks for direct I/O

[GIT PULL] arm64 fix for 5.14
 2021-08-27 17:16 UTC  (6+ messages)

[PATCH v4 0/4] Apple M1 PCIe DT bindings
 2021-08-27 17:15 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: interrupt-controller: Convert MSI controller to json-schema
` [PATCH v4 2/4] dt-bindings: interrupt-controller: msi: Add msi-ranges property
` [PATCH v4 3/4] dt-bindings: pci: Add DT bindings for apple,pcie
` [PATCH v4 4/4] arm64: apple: Add PCIe node

[PATCH] igc: optimize igc_ptp_systim_to_hwtstamp()
 2021-08-27 17:15 UTC 

[RFC] [PATCH net-next v4 0/2] r8169: Implement dynamic ASPM mechanism for recent 1.0/2.5Gbps Realtek NICs
 2021-08-27 17:14 UTC  (3+ messages)
` [RFC] [PATCH net-next v4 1/2] PCI/ASPM: Introduce a new helper to report ASPM capability
` [RFC] [PATCH net-next v4] [PATCH 2/2] r8169: Implement dynamic ASPM mechanism

[PATCH v2 0/5] drm/msm/dp: Support multiple DP instances and add sc8180x
 2021-08-27 17:14 UTC  (4+ messages)
` [PATCH v2 3/5] drm/msm/dp: Support up to 3 DP controllers

[PATCH v2] fs/ntfs3: Use kernel ALIGN macros over driver specific
 2021-08-27 17:14 UTC  (2+ messages)

[PATCH] docs: deprecated.rst: Clarify open-coded arithmetic with literals
 2021-08-27 17:12 UTC 

[PATCH v4 0/3] fs/ntfs3: Use kernel alloc wrappers and fix warnings
 2021-08-27 17:12 UTC  (2+ messages)

[PATCH] lib/vsprintf: add __putchar()
 2021-08-27 17:11 UTC 

[PATCH v2 0/5] Enable -Warray-bounds and -Wzero-length-bounds
 2021-08-27 17:08 UTC  (8+ messages)
` [PATCH v2 2/5] treewide: Replace open-coded flex arrays in unions
` [PATCH v2 1/5] stddef: Add flexible array union helper

[PATCH v6 00/11] DDW + Indirect Mapping
 2021-08-27 17:06 UTC  (9+ messages)
` [PATCH v6 02/11] powerpc/kernel/iommu: Add new iommu_table_in_use() helper
` [PATCH v6 06/11] powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()
` [PATCH v6 08/11] powerpc/pseries/iommu: Update remove_dma_window() to accept property name
` [PATCH v6 10/11] powerpc/pseries/iommu: Make use of DDW for indirect mapping

[PATCH] arm64: dts: qcom: sc7280: enable IDP display port
 2021-08-27 17:05 UTC 

[PATCH v2 0/3] kselftests: clean configs
 2021-08-27 17:00 UTC  (5+ messages)
` [PATCH v2 1/3] selftests/sync: Remove the deprecated config SYNC

[GIT PULL] MMC fixes for v5.14-rc8
 2021-08-27 16:56 UTC  (2+ messages)

Contributing to drivers/staging area
 2021-08-27 16:56 UTC  (3+ messages)

[PATCH v2] fs/proc/uptime.c: fix idle time reporting in /proc/uptime
 2021-08-27 16:54 UTC 

RDMA/rpma + fsdax(ext4) was broken since 36f30e486d
 2021-08-27 16:52 UTC  (8+ messages)

[PATCH NET v4 3/7] ipv6: use skb_expand_head in ip6_xmit
 2021-08-27 16:47 UTC  (8+ messages)
` [PATCH NET-NEXT] ipv6: skb_expand_head() adjust skb->truesize incorrectly

[PATCH v12 2/6] PCI: mediatek: Add new method to get shared pcie-cfg base address
 2021-08-27 16:46 UTC  (2+ messages)

[PATCH net-next v6] ipv6: add IFLA_INET6_RA_MTU to expose mtu value
 2021-08-27 16:41 UTC  (2+ messages)

[PATCH 1/2] drm/bridge: it66121: Initialize {device,vendor}_ids
 2021-08-27 16:39 UTC  (2+ messages)
` [PATCH 2/2] drm/bridge: it66121: Wait for next bridge to be probed

[PATCH 1/1] KVM: s390: index kvm->arch.idle_mask by vcpu_idx
 2021-08-27 16:36 UTC  (3+ messages)

[PATCH v2] iio: adc128s052: Simplify 'adc128_probe()'
 2021-08-27 16:34 UTC  (3+ messages)

[PATCH] staging: vt6656: Remove filenames in files
 2021-08-27 16:32 UTC 

[PATCH] fs/ntfs3: Remove unused including <linux/version.h>
 2021-08-27 16:31 UTC  (2+ messages)

[PATCH v3 0/5] Enable -Warray-bounds and -Wzero-length-bounds
 2021-08-27 16:30 UTC  (6+ messages)
` [PATCH v3 1/5] stddef: Introduce DECLARE_FLEX_ARRAY() helper
` [PATCH v3 2/5] treewide: Replace open-coded flex arrays in unions
` [PATCH v3 3/5] treewide: Replace 0-element memcpy() destinations with flexible arrays
` [PATCH v3 4/5] Makefile: Enable -Warray-bounds
` [PATCH v3 5/5] Makefile: Enable -Wzero-length-bounds

[PATCH v6 3/3] pwm: Add support for Xilinx AXI Timer
 2021-08-27 16:29 UTC  (3+ messages)

[PATCH] mm/hmm: bypass devmap pte when all pfn requested flags are fulfilled
 2021-08-27 16:28 UTC  (2+ messages)

[PATCH] mm,vmscan: fix divide by zero in get_scan_count
 2021-08-27 16:28 UTC  (2+ messages)

[PATCH][next] fs/ntfs3: Fix fall-through warnings for Clang
 2021-08-27 16:26 UTC  (2+ messages)

[syzbot] general protection fault in legacy_parse_param
 2021-08-27 16:26 UTC  (10+ messages)

[PATCH 0/5] staging: rtl8723bs: remove unused functions
 2021-08-27 16:26 UTC  (5+ messages)
` [PATCH 1/5] staging: rtl8723bs: remove sdio_write_mem()

linux-next: manual merge of the char-misc tree with Linus' tree
 2021-08-27 16:24 UTC  (3+ messages)

[PATCH v2 00/15] Introduce PECI subsystem
 2021-08-27 16:24 UTC  (5+ messages)
` [PATCH v2 07/15] peci: Add peci-aspeed controller driver

[PATCH 0/2] Make nvmet_init_cap dependent on passthru controller
 2021-08-27 16:19 UTC  (4+ messages)
  ` [PATCH 2/2] nvmet: use passthru cntrl in nvmet_init_cap

[PATCH] ima: fix deadlock within "ima_match_policy" function
 2021-08-27 16:16 UTC  (3+ messages)
` [PATCH] ima: fix deadlock when traversing "ima_default_rules"

[PATCH 5/5] staging: rtl8723bs: remove _read_port from _io_ops structure
 2021-08-27 16:14 UTC 

[PATCH 3/5] staging: rtl8723bs: remove sdio_read_mem() and sdio_readN()
 2021-08-27 16:13 UTC 

[PATCH 4/5] staging: rtl8723bs: remove unused definitions from rtw_io.h
 2021-08-27 16:14 UTC 

[PATCH 2/5] staging: rtl8723bs: remove sdio_writeN()
 2021-08-27 16:13 UTC 

[PATCH 0/2] Use raw spinlocks in the ls-extirq driver
 2021-08-27 16:12 UTC  (4+ messages)
` [PATCH 1/2] regmap: teach regmap to use raw spinlocks if requested in the config

[PATCH] fs/ntfs3: Remove unused variable cnt in ntfs_security_init()
 2021-08-27 16:12 UTC  (2+ messages)

[PATCH][next] fs/ntfs3: Fix integer overflow in multiplication
 2021-08-27 16:11 UTC  (2+ messages)

[RFC PATCH] powerpc: Investigate static_call concept
 2021-08-27 16:04 UTC  (3+ messages)

[PATCH] fs/ntfs3: Add ifndef + define to all header files
 2021-08-27 16:09 UTC  (2+ messages)

[PATCH 0/5] vsprintf and uses: Add upper case output to %*ph extension
 2021-08-27 16:09 UTC  (11+ messages)
` [PATCH 5/5] staging: r8188eu: Use vsprintf extension %phCX to format a copy_to_user string

[PATCH] fs/ntfs3: Use linux/log2 is_power_of_2 function
 2021-08-27 16:08 UTC  (2+ messages)

[PATCH][next][V2] fs/ntfs3: Fix various spelling mistakes
 2021-08-27 16:06 UTC  (2+ messages)

[PATCH v5 0/1] asus-wmi: Add support for custom fan curves
 2021-08-27 16:05 UTC  (4+ messages)
` [PATCH v5] "

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-27 15:58 UTC  (15+ messages)

[PATCH v9 0/8] NVIDIA Tegra power management patches for 5.16
 2021-08-27 15:50 UTC  (4+ messages)
` [PATCH v9 4/8] PM: domains: Add get_performance_state() callback

[PATCH v3 0/7] nitro_enclaves: Add support for Arm64
 2021-08-27 15:49 UTC  (8+ messages)
` [PATCH v3 1/7] nitro_enclaves: Enable Arm64 support
` [PATCH v3 2/7] nitro_enclaves: Update documentation for "
` [PATCH v3 3/7] nitro_enclaves: Add fix for the kernel-doc report
` [PATCH v3 4/7] nitro_enclaves: Update copyright statement to include 2021
` [PATCH v3 5/7] nitro_enclaves: Add fixes for checkpatch match open parenthesis reports
` [PATCH v3 6/7] nitro_enclaves: Add fixes for checkpatch spell check reports
` [PATCH v3 7/7] nitro_enclaves: Add fixes for checkpatch blank line reports

[PATCH linux-next] drivers:r8188eu: remove unneeded variable
 2021-08-27 15:48 UTC  (3+ messages)

[PATCH] hwmon: add driver for Aquacomputer D5 Next
 2021-08-27 15:47 UTC  (2+ messages)

[kbuild] drivers/net/ethernet/mscc/ocelot_vsc7514.c:554 ocelot_xtr_irq_handler() error: uninitialized symbol 'err'
 2021-08-27 15:47 UTC  (2+ messages)

[PATCH v1 1/2] dt-bindings: mailbox: qcom: Add SM6115, SM4250 APCS compatible
 2021-08-27 15:42 UTC  (3+ messages)
` [PATCH v1 2/2] mailbox: qcom: Add support for sm4125 sm6115 APCS IPC

[mm] f9ce0be71d: BUG:KCSAN:data-race_in_next_uptodate_page/next_uptodate_page
 2021-08-27 15:42 UTC  (2+ messages)

[PATCH v3] staging: r8188eu: Provide a TODO file for this driver
 2021-08-27 15:39 UTC  (4+ messages)

[PATCH v1 0/7] ARM: prepare and add colibri imx6ull 1gb (emmc) support
 2021-08-27 15:33 UTC  (4+ messages)
` [PATCH v1 2/7] ARM: imx_v6_v7_defconfig: enable fb

[PATCH] media: hevc: fix pictures lists type
 2021-08-27 15:26 UTC  (11+ messages)

[PATCH v2 0/7] nitro_enclaves: Add support for Arm64
 2021-08-27 15:24 UTC  (5+ messages)
` [PATCH v2 1/7] nitro_enclaves: Enable Arm64 support

arm scsi drivers
 2021-08-27 15:23 UTC  (4+ messages)

[PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-27 15:22 UTC  (9+ messages)
` [PATCH 05/15] perf: Track guest callbacks on a per-CPU basis
` [PATCH 07/15] KVM: Use dedicated flag to track if KVM is handling an NMI from guest

[PATCH v2] f2fs: introduce fragment allocation mode mount option
 2021-08-27 15:22 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v4 0/6] sched/fair: Fix load balancing of SMT siblings with ASYM_PACKING
 2021-08-27 15:17 UTC  (5+ messages)
` [PATCH v4 6/6] sched/fair: Consider SMT in ASYM_PACKING load balance

[PATCH] Don't block writes to swap-files with ETXTBSY
 2021-08-27 15:16 UTC 

[PATCH] scripts: add generic install.sh
 2021-08-27 15:14 UTC  (3+ messages)

[PATCH v2 bpf-next 2/3] bpf: introduce helper bpf_get_branch_snapshot
 2021-08-27 15:10 UTC  (2+ messages)

[PATCH v1] dt-bindings for Cadence UFS host controller
 2021-08-27 15:06 UTC  (3+ messages)
` [PATCH v1] dt-bindings: ufshc: cdns: convert bindings "

[PATCH v2] cgroup: Avoid compiler warnings with no subsystems
 2021-08-27 15:04 UTC 

[PATCH] mm/damon/vaddr: Safely walk page table
 2021-08-27 15:04 UTC 

[PATCH v2 0/4] amba: Properly handle device probe without IRQ domain
 2021-08-27 15:06 UTC  (5+ messages)
` [PATCH v2 1/4] amba: Drop unused functions about APB/AHB devices add
` [PATCH v2 2/4] Revert "ARM: amba: make use of -1 IRQs warn"
` [PATCH v2 3/4] amba: Kill sysfs attribute file of irq
` [PATCH v2 4/4] amba: Properly handle device probe without IRQ domain

[PATCH v1 1/1] platform/x86/intel: punit_ipc: Drop wrong use of ACPI_PTR()
 2021-08-27 14:53 UTC 

[patch V3 0/8] extensible prctl task isolation interface and vmstat sync
 2021-08-27 14:44 UTC  (6+ messages)
` [patch V3 2/8] add prctl task isolation prctl docs and samples

[PATCH] ppc: add "-z notext" flag to disable diagnostic
 2021-08-27 14:40 UTC  (6+ messages)

[PATCH -next] printk/index: Fix -Wunused-function warning
 2021-08-27 14:47 UTC  (2+ messages)

[v3 0/4] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail
 2021-08-27 14:45 UTC  (5+ messages)
` [v3 3/4] drm/panel: support for BOE and INX video mode panel
` [v3 4/4] dt-bindngs: display: panel: Add BOE and INX panel bindings

[PATCH] mac80211: Drop frames from invalid MAC address in ad-hoc mode
 2021-08-27 14:42 UTC 

[PATCH 0/3] amba: Properly handle device probe without IRQ domain
 2021-08-27 14:38 UTC  (11+ messages)
` [PATCH 3/3] "
              ` [BUG] amba: Remove deferred device addition

[PATCH] f2fs: don't ignore writing pages on fsync during checkpoint=disable
 2021-08-27 14:36 UTC  (4+ messages)
` [PATCH v2] "
  ` [f2fs-dev] [PATCH v3] "


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