linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-21 19:02:55 to 2019-03-02 23:37:36 UTC [more...]

[5.2][PATCH v10 00/27] Ingenic TCU patchset
 2019-03-02 23:34 UTC  (28+ messages)
` [PATCH v10 01/27] dt-bindings: ingenic: Add DT bindings for TCU clocks
` [PATCH v10 02/27] doc: Add doc for the Ingenic TCU hardware
` [PATCH v10 03/27] dt-bindings: Add doc for the Ingenic TCU drivers
` [PATCH v10 04/27] clocksource: Add a new timer-ingenic driver
` [PATCH v10 05/27] clocksource: Add driver for the Ingenic JZ47xx OST
` [PATCH v10 06/27] MAINTAINERS: Add myself as maintainer for Ingenic TCU drivers
` [PATCH v10 07/27] watchdog: jz4740: Use WDT clock provided by TCU driver
` [PATCH v10 08/27] watchdog: jz4740: Use regmap "
` [PATCH v10 09/27] watchdog: jz4740: Avoid starting watchdog in set_timeout
` [PATCH v10 10/27] watchdog: jz4740: Drop dependency on MACH_JZ47xx, use COMPILE_TEST
` [PATCH v10 11/27] pwm: jz4740: Apply configuration atomically
` [PATCH v10 12/27] pwm: jz4740: Use regmap from TCU driver
` [PATCH v10 13/27] pwm: jz4740: Use clocks "
` [PATCH v10 14/27] pwm: jz4740: Improve algorithm of clock calculation
` [PATCH v10 15/27] pwm: jz4740: Allow selection of PWM channels 0 and 1
` [PATCH v10 16/27] pwm: jz4740: Drop dependency on MACH_INGENIC, use COMPILE_TEST
` [PATCH v10 17/27] pwm: jz4740: Remove unused devicetree compatible strings
` [PATCH v10 18/27] clk: jz4740: Add TCU clock
` [PATCH v10 19/27] MIPS: Kconfig: Select TCU timer driver when MACH_INGENIC is set
` [PATCH v10 20/27] MIPS: jz4740: Add DTS nodes for the TCU drivers
` [PATCH v10 21/27] MIPS: qi_lb60: Move PWM devices to devicetree
` [PATCH v10 22/27] MIPS: qi_lb60: Reduce system timer and clocksource to 750 kHz
` [PATCH v10 23/27] MIPS: CI20: Reduce system timer and clocksource to 3 MHz
` [PATCH v10 24/27] MIPS: CI20: defconfig: enable OST driver
` [PATCH v10 25/27] MIPS: GCW0: Reduce system timer and clocksource to 750 kHz
` [PATCH v10 26/27] MIPS: GCW0: defconfig: Enable OST, watchdog, PWM drivers
` [PATCH v10 27/27] MIPS: jz4740: Drop obsolete code

[PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-03-02 21:59 UTC  (3+ messages)
` [PATCH v4 2/2] Add selftests for module build using in-kernel headers

[PATCH v3 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-03-02  2:39 UTC  (28+ messages)
` [PATCH v3 2/2] Add selftests for module build using in-kernel headers

[PATCH 0/2] doc: net: ieee802154: move from plain text to rst
 2019-03-02  1:03 UTC  (8+ messages)
` [PATCH 1/2] doc: net: ieee802154: introduce IEEE 802.15.4 subsystem doc in rst style
` [PATCH 2/2] doc: net: ieee802154: remove old plain text docs after switching to rst

[PATCH v10 00/12] arm64: untag user pointers passed to the kernel
 2019-03-01 18:37 UTC  (29+ messages)
` [PATCH v10 01/12] uaccess: add untagged_addr definition for other arches
` [PATCH v10 02/12] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v10 03/12] lib, arm64: untag user pointers in strn*_user
` [PATCH v10 04/12] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v10 05/12] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v10 06/12] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v10 07/12] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v10 08/12] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v10 09/12] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v10 10/12] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v10 11/12] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v10 12/12] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH v2] Documentation/locking/lockdep: Drop last two chars of sample states
 2019-03-01 17:06 UTC  (3+ messages)

[PATCH 2/3] kbuild: remove cc-version macro
 2019-03-01  7:10 UTC 

[PATCH v5 01/10] arm64: Provide a command line to disable spectre_v2 mitigation
 2019-03-01  6:54 UTC  (5+ messages)

[PATCH v12 0/3] ipc: Increase IPCMNI limit
 2019-02-28 18:47 UTC  (4+ messages)
` [PATCH v12 1/3] ipc: Allow boot time extension of IPCMNI from 32k to 16M
` [PATCH v12 2/3] ipc: Conserve sequence numbers in ipcmni_extend mode
` [PATCH v12 3/3] ipc: Do cyclic id allocation with "

[PATCH v9 00/27] Ingenic TCU patchset v9
 2019-02-28 18:42 UTC  (11+ messages)
` [PATCH v9 04/27] clocksource: Add a new timer-ingenic driver
` [PATCH v9 14/27] pwm: jz4740: Improve algorithm of clock calculation

[PATCH 01/11] x86 topology: fix doc typo
 2019-02-28 17:56 UTC  (10+ messages)
` [PATCH 03/11] x86 topology: Add CPUID.1F multi-die/package support

[PATCH] Documentation/locking/lockdep: Drop last two chars of sample states
 2019-02-28 17:02 UTC  (3+ messages)

[PATCH] doc: rcu: Suspicious RCU usage is a warning
 2019-02-28 16:51 UTC  (2+ messages)

