linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-01 23:10:27 to 2022-02-02 03:54:48 UTC [more...]

linux-next: build warning after merge of the akpm-current tree
 2022-02-02  3:54 UTC 

mmotm 2022-02-01-16-04 uploaded
 2022-02-02  3:49 UTC  (2+ messages)
` mmotm 2022-02-01-16-04 uploaded (mm/memcontrol.c)

[PATCH RESEND] media: uvcvideo: Add support for Apple T2-attached FaceTime HD Camera
 2022-02-02  3:41 UTC  (3+ messages)

[PATCH v2 1/2] dt:bindings:iio:frequency: Add ADMV4420 doc
 2022-02-02  3:40 UTC  (2+ messages)

[ebiggers:crypto-pending 11/11] arch/arm64/crypto/aes-glue.c:479:20: error: use of undeclared identifier 'STRIDE'
 2022-02-02  3:39 UTC 

[PATCH] serial: 8250_bcm2835aux: Add ACPI support
 2022-02-02  3:39 UTC  (4+ messages)

[PING PATCH v7] kallsyms: new /proc/kallmodsyms with builtin modules
 2022-02-02  3:39 UTC  (5+ messages)

[PATCH] docs/memory-barriers.txt: volatile is not a barrier() substitute
 2022-02-02  3:26 UTC  (5+ messages)

[PATCH v2] Revert mm/gup: small refactoring: simplify try_grab_page()
 2022-02-02  3:23 UTC 

[net-next PATCH v8 00/16] Add support for qca8k mdio rw in Ethernet packet
 2022-02-02  2:57 UTC  (19+ messages)
` [net-next PATCH v8 01/16] net: dsa: provide switch operations for tracking the master state
` [net-next PATCH v8 02/16] net: dsa: replay master state events in dsa_tree_{setup,teardown}_master
` [net-next PATCH v8 03/16] net: dsa: tag_qca: convert to FIELD macro
` [net-next PATCH v8 04/16] net: dsa: tag_qca: move define to include linux/dsa
` [net-next PATCH v8 05/16] net: dsa: tag_qca: enable promisc_on_master flag
` [net-next PATCH v8 06/16] net: dsa: tag_qca: add define for handling mgmt Ethernet packet
` [net-next PATCH v8 07/16] net: dsa: tag_qca: add define for handling MIB packet
` [net-next PATCH v8 08/16] net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packet
` [net-next PATCH v8 09/16] net: dsa: qca8k: add tracking state of master port
` [net-next PATCH v8 10/16] net: dsa: qca8k: add support for mgmt read/write in Ethernet packet
` [net-next PATCH v8 11/16] net: dsa: qca8k: add support for mib autocast "
` [net-next PATCH v8 12/16] net: dsa: qca8k: add support for phy read/write with mgmt Ethernet
` [net-next PATCH v8 13/16] net: dsa: qca8k: move page cache to driver priv
` [net-next PATCH v8 14/16] net: dsa: qca8k: cache lo and hi for mdio write
` [net-next PATCH v8 15/16] net: dsa: qca8k: add support for larger read/write size with mgmt Ethernet
` [net-next PATCH v8 16/16] net: dsa: qca8k: introduce qca8k_bulk_read/write function

[PATCH v2] mfd: intel-lpss: Check for error irq
 2022-02-02  2:55 UTC 

[PATCHv2 00/29] TDX Guest: TDX core support
 2022-02-02  2:55 UTC  (28+ messages)
` [PATCHv2 01/29] x86/tdx: Detect running as a TDX guest in early boot
` [PATCHv2 03/29] x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
` [PATCHv2 17/29] x86/acpi, x86/boot: Add multiprocessor wake-up support
` [PATCHv2 18/29] x86/boot: Avoid #VE during boot for TDX platforms
` [PATCHv2 19/29] x86/topology: Disable CPU online/offline control for TDX guests
` [PATCHv2 20/29] x86/tdx: Get page shared bit info from the TDX module
` [PATCHv2 21/29] x86/tdx: Exclude shared bit from __PHYSICAL_MASK
` [PATCHv2 22/29] x86/tdx: Make pages shared in ioremap()
` [PATCHv2 23/29] x86/tdx: Add helper to convert memory between shared and private
` [PATCHv2 24/29] x86/mm/cpa: Add support for TDX shared memory
` [PATCHv2 26/29] x86/tdx: ioapic: Add shared bit for IOAPIC base address
` [PATCHv2 28/29] x86/tdx: Warn about unexpected WBINVD

drivers/net/ethernet/cirrus/cs89x0.c:897:41: error: implicit declaration of function 'isa_virt_to_bus'; did you mean 'virt_to_bus'?
 2022-02-02  2:49 UTC 

[RFC PATCH v4 00/13] module: core code clean up
 2022-02-02  2:44 UTC  (2+ messages)

[PATCH v5 00/70] Introducing the Maple Tree
 2022-02-02  2:42 UTC  (71+ messages)
` [PATCH v5 01/70] binfmt_elf: Take the mmap lock when walking the VMA list
` [PATCH v5 02/70] radix tree test suite: Add pr_err define
` [PATCH v5 04/70] radix tree test suite: Add allocation counts and size to kmem_cache
` [PATCH v5 05/70] radix tree test suite: Add support for slab bulk APIs
` [PATCH v5 03/70] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v5 06/70] radix tree test suite: Add lockdep_is_held to header
` [PATCH v5 07/70] Maple Tree: Add new data structure
` [PATCH v5 08/70] lib/test_maple_tree: Add testing for maple tree
` [PATCH v5 11/70] mmap: Use the VMA iterator in count_vma_pages_range()
` [PATCH v5 10/70] mm: Add VMA iterator
` [PATCH v5 09/70] mm: Start tracking VMAs with maple tree
` [PATCH v5 13/70] mm/mmap: Use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v5 12/70] mm/mmap: Use the maple tree in find_vma() "
` [PATCH v5 14/70] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v5 15/70] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v5 16/70] damon: Convert __damon_va_three_regions to use the VMA iterator
` [PATCH v5 18/70] mm: Remove rb tree
` [PATCH v5 17/70] proc: Remove VMA rbtree use from nommu
` [PATCH v5 19/70] mmap: Change zeroing of maple tree in __vma_adjust()
` [PATCH v5 21/70] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH v5 20/70] xen: Use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v5 22/70] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v5 23/70] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v5 24/70] mm: Use maple tree operations for find_vma_intersection()
` [PATCH v5 26/70] mm: Remove vmacache
` [PATCH v5 25/70] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v5 27/70] mm: Convert vma_lookup() to use mtree_load()
` [PATCH v5 28/70] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH v5 31/70] arm64: Remove mmap linked list from vdso
` [PATCH v5 29/70] mm/mmap: Reorganize munmap to use maple states
` [PATCH v5 30/70] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v5 32/70] parisc: Remove mmap linked list from cache handling
` [PATCH v5 33/70] powerpc: Remove mmap linked list walks
` [PATCH v5 34/70] s390: Remove vma "
` [PATCH v5 37/70] cxl: Remove vma linked list walk
` [PATCH v5 35/70] x86: Remove vma linked list walks
` [PATCH v5 36/70] xtensa: "
` [PATCH v5 39/70] um: Remove vma linked list walk
` [PATCH v5 38/70] optee: "
` [PATCH v5 41/70] coredump: "
` [PATCH v5 42/70] exec: Use VMA iterator instead of linked list
` [PATCH v5 40/70] binfmt_elf: Remove vma linked list walk
` [PATCH v5 44/70] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v5 43/70] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH v5 47/70] acct: Use VMA iterator instead "
` [PATCH v5 46/70] ipc/shm: "
` [PATCH v5 45/70] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v5 49/70] sched: Use maple tree iterator to walk VMAs
` [PATCH v5 48/70] perf: Use VMA iterator
` [PATCH v5 52/70] mm/gup: Use maple tree navigation instead of linked list
` [PATCH v5 50/70] fork: Use VMA iterator
` [PATCH v5 51/70] bpf: Remove VMA linked list
` [PATCH v5 53/70] mm/khugepaged: Stop using vma "
` [PATCH v5 54/70] mm/ksm: Use vma iterators instead of "
` [PATCH v5 57/70] mm/mempolicy: Use vma iterator & maple state "
` [PATCH v5 55/70] mm/madvise: Use vma_find() "
` [PATCH v5 56/70] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v5 59/70] mm/mprotect: Use maple tree navigation instead of vma linked list
` [PATCH v5 58/70] mm/mlock: Use vma iterator and "
` [PATCH v5 60/70] mm/mremap: Use vma_find_intersection() "
` [PATCH v5 62/70] mm/oom_kill: Use maple tree iterators "
` [PATCH v5 61/70] mm/msync: Use vma_find() "
` [PATCH v5 63/70] mm/pagewalk: "
` [PATCH v5 64/70] mm/swapfile: Use vma iterator "
` [PATCH v5 65/70] i915: Use the VMA iterator
` [PATCH v5 66/70] nommu: Remove uses of VMA linked list
` [PATCH v5 67/70] riscv: Use vma iterator for vdso
` [PATCH v5 68/70] mm: Remove the vma linked list
` [PATCH v5 69/70] mm/mmap: Drop range_has_overlap() function
` [PATCH v5 70/70] mm/mmap.c: Pass in mapping to __vma_link_file()

