All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-01-10 19:40:22 to 2020-01-10 20:56:52 UTC [more...]

[Buildroot] Kconfig warnings with GCC9
 2020-01-10 20:56 UTC  (2+ messages)

[RFC PATCH 0/9] ceph: add asynchronous create functionality
 2020-01-10 20:56 UTC  (4+ messages)
` [RFC PATCH 1/9] ceph: ensure we have a new cap before continuing in fill_inode
` [RFC PATCH 2/9] ceph: print name of xattr being set in set/getxattr dout message
` [RFC PATCH 3/9] ceph: close some holes in struct ceph_mds_request

[PATCH] x86/tools/relocs: Add _etext and __end_of_kernel_reserve to S_REL
 2020-01-10 20:56 UTC  (4+ messages)

[RFC PATCH v2 00/10] powerpc/32: switch VDSO to C implementation
 2020-01-10 20:56 UTC  (5+ messages)
` [RFC PATCH v2 01/10] lib: vdso: ensure all arches have 32bit fallback

+ y2038-hide-timeval-timespec-itimerval-itimerspec-types.patch added to -mm tree
 2020-01-10 20:56 UTC 

+ y2038-remove-unused-time32-interfaces.patch added to -mm tree
 2020-01-10 20:56 UTC 

+ y2038-remove-ktime-to-from-timespec-timeval-conversion.patch added to -mm tree
 2020-01-10 20:56 UTC 

[dpdk-dev] [PATCH] net/ixgbe: avoid multpile definitions of 'bool'
 2020-01-10 20:55 UTC  (13+ messages)
` [dpdk-dev] [PATCH v2 0/7] remove 'typedef int bool'
  ` [dpdk-dev] [PATCH v2 1/7] net/ixgbe: avoid multpile definitions of 'bool'
  ` [dpdk-dev] [PATCH v3 0/7] remove 'typedef int bool'
    ` [dpdk-dev] [PATCH v3 1/7] net/ixgbe: avoid multpile definitions of 'bool'
    ` [dpdk-dev] [PATCH v3 2/7] net/cxgbe: remove 'typedef int bool'
    ` [dpdk-dev] [PATCH v3 3/7] net/vmxnet3: "
    ` [dpdk-dev] [PATCH v3 4/7] net/bnx2x: "
    ` [dpdk-dev] [PATCH v3 5/7] net/e1000: "
    ` [dpdk-dev] [PATCH v3 6/7] net/fm10k: "
    ` [dpdk-dev] [PATCH v3 7/7] net/qede: "

[PATCH v2] mm/memory_hotplug: Fix remove_memory() lockdep splat
 2020-01-10 20:38 UTC 

+ zram-try-to-avoid-worst-case-scenario-on-same-element-pages-update.patch added to -mm tree
 2020-01-10 20:54 UTC 

[PATCH] samples/bpf: Add xdp_stat sample program
 2020-01-10 20:53 UTC  (2+ messages)

[PATCH] fpga: xilinx-pr-decoupler: Remove clk_get error message for probe defer
 2020-01-10 20:53 UTC  (4+ messages)

[PATCH] power: supply: olpc_battery: fix the power supply name
 2020-01-10 20:52 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Validation rotated vma bounds are within the object
 2020-01-10 20:51 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Validation rotated vma bounds are within the object (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH] hcidump: add support for time64 based libc
 2020-01-10 20:49 UTC 

+ mm-memory_hotplug-drop-valid_start-valid_end-from-test_pages_in_a_zone.patch added to -mm tree
 2020-01-10 20:47 UTC 

[PATCH v16 4/9] mm: Introduce Reported pages
 2020-01-10 20:44 UTC  (2+ messages)

[PATCH 0/6] Fix Exynos4210 DMA support
 2020-01-10 20:39 UTC  (7+ messages)
` [PATCH 1/6] dma/pl330: Convert to support tracing
` [PATCH 2/6] hw/arm/exynos4210: Fix DMA initialization
` [PATCH 3/6] hw/char/exynos4210_uart: Convert to support tracing
` [PATCH 4/6] hw/char/exynos4210_uart: Implement receive FIFO
` [PATCH 5/6] hw/char/exynos4210_uart: Add receive DMA support
` [PATCH 6/6] hw/arm/exynos4210: Connect serial port DMA busy signals with pl330

[PATCH linux dev-5.4] ARM: dts: aspeed: rainier: Add second cfam on the hub
 2020-01-10 20:40 UTC  (2+ messages)

[GIT PULL] mtd: Fixes for v5.5-rc6
 2020-01-10 20:38 UTC  (5+ messages)

[PATCH v3 1/6] libnvdimm/namespace: Make namespace size validation arch dependent
 2020-01-10 20:38 UTC  (2+ messages)

issues with fetching git repos from git.ti.com
 2020-01-10 20:38 UTC 

