All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-29 09:26:50 to 2020-10-29 10:02:05 UTC [more...]

[PATCH kernel v3 0/2] DMA, powerpc/dma: Fallback to dma_ops when persistent memory present
 2020-10-29  9:55 UTC  (7+ messages)
` [PATCH kernel v3 2/2] "

[PATCH v4 00/15] follow_pfn and other iomap races
 2020-10-29 10:01 UTC  (13+ messages)

[PATCH] meson.build: fix building of Xen support for aarch64
 2020-10-29 10:01 UTC  (3+ messages)

[PATCH 00/25] Make charlcd device independent
 2020-10-29  9:50 UTC  (3+ messages)
` [PATCH 01/25] auxdisplay: Use an enum for charlcd backlight on/off ops
` [PATCH 02/25] auxdisplay: Introduce hd44780_common.[ch]

[PATCH v6 00/26] xfsprogs: widen timestamps to deal with y2038
 2020-10-29  9:52 UTC  (34+ messages)
` [PATCH 01/26] libxfs: create a real struct timespec64
` [PATCH 02/26] libxfs: refactor NSEC_PER_SEC
` [PATCH 03/26] libfrog: define LIBFROG_BULKSTAT_CHUNKSIZE to remove dependence on XFS_INODES_PER_CHUNK
` [PATCH 04/26] libfrog: convert cvttime to return time64_t
` [PATCH 05/26] xfs_quota: convert time_to_string to use time64_t
` [PATCH 06/26] xfs_db: refactor timestamp printing
` [PATCH 07/26] xfs_db: refactor quota timer printing
` [PATCH 08/26] xfs_logprint: refactor timestamp printing
` [PATCH 18/26] libxfs: propagate bigtime inode flag when allocating
` [PATCH 19/26] libfrog: list the bigtime feature when reporting geometry
` [PATCH 20/26] xfs_db: report bigtime format timestamps
` [PATCH 21/26] xfs_db: support printing time limits
` [PATCH 22/26] xfs_db: add bigtime upgrade path
` [PATCH 23/26] xfs_quota: support editing and reporting quotas with bigtime
` [PATCH 24/26] xfs_repair: support bigtime timestamp checking
` [PATCH 25/26] mkfs: format bigtime filesystems

[PATCH] media: videobuf2: Fix length check for single plane dmabuf queueing
 2020-10-29 10:00 UTC  (6+ messages)

[RESEND PATCH v3 0/4] STUSB1600 support on STM32MP15xx-DKx
 2020-10-29  9:58 UTC  (10+ messages)
` [RESEND PATCH v3 1/4] dt-bindings: connector: add power-opmode optional property to usb-connector
` [RESEND PATCH v3 2/4] dt-bindings: usb: Add DT bindings for STUSB160x Type-C controller
` [RESEND PATCH v3 3/4] ARM: dts: stm32: add STUSB1600 Type-C using I2C4 on stm32mp15xx-dkx
` [RESEND PATCH v3 4/4] ARM: multi_v7_defconfig: enable STUSB160X Type-C port controller support

[PATCH 00/25] Make charlcd device independent
 2020-10-29  9:57 UTC  (24+ messages)
` [PATCH v5 01/25] auxdisplay: Use an enum for charlcd backlight on/off ops
` [PATCH v5 02/25] auxdisplay: Introduce hd44780_common.[ch]
  ` [PATCH v5 03/25] auxdisplay: Move hwidth and bwidth to struct hd44780_common
  ` [PATCH v5 04/25] auxdisplay: Move ifwidth "
  ` [PATCH v5 05/25] auxdisplay: Move write_data pointer to hd44780_common
  ` [PATCH v5 06/25] auxdisplay: Move write_cmd pointers to hd44780 drivers
  ` [PATCH v5 07/25] auxdisplay: Move addr out of charlcd_priv
  ` [PATCH v5 08/25] auxdisplay: hd44780_common_print
  ` [PATCH v5 09/25] auxdisplay: provide hd44780_common_gotoxy
  ` [PATCH v5 10/25] auxdisplay: add home to charlcd_ops
  ` [PATCH v5 11/25] auxdisplay: Move clear_display to hd44780_common
  ` [PATCH v5 12/25] auxdisplay: make charlcd_backlight visible "
  ` [PATCH v5 13/25] auxdisplay: Make use of enum for backlight on / off
  ` [PATCH v5 14/25] auxdisplay: Move init_display to hd44780_common
  ` [PATCH v5 15/25] auxdisplay: implement various hd44780_common_ functions
  ` [PATCH v5 16/25] auxdisplay: cleanup unnecessary hd44780 code in charlcd
  ` [PATCH v5 17/25] auxdisplay: Move char redefine code to hd44780_common
  ` [PATCH v5 18/25] auxdisplay: Call charlcd_backlight in place
  ` [PATCH v5 19/25] auxdisplay: hd44780_common: Reduce clear_display timeout
  ` [PATCH v5 20/25] auxdisplay: hd44780: Remove clear_fast
  ` [PATCH v5 21/25] auxdisplay: charlcd: replace last device specific stuff
  ` [PATCH v5 22/25] auxdisplay: Change gotoxy calling interface
  ` [PATCH v5 23/25] auxdisplay: charlcd: Do not print chars at end of line