[PATCH] mm: move page-writeback sysctls to is own file
 2022-02-02  2:41 UTC  (3+ messages)

[PATCH v2] kernel/time: move timer sysctls to its own file
 2022-02-02  2:40 UTC  (3+ messages)

[ocfs2] c42ff46f97: sysctl_table_check_failed
 2022-02-02  2:39 UTC  (6+ messages)

BUG: Kernel NULL pointer dereference on write at 0x00000000 (rtmsg_ifinfo_build_skb)
 2022-02-02  2:39 UTC  (10+ messages)

[PATCH 5.10 000/100] 5.10.96-rc1 review
 2022-02-02  2:34 UTC  (2+ messages)

WARNING: modpost: vmlinux.o(.text.unlikely+0x1810): Section mismatch in reference from the function trace_define_generic_fields.isra.0() to the variable .init.data:initcall_level_names
 2022-02-02  2:28 UTC 

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-02  2:28 UTC  (3+ messages)

[PATCH] tick: Detect and fix jiffies update stall
 2022-02-02  2:19 UTC  (3+ messages)

[PATCH] PCI: ACPI: Allow internal devices to be marked as untrusted
 2022-02-02  2:05 UTC  (13+ messages)

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-02  2:02 UTC  (3+ messages)
` [PATCH V5 15/21] riscv: compat: Add hw capability check for elf

[PATCH v2 1/2] PCI: Allow internal devices to be marked as untrusted
 2022-02-02  2:01 UTC  (2+ messages)
` [PATCH v2 2/2] dt-bindings: Document "UntrustedDevice" property for PCI devices