[PATCH v2] selinux: reorder hooks to make runtime disable less broken
 2020-01-10 20:38 UTC  (2+ messages)

[GIT PULL] io_uring fix for 5.5-rc
 2020-01-10 20:36 UTC  (5+ messages)

[PATCH v2 00/12] tracing: Add support for in-kernel dynamic event API
 2020-01-10 20:35 UTC  (13+ messages)
` [PATCH v2 01/12] tracing: Add trace_array_find() to find instance trace arrays
` [PATCH v2 02/12] tracing: Add get/put_event_file()
` [PATCH v2 03/12] tracing: Add delete_synth_event()
` [PATCH v2 04/12] tracing: Add dynamic event command creation interface
` [PATCH v2 05/12] tracing: Add synth_event_run_command()
` [PATCH v2 06/12] tracing: Add synthetic event command generation functions
` [PATCH v2 07/12] tracing: Add trace_synth_event() and related functions
` [PATCH v2 08/12] tracing: Add synth event generation test module
` [PATCH v2 09/12] tracing: Add trace_kprobe_run_command()
` [PATCH v2 10/12] tracing: Add kprobe event command generation functions
` [PATCH v2 11/12] tracing: Add kprobe event command generation test module
` [PATCH v2 12/12] tracing: Documentation for in-kernel synthetic event API

[obsolete] linux-next-fix-2.patch removed from -mm tree
 2020-01-10 20:35 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2020-01-10 20:34 UTC 

[Bridge] [RFC net-next Patch 0/3] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)
 2020-01-10 20:33 UTC  (15+ messages)
          `  "

[patch] futex.2: Fix a bug in the example
 2020-01-10 20:31 UTC  (2+ messages)

[PATCH v1 00/59] trivial unneeded labels cleanup
 2020-01-10 20:31 UTC  (3+ messages)

[PATCH 00/13] pinctrl: sh-pfc: checker: Various improvements
 2020-01-10 20:29 UTC  (3+ messages)

[drivers/net/phy/sfp] intermittent failure in state machine checks
 2020-01-10 20:27 UTC  (12+ messages)

[GIT PULL] Block fixes for 5.5-rc
 2020-01-10 20:25 UTC  (2+ messages)

[PATCH v6 00/11] error: auto propagated local_err part I
 2020-01-10 20:22 UTC  (19+ messages)
` [Xen-devel] "
` [PATCH v6 01/11] qapi/error: add (Error **errp) cleaning APIs
  ` [Xen-devel] "
` [PATCH v6 02/11] error: auto propagated local_err
  ` [Xen-devel] "
` [PATCH v6 03/11] scripts: add coccinelle script to use auto propagated errp
  ` [Xen-devel] "
` [PATCH v6 04/11] hw/sd/ssi-sd: fix error handling in ssi_sd_realize
` [PATCH v6 05/11] SD (Secure Card): introduce ERRP_AUTO_PROPAGATE
` [PATCH v6 06/11] pflash: "
` [PATCH v6 07/11] fw_cfg: "
` [PATCH v6 08/11] virtio-9p: "
` [PATCH v6 09/11] TPM: "
` [PATCH v6 10/11] nbd: "
` [PATCH v6 11/11] xen: "
  ` [Xen-devel] "

[Buildroot] [PATCH] {linux, linux-headers}: bump 4.{14, 19}.x / 5.4.x series
 2020-01-10 20:23 UTC 

[PATCH 0/2] LSM: Drop security_delete_hooks()
 2020-01-10 20:22 UTC  (5+ messages)
` [PATCH 1/2] selinux: treat atomic flags more carefully

Patchwork housekeeping for: linux-renesas-soc
 2020-01-10 20:20 UTC 

[PATCH] perf/x86/intel/uncore: Add PCI ID of IMC for Xeon E3 V5 Family
 2020-01-10 20:15 UTC 

[Xen-devel] [PATCH] Introduce CHANGELOG.md
 2020-01-10 20:18 UTC  (3+ messages)

[PATCH] fetch: emphasize failure during submodule fetch
 2020-01-10 20:18 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/rtl8821au: update site url to correct repository
 2020-01-10 20:18 UTC  (2+ messages)

[Buildroot] [PATCH] package/iputils: use relative symlink for ping6
 2020-01-10 20:18 UTC  (2+ messages)

[PATCH v2 0/2] Add IMX219 CMOS image sensor support
 2020-01-10 20:18 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: media: i2c: Add IMX219 CMOS sensor binding

[Buildroot] [git commit branch/2019.11.x] package/iputils: use relative symlink for ping6
 2020-01-10 20:17 UTC 

[Buildroot] [git commit branch/2019.02.x] package/rtl8821au: update site url to correct repository
 2020-01-10 20:17 UTC 