[PATCH kernel v4 0/2] DMA, powerpc/dma: Fallback to dma_ops when persistent memory present
 2020-10-29  9:56 UTC  (5+ messages)
` [PATCH kernel v4 2/2] "

[PATCH v1] pinctrl: intel: Add Intel Alder Lake pin controller support
 2020-10-29 10:00 UTC  (3+ messages)

[PATCH] drivers: net: phy: Fix spelling in comment defalut to default
 2020-10-29  9:55 UTC 

[dpdk-dev] [PATCH 00/15] remove mbuf timestamp
 2020-10-29  9:58 UTC  (17+ messages)
` [dpdk-dev] [PATCH 01/15] eventdev: remove software Rx timestamp
` [dpdk-dev] [PATCH 02/15] mbuf: add Rx timestamp dynamic flag
` [dpdk-dev] [PATCH 03/15] ethdev: register mbuf field and flags for timestamp
` [dpdk-dev] [PATCH 04/15] latency: switch timestamp to dynamic mbuf field
` [dpdk-dev] [PATCH 05/15] net/ark: "
` [dpdk-dev] [PATCH 06/15] net/dpaa2: "
` [dpdk-dev] [PATCH 07/15] net/mlx5: fix dynamic mbuf offset lookup check
` [dpdk-dev] [PATCH 08/15] net/mlx5: switch timestamp to dynamic mbuf field
` [dpdk-dev] [PATCH 09/15] net/nfb: "
` [dpdk-dev] [PATCH 10/15] net/octeontx2: "
` [dpdk-dev] [PATCH 11/15] net/pcap: "
` [dpdk-dev] [PATCH 12/15] app/testpmd: "
` [dpdk-dev] [PATCH 13/15] examples/rxtx_callbacks: switch timestamp to dynamic field
` [dpdk-dev] [PATCH 14/15] mbuf: remove deprecated timestamp field
` [dpdk-dev] [PATCH 15/15] mbuf: move pool pointer in hotter first half

[PATCH] open_by_handle: Don't use MAX_HANDLE_SZ
 2020-10-29  9:56 UTC  (2+ messages)

[PATCH v1] ARM: vfp: Use long jump to fix THUMB2 kernel compilation error
 2020-10-29  9:56 UTC  (15+ messages)

[PATCH v3 1/1] usb: cdns3: gadget: own the lock wrongly at the suspend routine
 2020-10-29  9:55 UTC 

[PATCH testing-only] can-dev: implement len8_dlc in some CAN USB adapters for testing
 2020-10-29  9:56 UTC  (3+ messages)

[PATCH 0/4] Add sustainable OPP concept
 2020-10-29  9:56 UTC  (5+ messages)