[Patch v4] PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology
 2022-02-02  1:55 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v3 0/2] Bluetooth: Fix skb handling in net/bluetooth/mgmt.c
 2022-02-02  1:41 UTC  (3+ messages)
` [PATCH v3 1/2] Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()

[PATCH v2 0/3] Add hugetlb MADV_DONTNEED support
 2022-02-02  1:40 UTC  (4+ messages)
` [PATCH v2 1/3] mm: enable MADV_DONTNEED for hugetlb mappings
` [PATCH v2 2/3] selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE test
` [PATCH v2 3/3] userfaultfd/selftests: enable huegtlb remap and remove event testing

[PATCH v3 0/4] printk: reduce deadlocks during panic
 2022-02-02  1:39 UTC  (3+ messages)
` [PATCH v3 1/4] printk: Add panic_in_progress helper

[RFC PATCH 1/3] Introduce per thread group current virtual cpu id
 2022-02-02  1:32 UTC  (8+ messages)
` [RFC PATCH 2/3] rseq: extend struct rseq with per thread group vcpu id

[PATCH 0/4 v5] fortify: Add Clang support
 2022-02-02  1:13 UTC  (7+ messages)
` [PATCH 1/4] Compiler Attributes: Add Clang's __pass_object_size
` [PATCH 2/4] Compiler Attributes: Add __overloadable
` [PATCH 3/4] Compiler Attributes: Add __diagnose_as
` [PATCH 4/4 v5] fortify: Add Clang support

