All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-11 19:40:48 to 2019-11-11 20:43:11 UTC [more...]

[PATCH -v5 00/17] Rewrite x86/ftrace to use text_poke (and more)
 2019-11-11 20:42 UTC  (4+ messages)

[PATCH v7 1/2] fork: extend clone3() to support setting a PID
 2019-11-11 20:41 UTC  (2+ messages)

"statsfs" API design
 2019-11-11 20:40 UTC  (5+ messages)

[Xen-devel] [PATCH for-4.13] xen: Drop bogus BOOLEAN definitions, TRUE and FALSE
 2019-11-11 20:40 UTC  (2+ messages)

[PATCH v3] tracing: Introduce trace event injection
 2019-11-11 20:40 UTC  (5+ messages)

[Bug 111691] hardware cursor corruption w/ AMD 5700 XT
 2019-11-11 20:40 UTC  (2+ messages)
` [Bug 111691] inconsistent cursor movement speed when using "

Feeding bugzilla.kernel.org USB component to the linux-usb list
 2019-11-11 20:40 UTC  (3+ messages)

[PATCH v4 0/8] y2038 safety in v4l2
 2019-11-11 20:38 UTC  (9+ messages)
` [PATCH v4 1/8] media: documentation: fix video_event description
` [PATCH v4 2/8] media: v4l2: abstract timeval handling in v4l2_buffer
` [PATCH v4 3/8] media: v4l2-core: compat: ignore native command codes
` [PATCH v4 4/8] media: v4l2-core: split out data copy from video_usercopy
` [PATCH v4 5/8] media: v4l2-core: fix VIDIOC_DQEVENT for time64 ABI
` [PATCH v4 6/8] media: v4l2-core: fix v4l2_buffer handling "
` [PATCH v4 7/8] media: v4l2-core: fix compat VIDIOC_DQEVENT "
` [PATCH v4 8/8] media: v4l2-core: fix compat v4l2_buffer handling "

RFE: use patchwork to submit a patch
 2019-11-11 20:38 UTC  (11+ messages)

[PATCH 00/14] HDCP 2 Content Protection v2
 2019-11-11 20:38 UTC  (4+ messages)

[PATCH RFC] PCI: endpoint: Add NVMe endpoint function driver
 2019-11-11 20:37 UTC  (7+ messages)

[PATCH] drm/i915/tgl: MOCS table fixes
 2019-11-11 20:37 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] qemu-coroutine-sleep: Silence Coverity warning
 2019-11-11 20:35 UTC 

[PATCH] mtd: set mtd partition panic write flag
 2019-11-11 20:35 UTC  (5+ messages)

[PATCH] drm/radeon: Clean up code in radeon_pci_shutdown()
 2019-11-11 20:35 UTC  (5+ messages)

[PATCH v7 0/2] hwmon: Add driver for Texas Instruments TMP512/513 sensor chips
 2019-11-11 20:34 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: hwmon: Add TMP512/513
` [PATCH v7 2/2] hwmon: Add driver for Texas Instruments TMP512/513 sensor chips

[PATCH] perf tools: avoid reading out of scope array
 2019-11-11 20:34 UTC  (4+ messages)

[PATCH RFC 1/6] perf/x86: Add perf text poke event
 2019-11-11 20:32 UTC  (11+ messages)

[PATCH] ARM: OMAP1: drop duplicated dependency on ARCH_OMAP1
 2019-11-11 20:32 UTC  (3+ messages)

[PATCH] ARM: dts: e60k02: fix power button
 2019-11-11 20:29 UTC  (2+ messages)

[PATCH 1/2] drm/amdkfd: Use better name to indicate the offset is in dwords
 2019-11-11 20:29 UTC  (4+ messages)

[PATCH] staging: wfx: add gcc extension __force cast
 2019-11-11 20:28 UTC  (5+ messages)

[PATCH v2 0/2] ext4: support encryption with blocksize != PAGE_SIZE
 2019-11-11 20:28 UTC  (3+ messages)

[PATCH -next] drm/amd/display: remove set but not used variable 'bpc'
 2019-11-11 20:27 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/systemd: hybrid cgroupfs hierarchy for docker compatibility
 2019-11-11 20:27 UTC  (3+ messages)

[PATCH net-next 0/3] Unlock new potential in SJA1105 with PTP system timestamping
 2019-11-11 20:25 UTC  (4+ messages)

[PATCH 00/23] y2038 cleanups
 2019-11-11 20:24 UTC  (3+ messages)
` [PATCH 13/23] y2038: socket: remove timespec reference in timestamping

For review: documentation of clone3() system call
 2019-11-11 20:24 UTC  (10+ messages)

[PATCH 00/19] nfs, nfsd: avoid 32-bit time_t
 2019-11-11 20:16 UTC  (20+ messages)
` [PATCH 01/19] sunrpc: convert to time64_t for expiry
` [PATCH 02/19] nfs: use time64_t internally
` [PATCH 03/19] nfs: use timespec64 in nfs_fattr
` [PATCH 04/19] nfs: callback: use timespec64 in cb_getattrres
` [PATCH 05/19] nfs: fscache: use timespec64 in inode auxdata
` [PATCH 06/19] nfs: remove timespec from xdr_encode_nfstime
` [PATCH 07/19] nfs: encode nfsv4 timestamps as 64-bit
` [PATCH 08/19] nfsd: use ktime_get_seconds() for timestamps
` [PATCH 09/19] nfsd: print 64-bit timestamps in client_info_show
` [PATCH 10/19] nfsd: handle nfs3 timestamps as unsigned
` [PATCH 11/19] nfsd: use timespec64 in encode_time_delta
` [PATCH 12/19] nfsd: make 'boot_time' 64-bit wide
` [PATCH 13/19] nfsd: pass a 64-bit guardtime to nfsd_setattr()
` [PATCH 14/19] nfsd: use time64_t in nfsd_proc_setattr() check
` [PATCH 15/19] nfsd: fix delay timer on 32-bit architectures
` [PATCH 16/19] nfsd: fix jiffies/time_t mixup in LRU list
` [PATCH 17/19] nfsd: use boottime for lease expiry alculation
` [PATCH 18/19] nfsd: use ktime_get_real_seconds() in nfs4_verifier
` [PATCH 19/19] nfsd: remove nfs4_reset_lease() declarations

[Bug 205185] New: amdgpu compile failure
 2019-11-11 20:23 UTC  (2+ messages)
` [Bug 205185] "

[PATCH 2/2] target/iscsi: Fix a use-after-free while closing a session
 2019-11-11 20:23 UTC  (3+ messages)

[GIT PULL] cgroup fixes for v5.4-rc7
 2019-11-11 20:22 UTC 

[PATCH] drm/amdkfd: Rename create_cp_queue() to init_user_queue()
 2019-11-11 20:20 UTC  (4+ messages)

[PATCH BlueZ v2] tools/mesh-cfgclient: add unbind command
 2019-11-11 20:20 UTC 

[PATCH mlx5-next 0/5] Mellanox, mlx5 roce enable devlink parameter
 2019-11-11 20:18 UTC  (2+ messages)

do_rootfs error for custom image based upon arago thud branch
 2019-11-11 20:15 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t 0/8] Dynamic subtests, v3
 2019-11-11 20:15 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Dynamic subtests (rev4)

[Xen-devel] [PATCH] Introduce a description of a new optional tag for Backports
 2019-11-11 20:15 UTC  (5+ messages)

[PATCH] drm/amd/display: Fix unsigned variable compared to less than zero
 2019-11-11 19:27 UTC  (5+ messages)

[Buildroot] How to create/install U-Boot and Linux to boot from eMMC
 2019-11-11 20:14 UTC 

[PATCH RESEND v2 0/4] misc fixes on halt-poll code for both KVM and guest
 2019-11-11 20:13 UTC  (3+ messages)
` [PATCH RESEND v2 2/4] KVM: ensure grow start value is nonzero

[Buildroot] [PATCH 1/2] package/ninja: invoke python3 explicitly to configure the package
 2019-11-11 20:13 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/qemu: add host-python as an explicit dependency

[RFC 02/11] soc: Add Realtek chip info driver for RTD1195 and RTD1295
 2019-11-11 20:10 UTC  (9+ messages)
