All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-13 11:51:11 to 2020-10-13 12:15:07 UTC [more...]

[PATCH v2 00/24] Documentation build fixes against next-20201013
 2020-10-13 12:14 UTC  (9+ messages)
` [PATCH v2 03/24] docs: SafeSetID: fix a warning
` [PATCH v2 07/24] drm: amdgpu: kernel-doc: update some adev parameters
` [PATCH v2 08/24] drm: kernel-doc: document drm_dp_set_subconnector_property() params
` [PATCH v2 11/24] drm/dp: fix kernel-doc warnings at drm_dp_helper.c
` [PATCH v2 12/24] drm/dp: fix a kernel-doc issue at drm_edid.c
` [PATCH v2 14/24] docs: conf.py: disable automarkup for Sphinx 3.x
` [PATCH v2 16/24] seqlock: fix two kernel-doc warnings

[PATCH 00/18] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-10-13 12:14 UTC  (3+ messages)
` [PATCH 01/18] dt-bindings: usb: usb-hcd: Convert generic USB properties to "

[RFC PATCH 00/12] hw/arm/virt: Introduce cpu and cache topology support
 2020-10-13 12:11 UTC  (2+ messages)

[RFC PATCH v2] checkpatch: add shebang check to EXECUTE_PERMISSIONS
 2020-10-13 12:13 UTC  (4+ messages)
` [Linux-kernel-mentees] "

[PATCH v2 0/3] objtool: Extend CFA updating/checking
 2020-10-13 12:12 UTC  (6+ messages)
` [PATCH v2 1/3] objtool: check: Fully validate the stack frame

[PATCHSET v4 0/6] perf inject: Speed build-id injection
 2020-10-13 12:11 UTC  (2+ messages)

[Intel-gfx] [PATCH] tests/gem_exec_params: test overly large batch
 2020-10-13 12:11 UTC  (2+ messages)
` [igt-dev] "

[dpdk-dev] [PATCH 20.11 00/12] add max SIMD bitwidth to EAL
 2020-10-13 12:11 UTC  (6+ messages)
` [dpdk-dev] [PATCH v5 00/17] "
  ` [dpdk-dev] [PATCH v5 01/17] eal: add max SIMD bitwidth
  ` [dpdk-dev] [PATCH v5 09/17] net/ice: add checks for "

[RFC PATCH 0/3] Add support for Asymmetric AArch32 systems
 2020-10-13 12:09 UTC  (14+ messages)
` [RFC PATCH 1/3] arm64: kvm: Handle "

[Intel-gfx] [PATCH v6 0/5] Introduce drm scaling filter property
 2020-10-13 12:03 UTC  (6+ messages)
` [Intel-gfx] [PATCH v6 1/5] drm: Introduce plane and CRTC scaling filter properties
    `  "

[PATCH 0/3] Raspberry Pi 4 PoE HAT fan support
 2020-10-13 12:08 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: pwm: Add binding for RPi firmware PWM bus

[PATCH] ref-manual/ref-classes: update kernel-fitimage with Initramfs bundle and boot script
 2020-10-13 12:09 UTC 

[PATCH] block: set NOWAIT for sync polling
 2020-10-13 12:09 UTC  (2+ messages)

[PULL 00/14] Trivial branch for 5.2 patches
 2020-10-13 11:50 UTC  (26+ messages)
` [PULL 01/14] qemu-img-cmds.hx: Update comment that mentions Texinfo
` [PULL 02/14] target/i386/cpu: "
` [PULL 03/14] hw/block/nvme: Simplify timestamp sum
` [PULL 04/14] tests/test-char: Use a proper fallthrough comment
` [PULL 05/14] vmdk: fix maybe uninitialized warnings
` [PULL 06/14] hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()
` [PULL 07/14] softmmu/memory: Log invalid memory accesses
` [PULL 08/14] hw/pci: Fix typo in PCI hot-plug error message
` [PULL 09/14] block/blkdebug: fix memory leak
` [PULL 10/14] hw/char/serial: remove duplicate .class_init in serial_mm_info
` [PULL 11/14] goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIAN
` [PULL 12/14] target/sparc/int32_helper: Remove duplicated 'Tag Overflow' entry
` [PULL 13/14] mingw: fix error __USE_MINGW_ANSI_STDIO redefined
` [PULL 14/14] meson.build: drop duplicate 'sparc64' entry

[Intel-gfx] [PATCH] drm/i915/execbuf: don't allow zero batch_len
 2020-10-13 12:07 UTC  (3+ messages)

[PATCH v9 0/4] efi: Unified Xen hypervisor/kernel/initrd images
 2020-10-13 12:06 UTC  (3+ messages)

[libgpiod] Rethinking struct gpiod_line_bulk
 2020-10-13 12:05 UTC  (5+ messages)

[PATCH 0/2] Improve the estimations in Intelligent Power Allocation
 2020-10-13 12:04 UTC  (6+ messages)
` [PATCH 1/2] thermal: power allocator: change the 'k_i' coefficient estimation

