All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-17 23:05:58 to 2023-02-18 01:06:46 UTC [more...]

[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 4/4] pahole: update man page for options also

[PATCH v3 0/2] Add NVIDIA BlueField-3 GPIO driver and pin controller
 2023-02-18  1:05 UTC  (7+ messages)
` [PATCH v4 0/2] Support Nvidia "
  ` [PATCH v4 1/2] gpio: gpio-mlxbf3: Add gpio driver support
  ` [PATCH v4 2/2] pinctrl: pinctrl-mlxbf: Add pinctrl "

fec: high latency with imx8mm compared to imx6q
 2023-02-18  1:04 UTC  (3+ 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  (8+ messages)
`  "
` [PATCH 1/2] drm/i915/guc: Improve GuC load error reporting
  ` [Intel-gfx] "
` [PATCH 2/2] drm/i915/guc: Allow for very slow GuC loading
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Improvements to GuC load failure handling
` [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)

[BlueZ PATCH] configure: Check ell path
 2023-02-18  0:45 UTC 

[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 v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping
 2023-02-18  0:41 UTC  (48+ 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 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] net: phy: aquantia: clamp temperature value in aqr_hwmon_set
 2023-02-18  0:25 UTC  (2+ messages)

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

[PATCH bpf-next 0/7] Transit between BPF TCP congestion controls
 2023-02-18  0:23 UTC  (10+ 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

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 

Git pull without fetch
 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  (17+ messages)
` [PATCH v5] "

[Intel-gfx] [PATCH v2 0/9] Add OAM support for MTL
 2023-02-18  0:05 UTC  (8+ messages)
` [Intel-gfx] [PATCH v2 7/9] drm/i915/perf: Handle non-power-of-2 reports
` [Intel-gfx] [PATCH v2 8/9] drm/i915/perf: Add engine class instance parameters to perf
` [Intel-gfx] [PATCH v2 9/9] drm/i915/perf: Add support for OA media units

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  (6+ messages)
` [PATCH v2] fstests: btrfs/249: "
` [PATCH v3] Subject: [PATCH v3] fstests: btrfs/249: add _wants_kernel_commit and _fixed_by_git_commit
` [PATCH v4] "

[PATCH 1/2] drm/amd/display: Hook up 'content type' property for HDMI
 2023-02-17 23:55 UTC  (5+ messages)

[PATCH 01/13] common/Kconfig: Reword text for BOARD_TYPES
 2023-02-17 23:49 UTC  (4+ messages)
` [PATCH 13/13] common: Make ARCH_MISC_INIT be selected only

[PATCH 0/3] Introduce new sign binman's option
 2023-02-17 23:49 UTC  (17+ messages)
` [PATCH 1/3] binman: add sign option for binman

[PATCH] binman: Avoid requiring a home directory on startup
 2023-02-17 23:49 UTC  (11+ messages)

[PATCH v3 0/9] vidconsole: refactoring and support for wider fonts
 2023-02-17 23:49 UTC  (5+ messages)
` [PATCH v3 9/9] video console: add 12x22 console simple font test

[PATCH v2] riscv: binman: Add help message for missing blobs
 2023-02-17 23:49 UTC  (3+ messages)

[PATCH v4 0/1] vidconsole: refactoring and support for wider fonts
 2023-02-17 23:49 UTC  (3+ messages)
` [PATCH v4 1/1] video console: refactoring and optimization

[PATCH v4 0/3] mm/khugepaged: fix khugepaged+shmem races
 2023-02-17 23:44 UTC  (3+ messages)
` [PATCH v4 1/3] mm/khugepaged: refactor collapse_file control flow

[Intel-gfx] [RFC v2 0/5] Waitboost drm syncobj waits
 2023-02-17 23:38 UTC  (10+ messages)

[PATCH] format.attach: allow empty value to disable multi-part messages
 2023-02-17 23:33 UTC 

[PATCH] btrfs: make dev-replace properly follow its read policy
 2023-02-17 23:32 UTC  (3+ messages)

[PATCH] dt-bindings: mtd: jedec,spi-nor: Document CPOL/CPHA support
 2023-02-17 23:27 UTC  (6+ messages)

[krzk-github:wip/sm8450-hdmi-audio-on-qcomlt 505/584] drivers/soc/qcom/pmic_glink_altmode.c:223:13: warning: variable 'svid' set but not used
 2023-02-17 23:24 UTC 

[PATCH] MIPS: vpe-mt: provide a default 'physical_memsize'
 2023-02-17 23:24 UTC  (5+ messages)

[PATCH v2 1/3] misc: servo-pwm: driver for controlling servo motors via PWM
 2023-02-17 23:23 UTC  (3+ messages)
` [PATCH v2 3/3] dt-bindings: leds: servo-pwm: Add new bindings for servo-pwm

[PATCH nf] netfilter: use skb len to match in length_mt6
 2023-02-17 23:22 UTC 

[PATCH 0/5] binman: Tidy up the location for bintools
 2023-02-17 23:19 UTC  (6+ messages)
` [PATCH 1/5] binman: Correct an 'aot' typo
` [PATCH 2/5] binman: Update bintools documentation
` [PATCH 3/5] binman: Move the tools directory into the Bintool class
` [PATCH 4/5] binman: Use a private directory for bintools
` [PATCH 5/5] binman: Make the tooldir configurable

[xen-unstable test] 177591: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-17 23:18 UTC 

[GIT PULL] hotfixes for 6.2
 2023-02-17 23:18 UTC 

[PATCH v3] Drivers: vmbus: Check for channel allocation before looking up relids
 2023-02-17 23:17 UTC  (2+ messages)

[PATCH RESEND] PCI: s390: Fix use-after-free of PCI bus resources with s390 per-function hotplug
 2023-02-17 23:15 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v2 0/3] Validate max source size
 2023-02-17 23:16 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Validate max source size (rev3)

copy on write for splice() from file to pipe?
 2023-02-17 23:13 UTC  (5+ messages)

[RFC PATCH V2 0/9] Convert TSC to monotonic raw clock for PEBS
 2023-02-17 23:11 UTC  (10+ messages)
` [RFC PATCH V2 2/9] perf: Extend ABI to support post-processing monotonic raw conversion

[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
 2023-02-17 23:10 UTC  (13+ messages)
` [PATCH 01/12] KVM: x86: Add a framework for enabling KVM-governed x86 features
` [PATCH 02/12] KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled"
` [PATCH 03/12] KVM: VMX: Recompute "XSAVES enabled" only after CPUID update
` [PATCH 04/12] KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ"
` [PATCH 05/12] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
` [PATCH 06/12] KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
` [PATCH 07/12] KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
` [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
` [PATCH 09/12] KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
` [PATCH 10/12] KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
` [PATCH 11/12] KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
` [PATCH 12/12] KVM: x86: Disallow guest CPUID lookups when IRQs are disabled

[PATCH v8 00/13] Adds support for PHY LEDs with offload triggers
 2023-02-17 23:10 UTC  (8+ messages)
` [PATCH v8 11/13] dt-bindings: leds: Document netdev trigger
` [PATCH v8 12/13] dt-bindings: net: phy: Document support for leds node

[PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE
 2023-02-17 23:10 UTC  (9+ messages)

[pull] amdgpu drm-next-6.3
 2023-02-17 23:09 UTC 

[PATCH bpf-next 0/4] bpf: A fix and a change to bpf_fib_lookup
 2023-02-17 23:08 UTC  (4+ messages)
` [PATCH bpf-next 4/4] selftests/bpf: Add bpf_fib_lookup test

[merged mm-hotfixes-stable] nilfs2-fix-underflow-in-second-superblock-position-calculations.patch removed from -mm tree
 2023-02-17 23:07 UTC 

[merged mm-hotfixes-stable] mm-migrate-fix-wrongly-apply-write-bit-after-mkdirty-on-sparc64.patch removed from -mm tree
 2023-02-17 23:07 UTC  (2+ messages)

[merged mm-hotfixes-stable] hugetlb-check-for-undefined-shift-on-32-bit-architectures.patch removed from -mm tree
 2023-02-17 23:07 UTC 

[Intel-xe] [PATCH] drm/xe: Remove unseless xe_force_wake_prune
 2023-02-17 23:05 UTC  (2+ messages)


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.