[PATCH V8 00/44] PKS/PMEM: Add Stray Write Protection
 2022-02-02  1:00 UTC  (8+ messages)
` [PATCH V8 02/44] Documentation/protection-keys: Clean up documentation for User Space pkeys
` [PATCH V8 03/44] x86/pkeys: Create pkeys_common.h

[PATCH V7 0/2] Add thead,c900-plic support
 2022-02-02  1:00 UTC  (3+ messages)
` [PATCH V7 1/2] dt-bindings: update riscv plic compatible string

[BUG] net_device UAF: linkwatch_fire_event() calls dev_hold() after netdev_wait_allrefs() is done
 2022-02-02  0:57 UTC  (4+ messages)

[PATCH v10 0/6] drm: LogiCVC display controller support
 2022-02-02  0:54 UTC  (3+ messages)
` [PATCH v10 1/6] dt-bindings: mfd: logicvc: Add a compatible with the major version only

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-02  0:52 UTC  (6+ messages)
` [PATCH v9 05/43] x86/compressed/64: Detect/setup SEV/SME features earlier in boot

[PATCH] KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointer
 2022-02-02  0:51 UTC 

[PATCH v2 0/5] x86: uaccess CMPXCHG + KVM bug fixes
 2022-02-02  0:49 UTC  (6+ messages)
` [PATCH v2 1/5] Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug
` [PATCH v2 2/5] x86/uaccess: Implement macros for CMPXCHG on user addresses
` [PATCH v2 3/5] KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits
` [PATCH v2 4/5] KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses
` [PATCH v2 5/5] KVM: x86: Bail to userspace if emulation of atomic user access faults

[ammarfaizi2-block:kvalo/ath/ath12k-bringup 275/275] drivers/net/wireless/ath/ath12k/debugfs.c:250:13: warning: assignment to 'void *' from 'int' makes pointer from integer without a cast
 2022-02-02  0:47 UTC 

[PATCH v2] mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning
 2022-02-02  0:35 UTC 

[PATCH] kselftest/vm: Revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleaner"
 2022-02-02  0:33 UTC 

[PATCH v2] drm/msm/dp: add wide bus support
 2022-02-02  0:30 UTC 

[PATCH 5.15 000/171] 5.15.19-rc1 review
 2022-02-02  0:26 UTC  (2+ messages)

[PATCH] gcc-plugins/stackleak: Use noinstr in favor of notrace
 2022-02-02  0:19 UTC 

[csky-linux:riscv_compat_v5 20/21] riscv64-linux-ld: arch/riscv/kernel/compat_syscall_table.o:undefined reference to `compat_sys_fadvise64_64'
 2022-02-02  0:16 UTC 

Kconfig CONFIG_FB dependency regression
 2022-02-02  0:14 UTC  (4+ messages)

[PATCH] perf symbols: Remove demangle-rust files as superfluous
 2022-02-02  0:12 UTC  (2+ messages)

[PATCH 0/3] Handle chroot tasks properly (v1)
 2022-02-02  0:11 UTC  (8+ messages)
` [PATCH 3/3] perf annotate: Try chroot filename for objdump

[PATCH v7 00/10] fprobe: Introduce fprobe function entry/exit probe
 2022-02-02  0:09 UTC  (3+ messages)

[PATCH 1/1] perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMA
 2022-02-02  0:05 UTC  (3+ messages)

