linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-16 21:37:52 to 2022-07-17 03:08:48 UTC [more...]

[PATCH 1/2] ARM: dts: qcom: Add LPG node to pm8941
 2022-07-17  3:08 UTC  (2+ messages)

[PATCH v2 1/3] hwspinlock: qcom: Add support for mmio usage to sfpb-mutex
 2022-07-17  3:08 UTC  (4+ messages)
` [PATCH v2 2/3] ARM: dts: qcom: add missing hwlock for ipq8064 dtsi
` (subset) [PATCH v2 1/3] hwspinlock: qcom: Add support for mmio usage to sfpb-mutex

[PATCH v2 0/8] Add ipq806x missing bindings
 2022-07-17  3:08 UTC  (3+ messages)

[axboe-block:for-5.20/io_uring 2/171] io_uring/io_uring.c:11521:1: sparse: sparse: Using plain integer as NULL pointer
 2022-07-17  3:06 UTC 

[PATCH] power: supply: cw2015: Use device managed API to simplify the code
 2022-07-17  2:58 UTC 

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

[ammarfaizi2-block:axboe/linux-block/for-next 89/112] include/trace/events/jbd2.h:356:1: sparse: sparse: cast to restricted blk_opf_t
 2022-07-17  2:25 UTC 

[PATCH bpf-next 0/5] cleanup for data casting
 2022-07-17  2:04 UTC  (9+ messages)
` [PATCH bpf-next 1/5] bpf: Unify memory address casting operation style
` [PATCH bpf-next 3/5] selftests: "
` [PATCH bpf-next 4/5] samples: "
` [PATCH bpf-next 5/5] selftests/bpf: Remove the casting about jited_ksyms and jited_linfo

arch/arm/include/asm/system_misc.h:29:9: error: implicit declaration of function 'preempt_enable_no_resched_notrace'; did you mean 'preempt_enable_notrace'?
 2022-07-17  2:04 UTC 

[asahilinux:bits/120-spmi 4/4] drivers/spmi/spmi-apple-controller.c:98:15: warning: variable 'rsp' set but not used
 2022-07-17  1:43 UTC 

[PATCH net-next v3 00/47] [RFT] net: dpaa: Convert to phylink
 2022-07-17  1:42 UTC  (22+ messages)
` [PATCH net-next v3 03/47] dt-bindings: net: Convert FMan MAC bindings to yaml
` [PATCH net-next v3 07/47] net: phy: Add support for rate adaptation
` [PATCH net-next v3 08/47] net: phylink: Support differing link speeds and interface speeds
` [PATCH net-next v3 10/47] net: phylink: Adjust link settings based on rate adaptation
` [PATCH net-next v3 12/47] net: phy: aquantia: Add support for AQR115
` [PATCH net-next v3 14/47] net: phy: aquantia: Add support for rate adaptation

[PATCH v2] KVM: selftests: Fix target thread to be migrated in rseq_test
 2022-07-17  3:11 UTC  (3+ messages)

[PATCH V15 00/15] irqchip: Add LoongArch-related irqchip drivers
 2022-07-17  1:06 UTC  (6+ messages)
` [PATCH V15 01/15] ACPICA: MADT: Add LoongArch APICs support

arch/nios2/kernel/misaligned.c:111:42: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-07-17  1:03 UTC 

[ammarfaizi2-block:tglx/devel/depthtracking 36/38] kernel/trace/trace_selftest.c:790:13: error: expected string literal before 'CALL_DEPTH_ACCOUNT'
 2022-07-17  1:02 UTC 

[PATCH] mm/dmapool.c: avoid duplicate memset within dma_pool_alloc
 2022-07-17  1:01 UTC  (2+ messages)

[ammarfaizi2-block:axboe/linux-block/for-next 85/112] include/trace/events/f2fs.h:1027:1: sparse: sparse: cast to restricted blk_opf_t
 2022-07-17  0:52 UTC 

[PATCH v4 net-next 0/6] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-07-17  0:47 UTC  (3+ messages)
` [PATCH v4 net-next 5/6] net: dsa: mv88e6xxx: mac-auth/MAB implementation

[PATCH v2] iio: light: isl29028: Fix the warning in isl29028_remove()
 2022-07-17  0:42 UTC 

[PATCH] kernel: watchdog: fix missing space coding style issue
 2022-07-17  0:37 UTC  (3+ messages)

[patch 00/38] x86/retbleed: Call depth tracking mitigation
 2022-07-17  0:22 UTC  (40+ messages)
