All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-06 05:40:48 to 2019-10-06 09:27:33 UTC [more...]

[PATCH] iio: chemical: atlas-ph-sensor: fix iio_triggered_buffer_predisable() position
 2019-10-06  9:27 UTC  (3+ messages)

[U-Boot] [PATCH 000/126] x86: Add initial support for apollolake
 2019-10-06  9:27 UTC  (34+ messages)
` [U-Boot] [PATCH 001/126] dm: core: Use U-Boot logging instead of pr_debug()
` [U-Boot] [PATCH 003/126] dm: core: Drop a few early returns
` [U-Boot] [PATCH 004/126] dm: core: Add documentation on how to debug driver model
` [U-Boot] [PATCH 005/126] dm: core: Don't include ofnode functions with of-platdata
` [U-Boot] [PATCH 007/126] dm: test: Fix running of multiple test from command line
` [U-Boot] [PATCH 008/126] dm: test: Don't fail when tests are skipped due to build
` [U-Boot] [PATCH 009/126] dm: core: Call ofdata_to_platdata() with of-platdata
` [U-Boot] [PATCH 011/126] dm: core: Correct the return value for uclass_find_first_device()
` [U-Boot] [PATCH 012/126] dm: core: Add device_foreach_child()
` [U-Boot] [PATCH 013/126] dm: test: Correct a stray backslash in dm_test_destroy()
` [U-Boot] [PATCH 015/126] sandbox: spmi: Add ranges property for address translation

[PATCH 00/10] iio: imu: adis: cleanup lock usage
 2019-10-06  9:24 UTC  (22+ messages)
` [PATCH 01/10] iio: imu: adis: rename txrx_lock -> state_lock
` [PATCH 02/10] iio: imu: adis: add unlocked read/write function versions
` [PATCH 03/10] iio: imu: adis[16480]: group RW into a single lock in adis_enable_irq()
` [PATCH 04/10] iio: imu: adis: create an unlocked version of adis_check_status()
` [PATCH 05/10] iio: imu: adis: create an unlocked version of adis_reset()
` [PATCH 06/10] iio: imu: adis: protect initial startup routine with state lock
` [PATCH 07/10] iio: imu: adis: group single conversion under a single "
` [PATCH 08/10] iio: imu: adis16400: rework locks using ADIS library's "
` [PATCH 09/10] iio: gyro: adis16136: "
` [PATCH 10/10] iio: imu: adis16480: use state lock for filter freq set

Linux 5.3.4
 2019-10-06  9:23 UTC  (2+ messages)

Linux 5.2.19
 2019-10-06  9:22 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/sqlite: bump version to 3.30.0
 2019-10-06  9:22 UTC 

Linux 4.19.77
 2019-10-06  9:21 UTC  (2+ messages)

systemd --user for GDM started as unconfined_t instead of xdm_t
 2019-10-06  9:22 UTC 

Linux 4.14.147
 2019-10-06  9:21 UTC  (2+ messages)

Linux 4.9.195
 2019-10-06  9:21 UTC  (2+ messages)

Linux 4.4.195
 2019-10-06  9:20 UTC  (2+ messages)

Remote I/O bus
 2019-10-06  9:18 UTC  (8+ messages)

[PATCH v4 0/2] Amazon's Annapurna Labs POS Driver
 2019-10-06  9:10 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: soc: al-pos: Amazon's Annapurna Labs POS

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-10-06  8:56 UTC  (39+ messages)
` [PATCH v6 01/10] mm/memunmap: Don't access uninitialized memmap in memunmap_pages()
` [PATCH v6 02/10] mm/memmap_init: Update variable name in memmap_init_zone
` [PATCH v6 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()
` [PATCH v6 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()
` [PATCH v6 05/10] mm/memory_hotplug: Shrink zones when offlining memory
` [PATCH v6 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()
` [PATCH v6 07/10] mm/memory_hotplug: We always have a zone in find_(smallest|biggest)_section_pfn
` [PATCH v6 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
` [PATCH v6 09/10] mm/memory_hotplug: Drop local variables "
` [PATCH v6 10/10] mm/memory_hotplug: Cleanup __remove_pages()

[PATCH v2] nvme: retain split access workaround for capability reads
 2019-10-06  9:14 UTC  (2+ messages)

[PATCH] rtc: pcf2127: handle boot-enabled watchdog feature
 2019-10-06  9:07 UTC  (3+ messages)
` [PATCHv2] "

[Xen-devel] [Xen-users] xenstat_domain_cpu_ns() occasionally returns a huge value
 2019-10-06  9:01 UTC 

[PATCH] iio: imu: adis16480: clean up a condition
 2019-10-06  8:51 UTC  (5+ messages)

[PATCH] selinux-testsuite: Update binder for kernel 5.4 support
 2019-10-06  8:51 UTC 

[Buildroot] [PATCH 1/2] package/nbd: add host-pkgconf to dependencies
 2019-10-06  8:49 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/nbd: bump to version 3.20

[PATCH] iio: gyro: clean up indentation issue
 2019-10-06  8:47 UTC  (3+ messages)

[PATCH] counter: stm32: clean up indentation issue
 2019-10-06  8:46 UTC  (5+ messages)

[CI 1/3] drm/i915/vga: rename intel_vga_msr_write() to intel_vga_reset_io_mem()
 2019-10-06  8:46 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [CI,1/3] "

[PATCH v3 0/2] Simplify count_read/count_write/signal_read
 2019-10-06  8:44 UTC  (5+ messages)

[PATCH] lib: test_user_copy: style cleanup
 2019-10-06  8:41 UTC  (2+ messages)

[PATCH 0/1] iio: add driver for Bosch BMA400 accelerometer
 2019-10-06  8:38 UTC  (3+ messages)
` [PATCH 1/1] iio: (bma400) add driver for the BMA400

[Buildroot] [PATCH] package/qt5/qt5webview: new package
 2019-10-06  8:36 UTC  (4+ messages)

[PATCH] ARM: dts: imx7s: Correct GPT's ipg clock source
 2019-10-06  8:32 UTC  (4+ messages)

packet writing support
 2019-10-06  8:31 UTC  (4+ messages)

[PATCH v2 1/1] target/riscv/pmp: Fix bug preventing
 2019-10-06  8:32 UTC 

VIRTIO_BALLOON_F_FREE_PAGE_HINT
 2019-10-06  8:30 UTC  (7+ messages)

[PATCH] ARM: dts: imx6: Extend support for Phytec phycore i.MX6ULL SoM
 2019-10-06  8:23 UTC  (4+ messages)

[PATCH] rsi: fix potential null dereference in rsi_probe()
 2019-10-06  8:22 UTC  (4+ messages)

[PATCH 1/2] Revert "rsi: fix potential null dereference in rsi_probe()"
 2019-10-06  8:23 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/suricata: fix build without geoip
 2019-10-06  8:22 UTC 

[PATCH v5 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-10-06  8:13 UTC  (12+ messages)
` [PATCH v5 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone

[PATCHES] Networking
 2019-10-06  7:50 UTC  (2+ messages)

[PATCH] imx_v6_v7_defconfig: Build USB_CONFIGFS into kernel
 2019-10-06  8:14 UTC  (2+ messages)

Questions to article - Patch Workflow With Mutt
 2019-10-06  8:12 UTC 

[Buildroot] [PATCH 1/1] package/qt5/qt5webengine: Add two upstream patches to fix build errors
 2019-10-06  8:13 UTC 

[PATCH 1/2] ARM: dts: imx7d: Correct speed grading fuse settings
 2019-10-06  8:09 UTC  (4+ messages)

[PATCH v2 0/2] dts: arm64: imx8mq: Enable gpu passive throttling
 2019-10-06  8:06 UTC  (10+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] dt-bindings: etnaviv: Add #cooling-cells

[Bug 111868] New: xorg with nouveau crash when starting mate-session in debian 10
 2019-10-06  8:01 UTC  (4+ messages)
  ` [Bug 111868] "

[Xen-devel] [linux-4.19 test] 142323: tolerable FAIL - PUSHED
 2019-10-06  7:59 UTC 

[PATCH 0/3] iio: max31856: provide more configuration options
 2019-10-06  7:58 UTC  (7+ messages)
` [PATCH 1/3] iio: max31856: add option for setting mains filter rejection frequency
` [PATCH 2/3] iio: max31856: add support for configuring the HW averaging
` [PATCH 3/3] iio: max31856: add support for runtime-configuring the thermocouple type

[PATCH v4 0/4] Add a unified parameter "nopvspin"
 2019-10-06  7:52 UTC  (7+ messages)
` [PATCH v4 1/4] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
` [PATCH v4 3/4] xen: Mark "xen_nopvspin" parameter obsolete

[PATCH 1/2] arm64: dts: imx8mm: Remove incorrect fallback compatible for ocotp
 2019-10-06  7:44 UTC  (4+ messages)

Patch "clk: jz4740: Add TCU clock" has been added to the 4.4-stable tree
 2019-10-06  7:42 UTC  (2+ messages)

[PATCH V2] scsi: core: avoid host-wide host_busy counter for scsi_mq
 2019-10-06  7:44 UTC 

[PATCH -next] drm/amdgpu: remove duplicated include from mmhub_v1_0.c
 2019-10-06  7:44 UTC  (3+ messages)

[PATCH -next] media: cx231xx: remove duplicated include from cx231xx-417.c
 2019-10-06  7:43 UTC  (2+ messages)

[Buildroot] [PATCH] download: Add SFTP support (not FTPS)
 2019-10-06  7:42 UTC  (4+ messages)

[PATCH 0/3] clk: imx8m: Define gates for pll1/2 dividers
 2019-10-06  7:40 UTC  (7+ messages)
` [PATCH 1/3] clk: imx8mq: Define gates for pll1/2 fixed dividers
` [PATCH 2/3] clk: imx8mm: "

[Cocci] [RFC PATCH] scripts: Fix coccicheck failed
 2019-10-06  7:30 UTC  (19+ messages)
` [Cocci] [RFC] "
` [Cocci] [PATCH] scripts: add_namespace: "
    `  "
      `  "
        ` [Cocci] "

[alsa-devel] [PATCH -next] ASoc: tas2770: Fix build error without GPIOLIB
 2019-10-06  7:22 UTC  (2+ messages)
`  "

[PATCH 1/2] arm64: dts: imx8mn: Add system counter node
 2019-10-06  7:17 UTC  (4+ messages)

[PATCH net-next] net/rds: Add missing include file
 2019-10-06  7:08 UTC 

[SPDK] Race condition in bdev_nvme
 2019-10-06  6:51 UTC 

samples/bpf not working?
 2019-10-06  6:49 UTC  (3+ messages)

[PATCH] habanalabs: set TPC Icache to 16 cache lines
 2019-10-06  6:42 UTC  (2+ messages)

[PATCH bpf-next 00/10] bpf: revolutionize bpf tracing
 2019-10-06  6:36 UTC  (3+ messages)
` [PATCH bpf-next 03/10] bpf: process in-kernel BTF

[PATCH 0/4] treewide: Add 'fallthrough' pseudo-keyword
 2019-10-06  6:35 UTC  (4+ messages)
` [PATCH 4/4] scripts/cvt_style.pl: Tool to reformat sources in various ways

[PATCH net-next 0/5] mlxsw: Query number of modules from firmware
 2019-10-06  6:34 UTC  (6+ messages)
` [PATCH net-next 1/5] mlxsw: reg: Extend MGPIR register with new field exposing the number of QSFP modules
` [PATCH net-next 2/5] mlxsw: hwmon: Provide optimization for QSFP modules number detection
` [PATCH net-next 3/5] mlxsw: thermal: "
` [PATCH net-next 4/5] mlxsw: core: Push minor/subminor fw version check into helper
` [PATCH net-next 5/5] mlxsw: minimal: Add validation for FW version

[alsa-devel] [PATCH -next] ASoC: tas2770: fix platform_no_drv_owner.cocci warnings
 2019-10-06  6:29 UTC  (3+ messages)
`  "

[patch net-next 0/2] netdevsim: allow to test reload failures
 2019-10-06  6:30 UTC  (3+ messages)
` [patch net-next 1/2] netdevsim: add couple of debugfs bools to debug devlink reload
` [patch net-next 2/2] selftests: test netdevsim reload forbid and fail

[Buildroot] [autobuild.buildroot.net] Daily results for 2019-10-05
 2019-10-06  6:17 UTC 

[PATCH] perf/core: fix corner case in perf_rotate_context()
 2019-10-06  6:09 UTC  (2+ messages)

Add Ingenic X1000 irqchip support
 2019-10-06  6:01 UTC  (5+ messages)
` Add process for more than one irq at the same time v5
  ` [PATCH 1/5 v5] irqchip: ingenic: Drop redundant irq_suspend / irq_resume functions

MMC: Ingenic: Add support for 8bit mode and LPM and JZ4760 Soc
 2019-10-06  5:58 UTC  (4+ messages)
` [PATCH 4/4] MMC: Ingenic: Add support for JZ4760 and support for LPM

[PATCH RFC rdma-core] verbs: custom parent-domain allocators
 2019-10-06  5:58 UTC 

[PATCH v3 bpf-next 0/3] Auto-generate list of BPF helpers
 2019-10-06  5:43 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/3] uapi/bpf: fix helper docs
` [PATCH v3 bpf-next 2/3] scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions
` [PATCH v3 bpf-next 3/3] libbpf: auto-generate list of "

[PATCH v2 0/5] drivers: add a new variant of devm_platform_ioremap_resource()
 2019-10-06  5: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.