[PATCH 01/33] systemd-boot: upgrade 246.2 -> 246.6
 2020-10-29  9:55 UTC  (10+ messages)
` [PATCH 02/33] glib-2.0: upgrade 2.64.5 -> 2.66.1
  ` [OE-core] "
` [PATCH 04/33] python3-pygobject: upgrade 3.36.1 -> 3.38.0
  ` [OE-core] "
` [PATCH 25/33] libhandy: upgrade 0.0.13 -> 1.0.0
  ` [OE-core] "

[PATCH v2 1/3] xen/arm: use printk_once for errata warning prints
 2020-10-29  9:55 UTC  (4+ messages)
` [PATCH v2 3/3] xen/arm: Warn user on cpu errata 832075

[char-misc-next 0/3] mei: bus: null derefence in rx
 2020-10-29  9:54 UTC  (4+ messages)
` [char-misc-next 1/3] mei: protect mei_cl_mtu from null dereference
` [char-misc-next 2/3] mei: bus: do not start a read for disconnected clients
` [char-misc-next 3/3] mei: bus: deinitialize callback functions on init failure

[PATCH 0/8] target: fix up locking in IO paths
 2020-10-29  6:49 UTC  (3+ messages)
` [PATCH 1/8] target: fix lun ref count handling
` [PATCH 3/8] tcm qla2xxx: drop TARGET_SCF_LOOKUP_LUN_FROM_TAG

[PATCH 1/2] arm64: dts: imx8mq: Configure clock rate for audio plls
 2020-10-29  9:47 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: imx8mq-evk: Add spdif sound card support

stable-rc/queue/4.9 build: 197 builds: 2 failed, 195 passed, 4 warnings (v4.9.240-139-gf340d121834f)
 2020-10-29  9:54 UTC 

[PATCH v3 2/3] misc: rtsx: Add SD Express mode support for RTS5261
 2020-10-29  9:52 UTC  (2+ messages)

[PATCH-for-5.2 v2 00/25] block/nvme: Fix Aarch64 or big-endian hosts
 2020-10-29  9:33 UTC  (26+ messages)
` [PATCH-for-5.2 v2 01/25] MAINTAINERS: Cover 'block/nvme.h' file
` [PATCH-for-5.2 v2 02/25] block/nvme: Use hex format to display offset in trace events
` [PATCH-for-5.2 v2 03/25] block/nvme: Report warning with warn_report()
` [PATCH-for-5.2 v2 04/25] block/nvme: Trace controller capabilities
` [PATCH-for-5.2 v2 05/25] block/nvme: Trace nvme_poll_queue() per queue
` [PATCH-for-5.2 v2 06/25] block/nvme: Improve nvme_free_req_queue_wait() trace information
` [PATCH-for-5.2 v2 07/25] block/nvme: Trace queue pair creation/deletion
` [PATCH-for-5.2 v2 08/25] block/nvme: Move definitions before structure declarations
` [PATCH-for-5.2 v2 09/25] block/nvme: Use unsigned integer for queue counter/size
` [PATCH-for-5.2 v2 10/25] block/nvme: Make nvme_identify() return boolean indicating error
` [PATCH-for-5.2 v2 11/25] block/nvme: Make nvme_init_queue() "
` [PATCH-for-5.2 v2 12/25] block/nvme: Introduce Completion Queue definitions
` [PATCH-for-5.2 v2 13/25] block/nvme: Use definitions instead of magic values in add_io_queue()
` [PATCH-for-5.2 v2 14/25] block/nvme: Correctly initialize Admin Queue Attributes
` [PATCH-for-5.2 v2 15/25] block/nvme: Simplify ADMIN queue access
` [PATCH-for-5.2 v2 16/25] block/nvme: Simplify nvme_cmd_sync()
` [PATCH-for-5.2 v2 17/25] block/nvme: Set request_alignment at initialization
` [PATCH-for-5.2 v2 18/25] block/nvme: Correct minimum device page size
` [PATCH-for-5.2 v2 19/25] block/nvme: Change size and alignment of IDENTIFY response buffer
` [PATCH-for-5.2 v2 20/25] block/nvme: Change size and alignment of queue
` [PATCH-for-5.2 v2 21/25] block/nvme: Change size and alignment of prp_list_pages
` [PATCH-for-5.2 v2 22/25] block/nvme: Align iov's va and size on host page size
` [PATCH-for-5.2 v2 23/25] block/nvme: Fix use of write-only doorbells page on Aarch64 arch
` [PATCH-for-5.2 v2 24/25] block/nvme: Fix nvme_submit_command() on big-endian host
` [PATCH-for-6.0 v2 25/25] block/nvme: Simplify Completion Queue Command Identifier field use

[PATCH] [v2] x86: apic: avoid -Wshadow warning in header
 2020-10-29  9:51 UTC  (4+ messages)

[PATCH v3 0/9] block-backend: Introduce I/O hang
 2020-10-29  9:42 UTC  (3+ messages)

[PATCH] ACPICA: Also handle "orphan" _REG methods for GPIO OpRegions
 2020-10-29  9:48 UTC  (7+ messages)

[PATCH 0/1] systemd.bbclass: check whether systemctl works in
 2020-10-29  9:48 UTC  (3+ messages)
` [PATCH 1/1] systemd.bbclass: check whether systemctl works in post scripts
  ` [OE-core] "

[PATCH v2 0/3] usb: cdns3: three bug fixes for v5.10
 2020-10-29  9:31 UTC  (4+ messages)
` [PATCH v2 2/3] usb: cdns3: gadget: own the lock wrongly at the suspend routine