[PATCH 01/14] x86 topology: Fix doc typo
 2019-02-28 15:43 UTC  (6+ messages)
  ` [PATCH 02/14] topolgy: Simplify cputopology.txt formatting and wording
  ` [PATCH 04/14] x86 topology: Add CPUID.1F multi-die/package support
  ` [PATCH 05/14] cpu topology: Export die_id

[PATCH v12 0/4] pstore/block: new support logger for block devices
 2019-02-28  7:12 UTC  (5+ messages)
` [PATCH v12 1/4] pstore/blk: "
` [PATCH v12 2/4] pstore/blk: add blkoops for pstore_blk
` [PATCH v12 3/4] pstore/blk: support pmsg for pstore block
` [PATCH v12 4/4] Documentation: pstore/blk: create document for pstore_blk

[RFC v9 0/5] pstore/block: new support logger for block devices
 2019-02-28  6:40 UTC  (7+ messages)
` [RFC v9 2/5] dt-bindings: pstore-block: new support for blkoops
` [RFC v9 5/5] Documentation: pstore/blk: create document for pstore_blk

[PATCH v8 00/26] Ingenic TCU patchset v8
 2019-02-27 23:54 UTC  (13+ messages)
` [PATCH v8 05/26] clocksource: Add driver for the Ingenic JZ47xx OST

[PATCH] x86/fpu: Parse comma separated list passed in clearcpuid
 2019-02-27 23:48 UTC  (3+ messages)

[PATCH v2 00/11] LSM documentation update
 2019-02-27 16:27 UTC  (3+ messages)

[PATCH v11 0/4] pstore/block: new support logger for block devices
 2019-02-27  1:35 UTC  (5+ messages)
` [PATCH v11 1/4] pstore/blk: "
` [PATCH v11 2/4] pstore/blk: add blkoops for pstore_blk
` [PATCH v11 3/4] pstore/blk: support pmsg for pstore block
` [PATCH v11 4/4] Documentation: pstore/blk: create document for pstore_blk

[RFC v10 0/4] pstore/block: new support logger for block devices
 2019-02-27  0:50 UTC  (7+ messages)
` [RFC v10 1/4] pstore/blk: "
` [RFC v10 2/4] pstore/blk: add blkoops for pstore_blk
` [RFC v10 3/4] pstore/blk: support pmsg for pstore block
` [RFC v10 4/4] Documentation: pstore/blk: create document for pstore_blk

[PATCH v3] Documentation/process/howto: Update for 4.x -> 5.x versioning
 2019-02-26 18:22 UTC 

[RFC][PATCH 0/3] arm64 relaxed ABI
 2019-02-26 17:30 UTC  (13+ messages)

[PATCH v2] Documentation/process/howto: Update for 4.x -> 5.x versioning
 2019-02-26 17:08 UTC  (3+ messages)

[PATCH] docs: driver-api: iio: fix errors in documentation
 2019-02-25 20:23 UTC 

[PATCH net-next v2 2/2] doc: add phylink documentation to the networking book
 2019-02-24 20:40 UTC  (2+ messages)

[PATCH net-next v2 1/2] net: phylink: update mac_config() documentation
 2019-02-24 20:39 UTC  (2+ messages)

[PATCH] doc:it_IT: translations for documents in process/
 2019-02-24 20:05 UTC 

[PATCH] Documentation/process/howto: Update for 4.x -> 5.x versioning
 2019-02-24 15:25 UTC  (5+ messages)

VAS INTERESUYUT BAZY DANNYKH?
 2019-02-24  4:53 UTC 

[PATCH] net: dsa: Remove documentation for port_fdb_prepare
 2019-02-24  2:38 UTC  (3+ messages)

[PATCH 02/18] clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer instability
 2019-02-23 13:06 UTC 

VAS INTERESUYUT BAZY DANNYKH? - YOU ARE INTERESTED IN DATABASES?
 2019-02-23  4:05 UTC 

VAS INTERESUYUT BAZY DANNYKH? - YOU ARE INTERESTED IN DATABASES?
 2019-02-21 20:22 UTC 

[lwn:docs-next 68/69] htmldocs: include/linux/lsm_hooks.h:1783: warning: Function parameter or member 'quotactl' not described in 'security_list_options'
 2019-02-22 22:22 UTC 

[PATCH] docs: Explicitly state that the 'Fixes:' tag shouldn't split lines
 2019-02-22 15:56 UTC  (2+ messages)

[PATCH] doc: security: Add kern-doc for lsm_hooks.h
 2019-02-22 15:55 UTC  (2+ messages)

[PATCH] doc: sctp: Merge and clean up rst files
 2019-02-22 15:53 UTC  (4+ messages)

[PATCH] doc: fix typos in license-rules.rst
 2019-02-22 15:38 UTC  (2+ messages)

[PATCH] Documentation: fix admin-guide/README.rst minimum gcc version requirement
 2019-02-22 15:37 UTC  (2+ messages)

[PATCH v2 1/2] doc: translations: sync translations 'remove info about -git patches'
 2019-02-22 15:35 UTC  (5+ messages)
` [PATCH v2 2/2] doc: process: complete removal of info about -git patches

[PATCH 2/2] doc: add phylink documentation to the networking book
 2019-02-22 11:20 UTC  (3+ messages)

Darlehensangebot,
 2019-02-22  3:49 UTC 

[PATCH v12] dm: add support to directly boot to a mapped device
 2019-02-21 22:42 UTC  (2+ messages)

[PATCH 0/2] docs: Add some struct file refcounting information
 2019-02-21 19:06 UTC  (3+ messages)
` [PATCH 1/2] docs: Bring some order to filesystem documentation


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