public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-17 20:46:20 to 2023-02-18 00:51:42 UTC [more...]

[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

[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

[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

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

[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  (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 v3 0/2] Add NVIDIA BlueField-3 GPIO driver and pin controller
 2023-02-17 23:24 UTC  (6+ 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] 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

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

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

[PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-02-17 22:54 UTC  (3+ 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

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

[GIT PULL] MMC fixes for v6.2-rc9
 2023-02-17 22:47 UTC  (2+ messages)

[GIT PULL] gpio: fixes for v6.2 - part 2
 2023-02-17 22:47 UTC  (2+ messages)

[PATCH 00/24] MODULE_LICENSE removals, second tranche
 2023-02-17 22:43 UTC  (3+ messages)
` [PATCH 13/24] kbuild, clk: bm1880: remove MODULE_LICENSE in non-modules

[PATCH V3] clk: qcom: ipq5332: mark GPLL4 as critical temporarily
 2023-02-17 22:36 UTC  (2+ messages)

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

[PATCH v5 0/2] perf tool: 'config3' attribute support
 2023-02-17 22:32 UTC  (3+ messages)
` [PATCH v5 1/2] perf tools: Sync perf_event_attr::config3 addition
` [PATCH v5 2/2] perf: Add support for perf_event_attr::config3

[PATCH 0/2] Re-introduce parent clock-rate set for fixed-factor clock
 2023-02-17 22:32 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: clock: fixed-factor: Add TI AM62 SoC OLDI clock

[PATCH v3] tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
 2023-02-17 22:30 UTC  (2+ messages)

[PATCH v2] tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
 2023-02-17 22:27 UTC  (3+ messages)

[PATCH v4 0/4] Reserve DSPPs based on user request
 2023-02-17 22:26 UTC  (3+ messages)
` [PATCH v4 4/4] drm/msm/dpu: manage DPU resources if CTM is requested

[PATCH v2 0/3] livepatch,sched: Add livepatch task switching to cond_resched()
 2023-02-17 22:22 UTC  (4+ messages)
` [PATCH v2 1/3] livepatch: Skip task_call_func() for current task
` [PATCH v2 2/3] livepatch,sched: Add livepatch task switching to cond_resched()
` [PATCH v2 3/3] vhost: Fix livepatch timeouts in vhost_worker()

[PATCH v3] page_pool: add a comment explaining the fragment counter usage
 2023-02-17 22:21 UTC 

[PATCH v3 0/4] x86: Fully relocatable alternatives and some NOPs
 2023-02-17 22:21 UTC  (3+ messages)
` [PATCH v3 2/4] x86/alternative: Support relocations in alternatives

[PATCH] mailmap: Map Georgi Djakov's old Linaro address to his current one
 2023-02-17 22:20 UTC  (2+ messages)

[PATCH] clk: Fix wrong clock returned in parent_data with .name and no .index
 2023-02-17 22:11 UTC  (3+ messages)

[PATCH v3 0/6] crypto: Accelerated AES/GCM stitched implementation
 2023-02-17 22:20 UTC  (4+ messages)
` [PATCH v3 1/6] Update Kconfig and Makefile

[PATCH v5 00/10] The great interconnecification fixation
 2023-02-17 22:19 UTC  (7+ messages)
` [PATCH v5 08/10] interconnect: qcom: msm8996: Specify no bus clock scaling on A0NoC

[5.15] Please apply 'selftest/lkdtm: Skip stack-entropy test if lkdtm is not available'
 2023-02-17 22:17 UTC 

[PATCH v10 1/4] dt-bindings: clock: add loongson-2 clock include file
 2023-02-17 22:15 UTC  (5+ messages)
` [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support

[PATCH v5 0/5] ARM: Add GXP I2C Support
 2023-02-17 22:09 UTC  (7+ messages)
` [PATCH v5 1/5] i2c: hpe: Add GXP SoC I2C Controller
` [PATCH v5 2/5] dt-bindings: i2c: Add hpe,gxp-i2c
` [PATCH v5 5/5] MAINTAINERS: Add HPE GXP I2C Support

[RESEBD PATCH v3] bcache: Remove some unnecessary NULL point check for the return value of __bch_btree_node_alloc-related pointer
 2023-02-17 21:57 UTC  (2+ messages)

[PATCH] spi: dt-bindings: qcom,spi-qcom-qspi: document OPP and power-domains
 2023-02-17 22:06 UTC  (2+ messages)

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

[PATCH v13 00/13] Add PSR support for eDP
 2023-02-17 21:53 UTC  (3+ messages)
` [PATCH v13 13/13] drm/msm/disp/dpu: update dpu_enc crtc state on crtc enable/disable during self refresh

[PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE
 2023-02-17 21:47 UTC  (5+ messages)

[PATCH -v5 0/9] migrate_pages(): batch TLB flushing
 2023-02-17 21:47 UTC  (2+ messages)

[PATCH] x86/mm: Fix use of uninitialized buffer in sme_enable()
 2023-02-17 21:47 UTC  (2+ messages)

[PATCH] i2c: xiic: Remove some dead code
 2023-02-17 21:46 UTC  (2+ messages)

[PATCH V6 0/3] Added Standard mode and SMBus support
 2023-02-17 21:45 UTC  (7+ messages)
` [PATCH V6 1/3] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to compatible
` [PATCH V6 2/3] i2c: xiic: Update compatible with new IP version
` [PATCH V6 3/3] i2c: xiic: Add SCL frequency configuration support

[PATCH v2 02/14] drm/msm/a6xx: Extend UBWC config
 2023-02-17 21:45 UTC  (27+ messages)
` [PATCH v2 03/14] drm/msm/a6xx: Introduce GMU wrapper support
` [PATCH v2 05/14] drm/msm/adreno: Disable has_cached_coherent for A610/A619_holi
` [PATCH v2 06/14] drm/msm/gpu: Use dev_pm_opp_set_rate for non-GMU GPUs
` [PATCH v2 07/14] drm/msm/a6xx: Add support for A619_holi
` [PATCH v2 08/14] drm/msm/a6xx: Add A610 support
` [PATCH v2 09/14] drm/msm/a6xx: Fix some A619 tunables
` [PATCH v2 11/14] drm/msm/a6xx: Enable optional icc voting from OPP tables
` [PATCH v2 12/14] drm/msm/a6xx: Use "else if" in GPU speedbin rev matching
` [PATCH v2 13/14] drm/msm/a6xx: Add A619_holi speedbin support
` [PATCH v2 14/14] drm/msm/a6xx: Add A610 "

[PATCH 0/7] of: unittest: new node lifecycle tests
 2023-02-17 21:44 UTC  (2+ messages)

[PATCH v7 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-02-17 21:30 UTC  (4+ messages)
` [PATCH v7 2/6] ocfs2: Switch to security_inode_init_security()

[PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible
 2023-02-17 21:24 UTC  (11+ messages)

[regression] Bug 217037 - cmb attributes missing from the nvme class under sysfs
 2023-02-17 21:23 UTC  (3+ messages)

[PATCH v3 1/3] misc: servo-pwm: driver for controlling servo motors via PWM
 2023-02-17 21:22 UTC  (3+ messages)

[PATCH] of: reserved_mem: Use proper binary prefix
 2023-02-17 21:21 UTC  (2+ messages)

[PATCH] Input: mainstone: fix pxa2xx_ac97 dependency
 2023-02-17 21:12 UTC  (2+ messages)

[PATCH 0/4] Remove #ifdef CONFIG_* from uapi headers (2023 edition)
 2023-02-17 21:11 UTC  (8+ messages)
` [PATCH 2/4] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
` [PATCH 3/4] Move bp_type_idx to include/linux/hw_breakpoint.h
` [PATCH 4/4] Move USE_WCACHING to drivers/block/pktcdvd.c

[PATCH net] net: lan966x: Fix possible deadlock inside PTP
 2023-02-17 21:09 UTC 

[PATCH 0/6] Migrate IDIO-16 GPIO drivers to regmap API
 2023-02-17 21:08 UTC  (4+ messages)
` [PATCH 4/6] gpio: 104-idio-16: Migrate to the "

[PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
 2023-02-17 20:49 UTC  (3+ messages)

[PATCH 0/3] spi: mpc52xx-psc: Modernize probe
 2023-02-17 20:45 UTC  (4+ messages)
` [PATCH 1/3] spi: mpc5xxx-psc: Remove unused platform_data
` [PATCH 2/3] spi: mpc5xxx-psc: Convert probe to use devres functions
` [PATCH 3/3] spi: mpc5xxx-psc: Use platform resources instead of parsing DT properties


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox