linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-27 17:01:00 to 2018-05-08 00:05:11 UTC [more...]

[PATCH v7 0/4] ipc: IPCMNI limit check for *mni & increase that limit
 2018-05-08  0:04 UTC  (9+ messages)
` [PATCH v7 1/4] ipc: IPCMNI limit check for msgmni and shmmni
` [PATCH v7 2/4] ipc: IPCMNI limit check for semmni
` [PATCH v7 3/4] ipc: Allow boot time extension of IPCMNI from 32k to 2M
` [PATCH v7 4/4] ipc: Conserve sequence numbers in extended IPCMNI mode

coresight: documentation: update sysfs section
 2018-05-07 22:29 UTC 

[PATCH v6 0/8] ipc: Clamp *mni to the real IPCMNI limit & increase that limit
 2018-05-07 19:14 UTC  (17+ messages)
` [PATCH v6 1/8] sysctl: Add flags to support min/max range clamping
` [PATCH v6 2/8] proc/sysctl: Provide additional ctl_table.flags checks
` [PATCH v6 3/8] sysctl: Warn when a clamped sysctl parameter is set out of range
` [PATCH v6 4/8] ipc: Clamp msgmni and shmmni to the real IPCMNI limit
` [PATCH v6 5/8] ipc: Clamp semmni "
` [PATCH v6 6/8] test_sysctl: Add range clamping test
` [PATCH v6 7/8] ipc: Allow boot time extension of IPCMNI from 32k to 2M
` [PATCH v6 8/8] ipc: Conserve sequence numbers in extended IPCMNI mode

[PATCH 00/18] Fix some build warnings/errors with Sphinx
 2018-05-07 18:41 UTC  (28+ messages)
` [PATCH 01/18] docs: can.rst: fix a footnote reference
` [PATCH 02/18] docs: fix location of request_firmware & friends
` [PATCH 03/18] docs: */index.rst: Add newer documents to their respective index.rst
` [PATCH 04/18] docs: admin-guide: add bcache documentation
` [PATCH 05/18] docs: core-api: add cachetlb documentation
` [PATCH 06/18] docs: core-api: add cgroup-v2 documentation
` [PATCH 07/18] docs: core-api: add circular-buffers documentation
` [PATCH 08/18] docs: driver-api: add clk documentation
` [PATCH 09/18] net: mac80211.h: fix a bad comment line
` [PATCH 10/18] rcu: rcupdate.h: get rid of Sphinx warnings at rcu_pointer_handoff()
` [PATCH 11/18] docs: crypto_engine.rst: Fix two parse warnings
` [PATCH 12/18] time: timer.c: adjust a kernel-doc comment
` [PATCH 13/18] wait: wait.h: Get rid of a kernel-doc/Sphinx warnings
` [PATCH 14/18] fbdev: modedb.c: fix a kernel-doc markup
` [PATCH 15/18] iio: iio.h: use nested struct support on "
` [PATCH 16/18] mtd: rawnand.h: use nested union kernel-doc markups
` [PATCH 17/18] docs: uio-howto.rst: use a code block to solve a warning
` [PATCH 18/18] w1: w1_io.c: fix a kernel-doc warning

[PATCH 0/7] ocxl: Implement Power9 as_notify/wait for OpenCAPI
 2018-05-07 18:15 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] powerpc: Add TIDR CPU feature for Power9
  ` [PATCH v2 2/7] powerpc: Use TIDR CPU feature to control TIDR allocation
  ` [PATCH v2 3/7] powerpc: use task_pid_nr() for TID allocation
  ` [PATCH v2 4/7] ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
  ` [PATCH v2 5/7] ocxl: Expose the thread_id needed for wait on p9
  ` [PATCH v2 6/7] ocxl: Add an IOCTL so userspace knows what CPU features are available
  ` [PATCH v2 7/7] ocxl: Document new OCXL IOCTLs

[PATCH v3 0/9] trace_uprobe: Support SDT markers having reference count (semaphore)
 2018-05-07 15:56 UTC  (14+ messages)