[PATCH v9] libperf: Add arm64 support to perf_mmap__read_self()
 2022-02-01 23:59 UTC  (2+ messages)

[GIT pull] irq/core for v5.16-rc1
 2022-02-01 23:59 UTC  (7+ messages)
` [GIT pull] objtool/core "
      ` Stackleak vs noinstr (Was: [GIT pull] objtool/core for v5.16-rc1)

[PATCH] libperf: Fix 32-bit build for tests uint64_t printf
 2022-02-01 23:58 UTC  (2+ messages)

[GIT PULL] pin control fixes for v5.17
 2022-02-01 23:56 UTC 

[PATCH RESEND] mm: memcg: synchronize objcg lists with a dedicated spinlock
 2022-02-01 23:49 UTC  (4+ messages)

[PATCH v12 0/9] MIPS: JZ4780 and CI20 HDMI
 2022-02-01 23:49 UTC  (3+ messages)
` [PATCH v12 3/9] dt-bindings: display: Add ingenic,jz4780-dw-hdmi DT Schema

[PATCH net-next v12 0/7] MediaTek Ethernet Patches on MT8195
 2022-02-01 23:48 UTC  (3+ messages)
` [PATCH net-next v12 7/7] net: dt-bindings: dwmac: add support for mt8195

[PATCH] ASoC: tas2770: Insert post reset delay
 2022-02-01 23:47 UTC 

[PATCH v20 0/3] Add matrix keypad driver support for Mediatek SoCs
 2022-02-01 23:46 UTC  (3+ messages)
` [PATCH v20 1/3] dt-bindings: input: Add bindings for Mediatek matrix keypad

[ammarfaizi2-block:kvalo/ath/ath12k-bringup 275/275] drivers/net/wireless/ath/ath12k/hal_rx.c:404:25: warning: cast to pointer from integer of different size
 2022-02-01 23:45 UTC 

[PATCH v3 0/3] Support Sharp LQ101R1SX03 and HannStar HSD101PWW2 panels
 2022-02-01 23:44 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: sharp,lq101r1sx01: Add compatible for LQ101R1SX03

[PATCH v5 0/9] Nuvoton WPCM450 pinctrl and GPIO driver
 2022-02-01 23:42 UTC  (4+ messages)

[PATCH v22 0/7] soc: mediatek: SVS: introduce MTK SVS engine
 2022-02-01 23:40 UTC  (3+ messages)
` [PATCH v22 1/7] dt-bindings: soc: mediatek: add mtk svs dt-bindings

[PATCH v7 0/2] Driver for Open Profile for DICE
 2022-02-01 23:39 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: reserved-memory: "

[PATCH v13, 0/2] ADD DM9051 ETHERNET DRIVER
 2022-02-01 23:37 UTC  (3+ messages)
` [PATCH v13, 1/2] yaml: Add dm9051 SPI network yaml file

[PATCH v3 0/5] Fix some cache flush bugs
 2022-02-01 23:32 UTC  (3+ messages)
` [PATCH v3 2/5] mm: fix missing cache flush for all tail pages of compound page

[PATCH v2] vfio/pci: fix memory leak during D3hot to D0 transition
 2022-02-01 23:31 UTC  (4+ messages)

[PATCH] docs: scheduler: Fix outdated parameter of rebalance_domains
 2022-02-01 23:30 UTC  (2+ messages)

[PATCH v4 0/3] docs: add two texts covering regressions
 2022-02-01 23:23 UTC  (7+ messages)
` [PATCH v4 1/3] docs: add two documents about regression handling
` [PATCH v4 2/3] docs: regressions*rst: rules of thumb for handling regressions
` [PATCH v4 3/3] docs: reporting-issues.rst: link new document about regressions

[PATCH] Makefile.extrawarn: Move -Wunaligned-access to W=2
 2022-02-01 23:22 UTC 

[PATCH] Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()
 2022-02-01 23:20 UTC  (2+ messages)

[RFC] ARM: sa1100/assabet: move dmabounce hack to ohci driver
 2022-02-01 23:10 UTC  (4+ 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).