LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-17 22:47:55 to 2023-02-18 08:02:17 UTC [more...]

[PATCH v3 00/11] Performance fixes for 9p filesystem
 2023-02-18  8:01 UTC  (17+ 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] mwifiex: Fix use-after-free bug due to race condition between main thread thread and timer thread
 2023-02-18  7:59 UTC 

[PATCH v2 0/6] iommu: Extend changing default domain to normal group
 2023-02-18  7:31 UTC  (9+ messages)
` [PATCH v2 1/6] ARM/dma-mapping: Remove iommu_detach_device()
` [PATCH v2 3/6] iommu: Same critical region for device release and removal

[PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping
 2023-02-18  7:43 UTC  (53+ 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] dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal
 2023-02-18  7:23 UTC 

[RESEND PATCH v3] bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
 2023-02-18  7:23 UTC 

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-02-18  7:15 UTC  (4+ messages)

[PATCH] f2fs: support fault injection for f2fs_down_write_trylock()
 2023-02-18  7:13 UTC 

[RESEBD PATCH v3] bcache: Remove some unnecessary NULL point check for the return value of __bch_btree_node_alloc-related pointer
 2023-02-18  7:06 UTC  (3+ messages)

[PATCH v3 0/5] arm: dts: mt7623: relocate gmacs, mt7530 switch, and add port@5
 2023-02-18  7:00 UTC  (2+ messages)

[PATCH net-next v1 1/1] net: openvswitch: ovs_packet_cmd_execute put sw_flow mainbody in stack
 2023-02-18  6:53 UTC 

[PATCH 1/2] pinctrl: mediatek: add missing options to PINCTRL_MT7981
 2023-02-18  6:51 UTC  (2+ messages)
` [PATCH 2/2] pinctrl: mediatek: fix naming inconsistency

KMSAN: uninit-value in __dma_map_sg_attrs
 2023-02-18  6:44 UTC 

[PATCH v5 0/3] LoongArch: Add hardware breakpoints/watchpoints support
 2023-02-18  6:39 UTC  (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] LoongArch: Add ptrace single step support
` [PATCH v5 3/3] LoongArch: ptrace: expose hardware breakpoints to debuggers

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

arch/powerpc/platforms/83xx/suspend.c:210:3: error: call to undeclared function 'enable_kernel_fp'; ISO C99 and later do not support implicit function declarations
 2023-02-18  6:21 UTC 

Current LKMM patch disposition
 2023-02-18  6:13 UTC  (12+ messages)

BUG: unable to handle kernel NULL pointer dereference in ntfs_iget5
 2023-02-18  5:53 UTC 

KMSAN: uninit-value in generic_bin_search
 2023-02-18  6:02 UTC 

[PATCH 0/4] crypto: Add Xilinx ZynqMP RSA driver support
 2023-02-18  5:38 UTC  (5+ messages)
` [PATCH 1/4] firmware: xilinx: Get the SoC family specific data for crypto operation
` [PATCH 2/4] firmware: xilinx: Add ZynqMP RSA API for RSA encrypt/decrypt operation
` [PATCH 3/4] crypto: xilinx: Add ZynqMP RSA driver
` [PATCH 4/4] MAINTAINERS: Add maintainer for Xilinx "

[PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks
 2023-02-18  5:38 UTC  (2+ messages)

[syzbot] [bridge?] [coreteam?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table
 2023-02-18  5:28 UTC 

[RFC PATCH v2 2/2] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
 2023-02-18  4:51 UTC  (12+ messages)
  ` [RFC PATCH v5 0/2] sysret_rip update for the Intel FRED architecture

6.2-rc7 fails building on Talos II: memory.c:(.text+0x2e14): undefined reference to `hash__tlb_flush'
 2023-02-18  4:44 UTC  (3+ messages)

Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47)
 2023-02-18  4:42 UTC  (3+ messages)

[PATCH] btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inode
 2023-02-18  4:41 UTC  (2+ messages)

[PATCH v2] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066
 2023-02-18  4:15 UTC  (2+ messages)

arch/powerpc/mm/nohash/e500.c:314:21: warning: no previous prototype for 'relocate_init'
 2023-02-18  3:49 UTC 

[PATCH v3] smb3: Replace smb2pdu 1-element arrays with flex-arrays
 2023-02-18  3:22 UTC  (2+ messages)

[PATCH 0/2] lockdep lock comparison function
 2023-02-18  3:21 UTC  (3+ messages)
` [PATCH 1/2] lockdep: lock_set_lock_cmp_fn()
` [PATCH 2/2] bcache: Convert to lock_cmp_fn

[PATCH] cxl/hdm: dev_warn() on unsupported mixed mode decoder
 2023-02-18  3:17 UTC  (2+ messages)

[PATCH] first patch test
 2023-02-18  3:12 UTC 

[GIT PULL] hotfixes for 6.2
 2023-02-18  3:04 UTC  (2+ messages)

Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM?
 2023-02-18  2:54 UTC  (5+ messages)

[PATCH drm-next v2 06/16] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
 2023-02-18  2:47 UTC  (2+ messages)

[PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list)
 2023-02-18  2:41 UTC  (3+ messages)
` [PATCH v14 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE

[PATCH 0/1] Avoid triggering an fTPM bug from kernel
 2023-02-18  2:25 UTC  (5+ messages)
` [PATCH 1/1] tpm: disable hwrng for fTPM on some AMD designs

[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

[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

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 

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

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

[PATCH 00/16] Refactor Exynos PCIe driver to make it generic
 2023-02-18  1:54 UTC  (4+ 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  (4+ messages)
` [PATCH 1/2] Documentation/process: Add a label for the tip tree handbook's coding style
` [PATCH 2/2] Documentation/process: Add a maintainer handbook for KVM x86

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

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

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

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

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

[PATCH v2 0/2] GDB: Support getting current task struct in UML
 2023-02-18  1:11 UTC  (3+ 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 drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings
 2023-02-18  1:05 UTC  (2+ messages)

[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 "

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

[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

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 

[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

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  (4+ 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)

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

[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

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

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] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE
 2023-02-17 23:10 UTC  (11+ messages)

[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

[GIT PULL] Please pull powerpc/linux.git powerpc-6.2-6 tag
 2023-02-17 23:00 UTC  (3+ messages)

[GIT PULL] Please pull another NFS client change for 6.2
 2023-02-17 23:00 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.2
 2023-02-17 22:47 UTC  (2+ messages)

[GIT PULL] scheduler fixes
 2023-02-17 22:47 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).