linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-08 12:13:50 to 2022-05-08 19:44:28 UTC [more...]

[PATCH v3 0/7] Nuvoton WPCM450 clock and reset driver
 2022-05-08 19:43 UTC  (2+ messages)
` [PATCH v3 1/7] dt-bindings: timer: nuvoton,npcm7xx-timer: Allow specifying all clocks

[GIT UPDATE] pagecache tree
 2022-05-08 19:33 UTC 

[GIT PULL] parisc architecture updates for v5.18-rc6
 2022-05-08 19:30 UTC 

[PATCH 0/3] staging: vt6655: Replace macro VNSvOutPortB with iowrite8()
 2022-05-08 19:30 UTC  (4+ messages)
` [PATCH 1/3] staging: vt6655: Replace MACvStart with VNSvOutPortB
` [PATCH 2/3] staging: vt6655: Replace MACvTransmitBCN "
` [PATCH 3/3] staging: vt6655: Replace VNSvOutPortB with iowrite8

[PATCH v4 00/14] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-08 19:06 UTC  (15+ messages)
` [PATCH v4 01/14] modpost: remove left-over cross_compile declaration
` [PATCH v4 02/14] modpost: change the license of EXPORT_SYMBOL to bool type
` [PATCH v4 03/14] modpost: split the section mismatch checks into section-check.c
` [PATCH v4 04/14] modpost: add sym_find_with_module() helper
` [PATCH v4 05/14] modpost: extract symbol versions from *.cmd files
` [PATCH v4 06/14] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v4 07/14] kbuild: stop merging *.symversions
` [PATCH v4 08/14] genksyms: adjust the output format to modpost
` [PATCH v4 09/14] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v4 10/14] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v4 11/14] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v4 12/14] kbuild: make *.mod "
` [PATCH v4 13/14] kbuild: add cmd_and_savecmd macro
` [PATCH v4 14/14] kbuild: rebuild multi-object modules when objtool is updated

[PATCH v7 00/33] crypto: rockchip: permit to pass self-tests
 2022-05-08 18:59 UTC  (34+ messages)
` [PATCH v7 01/33] crypto: rockchip: use dev_err for error message about interrupt
` [PATCH v7 02/33] crypto: rockchip: do not use uninitialized variable
` [PATCH v7 03/33] crypto: rockchip: do not do custom power management
` [PATCH v7 04/33] crypto: rockchip: fix privete/private typo
` [PATCH v7 05/33] crypto: rockchip: do not store mode globally
` [PATCH v7 06/33] crypto: rockchip: add fallback for cipher
` [PATCH v7 07/33] crypto: rockchip: add fallback for ahash
` [PATCH v7 08/33] crypto: rockchip: better handle cipher key
` [PATCH v7 09/33] crypto: rockchip: remove non-aligned handling
` [PATCH v7 10/33] crypto: rockchip: rework by using crypto_engine
` [PATCH v7 11/33] crypto: rockchip: rewrite type
` [PATCH v7 12/33] crypto: rockchip: add debugfs
` [PATCH v7 13/33] crypto: rockchip: introduce PM
` [PATCH v7 14/33] crypto: rockchip: handle reset also in PM
` [PATCH v7 15/33] crypto: rockchip: use clk_bulk to simplify clock management
` [PATCH v7 16/33] crypto: rockchip: add myself as maintainer
` [PATCH v7 17/33] crypto: rockchip: use read_poll_timeout
` [PATCH v7 18/33] crypto: rockchip: fix style issue
` [PATCH v7 19/33] crypto: rockchip: add support for rk3328
` [PATCH v7 20/33] crypto: rockchip: rename ablk functions to cipher
` [PATCH v7 21/33] crypto: rockchip: rework rk_handle_req function
` [PATCH v7 22/33] crypto: rockchip: use a rk_crypto_info variable instead of lot of indirection
` [PATCH v7 23/33] crypto: rockchip: use the rk_crypto_info given as parameter
` [PATCH v7 24/33] dt-bindings: crypto: convert rockchip-crypto to YAML
` [PATCH v7 25/33] dt-bindings: crypto: rockchip: convert to new driver bindings
` [PATCH v7 26/33] clk: rk3399: use proper crypto0 name
` [PATCH v7 27/33] arm64: dts: rockchip: add rk3328 crypto node
` [PATCH v7 28/33] arm64: dts: rockchip: rk3399: add "
` [PATCH v7 29/33] crypto: rockchip: store crypto_info in request context
` [PATCH v7 30/33] crypto: rockchip: Check for clocks numbers and their frequencies
` [PATCH v7 31/33] crypto: rockchip: rk_ahash_reg_init use crypto_info from parameter
` [PATCH v7 32/33] crypto: rockchip: permit to have more than one reset
` [PATCH v7 33/33] crypto: rockchip: Add support for RK3399

[GIT pull] core/urgent for v5.18-rc6
 2022-05-08 18:40 UTC  (13+ messages)
` [GIT pull] irq/urgent "
` [GIT pull] locking/urgent "
` [GIT pull] timers/urgent "
` [GIT pull] x86/urgent "

[RFC PATCH v3 0/8] hugetlb: Change huge pmd sharing synchronization again
 2022-05-08 18:34 UTC  (9+ messages)
` [RFC PATCH v3 1/8] hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
` [RFC PATCH v3 2/8] hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
` [RFC PATCH v3 3/8] hugetlbfs: move routine remove_huge_page to hugetlb.c
` [RFC PATCH v3 4/8] hugetlbfs: catch and handle truncate racing with page faults
` [RFC PATCH v3 5/8] hugetlb: rename vma_shareable() and refactor code
` [RFC PATCH v3 6/8] hugetlb: add vma based lock for pmd sharing synchronization
` [RFC PATCH v3 7/8] hugetlb: create hugetlb_unmap_file_page to unmap single file page
` [RFC PATCH v3 8/8] hugetlb: use new vma_lock for pmd sharing synchronization

[GIT PULL] sound fixes for 5.18-rc6
 2022-05-08 17:24 UTC  (2+ messages)

drivers/thermal/thermal_sysfs.c:794:5: warning: ISO C90 forbids mixed declarations and code
 2022-05-08 18:18 UTC 

[PATCH v2 00/13] stackleak: fixes and rework
 2022-05-08 18:17 UTC  (7+ messages)
` [PATCH v2 01/13] arm64: stackleak: fix current_top_of_stack()
` [PATCH v2 02/13] stackleak: move skip_erasing() check earlier
` [PATCH v2 03/13] stackleak: remove redundant check