` [PATCH v3 2/9] mm: Prefix vma_ to vaddr_to_offset() and offset_to_vaddr()
` [PATCH v3 6/9] trace_uprobe: Support SDT markers having reference count (semaphore)
` [PATCH v3 8/9] trace_uprobe/sdt: Document about reference counter
` [PATCH v3 9/9] perf probe: Support SDT markers having reference counter (semaphore)

[PATCH] libata: remove ata_sff_data_xfer_noirq()
 2018-05-07 15:52 UTC  (3+ messages)

[PATCH] certificate handling: Update references to the documentation
 2018-05-07 15:40 UTC 

[RFC PATCH v3 0/6] Documentation/features: Provide and apply 'features-refresh.sh'
 2018-05-07 10:43 UTC  (7+ messages)
` [RFC PATCH v3 1/6] Documentation/features: Add script that refreshes the arch support status files in place
` [RFC PATCH v3 2/6] Documentation/features: Refresh "
` [RFC PATCH v3 3/6] Documentation/features/core: Add arch support status files for 'cBPF-JIT' and 'eBPF-JIT'
` [RFC PATCH v3 4/6] Documentation/features/locking: Use '!RWSEM_GENERIC_SPINLOCK' as Kconfig for 'rwsem-optimized'
` [RFC PATCH v3 5/6] Documentation/features/lib: Remove arch support status file for 'strncasecmp'
` [RFC PATCH v3 6/6] Documentation/features/vm: Remove arch support status file for 'pte_special'

[PATCH] vfio: fix documentation
 2018-05-07  7:53 UTC  (2+ messages)

[PATCH] VFIO: Fix Documentation
 2018-05-07  3:09 UTC  (3+ messages)

[PATCH] Documentation: block: cmdline-partition.txt fixes and additions
 2018-05-07  2:43 UTC  (2+ messages)

[PATCH v3 0/4] Better integrate seccomp logging and auditing
 2018-05-06 23:36 UTC  (8+ messages)
` [PATCH v3 1/4] seccomp: Separate read and write code for actions_logged sysctl
` [PATCH v3 2/4] seccomp: Configurable separator for the actions_logged string
` [PATCH v3 3/4] seccomp: Audit attempts to modify the actions_logged sysctl
` [PATCH v3 4/4] seccomp: Don't special case audited processes when logging

[PATCH] Documentation: refcount-vs-atomic: Update reference to LKMM doc
 2018-05-04 21:37 UTC  (3+ messages)

[PATCH v4 0/2] Add ThunderX2 SoC Performance Monitoring Unit driver
 2018-05-04 18:46 UTC  (14+ messages)
` [PATCH v4 2/2] ThunderX2: Add Cavium ThunderX2 SoC UNCORE PMU driver

[PATCH] MAINTAINERS & files: Canonize the e-mails I use at files
 2018-05-04 11:33 UTC  (3+ messages)

[PATCH v2 0/4] Better integrate seccomp logging and auditing
 2018-05-03 23:18 UTC  (18+ messages)
` [PATCH v2 1/4] seccomp: Separate read and write code for actions_logged sysctl
` [PATCH v2 2/4] seccomp: Configurable separator for the actions_logged string
` [PATCH v2 3/4] seccomp: Audit attempts to modify the actions_logged sysctl
` [PATCH v2 4/4] seccomp: Don't special case audited processes when logging

[PATCH 0/6] arm64: untag user pointers passed to the kernel
 2018-05-03 16:51 UTC  (12+ messages)
` [PATCH 3/6] arm64: untag user addresses in copy_from_user and others
` [PATCH 4/6] mm, arm64: untag user addresses in mm/gup.c

[PATCH v2 0/6] arm64: untag user pointers passed to the kernel
 2018-05-03 14:15 UTC  (7+ messages)
` [PATCH v2 1/6] arm64: add type casts to untagged_addr macro
` [PATCH v2 2/6] uaccess: add untagged_addr definition for other arches
` [PATCH v2 3/6] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
` [PATCH v2 4/6] mm, arm64: untag user addresses in mm/gup.c
` [PATCH v2 5/6] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [PATCH v2 6/6] arm64: update Documentation/arm64/tagged-pointers.txt

