messages from 2022-01-30 21:22:12 to 2022-02-07 09:04:51 UTC [more...]
[PATCH v3] kfence: Make test case compatible with run time set sample interval
2022-02-07 8:55 UTC (2+ messages)
[PATCH] docs: block: biodoc.rst: Drop the obsolete and incorrect content
2022-02-07 7:49 UTC
[PATCH] docs/zh_CN: Update zh_CN/accounting/delay-accounting.rst
2022-02-07 7:38 UTC (8+ messages)
[PATCH 00/35] Shadow stacks for userspace
2022-02-07 7:20 UTC (43+ messages)
` [PATCH 16/35] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH 17/35] mm: Fixup places that call pte_mkwrite() directly
` [PATCH 18/35] mm: Add guard pages around a shadow stack
` [PATCH 19/35] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH 20/35] mm: Update can_follow_write_pte() for shadow stack
` [PATCH 21/35] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate
` [PATCH 24/35] mm: Re-introduce vm_flags to do_mmap()
` [PATCH 25/35] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH 27/35] x86/fpu: Add unsafe xsave buffer helpers
` [PATCH 28/35] x86/cet/shstk: Handle thread shadow stack
` [PATCH 29/35] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH 30/35] x86/cet/shstk: Handle signals for shadow stack
` [PATCH 31/35] x86/cet/shstk: Add arch_prctl elf feature functions
` [PATCH 32/35] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH 33/35] selftests/x86: Add map_shadow_stack syscall test
` [PATCH 34/35] x86/cet/shstk: Support wrss for userspace
` [PATCH 35/35] x86/cpufeatures: Limit shadow stack to Intel CPUs
[PATCH] docs/zh_CN: Add energy-model Chinese translation
2022-02-07 7:26 UTC (2+ messages)
[PATCH] docs/zh_CN: Add sched-energy Chinese translation
2022-02-07 7:11 UTC (2+ messages)
[PATCH v20 0/5] support reserving crashkernel above 4G on arm64 kdump
2022-02-07 4:04 UTC (2+ messages)
arch/arm64/kvm/pmu-emul.c:453: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2022-02-06 1:48 UTC
[RFC] scripts: kernel-doc: Major kernel-doc rework
2022-02-05 22:39 UTC
[PATCH 1/1] Documentation: dev-tools: clarify KTAP specification wording
2022-02-05 0:50 UTC (4+ messages)
[PATCH v5 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
2022-02-05 0:47 UTC (4+ messages)
[PATCH v4 00/11] Intro to Hardware timestamping engine
2022-02-04 23:37 UTC (13+ messages)
` [PATCH v4 01/11] Documentation: Add HTE subsystem guide
` [PATCH v4 02/11] drivers: Add hardware timestamp engine (HTE)
` [PATCH v4 03/11] hte: Add tegra194 HTE kernel provider
` [PATCH v4 04/11] dt-bindings: Add HTE bindings
` [PATCH v4 05/11] hte: Add Tegra194 IRQ HTE test driver
` [PATCH v4 06/11] gpiolib: Add HTE support
` [PATCH v4 07/11] gpio: tegra186: Add HTE in gpio-tegra186 driver
` [PATCH v4 08/11] gpiolib: cdev: Add hardware timestamp clock type
` [PATCH v4 09/11] tools: gpio: Add new hardware "
` [PATCH v4 10/11] hte: Add tegra GPIO HTE test driver
` [PATCH v4 11/11] MAINTAINERS: Added HTE Subsystem
[PATCH v7 00/13] Introduce PECI subsystem
2022-02-04 22:08 UTC (15+ messages)
` [PATCH v7 01/13] dt-bindings: Add generic bindings for PECI
` [PATCH v7 02/13] dt-bindings: Add bindings for peci-aspeed
` [PATCH v7 03/13] ARM: dts: aspeed: Add PECI controller nodes
` [PATCH v7 04/13] peci: Add core infrastructure
` [PATCH v7 05/13] peci: Add peci-aspeed controller driver
` [PATCH v7 06/13] peci: Add device detection
` [PATCH v7 07/13] peci: Add sysfs interface for PECI bus
` [PATCH v7 08/13] peci: Add support for PECI device drivers
` [PATCH v7 09/13] peci: Add peci-cpu driver
` [PATCH v7 10/13] hwmon: peci: Add cputemp driver
` [PATCH v7 11/13] hwmon: peci: Add dimmtemp driver
` [PATCH v7 12/13] docs: hwmon: Document PECI drivers
` [PATCH v7 13/13] docs: Add PECI documentation
[PATCH] hwmon: fix documentation index
2022-02-04 13:49 UTC (3+ messages)
[PATCH 00/16] scsi: libsas and users: Factor out LLDD TMF code
2022-02-04 11:50 UTC (13+ messages)
[PATCH v4] KEYS: encrypted: Instantiate key with user-provided decrypted data
2022-02-04 6:27 UTC (5+ messages)
[RFC PATCH] kdump: Add support for crashkernel=auto
2022-02-04 5:34 UTC (6+ messages)
hwmon: (asus-ec-sensors) Add Crosshair VIII Hero WiFi
2022-02-04 5:17 UTC (2+ messages)
[PATCH v2 00/12] HID: fix for generic input processing
2022-02-04 1:41 UTC (14+ messages)
` [PATCH v2 01/12] HID: core: statically allocate read buffers
` [PATCH v2 02/12] HID: core: de-duplicate some code in hid_input_field()
` [PATCH v2 03/12] HID: core: split data fetching from processing "
` [PATCH v2 04/12] HID: input: tag touchscreens as such if the physical is not there
` [PATCH v2 05/12] HID: input: rework spaghetti code with switch statements
` [PATCH v2 06/12] HID: input: move up out-of-range processing of input values
` [PATCH v2 07/12] HID: compute an ordered list of input fields to process
` [PATCH v2 08/12] HID: core: for input reports, process the usages by priority list
` [PATCH v2 09/12] HID: input: enforce Invert usage to be processed before InRange
` [PATCH v2 10/12] HID: input: remove the need for HID_QUIRK_INVERT
` [PATCH v2 11/12] HID: input: accommodate priorities for slotted devices
` [PATCH v2 12/12] Input: docs: add more details on the use of BTN_TOOL
[PATCH AUTOSEL 5.16 25/52] arm64: errata: Update ARM64_ERRATUM_[2119858|2224489] with Cortex-X2 ranges
2022-02-03 20:29 UTC (5+ messages)
` [PATCH AUTOSEL 5.16 47/52] arm64: errata: Add detection for TRBE ignored system register writes
` [PATCH AUTOSEL 5.16 48/52] arm64: errata: Add detection for TRBE invalid prohibited states
` [PATCH AUTOSEL 5.16 49/52] arm64: errata: Add detection for TRBE trace data corruption
` [PATCH AUTOSEL 5.16 50/52] arm64: cpufeature: List early Cortex-A510 parts as having broken dbm
[PATCH v4 1/4] hwmon: (max6639) Update Datasheet URL
2022-02-03 19:02 UTC (2+ messages)
event more eBPF instruction set documentation improvements
2022-02-03 17:44 UTC (10+ messages)
` [PATCH 1/5] bpf, docs: Document the byte swapping instructions
` [PATCH 2/5] bpf, docs: Better document the regular load and store instructions
` [PATCH 3/5] bpf, docs: Better document the legacy packet access instruction
` [PATCH 4/5] bpf, docs: Better document the extended instruction format
` [PATCH 5/5] bpf, docs: Better document the atomic instructions
[PATCH] linux/const.h: Explain how __is_constexpr() works
2022-02-03 9:25 UTC (18+ messages)
[PATCH v3] dma-buf-map: Rename to iosys-map
2022-02-03 9:15 UTC
[mchinth:sep_socwatch_linux_5_15 2/2] drivers/platform/x86/socwatch/sw_telem.c:635: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2022-02-03 6:45 UTC
[PATCH v32 14/28] LSM: Specify which LSM to display
2022-02-02 23:53 UTC (2+ messages)
` [PATCH v32 27/28] LSM: Add /proc attr entry for full LSM context
[PATCH v2 0/6] coresight: Add config flag to enable branch broadcast
2022-02-02 20:25 UTC (4+ messages)
` [PATCH v2 1/6] "
[PATCH v3 0/2] docs: add a text about regressions to the Linux kernel's documentation
2022-02-02 11:46 UTC (7+ messages)
` [PATCH v3 1/2] docs: add a document about regression handling
[PATCH] docs/memory-barriers.txt: volatile is not a barrier() substitute
2022-02-02 10:54 UTC (8+ messages)
[PATCH v4 0/3] docs: add two texts covering regressions
2022-02-02 10:05 UTC (10+ messages)
` [PATCH v4 1/3] docs: add two documents about regression handling
` [PATCH v4 2/3] docs: regressions*rst: rules of thumb for handling regressions
` [PATCH v4 3/3] docs: reporting-issues.rst: link new document about regressions
[PATCH 00/12] HID: fix for generic input processing
2022-02-02 9:54 UTC (3+ messages)
` [PATCH 10/12] HID: input: remove the need for HID_QUIRK_INVERT
[PATCH] docs: scheduler: Fix outdated parameter of rebalance_domains
2022-02-01 23:30 UTC (2+ messages)
[PATCH] docs/zh_CN: Add rbtree Chinese translation
2022-02-01 23:25 UTC (4+ messages)
[PATCH v1 1/1] docs: process: submitting-patches: Clarify the Reported-by usage
2022-02-01 8:51 UTC (8+ messages)
[PATCH] Docs: ktap: add code-block type
2022-02-01 3:57 UTC (3+ messages)
[PATCH 0/5] docs: pdfdocs: Improve LaTeX preamble (TOC, CJK fonts)
2022-02-01 0:05 UTC (6+ messages)
` [PATCH 1/5] docs: pdfdocs: Tweak width params of TOC
` [PATCH 2/5] docs: pdfdocs: Switch default CJK font to KR variants
` [PATCH 3/5] docs: pdfdocs: Enable CJKspace in TOC for Korean titles
` [PATCH 4/5] docs/translations: Skip CJK contents if suitable fonts not found
` [PATCH 5/5] docs: pdfdocs: Move CJK monospace font setting to main conf.py
[PATCH] docs: add rtla documentation kernel docs index
2022-01-31 22:14 UTC (2+ messages)
[PATCH] docs/kselftest: clarify running mainline tests on stables
2022-01-31 21:52 UTC (5+ messages)
[PATCH v2 1/2] cpufreq: Reintroduce ready() callback
2022-01-31 8:59 UTC (5+ messages)
` [PATCH v2 2/2] cpufreq: qcom-hw: Delay enabling throttle_irq
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).