messages from 2022-04-29 12:18:38 to 2022-05-04 01:03:46 UTC [more...]
[PATCH net-next] net/core: Remove comment quote for __dev_queue_xmit()
2022-05-04 1:03 UTC (2+ messages)
[PATCH v1] driver core: Add "*" wildcard support to driver_async_probe cmdline param
2022-05-04 0:53 UTC
[PATCH v9 0/4] add hugetlb_optimize_vmemmap sysctl
2022-05-04 0:42 UTC (8+ messages)
` [PATCH v9 1/4] mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosses page boundaries
` [PATCH v9 2/4] mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=on
` [PATCH v9 3/4] mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsing
` [PATCH v9 4/4] mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctl
[PATCH v5 0/4] memcg: introduce per-memcg proactive reclaim
2022-05-04 0:13 UTC (3+ messages)
` [PATCH v5 1/4] memcg: introduce per-memcg reclaim interface
[RFC PATCH v6 00/11] Adds support for PHY LEDs with offload triggers
2022-05-03 22:21 UTC (13+ messages)
` [RFC PATCH v6 01/11] leds: add support for hardware driven LEDs
` [RFC PATCH v6 02/11] leds: add function to configure hardware controlled LED
` [RFC PATCH v6 03/11] leds: trigger: netdev: drop NETDEV_LED_MODE_LINKUP from mode
` [RFC PATCH v6 04/11] leds: trigger: netdev: rename and expose NETDEV trigger enum modes
` [RFC PATCH v6 05/11] leds: trigger: netdev: convert device attr to macro
` [RFC PATCH v6 06/11] leds: trigger: netdev: add hardware control support
` [RFC PATCH v6 07/11] leds: trigger: netdev: use mutex instead of spinlocks
` [RFC PATCH v6 08/11] leds: trigger: netdev: add available mode sysfs attr
` [RFC PATCH v6 09/11] leds: trigger: netdev: add additional hardware only triggers
` [RFC PATCH v6 10/11] net: dsa: qca8k: add LEDs support
` [RFC PATCH v6 11/11] dt-bindings: net: dsa: qca8k: add LEDs definition example
[PATCH v22 5/9] arm64: kdump: Reimplement crashkernel=X
2022-05-03 22:00 UTC (11+ messages)
[PATCH] firmware_loader: describe 'module' parameter of firmware_upload_register()
2022-05-03 20:05 UTC (4+ messages)
[PATCH v10 0/8] cgroup/cpuset: Major cpu partition code restructuring
2022-05-03 18:39 UTC (11+ messages)
` [PATCH v10 1/8] cgroup/cpuset: Add top_cpuset check in update_tasks_cpumask()
` [PATCH v10 2/8] cgroup/cpuset: Miscellaneous cleanups & add helper functions
` [PATCH v10 3/8] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v10 4/8] cgroup/cpuset: Relax constraints to partition & cpus changes
` [PATCH v10 5/8] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v10 6/8] cgroup/cpuset: Show invalid partition reason string
` [PATCH v10 7/8] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v10 8/8] kselftest/cgroup: Add cpuset v2 partition root state test
[PATCH v4 00/10] Introduce In Field Scan driver
2022-05-03 16:26 UTC (9+ messages)
` [PATCH v5 "
` [PATCH v5 01/10] x86/microcode/intel: Expose collect_cpu_info_early() for IFS
2nd Quater puchase request
2022-05-03 14:48 UTC
[PATCH 0/5] docs/ja_JP/SubmittingPatches: Trace changes in English docs, take 1
2022-05-03 10:48 UTC (6+ messages)
` [PATCH 1/5] docs/ja_JP/SubmittingPatches: Update GregKH links
` [PATCH 2/5] docs/ja_JP/SubmittingPatches: Suggest the use of scripts/get_maintainer.pl
` [PATCH 3/5] docs/ja_JP/SubmittingPatches: Randy has moved
` [PATCH 4/5] docs/ja_JP/SubmittingPatches: Add Suggested-by as a standard signature
` [PATCH 5/5] docs/ja_JP/SubmittingPatches: Request summaries for commit references
[PATCH v2 0/9] introduce mirrored memory support for arm64
2022-05-03 9:58 UTC (3+ messages)
` [PATCH 0/2] Add support to relocate kernel image to mirrored region
[PATCH V9 00/22] arch: Add basic LoongArch support
2022-05-03 7:23 UTC (65+ messages)
` [PATCH V9 01/24] Documentation: LoongArch: Add basic documentations
` [PATCH V9 02/24] Documentation/zh_CN: Add basic LoongArch documentations
` [PATCH V9 03/24] LoongArch: Add elf-related definitions
` [PATCH V9 04/24] LoongArch: Add writecombine support for drm
` [PATCH V9 05/24] LoongArch: Add build infrastructure
` [PATCH V9 06/24] LoongArch: Add CPU definition headers
` [PATCH V9 07/24] LoongArch: Add atomic/locking headers
` [PATCH V9 08/24] LoongArch: Add other common headers
` [PATCH V9 09/24] LoongArch: Add boot and setup routines
` [PATCH V9 10/24] LoongArch: Add exception/interrupt handling
` [PATCH V9 11/24] LoongArch: Add process management
` [PATCH V9 12/24] LoongArch: Add memory management
` [PATCH V9 13/24] LoongArch: Add system call support
` [PATCH V9 14/24] LoongArch: Add signal handling support
` [PATCH V9 15/24] LoongArch: Add elf and module support
` [PATCH V9 16/24] LoongArch: Add misc common routines
` [PATCH V9 17/24] LoongArch: Add some library functions
` [PATCH V9 18/24] LoongArch: Add PCI controller support
` [PATCH V9 19/24] LoongArch: Add VDSO and VSYSCALL support
` [PATCH V9 20/24] LoongArch: Add efistub booting support
` [PATCH V9 21/24] LoongArch: Add zboot (compressed kernel) support
` [PATCH V9 22/24] LoongArch: Add multi-processor (SMP) support
` [PATCH V9 23/24] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH V9 24/24] LoongArch: Add Loongson-3 default config file
[PATCH] kunit: Taint kernel if any tests run
2022-05-03 6:49 UTC (8+ messages)
` [PATCH v2] "
[PATCH] mm,doc: Add new documentation structure
2022-05-03 6:30 UTC
[PATCH v6 0/6] Proposal for a GPU cgroup controller
2022-05-02 23:19 UTC (2+ messages)
` [PATCH v6 1/6] gpu: rfc: "
[PATCH 0/7] mailbox: apple: peek_data cleanup and implementation
2022-05-02 23:18 UTC (10+ messages)
` [PATCH 1/7] mailbox: zynq: Remove unused zynqmp_ipi_peek_data
` [PATCH 2/7] mailbox: sun6i: Unexport unused sun6i_msgbox_peek_data
` [PATCH 3/7] mailbox: ti-msgmgr Remove unused ti_msgmgr_queue_peek_data
` [PATCH 4/7] mailbox: altera: Remove unused altera_mbox_peek_data
` [PATCH 5/7] mailbox: Rename peek_data to poll_data and fix documentation
` [PATCH 6/7] mailbox: apple: Implement flush() operation
` [PATCH 7/7] mailbox: apple: Implement poll_data() operation
[PATCH v2 0/7] Make the rest of the VFIO driver interface use vfio_device
2022-05-02 16:22 UTC (6+ messages)
` [PATCH v2 7/7] vfio: Remove calls to vfio_group_add_container_user()
Driver graveyard
2022-05-02 15:33 UTC (6+ messages)
[PATCH] Documentation/vm/page_owner.rst: Fix syntax error and Describe details using table
2022-05-02 1:44 UTC (7+ messages)
` Resend: "
[PATCH] Documentation/sysctl: document max_rcu_stall_to_panic
2022-05-01 23:15 UTC (5+ messages)
[PATCH v5] docs/trans/ja_JP/howto: Don't mention specific kernel versions
2022-05-01 13:01 UTC (2+ messages)
[PATCH v4 0/4] Extend and reorganize Highmem's documentation
2022-05-01 5:11 UTC (2+ messages)
[PATCH v14 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
2022-04-30 14:51 UTC (7+ messages)
` [PATCH v14 2/2] leds: Add driver for Qualcomm LPG
[RFC PATCH 00/18] Try to free user PTE page table pages
2022-04-30 13:35 UTC (22+ messages)
` [RFC PATCH 01/18] x86/mm/encrypt: add the missing pte_unmap() call
` [RFC PATCH 02/18] percpu_ref: make ref stable after percpu_ref_switch_to_atomic_sync() returns
` [RFC PATCH 03/18] percpu_ref: make percpu_ref_switch_lock per percpu_ref
` [RFC PATCH 04/18] mm: convert to use ptep_clear() in pte_clear_not_present_full()
` [RFC PATCH 05/18] mm: split the related definitions of pte_offset_map_lock() into pgtable.h
` [RFC PATCH 06/18] mm: introduce CONFIG_FREE_USER_PTE
` [RFC PATCH 07/18] mm: add pte_to_page() helper
` [RFC PATCH 08/18] mm: introduce percpu_ref for user PTE page table page
` [RFC PATCH 09/18] pte_ref: add pte_tryget() and {__,}pte_put() helper
` [RFC PATCH 10/18] mm: add pte_tryget_map{_lock}() helper
` [RFC PATCH 11/18] mm: convert to use pte_tryget_map_lock()
` [RFC PATCH 12/18] mm: convert to use pte_tryget_map()
` [RFC PATCH 13/18] mm: add try_to_free_user_pte() helper
` [RFC PATCH 14/18] mm: use try_to_free_user_pte() in MADV_DONTNEED case
` [RFC PATCH 15/18] mm: use try_to_free_user_pte() in MADV_FREE case
` [RFC PATCH 16/18] pte_ref: add track_pte_{set, clear}() helper
` [RFC PATCH 17/18] x86/mm: add x86_64 support for pte_ref
` [RFC PATCH 18/18] Documentation: add document "
[PATCH v10 00/14] Multi-Gen LRU Framework
2022-04-30 8:34 UTC (4+ messages)
` [PATCH v10 08/14] mm: multi-gen LRU: support page table walks
[PATCH] MAINTAINERS: Add entry for DOCUMENTATION/JAPANESE
2022-04-30 7:59 UTC
[PATCH v4] docs/trans/ja_JP/howto: Don't mention specific kernel versions
2022-04-30 6:26 UTC (4+ messages)
[PATCH v3] docs/trans/ja_JP/howto: Don't mention specific kernel versions
2022-04-29 22:52 UTC (2+ messages)
[PATCH v1] driver core: Extend deferred probe timeout on driver registration
2022-04-29 22:09 UTC
[PATCH] Documentation/vm/page_owner.rst: Fix syntax error and Describe details using table
2022-04-29 17:29 UTC (2+ messages)
[PATCH v2 0/4] Extend and reorganize Highmem's documentation
2022-04-29 15:59 UTC (4+ messages)
` [PATCH v2 1/4] mm/highmem: Fix kernel-doc warnings in highmem*.h
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).