[PATCH] doc: botching-up-ioctls: Make it clearer why structs must be padded
 2018-05-02 16:56 UTC  (2+ messages)

[PATCH] coresight: Remove %px for printing pcsr value
 2018-05-02 16:56 UTC  (4+ messages)

[PATCH 0/3] Better integrate seccomp logging and auditing
 2018-05-02 15:58 UTC  (9+ messages)
` [PATCH 1/3] seccomp: Separate read and write code for actions_logged sysctl
` [PATCH 2/3] seccomp: Audit attempts to modify the "
` [PATCH 3/3] seccomp: Don't special case audited processes when logging

[PATCH v7 0/5] cpuset: Enable cpuset controller in default hierarchy
 2018-05-02 14:35 UTC  (15+ messages)
` [PATCH v7 2/5] cpuset: Add cpuset.sched_load_balance to v2
` [PATCH v7 3/5] cpuset: Add a root-only cpus.isolated v2 control file
` [PATCH v7 4/5] cpuset: Restrict load balancing off cpus to subset of cpus.isolated

[PATCH v2] gpiolib: add hogs support for machine code
 2018-05-02 11:51 UTC  (4+ messages)

[PATCH v4 00/10] Add the I3C subsystem
 2018-05-02 11:32 UTC  (11+ messages)
` [PATCH v4 03/10] i3c: Add sysfs ABI spec

[PATCH] VFS: simplify seq_file iteration code and interface
 2018-04-30 18:03 UTC  (3+ messages)
` [PATCH resend] "

[PATCH 00/10] Add MSI-X support on pcitest tool
 2018-04-30 16:30 UTC  (5+ messages)
` [PATCH 06/10] misc: pci_endpoint_test: Add MSI-X support
` [PATCH 08/10] PCI: endpoint: functions/pci-epf-test: Replace lower into upper case characters

[PATCH V2 0/9] Implementation of Tegra Tachometer driver
 2018-04-30  9:51 UTC  (3+ messages)
` [PATCH V2 1/9] pwm: core: Add support for PWM HW driver with pwm capture only

LICENSES: Missing ISC text & possibly a category ("Not recommended" vs. "Preferred licenses")
 2018-04-30  0:09 UTC  (6+ messages)

[PATCH] kselftests: fix grammar and non-ASCII space
 2018-04-28  4:38 UTC 

[PATCH] documentation: core-api: rearrange a few kernel-api chapters and sections
 2018-04-28  2:04 UTC  (3+ messages)

[net-next v2] ipv6: sr: Add documentation for seg_flowlabel sysctl
 2018-04-28  0:24 UTC  (2+ messages)

[PATCH 0/4] FPGA Manager Patches for 4.18
 2018-04-27 23:38 UTC  (5+ messages)
` [PATCH 2/4] fpga: manager: change api, don't use drvdata

[PATCH 0/7] docs/vm: update KSM documentation
 2018-04-27 23:25 UTC  (2+ messages)

[PATCH] Documentation: driver-api: fix device_connection.rst kernel-doc error
 2018-04-27 23:17 UTC  (2+ messages)

[PATCH 0/7] docs/vm: start moving files do Documentation/admin-guide`
 2018-04-27 23:07 UTC  (2+ messages)

[PATCH v2 0/3] coresight: Refresh documenation
 2018-04-27 23:00 UTC  (2+ messages)

[PATCH] doc: dev-tools: kselftest.rst: update contributing new tests
 2018-04-27 22:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] docs: kernel-parameters.txt: Fix whitespace
 2018-04-27 22:50 UTC  (2+ messages)

[PATCH] linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst
 2018-04-27 22:31 UTC  (2+ messages)


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