` [PATCH] base: soc: Export soc_device_to_device() helper

❌ FAIL: Stable queue: queue-5.3
 2019-11-11 20:10 UTC  (2+ messages)

[PATCH 0/2] i2c: pxa: migrate to i2c-core-slave APIs
 2019-11-11 20:10 UTC  (3+ messages)
` [PATCH 1/2] i2c: pxa: migrate to new i2c_slave APIs

[PATCH] pwm: omap-dmtimer: Add missing put_device() call in pwm_omap_dmtimer_probe()
 2019-11-11 20:09 UTC  (17+ messages)
` [PATCH 1/4] pwm: omap-dmtimer: remove pwmchip in .remove before making it unfunctional
  ` [PATCH 2/4] pwm: omap-dmtimer: simplify error handling
  ` [PATCH 3/4] pwm: omap-dmtimer: put_device() after of_find_device_by_node()
    ` [0/4] pwm: omap-dmtimer: Software improvements

[PATCH v4 00/17] xfs: Delay Ready Attributes
 2019-11-11 20:07 UTC  (4+ messages)
` [PATCH v4 02/17] xfs: Replace attribute parameters with struct xfs_name

[PATCH] ARM: kbuild: use correct nm executable
 2019-11-11 20:07 UTC  (3+ messages)

[U-Boot] [PATCH] env: Access Environment in SPI flashes before relocation
 2019-11-11 20:07 UTC  (4+ messages)

Optimize perf stat for large number of events/cpus
 2019-11-11 20:06 UTC  (5+ messages)
` [PATCH v5 13/13] perf stat: Use affinity for enabling/disabling events

entity-manager: adding additional fru formats to fru-device
 2019-11-11 20:06 UTC  (5+ messages)

[PATCH] io_uring: fix compilation warning
 2019-11-11 19:02 UTC 

stable-rc/linux-4.14.y boot: 34 boots: 34 failed, 0 passed (v4.14.153-68-g0d12dcf336c6)
 2019-11-11 20:06 UTC 

[PATCH] i2c: i2c-cros-ec-tunnel: Make the device acpi compatible
 2019-11-11 20:02 UTC  (2+ messages)

[PATCH 0/4] Raspberry Pi 4 PCIe support
 2019-11-11 20:00 UTC  (6+ messages)
` [PATCH 3/4] PCI: brcmstb: add Broadcom STB PCIe host controller driver

❌ FAIL: Stable queue: queue-5.3
 2019-11-11 19:57 UTC  (2+ messages)
` [LTP] "

[BUG] git stash pop --quiet deletes files in git 2.24.0
 2019-11-11 19:56 UTC  (6+ messages)

[PATCH net-next] net: dsa: Prevent usage of NET_DSA_TAG_8021Q as tagging protocol
 2019-11-11 19:55 UTC  (2+ messages)

[PATCH Bluez v2] tools/mesh-cfgclient: add network transmit get/set commands
 2019-11-11 19:55 UTC 

[PATCH] bluetooth: set connection handle to invalid value when creating hci_conn
 2019-11-11 19:52 UTC 

[PATCH V2] spi: add power control when set_cs
 2019-11-11 19:54 UTC  (5+ messages)
` Applied "spi: add power control when set_cs" to the spi tree

[PATCH] drm/i915: do not warn late about hdmi on port A
 2019-11-11 19:55 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: do not warn late about hdmi on port A (rev2)
    `  "

[PATCH] i2c: remove helpers for ref-counting clients
 2019-11-11 19:54 UTC  (2+ messages)

[PATCH BlueZ] mesh: fix (re)transmit count & interval steps
 2019-11-11 19:54 UTC 

[PATCH] i2c: i2c-stm32f7: report dma error during probe
 2019-11-11 19:51 UTC  (3+ messages)

[PATCH V5 net-next 0/7] ARM: Enable GENET support for RPi 4
 2019-11-11 19:49 UTC  (16+ messages)