[PATCH 08/18] serial: add uart driver for MediaTek MT7620 SoC
 2020-10-29  9:47 UTC  (3+ messages)

[PATCH] drivers: amdgpu: Correct spelling defalut to default in comment
 2020-10-29  9:43 UTC 

[PATCH] Documentation: Add documentation for new platform_profile sysfs attribute
 2020-10-29  9:46 UTC  (5+ messages)
    ` [External] "

[PATCH 1/3] thunderbolt: Fix memory leak if ida_simple_get() fails in enumerate_services()
 2020-10-29  9:46 UTC  (3+ messages)
` [PATCH 2/3] thunderbolt: Add uaccess dependency to debugfs interface
` [PATCH 3/3] thunderbolt: Only configure USB4 wake for lane 0 adapters

[PATCH] mm: Fix a race during split THP
 2020-10-29  9:46 UTC  (4+ messages)

[PATCH 00/40] Various Polaris fixes and optimizations
 2020-10-29  9:46 UTC  (3+ messages)
` [PATCH 37/40] drm/amd/pm: enable Polaris watermark table setting

[PATCH 0/3] hwmon: ltc2992: Add support
 2020-10-29  9:49 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] hwmon: ltc2992: Add support for GPIOs
` [PATCH 3/3] dt-binding: hwmon: Add documentation for ltc2992

[PATCH 0/3] xfsprogs: sync with 5.10, part 1
 2020-10-29  9:42 UTC  (2+ messages)

[PATCH 0/3] xhci fixes for usb-linus
 2020-10-29  9:42 UTC  (5+ messages)
` [PATCH 3/3] xhci: Don't create stream debugfs files with spinlock held

[PATCH net] r8169: fix operation under forced interrupt threading
 2020-10-29  9:42 UTC  (6+ messages)

[dpdk-dev] [PATCH] doc: add the doc for mlx5 specific header
 2020-10-29  9:41 UTC 

[PATCH v1 0/2] ASoC: qcom: add support for QRB5165 RB5 machine
 2020-10-29  9:40 UTC  (7+ messages)
