linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-04 06:18:35 to 2021-03-05 16:21:23 UTC [more...]

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-03-05 16:20 UTC  (60+ messages)
` [RFT PATCH v3 01/27] arm64: Cope with CPUs stuck in VHE mode
` [RFT PATCH v3 02/27] dt-bindings: vendor-prefixes: Add apple prefix
` [RFT PATCH v3 03/27] dt-bindings: arm: apple: Add bindings for Apple ARM platforms
` [RFT PATCH v3 04/27] dt-bindings: arm: cpus: Add apple,firestorm & icestorm compatibles
` [RFT PATCH v3 05/27] arm64: cputype: Add CPU implementor & types for the Apple M1 cores
` [RFT PATCH v3 06/27] dt-bindings: timer: arm,arch_timer: Add interrupt-names support
` [RFT PATCH v3 07/27] arm64: arch_timer: implement support for interrupt-names
` [RFT PATCH v3 08/27] asm-generic/io.h: Add a non-posted variant of ioremap()
` [RFT PATCH v3 09/27] docs: driver-api: device-io: Document I/O access functions
` [RFT PATCH v3 10/27] docs: driver-api: device-io: Document ioremap() variants & access funcs
` [RFT PATCH v3 11/27] arm64: Implement ioremap_np() to map MMIO as nGnRnE
` [RFT PATCH v3 12/27] of/address: Add infrastructure to declare MMIO as non-posted
` [RFT PATCH v3 13/27] arm64: Add Apple vendor-specific system registers
` [RFT PATCH v3 14/27] arm64: move ICH_ sysreg bits from arm-gic-v3.h to sysreg.h
` [RFT PATCH v3 15/27] dt-bindings: interrupt-controller: Add DT bindings for apple-aic
` [RFT PATCH v3 16/27] irqchip/apple-aic: Add support for the Apple Interrupt Controller
` [RFT PATCH v3 17/27] arm64: Kconfig: Introduce CONFIG_ARCH_APPLE
` [RFT PATCH v3 18/27] tty: serial: samsung_tty: Separate S3C64XX ops structure
` [RFT PATCH v3 19/27] tty: serial: samsung_tty: Add ucon_mask parameter
` [RFT PATCH v3 20/27] tty: serial: samsung_tty: Add s3c24xx_port_type
` [RFT PATCH v3 21/27] tty: serial: samsung_tty: IRQ rework
` [RFT PATCH v3 22/27] tty: serial: samsung_tty: Use devm_ioremap_resource
` [RFT PATCH v3 23/27] dt-bindings: serial: samsung: Add apple,s5l-uart compatible
` [RFT PATCH v3 24/27] tty: serial: samsung_tty: Add support for Apple UARTs
` [RFT PATCH v3 25/27] tty: serial: samsung_tty: Add earlycon "
` [RFT PATCH v3 26/27] dt-bindings: display: Add apple,simple-framebuffer
` [RFT PATCH v3 27/27] arm64: apple: Add initial Apple Mac mini (M1, 2020) devicetree

[PATCH V2] docs: livepatch: Fix a typo and remove the unnecessary gaps in a sentence
 2021-03-05 16:00 UTC  (4+ messages)

[PATCH v2 00/12] gpio: implement the configfs testing module
 2021-03-05 15:01 UTC  (29+ messages)
` [PATCH v2 01/12] configfs: increase the item name length
` [PATCH v2 02/12] configfs: use (1UL << bit) for internal flags
` [PATCH v2 03/12] configfs: implement committable items
` [PATCH v2 04/12] samples: configfs: add a committable group
` [PATCH v2 05/12] lib: bitmap: remove the 'extern' keyword from function declarations
` [PATCH v2 06/12] lib: bitmap: order includes alphabetically
` [PATCH v2 07/12] lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()
` [PATCH v2 08/12] drivers: export device_is_bound()
` [PATCH v2 09/12] gpio: sim: new testing module
` [PATCH v2 10/12] selftests: gpio: provide a helper for reading chip info
` [PATCH v2 11/12] selftests: gpio: add a helper for reading GPIO line names
` [PATCH v2 12/12] selftests: gpio: add test cases for gpio-sim

[PATCH v21 00/26] Control-flow Enforcement: Shadow Stack
 2021-03-05 14:29 UTC  (3+ messages)
` [PATCH v21 10/26] x86/mm: Update pte_modify for _PAGE_COW

[PATCH v3 0/5] gpiolib: switch to fwnode in the core
 2021-03-05 14:20 UTC  (8+ messages)
` [PATCH v3 1/5] irqdomain: Introduce irq_domain_create_simple() API
` [PATCH v3 2/5] gpiolib: Unify the checks on fwnode type
` [PATCH v3 3/5] gpiolib: Move of_node operations to gpiolib-of and correct fwnode use
` [PATCH v3 4/5] gpiolib: Introduce acpi_gpio_dev_init() and call it from core
` [PATCH v3 5/5] gpiolib: Reuse device's fwnode to create IRQ domain

[PATCH v2] kbuild: add CONFIG_VMLINUX_MAP expert option
 2021-03-05 13:50 UTC  (2+ messages)

[PATCH v4 00/10] CoreSight configuration management; ETM strobing
 2021-03-05 13:39 UTC  (23+ messages)
` [PATCH v4 01/10] coresight: syscfg: Initial coresight system configuration
` [PATCH v4 02/10] coresight: syscfg: Add registration and feature loading for cs devices
` [PATCH v4 03/10] coresight: config: Add configuration and feature generic functions
` [PATCH v4 04/10] coresight: etm-perf: update to handle configuration selection
` [PATCH v4 05/10] coresight: syscfg: Add API to activate and enable configurations
` [PATCH v4 06/10] coresight: etm-perf: Update to activate selected configuration
` [PATCH v4 07/10] coresight: etm4x: Add complex configuration handlers to etmv4
` [PATCH v4 08/10] coresight: config: Add preloaded configurations

[PATCH 1/7] hwmon: (max31790) Rework to use regmap
 2021-03-05 12:08 UTC  (8+ messages)
` [PATCH 2/7] hwmon: (max31790) Fix and split pwm*_enable
` [PATCH 3/7] hwmon: (max31790) Allow setting pulses
` [PATCH 4/7] hwmon: (max31790) Show 0 RPM/fault when input disabled
` [PATCH 5/7] hwmon: (max31790) Refactor HWMON_CHANNEL_INFO
` [PATCH 6/7] hwmon: (max31790) Allow setting fan*_div
` [PATCH 7/7] hwmon: (max31790) Update documentation

[PATCH v6 3/6] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
 2021-03-05 10:43 UTC  (2+ messages)

[PATCH] docs: livepatch: Fix a typo in the file shadow-vars.rst
 2021-03-05  9:55 UTC  (3+ messages)

[PATCH v17 0/9] Free some vmemmap pages of HugeTLB page
 2021-03-05  9:30 UTC  (7+ messages)
` [PATCH v17 3/9] mm: hugetlb: free the vmemmap pages associated with each "
    ` [External] "
` [PATCH v17 4/9] mm: hugetlb: alloc "
    ` [External] "

[PATCH v3 0/9] docs/zh_CN: Improve language in zh_CN/process/
 2021-03-05  8:49 UTC  (11+ messages)
` [PATCH v3 1/9] docs/zh_CN: Improve zh_CN/process/index.rst
` [PATCH v3 2/9] docs/zh_CN: Improve zh_CN/process/1.Intro.rst
` [PATCH v3 3/9] docs/zh_CN: Improve zh_CN/process/2.Process.rst
` [PATCH v3 4/9] docs/zh_CN: Improve zh_CN/process/3.Early-stage.rst
` [PATCH v3 5/9] docs/zh_CN: Improve zh_CN/process/4.Coding.rst
` [PATCH v3 6/9] docs/zh_CN: Improve zh_CN/process/5.Posting.rst
` [PATCH v3 7/9] docs/zh_CN: Improve zh_CN/process/6.Followthrough
` [PATCH v3 8/9] docs/zh_CN: Improve zh_CN/process/7.AdvancedTopics
` [PATCH v3 9/9] docs/zh_CN: Improve zh_CN/process/8.Conclusion.rst

[PATCH net-next RFC] net: x25: Queue received packets in the drivers instead of per-CPU queues
 2021-03-05  5:43 UTC 

[PATCH v3 0/7] Add SR-IOV support in PCIe Endpoint Core
 2021-03-05  5:04 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: PCI: pci-ep: Add binding to specify virtual function