[Buildroot] [git commit branch/2019.11.x] package/rtl8821au: update site url to correct repository
 2020-01-10 20:17 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutex
 2020-01-10 20:16 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] Documentation,selinux: deprecate setting checkreqprot to 1
 2020-01-10 20:15 UTC  (2+ messages)

[PATCH] i915: ggtt: include asm/smp.h
 2020-01-10 20:15 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[RFC PATCH 0/8] Rework READ_ONCE() to improve codegen
 2020-01-10 20:14 UTC  (5+ messages)
` [RFC PATCH 7/8] locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macros

[ANNOUNCE] v5.4.10-rt5
 2020-01-10 20:14 UTC 

[PATCH] userdiff: add Julia to supported userdiff languages
 2020-01-10 20:14 UTC  (4+ messages)

[RFC PATCH V2 04/11] x86/xen: add system core suspend and resume callbacks
 2020-01-10 20:13 UTC  (2+ messages)

[Buildroot] [PATCH v2, 1/2] package/leveldb: disable benchmarks and tests
 2020-01-10 20:13 UTC  (3+ messages)
` [Buildroot] [PATCH v2, 2/2] package/leveldb: fix static build with -latomic

[PATCH 1/1] syscall.2: Update Feature Test Macro Requirements
 2020-01-10 20:13 UTC  (2+ messages)

About pci_ioremap_bar null dereference
 2020-01-10 20:12 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/leveldb: disable benchmarks and tests
 2020-01-10 20:12 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/6] drm/i915: Make a copy of the ggtt view for slave plane
 2020-01-10 20:12 UTC  (5+ messages)
` [Intel-gfx] [PATCH 3/6] drm/i915: Stop looking at plane->state in intel_prepare_plane_fb()
` [Intel-gfx] [PATCH 4/6] drm/i915: s/intel_state/state/ in intel_{prepare, cleanup}_plane_fb()

[PATCH] drm/amd/display: Fix compilation warnings on i386
 2020-01-10 20:12 UTC  (4+ messages)

[PATCH v2] dt-bindings: rcar-vin: Convert bindings to json-schema
 2020-01-10 20:11 UTC 

[Buildroot] [git commit branch/2019.11.x] package/leveldb: fix static build with -latomic
 2020-01-10 20:11 UTC 

[PATCH] drm/amdgpu/display: fix logic inversion in program_timing_sync()
 2020-01-10 20:11 UTC 

[Buildroot] [git commit branch/2019.11.x] package/leveldb: disable benchmarks and tests
 2020-01-10 20:11 UTC 

[Buildroot] [PATCH] package/lvm2: install udev rules
 2020-01-10 20:10 UTC  (2+ messages)

[PATCH v3 0/2] Add IMX219 CMOS image sensor support
 2020-01-10 20:09 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: media: i2c: Add IMX219 CMOS sensor binding
` [PATCH v3 2/2] media: i2c: Add driver for Sony IMX219 sensor

[Buildroot] [git commit branch/2019.02.x] package/lvm2: install udev rules
 2020-01-10 20:10 UTC 

stable-rc/linux-4.14.y boot: 45 boots: 3 failed, 35 passed with 7 untried/unknown (v4.14.163-48-gc277ad1cbef4)
 2020-01-10 20:10 UTC 

[PATCH kernel] vfio/spapr/nvlink2: Skip unpinning pages on error exit
 2020-01-10 16:03 UTC  (2+ messages)

[PATCH netdev v2 0/2] DP83822 and DP83TC811 Fixes
 2020-01-10 20:03 UTC  (3+ messages)
` [PATCH netdev v2 1/2] net: phy: DP83TC811: Fix typo in Kconfig
` [PATCH netdev v2 2/2] net: phy: DP83822: Update Kconfig with DP83825I support

[PATCH 00/21] Error handling fixes, may contain 4.2 material
 2020-01-10 20:06 UTC  (6+ messages)
` [PATCH 10/21] hw/core: Fix latent fit_load_fdt() error handling bug

[igt-dev] [PATCH i-g-t] test/i915_pm_rc6_residency: Check we enter RC6 when mostly idle
 2020-01-10 20:05 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[Buildroot] [git commit branch/2019.11.x] package/lvm2: install udev rules
 2020-01-10 20:05 UTC 

[Buildroot] [git commit branch/2019.02.x] package/docker-engine: fix hash of license file
 2020-01-10 20:04 UTC 

[Buildroot] [git commit branch/2019.11.x] package/docker-engine: fix hash of license file
 2020-01-10 20:04 UTC 

[Buildroot] [git commit branch/2019.11.x] package/docker-engine: security bump to 19.03.5
 2020-01-10 20:04 UTC 

[PATCH v2 0/3] Acceptance tests: boot Linux with KVM test
 2020-01-10 20:02 UTC  (4+ messages)