` [PATCH v1 1/2] ASoC: qcom: dt-bindings: Add SM8250 sound card bindings

[PATCH 0/7] repair: Phase 6 performance improvements
 2020-10-29  9:39 UTC  (5+ messages)
` [PATCH 2/7] repair: Protect bad inode list with mutex
` [PATCH 5/7] repair: don't duplicate names in phase 6

stable/linux-4.14.y build: 201 builds: 1 failed, 200 passed, 66 warnings (v4.14.203)
 2020-10-29  9:39 UTC 

[PATCH v4] gpio: mockup: Allow probing from device tree
 2020-10-29  9:39 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/3] Rework CTF event description storage
 2020-10-29  9:36 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 0/4] "
  ` [dpdk-dev] [PATCH v2 2/4] trace: remove size limit on CTF event description
    ` [dpdk-dev] [EXT] "

U-Boot is broken on real N900 HW (Was: Re: [PATCH 00/11] Fixes for Nokia RX-51)
 2020-10-29  9:36 UTC  (14+ messages)
  ` U-Boot is broken on real N900 HW
              ` U-Boot i2c bus num 1 is broken on Nokia N900 (Was: Re: U-Boot is broken on real N900 HW)
                  ` U-Boot i2c bus num 1 is broken on Nokia N900

adding more glossary links in the glossary
 2020-10-29  9:35 UTC  (5+ messages)
` [docs] "

[PATCH v22 00/12] Landlock LSM
 2020-10-29  9:35 UTC  (7+ messages)
` [PATCH v22 01/12] landlock: Add object management
` [PATCH v22 02/12] landlock: Add ruleset and domain management

Linux kernel 5.8.17 released
 2020-10-29  9:35 UTC 

[RESEND PATCH] soc: ti: ti_sci_pm_domains: check for proper args count in xlate
 2020-10-29  9:33 UTC  (2+ messages)

[RFC bpf-next 00/16] bpf: Speed up trampoline attach
 2020-10-29  9:33 UTC  (7+ messages)
` [RFC bpf-next 07/16] kallsyms: Use rb tree for kallsyms name search

Suggestion regarding x8 gang mode device tree changes
 2020-10-29  9:33 UTC 

[Bug 208257] New: Kingston USB flash drive repeatedly disconnected after "Set SEL for device-initiated U2 failed."
 2020-10-29  9:33 UTC  (2+ messages)
` [Bug 208257] "

[PATCH v7] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-10-29  9:31 UTC  (2+ messages)
` [PATCH] docs: ABI: sysfs-class-firmware-attributes: solve some warnings

[PATCH] MAINTAINERS, git-mailrc: Update sunxi maintainers
 2020-10-29  9:31 UTC  (2+ messages)

[PATCH] arm64: dts: allwinner: h5: OrangePi Prime: Fix ethernet node
 2020-10-29  9:30 UTC  (3+ messages)

[PATCH net 1/1] stmmac: intel: Fix kernel panic on pci probe
 2020-10-29  9:32 UTC  (2+ messages)

Linux kernel 5.4.73 released
 2020-10-29  9:30 UTC 

[PATCH v2] gpio: mockup: Allow probing from device tree
 2020-10-29  9:30 UTC  (4+ messages)

stable-rc/queue/5.8 build: 196 builds: 1 failed, 195 passed, 21 warnings (v5.8.16-632-g35e3ec0c7174)
 2020-10-29  9:29 UTC 

[PATCH nf 0/2] route_me_harder routing loop with tunnels
 2020-10-29  9:28 UTC  (3+ messages)
` [PATCH nf 2/2] netfilter: use actual socket sk rather than skb sk when routing harder

[PATCH RFC v2 0/4] x86/bus_lock: Enable bus lock detection
 2020-10-29  9:27 UTC  (3+ messages)
` [PATCH RFC v2 2/4] x86/bus_lock: Handle warn and fatal in #DB for bus lock

[PATCH for-next] RDMA/rxe fixed bug in rxe_requester
 2020-10-29  9:27 UTC  (2+ messages)

[PATCH] drm/vc4: hdmi: Add a name to the codec DAI component
 2020-10-29  9:27 UTC  (4+ messages)

[PATCH] bus: mhi: core: Add support MHI EE FP for download firmware
 2020-10-29  9:26 UTC 


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.