linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-03 10:39:37 to 2021-03-04 23:20:03 UTC [more...]

[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 0/7] Add build ID to stacktraces
 2021-03-04 23:11 UTC  (20+ messages)
` [PATCH 5/7] printk: Make %pS and friends print module build ID

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-03-04 21:39 UTC  (28+ 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 00/12] gpio: implement the configfs testing module
 2021-03-04 20:15 UTC  (18+ 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 v3 0/5] gpiolib: switch to fwnode in the core
 2021-03-04 20:12 UTC  (6+ 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 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 v4 00/10] CoreSight configuration management; ETM strobing
 2021-03-04 18:15 UTC  (22+ 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] 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 1/7] hwmon: (max31790) Rework to use regmap
 2021-03-04 10:58 UTC  (7+ 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 v24 00/14] Subject: Introduce Data Access MONitor (DAMON)
 2021-03-04 10:07 UTC  (4+ messages)
` [PATCH v24 10/14] mm/damon/dbgfs: Support multiple contexts
` [PATCH v24 11/14] Documentation: Add documents for DAMON

[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  (4+ 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  (9+ messages)
` [PATCH v4 1/8] mm: Remove special swap entry functions
` [PATCH v4 2/8] mm/swapops: Rework swap entry manipulation code
` [PATCH v4 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v4 4/8] mm/rmap: Split migration into its own function
` [PATCH v4 5/8] mm: Device exclusive memory access
` [PATCH v4 6/8] mm: Selftests for exclusive device memory
` [PATCH v4 7/8] nouveau/svm: Refactor nouveau_range_fault
` [PATCH v4 8/8] nouveau/svm: Implement atomic SVM access

[PATCH v17 0/9] Free some vmemmap pages of HugeTLB page
 2021-03-04  5:50 UTC  (13+ messages)
` [PATCH v17 1/9] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
      ` [External] "
` [PATCH v17 2/9] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v17 4/9] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
    ` [External] "
  ` [External] Re: [PATCH v17 0/9] Free some vmemmap pages of "

[PATCH v3 0/8] Add support for SVM atomics in Nouveau
 2021-03-04  5:20 UTC  (7+ messages)
` [PATCH v3 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v3 5/8] mm: Device exclusive memory access

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

[PATCH] Documentation/admin-guide: kernel-parameters: correct the architectures for numa_balancing
 2021-03-04  2:26 UTC  (2+ messages)

[PATCH v21 00/26] Control-flow Enforcement: Shadow Stack
 2021-03-03 17:26 UTC  (5+ messages)
` [PATCH v21 08/26] x86/mm: Introduce _PAGE_COW

[PATCHv2 bpf-next 00/15] Improve BPF syscall command documentation
 2021-03-03 23:53 UTC  (26+ messages)
` [PATCHv2 bpf-next 01/15] bpf: Import syscall arg documentation
` [PATCHv2 bpf-next 02/15] bpf: Add minimal bpf() command documentation
` [PATCHv2 bpf-next 03/15] bpf: Document BPF_F_LOCK in syscall commands
` [PATCHv2 bpf-next 04/15] bpf: Document BPF_PROG_PIN syscall command
` [PATCHv2 bpf-next 05/15] bpf: Document BPF_PROG_ATTACH "
` [PATCHv2 bpf-next 06/15] bpf: Document BPF_PROG_TEST_RUN "
` [PATCHv2 bpf-next 07/15] bpf: Document BPF_PROG_QUERY "
` [PATCHv2 bpf-next 08/15] bpf: Document BPF_MAP_*_BATCH syscall commands
` [PATCHv2 bpf-next 12/15] selftests/bpf: Templatize man page generation
` [PATCHv2 bpf-next 13/15] selftests/bpf: Test syscall command parsing

[PATCH net-next RFC v4] net: hdlc_x25: Queue outgoing LAPB frames
 2021-03-03 20:23 UTC  (20+ messages)

[PATCH] docs: conf.py: adjust the LaTeX document output
 2021-03-03 15:58 UTC 

[PATCH 0/2] docs: driver-model: device: Add helper macro examples
 2021-03-03 14:05 UTC  (4+ messages)
` [PATCH 1/2] docs: driver-model: device: Add DEVICE_ATTR_{RO,RW} examples
` [PATCH 2/2] docs: driver-model: device: Add ATTRIBUTE_GROUPS() example

[PATCH] mm: introduce clear all vm events counters
 2021-03-03 12:25 UTC  (5+ messages)

anonymous enums in kernel doc
 2021-03-03  9:27 UTC  (8+ messages)
        ` [PATCH] scripts/kernel-doc: ignore identifier on anonymous enums

[PATCH v5 0/4] Introduce pcim_alloc_irq_vectors()
 2021-03-03  9:27 UTC  (3+ messages)
` [PATCH v5 3/4] i2c: designware: Use pcim_alloc_irq_vectors() to allocate IRQ vectors

[PATCH] Documentation: dynamic-debug-howto: fix example
 2021-03-03  9:16 UTC 

[PATCH] block/bfq: update comments and default value in docs for fifo_expire
 2021-03-02 18:25 UTC  (2+ messages)

[PATCH v5 0/8] Fork brute force attack mitigation
 2021-03-02 18:31 UTC  (4+ messages)
` [PATCH v5 7/8] Documentation: Add documentation for the Brute LSM

[PATCH v5 2/8] security/brute: Define a LSM and manage statistical data
 2021-03-02 18:39 UTC  (2+ messages)
  ` [security/brute] cfe92ab6a3: WARNING:inconsistent_lock_state

[PATCH v4 1/1] kernel/crash_core: Add crashkernel=auto for vmcore creation
 2021-03-02 23:05 UTC  (3+ messages)

[PATCH 0/8] input: Documentation: corrections to Doc/input/ files
 2021-03-02 22:35 UTC  (5+ messages)
` [PATCH 1/8] input: Documentation: corrections for input.rst
` [PATCH 2/8] input: Documentation: corrections for event-codes.rst
` [PATCH 3/8 RESEND] input: Documentation: update related file names in ff.rst
` [PATCH 8/8] input: Documentation: corrections for uinput.rst


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