` [patch 01/38] x86/paravirt: Ensure proper alignment
` [patch 02/38] x86/cpu: Use native_wrmsrl() in load_percpu_segment()
` [patch 03/38] x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()
` [patch 04/38] x86/vdso: Ensure all kernel code is seen by objtool
` [patch 05/38] btree: Initialize early when builtin
` [patch 06/38] objtool: Allow GS relative relocs
` [patch 07/38] objtool: Track init section
` [patch 08/38] objtool: Add .call_sites section
` [patch 09/38] objtool: Add .sym_sites section
` [patch 10/38] objtool: Add --hacks=skylake
` [patch 11/38] objtool: Allow STT_NOTYPE -> STT_FUNC+0 tail-calls
` [patch 12/38] x86/entry: Make sync_regs() invocation a tail call
` [patch 13/38] x86/modules: Make module_alloc() generally available
` [patch 14/38] x86/Kconfig: Add CONFIG_CALL_THUNKS
` [patch 15/38] x86/retbleed: Add X86_FEATURE_CALL_DEPTH
` [patch 16/38] modules: Make struct module_layout unconditionally available
` [patch 17/38] module: Add arch_data to module_layout
` [patch 18/38] mm/vmalloc: Provide huge page mappings
` [patch 19/38] x86/module: Provide __module_alloc()
` [patch 20/38] x86/alternatives: Provide text_poke_[copy|set]_locked()
` [patch 21/38] x86/entry: Make some entry symbols global
` [patch 22/38] x86/paravirt: Make struct paravirt_call_site unconditionally available
` [patch 23/38] x86/callthunks: Add call patching for call depth tracking
` [patch 24/38] module: Add layout for callthunks tracking
` [patch 25/38] x86/modules: Add call thunk patching
` [patch 26/38] x86/returnthunk: Allow different return thunks
` [patch 27/38] x86/asm: Provide ALTERNATIVE_3
` [patch 28/38] x86/retbleed: Add SKL return thunk
` [patch 29/38] x86/retpoline: Add SKL retthunk retpolines
` [patch 30/38] x86/retbleed: Add SKL call thunk
` [patch 31/38] x86/calldepth: Add ret/call counting for debug
` [patch 32/38] static_call: Add call depth tracking support
` [patch 33/38] kallsyms: Take callthunks into account
` [patch 34/38] x86/orc: Make it callthunk aware
` [patch 35/38] kprobes: Add callthunk blacklisting
` [patch 36/38] x86/ftrace: Make it call depth tracking aware
` [patch 37/38] x86/bpf: Emit call depth accounting if required
` [patch 38/38] x86/retbleed: Add call depth tracking mitigation

[asahilinux:bluetooth-wip 9/9] drivers/bluetooth/hci_bcm4377.c:886:68: sparse: sparse: incorrect type in assignment (different base types)
 2022-07-17  0:11 UTC 

drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match'
 2022-07-17  0:11 UTC 

[BUG] media: cx88-alsa: Found a bug at the probe time
 2022-07-17  0:05 UTC  (3+ messages)

[intel-tdx:guest-hardening-rebased 13/23] kernel/dma/swiotlb.c:531:75: warning: suggest parentheses around '-' in operand of '&'
 2022-07-16 23:41 UTC 

fs/io_uring.c:9355:9: warning: variable 'ret' is uninitialized when used here
 2022-07-16 23:41 UTC 

[PATCH 0/2] Fix kernel splats on boot with armada-37xx irqchip driver
 2022-07-16 23:37 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: armada-37xx: make irq_lock a raw spinlock to avoid invalid wait context