[PATCH] drm/nouveau/device: fix changing endianess code to work on older GPUs
 2020-10-13 12:02 UTC  (2+ messages)

[PATCH v6 00/80] htmldoc build fixes with Sphinx 2.x and 3.x
 2020-10-13 12:02 UTC  (97+ messages)
` [PATCH v6 01/80] scripts: kernel-doc: add support for typedef enum
` [PATCH v6 02/80] scripts: kernel-doc: make it more compatible with Sphinx 3.x
` [PATCH v6 03/80] scripts: kernel-doc: use a less pedantic markup for funcs on "
` [PATCH v6 04/80] scripts: kernel-doc: fix troubles with line counts
` [PATCH v6 05/80] scripts: kernel-doc: reimplement -nofunction argument
` [PATCH v6 06/80] scripts: kernel-doc: fix typedef identification
` [PATCH v6 07/80] scripts: kernel-doc: don't mangle with parameter list
` [PATCH v6 08/80] scripts: kernel-doc: allow passing desired Sphinx C domain dialect
` [PATCH v6 09/80] scripts: kernel-doc: fix line number handling
` [PATCH v6 10/80] scripts: kernel-doc: try to use c:function if possible
` [PATCH v6 11/80] docs: cdomain.py: add support for a new Sphinx 3.1+ tag
` [PATCH v6 12/80] docs: cdomain.py: extend it to handle new Sphinx 3.x tags
` [PATCH v6 13/80] docs: automarkup.py: make it ready for Sphinx 3.1+
` [PATCH v6 14/80] docs: kerneldoc.py: append the name of the parsed doc file
` [PATCH v6 15/80] docs: kerneldoc.py: add support for kerneldoc -nosymbol
` [PATCH v6 16/80] media: docs: make CEC documents compatible with Sphinx 3.1+
` [PATCH v6 17/80] media: docs: make V4L documents more "
` [PATCH v6 18/80] media: docs: make DVB "
` [PATCH v6 19/80] media: docs: make MC "
` [PATCH v6 20/80] media: docs: make RC "
` [PATCH v6 21/80] media: cec-core.rst: don't use c:type for structs
` [PATCH v6 22/80] docs: remove some replace macros like |struct foo|
` [PATCH v6 23/80] docs: get rid of :c:type explicit declarations for structs
` [PATCH v6 24/80] docs: trace-uses.rst: remove bogus c-domain tags
` [PATCH v6 25/80] docs: it_IT: fix namespace collisions at locking.rst
` [PATCH v6 26/80] docs: net: ieee802154.rst: fix C expressions
` [PATCH v6 27/80] docs: genericirq.rst: don't document chip.c functions twice
` [PATCH v6 28/80] docs: kernel-api.rst: drop kernel/irq/manage.c kernel-doc tag
` [PATCH v6 29/80] docs: remove sound API duplication
` [PATCH v6 30/80] docs: basics.rst: move kernel-doc workqueue markups to workqueue.rst
` [PATCH v6 31/80] docs: scsi: target.rst: remove iSCSI transport class kernel-doc markup
` [PATCH v6 32/80] docs: device_link.rst: remove duplicated kernel-doc include
` [PATCH v6 33/80] docs: basics.rst: get rid of rcu kernel-doc macros
` [PATCH v6 34/80] docs: pstore-blk.rst: fix kernel-doc tags
` [PATCH v6 35/80] docs: fs: fscrypt.rst: get rid of :c:type: tags
` [PATCH v6 36/80] docs: devices.rst: get rid of :c:type macros
` [PATCH v6 37/80] docs: sound: writing-an-alsa-driver.rst: get rid of :c:type
` [PATCH v6 38/80] docs: block: blk-mq.rst: "
` [PATCH v6 39/80] docs: writing-an-alsa-driver.rst: fix some bad c:func: markups
` [PATCH v6 40/80] docs: fpga: replace :c:member: macros
` [PATCH v6 41/80] docs: kgdb.rst: fix :c:type: usages
` [PATCH v6 42/80] docs: libata.rst: fix a wrong usage of :c:type: tag
` [PATCH v6 43/80] docs: infrastructure.rst: don't include firmware kernel-doc
` [PATCH v6 44/80] docs: gpu: i915.rst: Fix several C duplication warnings
` [PATCH v6 45/80] docs: devices.rst: fix a C reference markup
` [PATCH v6 46/80] docs: it_IT: hacking.rst: fix a typo on a markup
` [PATCH v6 47/80] docs: mei.rst: fix a C expression markup
` [PATCH v6 48/80] docs: basics.rst: avoid duplicated C function declaration
` [PATCH v6 49/80] docs: conf.py: fix c:function support with Sphinx 3.x
` [PATCH v6 50/80] docs: conf.py: change the Sphinx 3.x+ text
` [PATCH v6 51/80] docs: infrastructure.rst: exclude device_link_state from device.h
` [PATCH v6 52/80] docs: zh_CN: amu.rst: fix document title markup
` [PATCH v6 53/80] media: uAPI: buffer.rst: remove a left-over documentation
` [PATCH v6 54/80] math64.h: kernel-docs: Convert some markups into normal comments
` [PATCH v6 55/80] memblock: get rid of a :c:type leftover
` [PATCH v6 56/80] dt-bindings: fix references to files converted to yaml
` [PATCH v6 57/80] net: appletalk: Kconfig: Fix docs location
` [PATCH v6 58/80] drivers: net: hamradio: fix document location
` [PATCH v6 59/80] docs: powerpc: syscall64-abi.rst: fix a malformed table
` [PATCH v6 60/80] block: bio: fix a warning at the kernel-doc markups
` [PATCH v6 61/80] kunit: test.h: solve kernel-doc warnings
` [PATCH v6 62/80] docs: bio: fix a kerneldoc markup
` [PATCH v6 63/80] drivers: core: fix kernel-doc markup for dev_err_probe()
` [PATCH v6 64/80] kunit: test.h: fix a bad kernel-doc markup
` [PATCH v6 65/80] docs: amdgpu: fix a warning when building the documentation
` [PATCH v6 66/80] locking/refcount: document the new "oldp" pointer value
` [PATCH v6 67/80] usb: docs: document altmode register/unregister functions
` [PATCH v6 68/80] nl80211: docs: add a description for s1g_cap parameter
` [PATCH v6 69/80] IB/srpt: docs: add a description for cq_size member
` [PATCH v6 70/80] rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpu
` [PATCH v6 71/80] Input: sparse-keymap: add a description for @sw
` [PATCH v6 72/80] drm/amd/display: kernel-doc: document force_timing_sync
` [PATCH v6 73/80] drm: kernel-doc: drm_dp_helper.h: fix a typo
` [PATCH v6 74/80] gpu: docs: amdgpu.rst: get rid of wrong kernel-doc markups
` [PATCH v6 75/80] drm: kernel-doc: add description for a new function parameter
` [PATCH v6 76/80] docs: virt: user_mode_linux_howto_v2.rst: fix a literal block markup
` [PATCH v6 77/80] workqueue: fix a kernel-doc warning
` [PATCH v6 78/80] mm/doc: fix a literal block markup
` [PATCH v6 79/80] drm: drm_edid: remove a duplicated kernel-doc declaration
` [PATCH v6 80/80] PM / devfreq: remove a duplicated kernel-doc markup