` [PATCH V5 net-next 1/7] net: bcmgenet: Avoid touching non-existent interrupt
` [PATCH V5 net-next 2/7] net: bcmgenet: Fix error handling on IRQ retrieval
` [PATCH V5 net-next 3/7] dt-bindings: net: bcmgenet: Add BCM2711 support
` [PATCH V5 net-next 4/7] "
` [PATCH V5 net-next 5/7] net: bcmgenet: Refactor register access in bcmgenet_mii_config
` [PATCH V5 net-next 6/7] net: bcmgenet: Add RGMII_RXID support
` [PATCH V5 net-next 7/7] ARM: dts: bcm2711-rpi-4: Enable GENET support

[PATCH v2 0/9] Fixes and Enablement of ibm,drc-info property
 2019-11-11 19:49 UTC  (3+ messages)

[PATCH] MIPS: allow building with kcov coverage
 2019-11-11 19:51 UTC  (2+ messages)

[PATCH 0/5] Loongson cleanups
 2019-11-11 19:51 UTC  (2+ messages)

[PATCH V2 1/2] MIPS: Loongson: Rename LOONGSON1 to LOONGSON32
 2019-11-11 19:51 UTC  (2+ messages)

Bug in bash completion for git rebase --onto
 2019-11-11 19:51 UTC 

[PATCH] ASoC: rt5645: Fixed buddy jack support
 2019-11-11 19:49 UTC  (5+ messages)
` [alsa-devel] "

[dpdk-dev] [PATCH] remove blank lines at end of file
 2019-11-11 19:50 UTC 

[alsa-devel] Applied "ASoC: rt5645: Fixed buddy jack support." to the asoc tree
 2019-11-11 19:49 UTC  (2+ messages)
`  "

[PATCH v2] spi: pxa2xx: Add missed security checks
 2019-11-11 19:49 UTC  (4+ messages)
` Applied "spi: pxa2xx: Add missed security checks" to the spi tree

[PATCH] spi: omap2-mcspi: Remove redundant checks
 2019-11-11 19:49 UTC  (3+ messages)
` Applied "spi: omap2-mcspi: Remove redundant checks" to the spi tree

[PATCH] spi: nxp-fspi: Use devm API to fix missed unregistration of controller
 2019-11-11 19:49 UTC  (3+ messages)
` Applied "spi: nxp-fspi: Use devm API to fix missed unregistration of controller" to the spi tree

[PATCH 00/50] Add log level to show_stack()
 2019-11-11 19:47 UTC  (10+ messages)
          ` [OpenRISC] "

[PATCH 1/2] drm/i915/gem: Replace implicit dev_priv->uncore for stolen init
 2019-11-11 19:45 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] "
    `  "

stable-rc/linux-4.14.y build: 201 builds: 11 failed, 190 passed, 104 warnings (v4.14.153-104-ga67492b55c53)
 2019-11-11 19:44 UTC 

[PATCH] ieee754/dbl-64: Reduce the scope of temporary storage variables
 2019-11-11 19:43 UTC 

[igt-dev] [PATCH i-g-t v3] lib/igt_list: Update, clean-up and document igt_list
 2019-11-11 19:43 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for lib/igt_list: Update, clean-up and document igt_list (rev4)

[PULL] 3rd set of new device support, cleanups etc for IIO in the 5.5 cycle
 2019-11-11 19:42 UTC  (2+ messages)

[PATCH] i2c: i2c-stm32f7: fix & reorder remove & probe error handling
 2019-11-11 19:42 UTC  (3+ messages)

[PATCH v5 0/10] KEYS: Measure keys when they are created or updated
 2019-11-11 19:41 UTC  (3+ messages)

[thud/master][PATCH] am65xx-evm: add k3-am654-evm-prupwm.dtbo
 2019-11-11 19:41 UTC  (2+ messages)

[PATCH 0/3] rtlwifi: rtl8192de: Fixes for several regressions
 2019-11-11 19:40 UTC  (4+ messages)
` [PATCH 1/3] rtlwifi: rtl8192de: Fix missing code to retrieve RX buffer address
` [PATCH 2/3] rtlwifi: rtl8192de: Fix missing callback that tests for hw release of buffer
` [PATCH 3/3] rtlwifi: rtl8192de: Fix missing enable interrupt flag

[PATCH 0/3] PM: QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCY
 2019-11-11 19:40 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.