[PATCH v1 1/1] iio: imu: st_lsm6dsx: Switch from of headers to mod_devicetable.h
 2022-05-08 18:02 UTC  (2+ messages)

[PATCH v3] mm/ksm: introduce ksm_force for each process
 2022-05-08 18:03 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] random: use symbolic constants for crng_init states
 2022-05-08 17:36 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH for-5.19/uclogic 0/7] DIGImend patches, part VI
 2022-05-08 18:39 UTC  (11+ messages)
` [PATCH for-5.19/uclogic 1/7] HID: uclogic: Move param printing to a function
` [PATCH for-5.19/uclogic 2/7] HID: uclogic: Return raw parameters from v2 pen init
` [PATCH for-5.19/uclogic 3/7] HID: uclogic: Do not focus on touch ring only
` [PATCH for-5.19/uclogic 4/7] HID: uclogic: Always shift touch reports to zero
` [PATCH for-5.19/uclogic 5/7] HID: uclogic: Differentiate touch ring and touch strip
` [PATCH for-5.19/uclogic 6/7] HID: uclogic: Add pen support for XP-PEN Star 06
` [PATCH for-5.19/uclogic 7/7] HID: uclogic: Switch to Digitizer usage for styluses

[PATCH v4] arm64: dts: allwinner: a64: olinuxino: Enable audio
 2022-05-08 17:38 UTC  (4+ messages)
    `  "

[PATCH] staging: r8188eu: drop redundant if check
 2022-05-08 18:24 UTC 

[RFC PATCH 0/2] rockchip / devfreq: Coordinate DRAM controller resources between ATF and kernel
 2022-05-08 18:42 UTC  (8+ messages)
` [RFC PATCH 1/2] soc: rockchip: power-domain: Manage resource conflicts with firmware
` [RFC PATCH 2/2] PM / devfreq: rk3399_dmc: Block PMU during transitions