[PATCH v3] ceph: check session state after bumping session->s_seq
 2020-10-13 12:02 UTC 

[PATCH v1] hv_balloon: disable warning when floor reached
 2020-10-13 11:55 UTC  (5+ messages)

[PATCH] mac80211: don't require VHT elements for HE on 2.4 GHz
 2020-10-13 12:01 UTC 

[dpdk-dev] [PATCH] mem: fix allocation failure on non-NUMA kernel
 2020-10-13 12:01 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

Loophole in async page I/O
 2020-10-13 12:01 UTC  (3+ messages)

[PATCH v2 0/6] x86: some assembler macro rework
 2020-10-13 12:00 UTC  (3+ messages)
` [PATCH v2 5/6] x86: guard against straight-line speculation past RET

[PATCH v7 0/4] Introduce TEE based Trusted Keys support
 2020-10-13 11:59 UTC  (8+ messages)
` [PATCH v7 1/4] KEYS: trusted: Add generic trusted keys framework

cpufreq regression on imx6q sabresd
 2020-10-13 11:58 UTC  (3+ messages)

[LTP] [PATCH 00/11] Test metadata extraction
 2020-10-13 11:59 UTC  (4+ messages)
` [LTP] [PATCH 04/11] docparse: Add README

[Intel-gfx] [PATCH i-g-t v3] tests/core_hotunplug: Restore i915 debugfs health check
 2020-10-13 11:58 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/core_hotunplug: Restore i915 debugfs health check (rev3)

[RFC PATCH 0/2] improve bust_spinlocks dependability
 2020-10-13 11:58 UTC  (3+ messages)
  ` [linux-safety] [RFC PATCH 1/2] bust_spinlocks: add kernel-doc format doc
  ` [linux-safety] [RFC PATCH 2/2] bust_spinlocks: do not decrement oops_in_progress unconditionally

[PATCH] usb: core: Don't wait for completion of urbs
 2020-10-13 11:55 UTC  (2+ messages)

[PATCH v3] media: ov5640: fix support of BT656 bus mode
 2020-10-13 12:01 UTC  (2+ messages)

[linux-safety] [RFC PATCH 0/2] improve bust_spinlocks dependability
 2020-10-13 11:57 UTC 

[PATCH V3] dt-bindings: mailbox: arm,mhuv2: Add bindings
 2020-10-13 11:55 UTC  (4+ messages)
` [PATCH V4] dt-bindings: mailbox : "

