All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-17 23:58:45 to 2023-02-18 02:19:50 UTC [more...]

What are the login details for AST2600-EVB core-image-minimal ?
 2023-02-17 20:01 UTC  (2+ messages)

[PATCH v7 0/6] CXL Poison List Retrieval & Tracing
 2023-02-18  2:18 UTC  (7+ messages)
` [PATCH v7 1/6] cxl/mbox: Add GET_POISON_LIST mailbox command
` [PATCH v7 2/6] cxl/trace: Add TRACE support for CXL media-error records
` [PATCH v7 3/6] cxl/memdev: Add trigger_poison_list sysfs attribute
` [PATCH v7 4/6] cxl/region: Provide region info to the cxl_poison trace event
` [PATCH v7 5/6] cxl/trace: Add an HPA to cxl_poison trace events
` [PATCH v7 6/6] tools/testing/cxl: Mock support for Get Poison List

[BlueZ PATCH] configure: Check ell path
 2023-02-18  2:18 UTC  (2+ messages)
` [BlueZ] "

[PATCH v3 0/2] fix error flag covered by journal recovery
 2023-02-18  2:18 UTC  (6+ messages)
` [PATCH v3 1/2] ext4: commit super block if fs record error when journal record without error

[Intel-gfx] [PATCH v2 0/9] Add OAM support for MTL
 2023-02-18  1:57 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 7/9] drm/i915/perf: Handle non-power-of-2 reports

[PATCH 0/5] binman: Tidy up the location for bintools
 2023-02-18  2:16 UTC  (3+ messages)
` [PATCH 4/5] binman: Use a private directory "

[PATCH v1 1/2] hw: allwinner-i2c: Make the trace message more readable
 2023-02-18  2:12 UTC  (4+ messages)
` [PATCH v1 2/2] hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG

[meta-oe][PATCH] glog: Link with libatomics on mips
 2023-02-18  2:13 UTC 

[PATCH RFC 00/18] Rework MAC drivers EEE support
 2023-02-18  2:10 UTC  (7+ messages)
` [PATCH RFC 08/18] net: FEC: Fixup EEE
` [PATCH RFC 12/18] net: dsa: mt7530: Call phylib for set_eee and get_eee

drivers/staging/media/deprecated/saa7146/common/saa7146_hlp.c:648:5: warning: stack frame size (1072) exceeds limit (1024) in 'saa7146_enable_overlay'
 2023-02-18  2:07 UTC 

[krzk-github:wip/sm8450-hdmi-audio-on-qcomlt 506/584] include/asm-generic/div64.h:238:36: error: passing argument 1 of '__div64_32' from incompatible pointer type
 2023-02-18  2:07 UTC 

[PATCH 00/17] Device trees for Apple M2 (t8112) based devices
 2023-02-18  2:06 UTC  (4+ messages)
` [PATCH 13/17] dt-bindings: clock: apple,nco: Add t8112-nco compatible

Git pull without fetch
 2023-02-18  2:02 UTC  (2+ messages)

[PATCH v2] Fix exec migration on Windows (w32+w64)
 2023-02-18  2:00 UTC  (6+ messages)

Proposal/Discussion: Turning parts of Git into libraries
 2023-02-18  1:59 UTC  (3+ messages)

[PATCH V2 net-next] net: fec: add CBS offload support
 2023-02-18  1:59 UTC  (10+ messages)

[RFC] eal: use same atomic intrinsics for gcc and clang
 2023-02-18  1:58 UTC  (2+ messages)
` [PATCH] "

[PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping
 2023-02-18  1:58 UTC  (51+ messages)
` [PATCH v2 01/46] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE
` [PATCH v2 02/46] hugetlb: remove mk_huge_pte; it is unused
` [PATCH v2 03/46] hugetlb: remove redundant pte_mkhuge in migration path
` [PATCH v2 04/46] hugetlb: only adjust address ranges when VMAs want PMD sharing
` [PATCH v2 05/46] rmap: hugetlb: switch from page_dup_file_rmap to page_add_file_rmap
` [PATCH v2 06/46] hugetlb: add CONFIG_HUGETLB_HIGH_GRANULARITY_MAPPING
` [PATCH v2 07/46] mm: add VM_HUGETLB_HGM VMA flag
` [PATCH v2 08/46] hugetlb: add HugeTLB HGM enablement helpers
` [PATCH v2 09/46] mm: add MADV_SPLIT to enable HugeTLB HGM
` [PATCH v2 10/46] hugetlb: make huge_pte_lockptr take an explicit shift argument
` [PATCH v2 11/46] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [PATCH v2 12/46] hugetlb: add hugetlb_alloc_pmd and hugetlb_alloc_pte
` [PATCH v2 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
` [PATCH v2 14/46] hugetlb: split PTE markers when doing HGM walks
` [PATCH v2 15/46] hugetlb: add make_huge_pte_with_shift
` [PATCH v2 16/46] hugetlb: make default arch_make_huge_pte understand small mappings
` [PATCH v2 17/46] hugetlbfs: do a full walk to check if vma maps a page
` [PATCH v2 18/46] hugetlb: add HGM support to __unmap_hugepage_range
` [PATCH v2 19/46] hugetlb: add HGM support to hugetlb_change_protection
` [PATCH v2 20/46] hugetlb: add HGM support to follow_hugetlb_page
` [PATCH v2 21/46] hugetlb: add HGM support to hugetlb_follow_page_mask
` [PATCH v2 22/46] hugetlb: add HGM support to copy_hugetlb_page_range
` [PATCH v2 23/46] hugetlb: add HGM support to move_hugetlb_page_tables
` [PATCH v2 24/46] hugetlb: add HGM support to hugetlb_fault and hugetlb_no_page
` [PATCH v2 25/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
` [PATCH v2 26/46] mm: rmap: provide pte_order in page_vma_mapped_walk
` [PATCH v2 27/46] mm: rmap: update try_to_{migrate,unmap} to handle mapcount for HGM
` [PATCH v2 28/46] mm: rmap: in try_to_{migrate,unmap}, check head page for hugetlb page flags
` [PATCH v2 29/46] hugetlb: update page_vma_mapped to do high-granularity walks
` [PATCH v2 30/46] hugetlb: add high-granularity migration support
` [PATCH v2 31/46] hugetlb: sort hstates in hugetlb_init_hstates
` [PATCH v2 32/46] hugetlb: add for_each_hgm_shift
` [PATCH v2 33/46] hugetlb: userfaultfd: add support for high-granularity UFFDIO_CONTINUE
` [PATCH v2 34/46] hugetlb: add MADV_COLLAPSE for hugetlb
` [PATCH v2 35/46] hugetlb: add check to prevent refcount overflow via HGM
` [PATCH v2 36/46] hugetlb: remove huge_pte_lock and huge_pte_lockptr
` [PATCH v2 37/46] hugetlb: replace make_huge_pte with make_huge_pte_with_shift
` [PATCH v2 38/46] mm: smaps: add stats for HugeTLB mapping size
` [PATCH v2 39/46] hugetlb: x86: enable high-granularity mapping for x86_64
` [PATCH v2 40/46] docs: hugetlb: update hugetlb and userfaultfd admin-guides with HGM info
` [PATCH v2 41/46] docs: proc: include information about HugeTLB HGM
` [PATCH v2 42/46] selftests/mm: add HugeTLB HGM to userfaultfd selftest
` [PATCH v2 43/46] KVM: selftests: add HugeTLB HGM to KVM demand paging selftest
` [PATCH v2 44/46] selftests/mm: add anon and shared hugetlb to migration test
` [PATCH v2 45/46] selftests/mm: add hugetlb HGM test to migration selftest
` [PATCH v2 46/46] selftests/mm: add HGM UFFDIO_CONTINUE and hwpoison tests

[PATCH 00/16] Refactor Exynos PCIe driver to make it generic
 2023-02-18  1:54 UTC  (5+ messages)
  ` [PATCH 01/16] dt-bindings: PCI: Rename Exynos PCIe binding to Samsung PCIe

[PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-02-18  1:52 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] testsuite: fix testsuite build failure when iproute build without libcap-devel
 2023-02-18  1:50 UTC  (2+ messages)

[PATCH iproute2] libnetlink.c: Fix memory leak in batch mode
 2023-02-18  1:50 UTC  (2+ messages)

[PATCH] ip: fix UB in strncpy (e.g. truncated ip route output)
 2023-02-18  1:50 UTC  (2+ messages)

[PATCH] btrfs: fix dio continue after short write due to source fault
 2023-02-18  1:50 UTC 

[PATCH iproute2-next 0/2] iplink: support IPv4 BIG TCP
 2023-02-18  1:50 UTC  (2+ messages)

[PATCH] clk: imx: pll14xx: fix recalc_rate for negative kdiv
 2023-02-18  1:44 UTC  (3+ messages)

[PATCH] net: phy: aquantia: clamp temperature value in aqr_hwmon_set
 2023-02-18  1:45 UTC  (3+ messages)

[PATCH] MAINTAINERS: clk: imx: Add Peng Fan as reviewer
 2023-02-18  1:43 UTC  (2+ messages)

[PATCH net-next] scm: add user copy checks to put_cmsg()
 2023-02-18  1:41 UTC  (2+ messages)

[PATCH] cxl/hdm: dev_warn() on unsupported mixed mode decoder
 2023-02-18  1:38 UTC 

[PATCH v2 0/2] Teach diff to honor diff algorithms set through git attributes
 2023-02-18  1:36 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] diff: consolidate diff algorithm option parsing

ath10k-firmware: WCN3990: Add board file for the Lenovo Yoga C630 laptop
 2023-02-18  1:33 UTC  (3+ messages)

[PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
 2023-02-18  1:30 UTC  (5+ messages)

Cancelling DTS WG meeting on Wednesday
 2023-02-18  1:27 UTC 

fec: high latency with imx8mm compared to imx6q
 2023-02-18  1:27 UTC  (4+ messages)
`  "

[isilence:huge-bufs 1/2] io_uring/rsrc.c:1255:17: error: implicit declaration of function 'bvec_set_page'; did you mean 'bvec_iter_page'?
 2023-02-18  1:26 UTC 

[PATCH 0/2] drm/msm: rework msm_parse_deps() and msm_parse_post_deps()
 2023-02-18  1:25 UTC  (6+ messages)
` [PATCH 1/2] drm/msm: drop unused ring variable in msm_ioctl_gem_submit()
` [PATCH 2/2] drm/msm: simplify msm_parse_deps() and msm_parse_post_deps()

[Intel-gfx] [PATCH] drm/i915/guc: avoid FIELD_PREP warning
 2023-02-18  1:25 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v1 bpf-next] bpf: Update kfunc __sz documentation
 2023-02-18  1:24 UTC  (3+ messages)

[PATCH v4 0/3] Add ASPEED AST2600 I2C new controller driver
 2023-02-18  1:19 UTC  (11+ messages)
` [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver

[PATCH v4 0/3] LoongArch: Add hardware breakpoints/watchpoints support
 2023-02-18  1:21 UTC  (5+ messages)
` [PATCH v4 2/3] LoongArch: Add ptrace single step support

[PATCH drm-next v2 13/16] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
 2023-02-18  1:16 UTC  (4+ messages)
  ` [Nouveau] "

[PATCH v10 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-02-18  1:16 UTC  (4+ messages)
` [PATCH v10 2/3] fs: introduce super_drop_pagecache()

[RFC dwarves 0/4] dwarves: change BTF encoding skip logic for functions
 2023-02-17 23:10 UTC  (3+ messages)
` [RFC dwarves 2/4] btf_encoder: exclude functions with unexpected param register use not optimizations
` [RFC dwarves 3/4] pahole: update descriptions for btf_gen_optimized, skip_encoding_btf_inconsistent_proto

[PATCH v2 0/2] GDB: Support getting current task struct in UML
 2023-02-18  1:11 UTC  (7+ messages)
  ` [PATCH v2 1/2] scripts/gdb: Correct indentation in get_current_task
  ` [PATCH v2 2/2] scripts/gdb: Support getting current task struct in UML

[PATCH bpf-next 0/7] Transit between BPF TCP congestion controls
 2023-02-18  1:10 UTC  (12+ messages)
` [PATCH bpf-next 4/7] libbpf: Create a bpf_link in bpf_map__attach_struct_ops()
` [PATCH bpf-next 6/7] libbpf: Update a bpf_link with another struct_ops
` [PATCH bpf-next 7/7] selftests/bpf: Test switching TCP Congestion Control algorithms

[PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings
 2023-02-18  1:05 UTC  (4+ messages)
  ` [Nouveau] "

[PATCH v4 1/2] gpio: gpio-mlxbf3: Add gpio driver support
 2023-02-18  1:05 UTC  (2+ messages)

[PATCH v10 bpf-next 0/9] Add skb + xdp dynptrs
 2023-02-18  1:03 UTC  (4+ messages)
` [PATCH v10 bpf-next 6/9] bpf: Add skb dynptrs

[Intel-gfx] [PATCH 0/2] Improvements to GuC load failure handling
 2023-02-18  1:03 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 0/2] improve 'read' command, add 'write' command
 2023-02-18  0:59 UTC  (3+ messages)
` [PATCH 1/2] cmd: read: use part_get_info_by_dev_and_name_or_num() instead of open-coded dev_part parsing
` [PATCH 2/2] cmd: introduce 'write' command

[PATCH v2 0/7] Overhauling amx_test
 2023-02-18  0:58 UTC  (6+ messages)
` [PATCH v2 3/7] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test

[PATCH v3 net-next] sfc: fix ia64 builds without CONFIG_RTC_LIB
 2023-02-18  0:56 UTC 

[PATCH net-next] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841
 2023-02-18  0:55 UTC  (2+ messages)

[PATCH] ethtool: pse-pd: Fix double word in comments
 2023-02-18  0:51 UTC  (2+ messages)

[PATCH v3 00/11] Performance fixes for 9p filesystem
 2023-02-18  0:33 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/11] net/9p: Adjust maximum MSIZE to account for p9 header
  ` [PATCH v4 02/11] fs/9p: Expand setup of writeback cache to all levels
  ` [PATCH v4 03/11] fs/9p: Consolidate file operations and add readahead and writeback
  ` [PATCH v4 04/11] fs/9p: Remove unnecessary superblock flags
  ` [PATCH v4 05/11] fs/9p: allow disable of xattr support on mount
  ` [PATCH v4 06/11] net/9p: fix bug in client create for .L
  ` [PATCH v4 07/11] 9p: Add additional debug flags and open modes
  ` [PATCH v4 08/11] fs/9p: Add new mount modes
  ` [PATCH v4 09/11] fs/9p: fix error reporting in v9fs_dir_release
  ` [PATCH v4 10/11] fs/9p: writeback mode fixes
  ` [PATCH v4 11/11] fs/9p: Fix revalidate

[PATCH 0/2] hw/timer: Reduce 'hw/ptimer.h' inclusion
 2023-02-18  0:47 UTC  (3+ messages)
` [PATCH 1/2] qemu/typedefs: Sort in case-insensitive alphabetical order (again)

[PATCH ndctl 0/3] cxl/monitor: coverity and misc other fixes
 2023-02-18  0:40 UTC  (4+ messages)
` [PATCH ndctl 1/3] cxl/event_trace: fix a resource leak in cxl_event_to_json()
` [PATCH ndctl 2/3] cxl/monitor: retain error code in monitor_event()
` [PATCH ndctl 3/3] test/cxl-security.sh: avoid intermittent failures due to sasync probe

[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
 2023-02-18  0:43 UTC  (3+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: "
` [RFC PATCH 2/2] selftests: restrictedmem: Add selftest for RMFD_HUGEPAGE

back&forth send/receiving?
 2023-02-18  0:29 UTC  (9+ messages)

[PATCH bpf-next 0/3] libbpf: Make uprobe attachment APK aware
 2023-02-18  0:32 UTC  (7+ messages)
` [PATCH bpf-next 1/3] libbpf: Implement basic zip archive parsing support
` [PATCH bpf-next 2/3] libbpf: Introduce elf_find_func_offset_from_elf_file() function
` [PATCH bpf-next 3/3] libbpf: Add support for attaching uprobes to shared objects in APKs

[Intel-gfx] [PATCH] drm/i915/selftests: Drop igt_cs_tlb
 2023-02-18  0:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/selftests: Drop igt_cs_tlb (rev2)

drivers/platform/chrome/cros_ec_proto_test.c:2530:13: warning: stack frame size (1040) exceeds limit (1024) in 'cros_ec_proto_test_get_sensor_count_legacy'
 2023-02-18  0:35 UTC 

[Intel-gfx] [PATCH v3] drm/i915/display/power: use intel_de_rmw if possible
 2023-02-18  0:29 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH] generic/020: fix really long attr test failure for ceph
 2023-02-18  0:26 UTC  (3+ messages)

[PATCH v10 0/6] Add support for Core Power Reduction v3, v4 and Hardened
 2023-02-18  0:26 UTC  (4+ messages)
` [PATCH v10 2/6] dt-bindings: opp: v2-qcom-level: Document CPR3 open/closed loop volt adjustment

[PATCH v3] smb3: Replace smb2pdu 1-element arrays with flex-arrays
 2023-02-18  0:24 UTC 

acerhdf thermal question
 2023-02-18  0:18 UTC  (4+ messages)

[PATCH v2 0/6] RISC-V Hardware Probing User Interface
 2023-02-18  0:15 UTC  (5+ messages)
` [PATCH v2 5/6] RISC-V: hwprobe: Support probing of misaligned access performance

[PATCH v2] smb3: Replace smb2pdu 1-element arrays with flex-arrays
 2023-02-18  0:13 UTC  (3+ messages)

[powerpc:merge] BUILD SUCCESS 4f8c30390bbb243a5ac0f4a25d9f0dfeaef90977
 2023-02-18  0:08 UTC 

[powerpc:next] BUILD SUCCESS 38d73b671a817328334f2a70a23fed4d1f4a952c
 2023-02-18  0:08 UTC 

[brgl:gpio/for-current] BUILD SUCCESS 79eeab1d85e0fee4c0bc36f3b6ddf3920f39f74b
 2023-02-18  0:09 UTC 

[PATCH v3 0/3] automation: add arm32 xl domU creation test
 2023-02-18  0:07 UTC  (4+ messages)
` [PATCH v3 1/3] automation: move yocto jobs to build stage
` [PATCH v3 2/3] automation: add binaries/ to artifacts for Yocto arm32 job
` [PATCH v3 3/3] automation: expand arm32 dom0 test adding xl domain creation

[Intel-gfx] [PATCH v2 0/2] Clean up some GuC related failure paths
 2023-02-18  0:07 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for Clean up some GuC related failure paths (rev2)

[PATCH v4] regulator: core: Resolve supply name earlier to prevent double-init
 2023-02-18  0:05 UTC  (11+ messages)
` [PATCH v5] "

Return of btrfs_del_item
 2023-02-18  0:04 UTC  (2+ messages)

[PATCH] fstests: btrfs/249, add _wants_kernel_commit
 2023-02-17 23:57 UTC  (2+ messages)
` [PATCH v4] fstests: btrfs/249: add _wants_kernel_commit and _fixed_by_git_commit


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.