` [PATCH 2/2] pinctrl: armada-37xx: use raw spinlocks for regmap "

fs/io_uring.c:9355:9: warning: variable 'ret' is uninitialized when used here
 2022-07-16 23:31 UTC 

[GIT PULL] power-supply changes for 5.19-rc
 2022-07-16 23:24 UTC 

[PATCH v2 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
 2022-07-16 23:21 UTC  (13+ messages)
` [PATCH v2 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT
    ` [PATCH 0/9] ptrace: cleaning up ptrace_stop
      ` [PATCH 0/12] "
        ` [PATCH v3 0/11] "
          ` [PATCH v4 0/12] "
            ` [PATCH 0/3] ptrace: Stop supporting SIGKILL for PTRACE_EVENT_EXIT

[PATCH] tools: Fixed MIPS builds due to struct flock re-definition
 2022-07-16 23:21 UTC  (2+ messages)

arm-linux-gnueabi-ld: error: .btf.vmlinux.bin.o is already in final BE8 format
 2022-07-16 23:20 UTC 

[ammarfaizi2-block:axboe/linux-block/for-next 38/112] drivers/block/null_blk/./trace.h:33:1: sparse: sparse: cast to restricted blk_opf_t
 2022-07-16 23:10 UTC 

[PATCH -next] power: supply: ab8500: add missing destroy_workqueue in ab8500_charger_bind
 2022-07-16 23:08 UTC  (4+ messages)

[net-next PATCH v3 0/5] Add MTU change with stmmac interface running
 2022-07-16 23:08 UTC  (6+ messages)
` [net-next PATCH v3 1/5] net: ethernet: stmicro: stmmac: move queue reset to dedicated functions
` [net-next PATCH v3 2/5] net: ethernet: stmicro: stmmac: first disable all queues in release
` [net-next PATCH v3 3/5] net: ethernet: stmicro: stmmac: move dma conf to dedicated struct
` [net-next PATCH v3 4/5] net: ethernet: stmicro: stmmac: generate stmmac dma conf before open
` [net-next PATCH v3 5/5] net: ethernet: stmicro: stmmac: permit MTU change with interface up

[PATCH] mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte
 2022-07-16 23:06 UTC  (4+ messages)

[PATCH] power: supply: ab8500_fg: drop unexpected word 'is' in the comments
 2022-07-16 23:04 UTC  (2+ messages)

[PATCH v2] crypto: testmgr - populate RSA CRT parameters in RSA test vectors
 2022-07-16 23:00 UTC  (3+ messages)

drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:90:25: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length
 2022-07-16 23:00 UTC 

[net-next PATCH v2 3/5] net: ethernet: stmicro: stmmac: move dma conf to dedicated struct
 2022-07-16 22:50 UTC  (3+ messages)

drivers/mtd/nand/raw/hisi504_nand.c:465:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-07-16 22:50 UTC 

Build warnings in Xen 5.15.y and 5.10.y with retbleed backports
 2022-07-16 22:47 UTC  (6+ messages)

[PATCH] power: supply: Fix typo in power_supply_check_supplies
 2022-07-16 22:47 UTC  (2+ messages)

[PATCH] dt-bindings: power: reset: qcom,pshold: convert to dtschema
 2022-07-16 22:47 UTC  (3+ messages)

[PATCH net-next v3 06/47] [RFT] phy: fsl: Add Lynx 10G SerDes driver
 2022-07-16 22:39 UTC  (2+ messages)

[PATCH] drm: Fix EDID firmware load on resume
 2022-07-16 22:39 UTC  (3+ messages)

[PATCH v5 00/13] Add support for AXP192 PMIC
 2022-07-16 22:39 UTC  (3+ messages)
` [PATCH v5 11/13] power: axp20x_battery: Add constant charge current table

[tip:x86/urgent] BUILD SUCCESS bcf163150cd37348a0cb59e95c916a83a9344b0e
 2022-07-16 22:38 UTC 

[PATCH v9 2/2] iio: light: Add support for ltrf216a sensor
 2022-07-16 22:29 UTC  (2+ messages)

[PATCH v2 0/6] PCI: brcmstb: Re-submit reverted patchset
 2022-07-16 22:24 UTC  (7+ messages)
` [PATCH v2 1/6] PCI: brcmstb: Remove unnecessary forward declarations
` [PATCH v2 2/6] PCI: brcmstb: Split brcm_pcie_setup() into two funcs
` [PATCH v2 3/6] PCI: brcmstb: Add "refusal mode" to preclude PCIe-induced CPU aborts
` [PATCH v2 4/6] PCI: brcmstb: Add mechanism to turn on subdev regulators
` [PATCH v2 5/6] PCI: brcmstb: Add control of subdevice voltage regulators
` [PATCH v2 6/6] PCI: brcmstb: Do not turn off WOL regulators on suspend

[asahilinux:bits/080-wifi 22/29] drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:4075:42: sparse: sparse: incorrect type in assignment (different base types)
 2022-07-16 22:19 UTC 

[PATCH v4 0/2] power: supply: introduce support for the Qualcomm smb2 charger
 2022-07-16 22:17 UTC  (3+ messages)
` [PATCH v4 1/2] power: supply: add Qualcomm PMI8998 SMB2 Charger driver

[GIT PULL] Btrfs fixes for 5.19-rc7
 2022-07-16 22:10 UTC  (2+ messages)

[git pull] drm fixes for 5.19-rc7
 2022-07-16 22:08 UTC  (4+ messages)

drivers/bus/fsl-mc/dprc.c:494:9: warning: 'strncpy' specified bound 16 equals destination size
 2022-07-16 22:08 UTC 

BUG: unable to handle kernel NULL pointer dereference in sctp_sched_dequeue_common
 2022-07-16 22:06 UTC  (2+ messages)

[PATCH v3 0/2] add support for PON GEN3 device
 2022-07-16 21:58 UTC  (3+ messages)
` [PATCH v3 2/2] power: reset: qcom-pon: add support for qcom,pmk8350-pon compatible string

[PATCH v5 00/12] thermal OF rework
 2022-07-16 21:56 UTC  (2+ messages)

[PATCH v2] x86/mce: retrieve poison range from hardware whenever supported
 2022-07-16 21:47 UTC  (3+ messages)

sof-client-ipc-flood-test.c:undefined reference to `sof_client_get_fw_state'
 2022-07-16 21:48 UTC 

[PATCH] net: ethernet: mtk_eth_soc: fix off by one check of ARRAY_SIZE
 2022-07-16 21:46 UTC 

[PATCH v5 00/13] Add MediaTek MT6370 PMIC support
 2022-07-16 21:37 UTC  (3+ messages)
` [PATCH v5 10/13] power: supply: mt6370: Add MediaTek MT6370 charger driver


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