messages from 2021-11-05 16:32:11 to 2021-11-10 14:39:14 UTC [more...]
[PATCH v3 00/15] Free user PTE page table pages
2021-11-10 14:39 UTC (22+ messages)
` [PATCH v3 01/15] mm: do code cleanups to filemap_map_pmd()
` [PATCH v3 02/15] mm: introduce is_huge_pmd() helper
` [PATCH v3 03/15] mm: move pte_offset_map_lock() to pgtable.h
` [PATCH v3 04/15] mm: rework the parameter of lock_page_or_retry()
` [PATCH v3 05/15] mm: add pmd_installed_type return for __pte_alloc() and other friends
` [PATCH v3 06/15] mm: introduce refcount for user PTE page table page
` [PATCH v3 07/15] mm/pte_ref: add support for user PTE page table page allocation
` [PATCH v3 08/15] mm/pte_ref: initialize the refcount of the withdrawn PTE page table page
` [PATCH v3 09/15] mm/pte_ref: add support for the map/unmap of user "
` [PATCH v3 10/15] mm/pte_ref: add support for page fault path
` [PATCH v3 11/15] mm/pte_ref: take a refcount before accessing the PTE page table page
` [PATCH v3 12/15] mm/pte_ref: update the pmd entry in move_normal_pmd()
` [PATCH v3 13/15] mm/pte_ref: free user PTE page table pages
` [PATCH v3 14/15] Documentation: add document for pte_ref
` [PATCH v3 15/15] mm/pte_ref: use mmu_gather to free PTE page table pages
[PATCH v8 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
2021-11-10 13:56 UTC (4+ messages)
[PATCH v3] docs/zh_CN: Add zh_CN/accounting/delay-accounting.rst
2021-11-10 13:48 UTC (4+ messages)
[PATCH v3 00/15] Free user PTE page table pages
2021-11-10 12:59 UTC (14+ messages)
` [PATCH v3 01/15] mm: do code cleanups to filemap_map_pmd()
` [PATCH v3 02/15] mm: introduce is_huge_pmd() helper
` [PATCH v3 03/15] mm: move pte_offset_map_lock() to pgtable.h
` [PATCH v3 04/15] mm: rework the parameter of lock_page_or_retry()
` [PATCH v3 05/15] mm: add pmd_installed_type return for __pte_alloc() and other friends
` [PATCH v3 06/15] mm: introduce refcount for user PTE page table page
` [PATCH v3 07/15] mm/pte_ref: add support for user PTE page table page allocation
` [PATCH v3 08/15] mm/pte_ref: initialize the refcount of the withdrawn PTE page table page
` [PATCH v3 09/15] mm/pte_ref: add support for the map/unmap of user "
[PATCH v4 0/4] initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME
2021-11-10 12:42 UTC (6+ messages)
` [PATCH v4 1/4] initramfs: refactor do_header() cpio magic checks
` [PATCH v4 2/4] initramfs: print helpful cpio error on "crc" magic
` [PATCH v4 3/4] docs: remove mention of "crc" cpio format support
` [PATCH v4 4/4] initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig option
[PATCH 0/2] docs/zh_CN add pciebus-howto and pci-iov-howto translation
2021-11-10 12:08 UTC (5+ messages)
` [PATCH 1/2] docs/zh_CN: add pciebus-howto translation
` [PATCH 2/2] docs/zh_CN: add pci-iov-howto translation
[PATCH] doc/zh_CN: fix a translation error in management-style
2021-11-10 12:02 UTC
[PATCH RFC 0/5] Handle UEFI NX-restricted page tables
2021-11-10 11:11 UTC (7+ messages)
` [PATCH RFC 1/5] efi/x86: Disable paging when booting via efistub
` [PATCH RFC 2/5] efi/x86_64: set page table if provided by libstub
` [PATCH RFC 3/5] libstub: build temporary page table without NX-bit
` [PATCH RFC 4/5] efi: Add option for handling efi memory protection
` [PATCH RFC 5/5] Docs: document notemppt option
[PATCH] docs: Update Sphinx requirements
2021-11-10 9:16 UTC
drivers/ptp/ptp_clockmatrix.c:1679: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2021-11-10 7:29 UTC
[PATCH v7 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
2021-11-10 6:18 UTC (4+ messages)
[RFC PATCH v3 0/8] Adds support for PHY LEDs with offload triggers
2021-11-09 22:18 UTC (31+ messages)
` [RFC PATCH v3 1/8] leds: add support for hardware driven LEDs
` [RFC PATCH v3 2/8] leds: add function to configure hardware controlled LED
` [RFC PATCH v3 3/8] leds: trigger: netdev: drop NETDEV_LED_MODE_LINKUP from mode
` [RFC PATCH v3 4/8] leds: trigger: netdev: rename and expose NETDEV trigger enum modes
` [RFC PATCH v3 5/8] leds: trigger: netdev: add hardware control support
` [RFC PATCH v3 6/8] leds: trigger: add hardware-phy-activity trigger
` [RFC PATCH v3 7/8] net: dsa: qca8k: add LEDs support
` [RFC PATCH v3 8/8] dt-bindings: net: dsa: qca8k: add LEDs definition example
[PATCH 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
2021-11-09 21:25 UTC (24+ messages)
` [PATCH 1/7] x86/Documentation: Describe the Intel Hardware Feedback Interface
` [PATCH 2/7] x86: Add definitions for "
` [PATCH 3/7] thermal: intel: hfi: Minimally initialize the "
` [PATCH 4/7] thermal: intel: hfi: Handle CPU hotplug events
` [PATCH 5/7] thermal: intel: hfi: Enable notification interrupt
` [PATCH 6/7] thermal: netlink: Add a new event to notify CPU capabilities change
` [PATCH 7/7] thermal: intel: hfi: Notify user space for HFI events
[PATCH 0/3] Some improvements on panic_print
2021-11-09 20:28 UTC (4+ messages)
` [PATCH 1/3] docs: sysctl/kernel: Add missing bit to panic_print
` [PATCH 2/3] panic: Add option to dump all CPUs backtraces in panic_print
` [PATCH 3/3] panic: Allow printing extra panic information on kdump
[PATCH v4 0/3] Driver for TI INA238 I2C Power Monitor
2021-11-09 20:33 UTC (3+ messages)
` [PATCH v4 3/3] hwmon: Driver for Texas Instruments INA238
[PATCH v1] sched/numa: add per-process numa_balancing
2021-11-09 16:26 UTC (10+ messages)
` "
` "
` "
` "
[RFC 1/3] gpiolib: remove irq_to_gpio() definition
2021-11-09 11:49 UTC (3+ messages)
[PATCH AUTOSEL 5.10 021/101] fscrypt: allow 256-bit master keys with AES-256-XTS
2021-11-09 1:48 UTC (2+ messages)
[PATCH AUTOSEL 5.14 025/138] fscrypt: allow 256-bit master keys with AES-256-XTS
2021-11-08 17:44 UTC
[PATCH AUTOSEL 5.15 027/146] fscrypt: allow 256-bit master keys with AES-256-XTS
2021-11-08 17:42 UTC
[RFC PATCH v2 0/5] Adds support for PHY LEDs with offload triggers
2021-11-08 20:15 UTC (28+ messages)
` [RFC PATCH v2 1/5] leds: trigger: add API for HW offloading of triggers
` [RFC PATCH v2 2/5] leds: add function to configure offload leds
` [RFC PATCH v2 3/5] leds: trigger: add offload-phy-activity trigger
` [RFC PATCH v2 4/5] net: dsa: qca8k: add LEDs support
` [RFC PATCH v2 5/5] dt-bindings: net: dsa: qca8k: add LEDs definition example
[PATCH net-next 00/21] ethtool, stats: introduce and use standard XDP stats
2021-11-08 18:09 UTC (9+ messages)
` [PATCH net-next 03/21] ethtool, stats: introduce standard XDP statistics
[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
2021-11-08 14:45 UTC (4+ messages)
` [PATCH v5 03/16] x86/tdx: Exclude Shared bit from physical_mask
[RFC PATCH 0/6] Adds support for PHY LEDs with offload triggers
2021-11-08 13:48 UTC (19+ messages)
` [RFC PATCH 1/6] leds: trigger: add API for HW offloading of triggers
` [RFC PATCH 2/6] leds: permit to declare supported offload triggers
` [RFC PATCH 3/6] leds: add function to configure offload leds
` [RFC PATCH 4/6] leds: trigger: add offload-phy-activity trigger
` [RFC PATCH 5/6] net: dsa: qca8k: add LEDs support
` [RFC PATCH 6/6] dt-bindings: net: dsa: qca8k: add LEDs definition example
[PATCH v1 (RFC)] docs: discourage users from using bugzilla.kernel.org
2021-11-08 13:17 UTC (6+ messages)
[PATCH nf-next v6] netfilter: ipvs: Fix reuse connection if RS weight is 0
2021-11-08 10:46 UTC (3+ messages)
[PATCH 0/7] Cleanup after removal of configs
2021-11-08 6:20 UTC (5+ messages)
` [PATCH 4/7] arch: Remove leftovers from mandatory file locking
` [PATCH 6/7] include: mfd: Remove leftovers from bd70528 watchdog
arch/riscv/kvm/vcpu_sbi.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2021-11-06 23:40 UTC
drivers/gpu/drm/i915/gvt/gtt.c:1152: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2021-11-06 21:01 UTC
[PATCH] Docs: Fixes link to I2C specification
2021-11-05 22:03 UTC (2+ messages)
[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
2021-11-05 18:11 UTC (10+ messages)
` [PATCH v4 06/14] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v4 07/14] device-dax: compound devmap support
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).