[PATCH v4 1/2] PCI/ERR: Call pci_bus_reset() before calling ->slot_reset() callback
 2020-10-13 11:56 UTC  (3+ messages)
` [PATCH v4 2/2] PCI/ERR: Split the fatal and non-fatal error recovery handling

[PATCH] mm, oom: enable rate-limiting controls for oom dumps
 2020-10-13 11:56 UTC  (4+ messages)

[PATCH] migration/block-dirty-bitmap: fix uninitialized variable warning
 2020-10-13 11:49 UTC  (7+ messages)

[PATCH v2 2/2] [RFC] CPUFreq: Add support for cpu-perf-dependencies
 2020-10-13 11:53 UTC  (13+ messages)

[PATCH v2 0/3] ppc: Mac machine updates
 2020-10-13 11:49 UTC  (4+ messages)
` [PATCH v2 1/3] macio: don't reference serial_hd() directly within the device
` [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
` [PATCH v2 3/3] uninorth: "

[dpdk-dev] [PATCH] ethdev: check if queue setupped in queue-related APIs
 2020-10-13 11:50 UTC  (5+ messages)
` [dpdk-dev] [PATCH v5 0/3] check queue id "
  ` [dpdk-dev] [PATCH v5 1/3] ethdev: extract checking queue id into common functions
  ` [dpdk-dev] [PATCH v5 2/3] ethdev: check if queue setup in queue-related APIs
  ` [dpdk-dev] [PATCH v5 3/3] ethdev: check queue id in Rx interrupt control routine

[PATCH] drm/amdgpu: fix the issue that apu has no smu firmware binary
 2020-10-13 11:51 UTC  (2+ messages)

[PATCH v2] i2c: npcm7xx: Support changing bus speed using debugfs
 2020-10-13 11:50 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.