` [PATCH v3 2/7] PCI: endpoint: Add support to add virtual function in endpoint core
` [PATCH v3 3/7] PCI: endpoint: Add support to link a physical function to a virtual function
` [PATCH v3 4/7] PCI: endpoint: Add virtual function number in pci_epc ops
` [PATCH v3 5/7] PCI: cadence: Add support to configure virtual functions
` [PATCH v3 6/7] misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV device
` [PATCH v3 7/7] Documentation: PCI: endpoint/pci-endpoint-cfs: Guide to use SR-IOV

[PATCH 0/7] Add build ID to stacktraces
 2021-03-05  4:21 UTC  (15+ messages)
` [PATCH 5/7] printk: Make %pS and friends print module build ID

[PATCHv2 bpf-next 00/15] Improve BPF syscall command documentation
 2021-03-05  2:51 UTC  (2+ messages)

[PATCH v3 0/8] Add support for SVM atomics in Nouveau
 2021-03-04 23:54 UTC  (4+ messages)
` [PATCH v3 4/8] mm/rmap: Split migration into its own function

[Patch v3 0/2] cgroup: New misc cgroup controller
 2021-03-04 23:19 UTC  (3+ messages)
` [Patch v3 1/2] cgroup: sev: Add "
` [Patch v3 2/2] cgroup: sev: Miscellaneous cgroup documentation

[PATCH v2 0/5] gpiolib: switch to fwnode in the core
 2021-03-04 20:13 UTC  (9+ messages)
` [PATCH v2 1/5] irqdomain: Introduce irq_domain_create_simple() API
` [PATCH v2 2/5] gpiolib: Unify the checks on fwnode type
` [PATCH v2 3/5] gpiolib: Move of_node operations to gpiolib-of and correct fwnode use
` [PATCH v2 4/5] gpiolib: Introduce acpi_gpio_dev_init() and call it from core
` [PATCH v2 5/5] gpiolib: Reuse device's fwnode to create IRQ domain

[PATCH v7 0/2] System Generation ID driver and VMGENID backend
 2021-03-04 20:08 UTC  (3+ messages)

[PATCH] pci-driver: Add driver load messages
 2021-03-04 15:50 UTC  (3+ messages)

[PATCH v9 0/4] Introduce TEE based Trusted Keys support
 2021-03-04 15:43 UTC  (3+ messages)

linux-next: build warnings after merge of the v4l-dvb tree
 2021-03-04 15:12 UTC 

[PATCH v5] media: add a subsystem profile documentation
 2021-03-04 12:51 UTC 

[PATCH] media: add a subsystem profile documentation
 2021-03-04 12:50 UTC 

[PATCH v24 00/14] Subject: Introduce Data Access MONitor (DAMON)
 2021-03-04 10:07 UTC  (2+ messages)

[PATCH] PATCH Documentation translations:translate sound/hd-audio/controls to chinese
 2021-03-04  9:49 UTC  (2+ messages)

[RFC v2 0/2] cgroup: New misc cgroup controller
 2021-03-04  8:53 UTC  (9+ messages)
` [RFC v2 1/2] cgroup: sev: Add "
` [RFC v2 2/2] cgroup: sev: Miscellaneous cgroup documentation

[PATCH net] docs: networking: drop special stable handling
 2021-03-04  8:23 UTC  (3+ messages)

[PATCH 2/2] docs/zh_CN: Add zh_CN/admin-guide/unicode.rst
 2021-03-04  8:23 UTC  (2+ messages)

[PATCH 1/2] docs/zh_CN: Add zh_CN/admin-guide/README.rst
 2021-03-04  8:21 UTC  (2+ messages)

[PATCH] docs: driver-api: gpio: consumer: Mark another line of code as such
 2021-03-04  8:15 UTC  (2+ messages)

[PATCH v2 0/9] docs/zh_CN: Improve language in zh_CN/process/
 2021-03-04  8:05 UTC  (9+ messages)
` [PATCH v2 4/9] docs/zh_CN: Improve zh_CN/process/3.Early-stage.rst
` [PATCH v2 7/9] docs/zh_CN: Improve zh_CN/process/6.Followthrough

[PATCH v4 0/8] Add support for SVM atomics in Nouveau
 2021-03-04  6:16 UTC  (2+ messages)
` [PATCH v4 7/8] nouveau/svm: Refactor nouveau_range_fault


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).