` [PATCH v2 1/3] tests/acceptance: avocado_qemu: Introduce the 'accel' test parameter

[Buildroot] [git commit branch/2019.02.x] package/libarchive: add upstream security fix for CVE-2019-19221
 2020-01-10 20:02 UTC 

[Buildroot] [PATCH] package/libarchive: security bump to version 3.4.1
 2020-01-10 20:01 UTC  (2+ messages)

[Virtio-fs] [PATCH] virtiofsd: Fix xattr operations
 2020-01-10 20:00 UTC  (3+ messages)

[PATCH v2 2/3] spi: Add HiSilicon v3xx SPI NOR flash controller driver
 2020-01-10 19:59 UTC  (4+ messages)
` Applied "spi: Add HiSilicon v3xx SPI NOR flash controller driver" to the spi tree

[PATCH v2 3/3] MAINTAINERS: Add a maintainer for the HiSilicon v3xx SFC driver
 2020-01-10 19:59 UTC  (4+ messages)
` Applied "MAINTAINERS: Add a maintainer for the HiSilicon v3xx SFC driver" to the spi tree

[PATCH] x86/nmi: remove the irqwork from long duration nmi handler
 2020-01-10 19:58 UTC  (5+ messages)

[PATCH 1/1] malloc.3: Remove duplicate _DEFAULT_SOURCE
 2020-01-10 19:58 UTC  (2+ messages)

[Qemu-devel] What should a virtual board emulate?
 2020-01-10 19:56 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t v3] tests/i915/gem_huc_copy: Enable a HuC copy test
 2020-01-10 19:54 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v4] "

[Buildroot] [git commit branch/2019.11.x] package/libarchive: security bump to version 3.4.1
 2020-01-10 19:54 UTC 

[Patch net] netfilter: fix a use-after-free in mtype_destroy()
 2020-01-10 19:53 UTC 

[Buildroot] dillo
 2020-01-10 19:53 UTC  (3+ messages)

[Buildroot] [PATCH v2] package/mender-grubenv: fix installation with genimage.sh script
 2020-01-10 19:53 UTC  (3+ messages)

[Buildroot] [git commit branch/2019.11.x] package/mender-grubenv: fix installation with genimage.sh script
 2020-01-10 19:52 UTC 

[PATCH 0/2] ACPICA version 20200110
 2020-01-10 19:31 UTC  (3+ messages)
` [PATCH 1/2] ACPICA: All acpica: Update copyrights to 2020 Including tool signons
` [PATCH 2/2] ACPICA: Update version to 20200110

[RFC PATCH] selinux: add policy capability for systemd overhaul
 2020-01-10 19:53 UTC  (7+ messages)

[PATCH 1/2] dts: add property removal option CONFIG_OF_REMOVE_PROPS
 2020-01-10 19:49 UTC  (4+ messages)

[Buildroot] [git commit branch/2019.02.x] {linux, linux-headers}: bump 4.19.x / 5.4.x series
 2020-01-10 19:49 UTC 

[Intel-gfx] [PATCH v2 0/4] Add ops to intel_uc
 2020-01-10 19:48 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 4/4] drm/i915/uc: Add sanitize to to intel_uc_ops

[PATCH v10 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
 2020-01-10 19:48 UTC  (4+ messages)
` [PATCH v10 05/10] test_firmware: add support for firmware_request_platform

[PATCH] btrfs: device stat, log when zeroed assist audit
 2020-01-10 19:47 UTC  (2+ messages)

[Buildroot] [git commit branch/2019.11.x] {linux, linux-headers}: bump 4.19.x / 5.4.x series
 2020-01-10 19:47 UTC 

linux-next: Tree for Dec 6 (objtool, lots in btrfs)
 2020-01-10 19:46 UTC  (11+ messages)

[Buildroot] [PATCH v1 1/4] package/runc: bump to 1.0.0-rc9
 2020-01-10 19:45 UTC  (11+ messages)
` [Buildroot] [PATCH v1 2/4] package/docker-containerd: bump to 1.2.11
` [Buildroot] [PATCH v1 3/4] package/docker-engine: bump to 19.03.5
` [Buildroot] [PATCH v1 4/4] package/docker-cli: "

[PATCH 0/4] TI DP8382x Phy support update
 2020-01-10 19:42 UTC  (5+ messages)

Kernel-managed IRQ affinity (cont)
 2020-01-10 19:43 UTC  (7+ messages)

Question about the pack OBJ_OFS_DELTA format
 2020-01-10 19:41 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/6] meson build improvements
 2020-01-10 19:40 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/6] kernel/linux/kni: fix meson warning about console keyword

[PATCH v13 00/25] LSM: Module stacking for AppArmor
 2020-01-10 19:40 UTC  (5+ messages)
  ` [PATCH v13 26/25] Audit: Multiple LSM support in audit rules


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.