messages from 2022-06-03 07:19:29 to 2022-06-07 10:21:51 UTC [more...]
[PATCH v11 00/14] Multi-Gen LRU Framework
2022-06-07 10:21 UTC (5+ messages)
` [PATCH v11 07/14] mm: multi-gen LRU: exploit locality in rmap
linux-next: build warnings after merge of the hwmon-staging tree
2022-06-07 9:37 UTC
linux-next: build warnings after merge of the hwmon-staging tree
2022-06-07 9:35 UTC
[PATCH v3 0/6] introduce mirrored memory support for arm64
2022-06-07 9:38 UTC (7+ messages)
` [PATCH v3 1/6] efi: Make efi_find_mirror() public
` [PATCH v3 2/6] arm64/mirror: arm64 enabling - find mirrored memory ranges
` [PATCH v3 3/6] mm: Ratelimited mirrored memory related warning messages
` [PATCH v3 4/6] mm: Demote warning message in vmemmap_verify() to debug level
` [PATCH v3 5/6] mm: Add mirror flag back on initrd memory
` [PATCH v3 6/6] efi: Disable mirror feature if kernelcore is not specified
[PATCH v2] Documentation/security-bugs: overhaul
2022-06-07 9:07 UTC (3+ messages)
[PATCH v2 2/2] drm/msm: Expose client engine utilization via fdinfo
2022-06-07 8:56 UTC (3+ messages)
[PATCH] docs/zh_CN: Update zh_CN/kernel-hacking/hacking.rst to 5.19-rc1
2022-06-07 8:53 UTC (4+ messages)
` "
[PATCH 00/23] Update Documentation/ cross-references
2022-06-07 8:07 UTC (35+ messages)
` [PATCH 01/23] dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
` [PATCH 02/23] dt-bindings: interrupt-controller: update brcm,l2-intc.yaml reference
` [PATCH 03/23] dt-bindings: arm: update vexpress-config.yaml references
` [PATCH 04/23] dt-bindings: reset: update st,stih407-powerdown.yaml references
` [PATCH 05/23] dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference
` [PATCH 06/23] dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml reference
` [PATCH 07/23] docs: netdev: update maintainer-netdev.rst reference
` [PATCH 08/23] docs: filesystems: update netfs-api.rst reference
` [PATCH 09/23] Documentation: update watch_queue.rst references
` [PATCH 10/23] Documentation: KVM: update s390-pv.rst reference
` [PATCH 11/23] Documentation: KVM: update amd-memory-encryption.rst references
` [PATCH 12/23] Documentation: KVM: update msr.rst reference
` [PATCH 13/23] Documentation: KVM: update s390-diag.rst reference
` [PATCH 14/23] MAINTAINERS: update arm,hdlcd.yaml reference
` [PATCH 15/23] MAINTAINERS: update arm,komeda.yaml reference
` [PATCH 16/23] MAINTAINERS: update arm,malidp.yaml reference
` [PATCH 17/23] MAINTAINERS: update cortina,gemini-ethernet.yaml reference
` [PATCH 18/23] MAINTAINERS: update dongwoon,dw9807-vcm.yaml reference
` [PATCH 19/23] MAINTAINERS: update maxim,max77693.yaml reference
` [PATCH 20/23] MAINTAINERS: update snps,axs10x-reset.yaml reference
` [PATCH 21/23] objtool: update objtool.txt references
` [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
` [PATCH 23/23] arch: m68k: q40: README: drop references to IDE driver
[PATCH v4 0/2] add page_migration and vmalloced-kernel-stacks translation
2022-06-07 7:13 UTC (3+ messages)
` [PATCH v4 1/2] docs/zh_CN: add vm page_migration translation
` [PATCH v4 2/2] docs/zh_CN: add vm vmalloced-kernel-stacks translation
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-06-07 6:57 UTC (3+ messages)
[PATCH v4] mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2
2022-06-07 6:48 UTC
[PATCH v3] mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2
2022-06-07 2:18 UTC (3+ messages)
[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
2022-06-06 20:42 UTC (23+ messages)
` [PATCH v9 01/21] s390/sclp: detect the zPCI load/store interpretation facility
` [PATCH v9 02/21] s390/sclp: detect the AISII facility
` [PATCH v9 03/21] s390/sclp: detect the AENI facility
` [PATCH v9 04/21] s390/sclp: detect the AISI facility
` [PATCH v9 05/21] s390/airq: pass more TPI info to airq handlers
` [PATCH v9 06/21] s390/airq: allow for airq structure that uses an input vector
` [PATCH v9 07/21] s390/pci: externalize the SIC operation controls and routine
` [PATCH v9 08/21] s390/pci: stash associated GISA designation
` [PATCH v9 09/21] s390/pci: stash dtsm and maxstbl
` [PATCH v9 10/21] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v9 11/21] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v9 12/21] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v9 13/21] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v9 14/21] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v9 15/21] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v9 16/21] KVM: s390: pci: add routines to start/stop interpretive execution
` [PATCH v9 17/21] vfio-pci/zdev: add open/close device hooks
` [PATCH v9 18/21] vfio-pci/zdev: add function handle to clp base capability
` [PATCH v9 19/21] vfio-pci/zdev: different maxstbl for interpreted devices
` [PATCH v9 20/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v9 21/21] MAINTAINERS: additional files related kvm s390 pci passthrough
[PATCH v2 net-next] Documentation: update networking/page_pool.rst with ethtool APIs
2022-06-06 20:15 UTC
[PATCH] dt-bindings: power: reset: qcom-pon: update "reg" property details
2022-06-06 20:02 UTC
[PATCH 0/6] mm/damon: trivial cleanups
2022-06-06 18:23 UTC (7+ messages)
` [PATCH 1/6] Docs/admin-guide/damon/reclaim: remove a paragraph that been obsolete due to online tuning support
` [PATCH 2/6] mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.h
` [PATCH 3/6] mm/damon/reclaim: deduplicate 'commit_inputs' handling
` [PATCH 4/6] mm/damon/sysfs: deduplicate inputs applying
` [PATCH 5/6] mm/damon/reclaim: make 'enabled' checking timer simpler
` [PATCH 6/6] mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'
[PATCH] docs: Move the HTE documentation to driver-api/
2022-06-06 16:55 UTC (2+ messages)
[PATCH] Documentation/security-bugs: overhaul
2022-06-06 15:07 UTC (8+ messages)
[PATCH v2] mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2
2022-06-06 13:29 UTC (4+ messages)
[PATCH 00/36] RS485 serial_rs485 sanitization
2022-06-06 10:04 UTC (2+ messages)
` [PATCH 22/36] serial: Sanitize rs485_struct
[PATCH v3 0/4] DMA mapping changes for SCSI core
2022-06-06 9:30 UTC (5+ messages)
` [PATCH v3 1/4] dma-mapping: Add dma_opt_mapping_size()
` [PATCH v3 2/4] dma-iommu: Add iommu_dma_opt_mapping_size()
` [PATCH v3 3/4] scsi: core: Cap shost max_sectors according to DMA optimum mapping limits
` [PATCH v3 4/4] libata-scsi: Cap ata_device->max_sectors according to shost->max_sectors
[PATCH] hwmon: (asus-ec-sensors) add support for Strix Z690-a D4
2022-06-05 17:43 UTC (2+ messages)
[PATCH] docs: usb: fix literal block marker in usbmon verification example
2022-06-05 9:40 UTC (4+ messages)
Sphinx pre v3 -- removing support
2022-06-04 8:13 UTC (19+ messages)
[PATCH V15 00/24] arch: Add basic LoongArch support
2022-06-04 6:38 UTC (36+ messages)
` [PATCH V15 01/24] irqchip: Adjust Kconfig for Loongson
` [PATCH V15 02/24] irqchip/loongson-liointc: Fix build error for LoongArch
` [PATCH V15 03/24] Documentation: LoongArch: Add basic documentations
` [PATCH V15 04/24] Documentation/zh_CN: Add basic LoongArch documentations
` [PATCH V15 05/24] LoongArch: Add ELF-related definitions
` [PATCH V15 06/24] LoongArch: Add writecombine support for drm
` [PATCH V15 07/24] LoongArch: Add build infrastructure
` [PATCH V15 08/24] LoongArch: Add CPU definition headers
` [PATCH V15 09/24] LoongArch: Add atomic/locking headers
` [PATCH V15 10/24] LoongArch: Add other common headers
` [PATCH V15 11/24] LoongArch: Add boot and setup routines
` [PATCH V15 12/24] LoongArch: Add exception/interrupt handling
` [PATCH V15 13/24] LoongArch: Add process management
` [PATCH V15 14/24] LoongArch: Add memory management
` [PATCH V15 15/24] LoongArch: Add system call support
` [PATCH V15 16/24] LoongArch: Add signal handling support
` [PATCH V15 17/24] LoongArch: Add ELF and module support
` [PATCH V15 18/24] LoongArch: Add misc common routines
` [PATCH V15 19/24] LoongArch: Add some library functions
` [PATCH V15 20/24] LoongArch: Add VDSO and VSYSCALL support
` [PATCH V15 21/24] LoongArch: Add multi-processor (SMP) support
` [PATCH V15 22/24] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH V15 23/24] LoongArch: Add Loongson-3 default config file
` [PATCH V15 24/24] MAINTAINERS: Add maintainer information for LoongArch
[PATCH] mm: memcontrol: separate {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2
2022-06-04 2:48 UTC (6+ messages)
[PATCH v2 0/2] perf: arm64: Kernel support for Dwarf unwinding through SVE functions
2022-06-04 2:14 UTC (3+ messages)
[PATCH v4] HID: uclogic: properly format kernel-doc comment for hid_dbg() wrappers
2022-06-04 2:07 UTC
[PATCH v2] leds: Add leds-qcom-lpg entry to documentation table of contents
2022-06-04 1:57 UTC
[PATCH] leds: Add leds-qcom-lpg entry to documentation table of contents
2022-06-04 1:31 UTC (4+ messages)
[PATCH v2] module: Add support for default value for module async_probe
2022-06-04 1:01 UTC
[PATCH v1] module: Add support for default value for module async_probe
2022-06-03 23:16 UTC (3+ messages)
[PATCH 1/3] Documentation: kunit: remove duplicate kunit-tool.rst
2022-06-03 19:56 UTC (3+ messages)
` [PATCH 2/3] Documentation: kunit: move mention of --jobs flag lower
` [PATCH 3/3] Documentation: kunit: rewrite section on .kunitconfig
[PATCH V14 00/24] arch: Add basic LoongArch support
2022-06-03 13:01 UTC (11+ messages)
` [PATCH V14 03/24] Documentation: LoongArch: Add basic documentations
` [PATCH V14 11/24] LoongArch: Add boot and setup routines
` Steps forward for the LoongArch UEFI bringup patch? (was: Re: [PATCH V14 11/24] LoongArch: Add boot and setup routines)
[PATCH] docs: arm: tcm: Fix typo in description of TCM and MMU usage
2022-06-03 11:27 UTC
[PATCH v5] crc-itu-t: Fix typo in CRC ITU-T polynom comment
2022-06-03 8:20 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).