[RFC PATCH 0/3] Introduce new huge_ptep_get_access_flags() interface
 2022-05-08 17:08 UTC  (3+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.18-4 tag
 2022-05-08 18:41 UTC  (2+ messages)

drivers/thermal/thermal_sysfs.c:794:9: warning: mixing declarations and code is a C99 extension
 2022-05-08 17:47 UTC 

[PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS)
 2022-05-08 18:28 UTC  (2+ messages)

[PATCH v6 00/23] Rust support
 2022-05-08 18:06 UTC  (3+ messages)

[PATCH] big_keys: Use struct for internal payload
 2022-05-08 17:57 UTC 

[PATCH] fs: sendfile handles O_NONBLOCK of out_fd
 2022-05-08 18:28 UTC  (4+ messages)

[PATCH v3 0/6] Support mt7531 on BPI-R2 Pro
 2022-05-08 17:04 UTC  (6+ messages)
` [PATCH v3 5/6] dt-bindings: net: dsa: make reset optional and add rgmii-mode to mt7531
      ` Aw: "
        `  "

[PATCH] staging: drivers: hid: hid-asus.c: Fixed brace/formatting issues
 2022-05-08 16:47 UTC  (2+ messages)

[PATCH for reference] vdpa: Add supprt for reading vdpa device statistics
 2022-05-08 16:35 UTC 

[PATCH v4 0/3] Show statistics for a vdpa device
 2022-05-08 16:33 UTC  (4+ messages)
` [PATCH v4 1/3] vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doit
` [PATCH v4 2/3] vdpa: Add support for querying vendor statistics
` [PATCH v4 3/3] vdpa/mlx5: Add support for reading descriptor statistics

[PATCH v2] net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONT
 2022-05-08 16:19 UTC  (2+ messages)

[PATCH] tracing: Fix possible crash in ftrace_free_ftrace_ops()
 2022-05-08 16:18 UTC 

[PATCH v2 0/4] unified way to use static key and optimize pgtable_l4_enabled
 2022-05-08 16:07 UTC  (5+ messages)
` [PATCH v2 1/4] riscv: mm: init: make pt_ops_set_[early|late|fixmap] static
` [PATCH v2 2/4] riscv: introduce unified static key mechanism for CPU features
` [PATCH v2 3/4] riscv: replace has_fpu() with system_supports_fpu()
` [PATCH v2 4/4] riscv: convert pgtable_l4|[l5]_enabled to static key

[PATCH 0/5] staging: r8188eu: start cleaning up OnAction_back
 2022-05-08 16:14 UTC  (6+ messages)
` [PATCH 1/5] staging: r8188eu: read addr2 from ieee80211_mgmt
` [PATCH 2/5] staging: r8188eu: don't check the category in OnAction_back
` [PATCH 3/5] staging: r8188eu: read destination address from ieee80211_mgmt
` [PATCH 4/5] staging: r8188eu: use back action codes from ieee80211.h
` [PATCH 5/5] staging: r8188eu: read back action code from ieee80211_mgmt

[PATCH 5.17 000/225] 5.17.6-rc1 review
 2022-05-08 16:12 UTC  (4+ messages)
` [PATCH 5.17 162/225] ASoC: Intel: sof_es8336: Add a quirk for Huawei Matebook D15

[PATCH v1] softirq: Add tracepoint for tasklet_entry/exit
 2022-05-08 16:06 UTC 

[PATCH] iommu/dma: Fix iova map result check bug
 2022-05-08 16:01 UTC  (2+ messages)

[PATCH 0/4] Remove support for Hyper-V 2008 and 2008R2/Win7
 2022-05-08 15:43 UTC  (3+ messages)

[PATCH v3 3/4] fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .remove
 2022-05-08 15:40 UTC  (2+ messages)
` [fbdev] c6a2b1a999: BUG:KASAN:use-after-free_in_efifb_destroy

[xfs] bc37e4fb5c: xfstests.xfs.144.fail
 2022-05-08 15:29 UTC 

[PATCH] arm64: dts: allwinner: define USB3 Ethernet on NanoPi R1S H5
 2022-05-08 15:25 UTC  (2+ messages)
`  "

[PATCH 1/5] f2fs: stop allocating pinned sections if EAGAIN happens
 2022-05-08 15:25 UTC  (9+ messages)
` [PATCH 2/5] f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parameters
  ` [f2fs-dev] "
` [PATCH 3/5] f2fs: keep wait_ms if EAGAIN happens
  ` [f2fs-dev] "
` [PATCH 4/5] f2fs: do not stop GC when requiring a free section
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/5] f2fs: stop allocating pinned sections if EAGAIN happens

[PATCH v1] thermal/core: change mm alloc method to avoid kernel warning
 2022-05-08 15:07 UTC  (3+ messages)

[PATCH] Decouple slub_debug= from no_hash_pointers again
 2022-05-08 14:56 UTC 

[PATCH V2 00/23] perf intel-pt: Better support for perf record --cpu
 2022-05-08 15:08 UTC  (2+ messages)

[PATCH] usb: gadget: fix race when gadget driver register via ioctl
 2022-05-08 15:02 UTC  (6+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

[PATCH v2 -next] drm/rockchip: Fix Kconfig dependencies
 2022-05-08 15:01 UTC  (2+ messages)

[PATCH -next] drm/rockchip: remove unneeded semicolon
 2022-05-08 15:01 UTC  (2+ messages)

[PATCH][next] drm/rockchip: Fix spelling mistake "aligened" -> "aligned"
 2022-05-08 15:01 UTC  (2+ messages)

[writeback] af0b042e91: WARNING:at_fs/read_write.c:#vfs_read
 2022-05-08 15:00 UTC 

[PATCH] drm/rockchip: Remove unneeded semicolon
 2022-05-08 14:54 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm6350: Replace literal rpmpd indices with constants
 2022-05-08 14:50 UTC  (3+ messages)

[PATCH] x86/tsc: Add option to force HW timer based recalibration
 2022-05-08 14:47 UTC 

[PATCH] hwmon: (lm83) Remove unused include directives
 2022-05-08 14:46 UTC 

[PATCHSETS] v14 fsdax-rmap + v11 fsdax-reflink
 2022-05-08 14:36 UTC  (15+ messages)
` [PATCH v14 01/07] dax: Introduce holder for dax_device
` [PATCH v14 02/07] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v14 03/07] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v14 04/07] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v14 05/07] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v14 06/07] xfs: Implement ->notify_failure() for XFS
` [PATCH v14 07/07] fsdax: set a CoW flag when associate reflink mappings
` [PATCH v11 01/07] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v11 02/07] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v11 03/07] fsdax: Replace mmap entry in case of CoW
` [PATCH v11 04/07] fsdax: Add dax_iomap_cow_copy() for dax zero
` [PATCH v11 05/07] fsdax: Dedup file range to use a compare function
` [PATCH v11 06/07] xfs: support CoW in fsdax mode
` [PATCH v11 07/07] xfs: Add dax dedupe support

[PATCH v4 0/3] Add device tree for Intel n6000
 2022-05-08 14:26 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: soc: add bindings for Intel HPS Copy Engine
` [PATCH v4 2/3] dt-bindings: intel: add binding for Intel n6000
` [PATCH v4 3/3] arm64: dts: intel: add device tree for n6000

[PATCH 0/4] dt-bindings/pinctrl/arm: qcom: second round of minor cleanups of QCOM PMIC pinctrl
 2022-05-08 13:59 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: pinctrl: qcom,pmic-gpio: add 'gpio-reserved-ranges'
` [PATCH 2/4] arm64: dts: qcom: add missing gpio-ranges in PMIC GPIOs
` [RFT 3/4] arm64: dts: qcom: correct interrupt controller on PM8916 and PMS405
` [PATCH 4/4] ARM: dts: qcom: add missing gpio-ranges in PMIC GPIOs

[PATCH] f2fs: fix to do sanity check for inline inode
 2022-05-08 13:52 UTC  (6+ messages)
        ` [f2fs-dev] "

[tip:core/urgent] BUILD SUCCESS 2667ed10d9f01e250ba806276740782c89d77fda
 2022-05-08 13:45 UTC 

[tip:x86/cleanups] BUILD SUCCESS 1ff2fb982c52ed6c3478adc944441d6ea065d8fb
 2022-05-08 13:46 UTC 

[PATCH v2 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-08 13:31 UTC  (8+ messages)
` [PATCH v2 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v2 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration

Re:Re: [PATCH] arm64: dts: allwinner: h6: Enable CPU opp tables for OrangePi One Plus
 2022-05-08 13:29 UTC 

[v3 2/3] phy: qcom-snps: Add support for overriding phy tuning parameters
 2022-05-08 13:22 UTC  (2+ messages)

[PATCH] s390/crypto: add crypto library interface for ChaCha20
 2022-05-08 13:09 UTC 

[PATCH v3 0/4] fast poll multishot mode
 2022-05-08 12:49 UTC  (6+ messages)

[PATCH v4 0/4] iommu/vt-d: Force snooping improvement
 2022-05-08 12:35 UTC  (5+ messages)
` [PATCH v4 1/4] iommu/vt-d: Block force-snoop domain attaching if no SC support
` [PATCH v4 2/4] iommu/vt-d: Check domain force_snooping against attached devices
` [PATCH v4 3/4] iommu/vt-d: Remove domain_update_iommu_snooping()
` [PATCH v4 4/4] iommu/vt-d: Remove hard coding PGSNP bit in PASID entries

[RFC PATCH v1] x86/build: add -fno-builtin flag to prevent shadowing
 2022-05-08 12:37 UTC  (4+ messages)
` [RESEND "

[PATCH 5.10 000/599] 5.10.110-rc1 review
 2022-05-08 12:31 UTC  (4+ messages)
` [PATCH 5.10 126/599] PCI: pciehp: Clear cmd_busy bit in polling mode

uninitialized variables bugs
 2022-05-08 12:17 UTC  (3+ messages)

[linuxppc:next-test 75/91] arch/powerpc/kernel/prom_parse.c:10:6: warning: no previous prototype for 'of_parse_dma_window'
 2022-05-08 12:16 UTC  (3+ 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 NNTP newsgroup(s).