All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-03 14:19:04 to 2020-02-03 15:02:18 UTC [more...]

[dpdk-dev] [PATCH] add ABI checks
 2020-02-03 14:46 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 4/4] "

[PATCH 1/1] media: si470x-i2c: Move free() past last use of 'radio'
 2020-02-03 15:02 UTC  (9+ messages)
` Patch "media: si470x-i2c: Move free() past last use of 'radio'" has been added to the 4.4-stable tree
` Patch "media: si470x-i2c: Move free() past last use of 'radio'" has been added to the 4.9-stable tree
` Patch "media: si470x-i2c: Move free() past last use of 'radio'" has been added to the 4.14-stable tree
` Patch "media: si470x-i2c: Move free() past last use of 'radio'" has been added to the 4.19-stable tree

[PATCH v3 00/17] testing/next (with build fixes, finally GREEN!)
 2020-02-03 15:00 UTC  (9+ messages)
` [PATCH v3 14/17] .travis.yml: introduce TEST_BUILD_CMD and use it for check-tcg
` [PATCH v3 15/17] .travis.yml: drop the travis_retry from tests
` [PATCH v3 17/17] .travis.yml: single thread build-tcg

[PATCH v13 00/10] VIRTIO-IOMMU device
 2020-02-03 14:59 UTC  (4+ messages)
` [PATCH v13 03/10] virtio-iommu: Implement attach/detach command

[PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models
 2020-02-03 14:59 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/gadgetfs-test: remove package
 2020-02-03 15:01 UTC  (2+ messages)

[PATCH v3] rdma-core/libibverbs: display gid type in ibv_devinfo
 2020-02-03 15:00 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915/display: Defer application of initial chv_phy_control
 2020-02-03 14:54 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2] "

About irq_create_affinity_masks() for a platform device driver
 2020-02-03 15:00 UTC  (6+ messages)

[GIT PULL] kgdb changes v5.6-rc1
 2020-02-03 15:00 UTC 

[hwmon:hwmon-playground 3/12] drivers/hwmon/pmbus/pmbus_core.c:174:18: warning: address of array 'data->info->phases' will always evaluate to 'true'
 2020-02-03 15:00 UTC 

[Bug 206393] New: amdgpu: garbled screen after resume
 2020-02-03 14:59 UTC  (2+ messages)
` [Bug 206393] "

[PATCH v8 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
 2020-02-03 14:59 UTC  (9+ messages)

[igt-dev] [PATCH i-g-t] lib/igt_kms: Move SDR/HDR main plane search to library
 2020-02-03 14:59 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH v14 3/7] drm/i915: Init obj state in intel_atomic_get_old/new_global_obj_state
 2020-02-03 14:50 UTC  (2+ messages)

[PULL 00/13] qtests, kconfig and misc patches
 2020-02-03 14:57 UTC  (6+ messages)

[Buildroot] [PATCH 1/5] package/refpolicy: remove dependency on policycoreutils
 2020-02-03 14:59 UTC  (4+ messages)
` [Buildroot] [PATCH 2/5] package/refpolicy: bump version to 2.20190609

[PATCH v3 2/3] mtd: spi-nor: add 4bit block protection support
 2020-02-03 14:58 UTC  (12+ messages)
              ` [SPAM] "
                `  "

[PATCH v2 0/4] SFH: Add Support for AMD Sensor Fusion Hub
 2020-02-03 14:58 UTC  (7+ messages)
` [PATCH v2 1/4] SFH: Add maintainer list and documentation for AMD SFH based on HID framework
` [PATCH v2 2/4] SFH: PCI driver to add support of AMD sensor fusion Hub using "
` [PATCH v2 3/4] SFH: Transport Driver to add support of AMD sensor fusion Hub (SFH)

[Buildroot] [git commit] package/gadgetfs-test: remove package
 2020-02-03 14:58 UTC 

[PATCH v2] sched: rt: Make RT capacity aware
 2020-02-03 14:57 UTC  (6+ messages)

[PATCH v3 00/20] target/arm: Implement PAN, ATS1E1, UAO
 2020-02-03 14:47 UTC  (21+ messages)
` [PATCH v3 01/20] target/arm: Add arm_mmu_idx_is_stage1_of_2
` [PATCH v3 02/20] target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabled
` [PATCH v3 03/20] target/arm: Add isar_feature tests for PAN + ATS1E1
` [PATCH v3 04/20] target/arm: Move LOR regdefs to file scope
` [PATCH v3 05/20] target/arm: Split out aarch32_cpsr_valid_mask
` [PATCH v3 06/20] target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_mask
` [PATCH v3 07/20] target/arm: Use aarch32_cpsr_valid_mask in helper_exception_return
` [PATCH v3 08/20] target/arm: Remove CPSR_RESERVED
` [PATCH v3 09/20] target/arm: Tidy msr_mask
` [PATCH v3 10/20] target/arm: Introduce aarch64_pstate_valid_mask
` [PATCH v3 11/20] target/arm: Update MSR access for PAN
` [PATCH v3 12/20] target/arm: Update arm_mmu_idx_el "
` [PATCH v3 13/20] target/arm: Enforce PAN semantics in get_S1prot
` [PATCH v3 14/20] target/arm: Set PAN bit as required on exception entry
` [PATCH v3 15/20] target/arm: Implement ATS1E1 system registers
` [PATCH v3 16/20] target/arm: Enable ARMv8.2-ATS1E1 in -cpu max
` [PATCH v3 17/20] target/arm: Add ID_AA64MMFR2_EL1
` [PATCH v3 18/20] target/arm: Update MSR access to UAO
` [PATCH v3 19/20] target/arm: Implement UAO semantics
` [PATCH v3 20/20] target/arm: Enable ARMv8.2-UAO in -cpu max

[PATCH 0/3] gpiolib: fix a regression introduced by gpio_do_set_config()
 2020-02-03 14:56 UTC  (4+ messages)

[Intel-gfx] [PATCH 01/12] drm/i915/gem: Require per-engine reset support for non-persistent contexts
 2020-02-03 14:54 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [01/12] "

[dpdk-dev] Minutes of Technical Board Meeting, 2020-01-15
 2020-02-03 14:53 UTC 

[Buildroot] [PATCH 1/1] set minimum cmake version to 3.10
 2020-02-03 14:52 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/waf: bump to version 2.0.19
 2020-02-03 14:52 UTC  (2+ messages)

Patch text in git-add patch mode lacks whitespace highlighting
 2020-02-03 14:51 UTC  (7+ messages)

[Buildroot] [PATCH] package/glibc/riscv32: update LICENSE file hash
 2020-02-03 14:50 UTC  (2+ messages)

[Buildroot] [git commit] package/glibc/riscv32: update LICENSE file hash
 2020-02-03 14:49 UTC 

[PATCH v1 0/2] mm/page_alloc: memmap_init_zone() cleanups
 2020-02-03 14:49 UTC  (3+ messages)

[Buildroot] [PATCH ] package/sdl2: SDL2 2.0.09 to Version 2.0.10
 2020-02-03 14:48 UTC 

[PATCH v1] erofs-utils: introduce exclude dirs and files
 2020-02-03 14:47 UTC  (2+ messages)

SELinux issue with 'keys-acl' patch in kernel.org's 'linux-next' tree
 2020-02-03 14:48 UTC  (9+ messages)
` SELinux: How to split permissions for keys?

[PATCH 0/5] scsi: ufs: ufs device as a temperature sensor
 2020-02-03 14:47 UTC  (4+ messages)

[PATCH 0/4] rockchip: rk3399: Fix HDMI out
 2020-02-03 14:47 UTC  (6+ messages)
` [PATCH 4/4] rockchip: Enable HDMI output on rk3399 board w/ HDMI

[tip:x86/urgent] BUILD SUCCESS 05bd330a7fd8875c423fc07d8ddcad73c10e556e
 2020-02-03 14:46 UTC 

[Intel-gfx] [PATCH] drm/i915/audio: Skip the cdclk modeset if no pipes attached
 2020-02-03 14:46 UTC  (3+ messages)

[PATCH v2,RESEND] MIPS: Scan the DMI system information
 2020-02-03 14:46 UTC  (2+ messages)

[PATCH 00/23][v2] Convert data reservations to the ticketing infrastructure
 2020-02-03 14:46 UTC  (7+ messages)
` [PATCH 09/23] btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
` [PATCH 14/23] btrfs: add btrfs_reserve_data_bytes and use it
` [PATCH 15/23] btrfs: use ticketing for data space reservations

[PATCH v3 1/2] Bluetooth: hci_qca: Enable clocks required for BT SOC
 2020-02-03 14:45 UTC  (4+ messages)
` [PATCH v3 2/2] dt-bindings: net: bluetooth: Add device tree bindings for QTI chip WCN3991

[PATCH v3 00/12] mm/gup: track FOLL_PIN pages
 2020-02-03 14:44 UTC  (11+ messages)
` [PATCH v3 02/12] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v3 05/12] mm/gup: pass gup flags to two more routines
` [PATCH v3 07/12] mm/gup: track FOLL_PIN pages
` [PATCH v3 08/12] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v3 09/12] mm: dump_page(): better diagnostics for huge pinned pages

[Xen-devel] [PATCH 0/4] AMD/IOMMU: Cleanup
 2020-02-03 14:43 UTC  (5+ messages)
` [Xen-devel] [PATCH 1/4] AMD/IOMMU: Move headers to be local
` [Xen-devel] [PATCH 2/4] AMD/IOMMU: Delete iommu_{get, set, clear}_bit() helpers
` [Xen-devel] [PATCH 3/4] AMD/IOMMU: Treat guest head/tail pointers as byte offsets
` [Xen-devel] [PATCH 4/4] AMD/IOMMU: Treat "

[dpdk-dev] [PATCH] examples/ip_reassembly: enable scatter mode for Mellanox PMDs
 2020-02-03 14:43 UTC  (3+ messages)

[RFCv2 00/37] KVM: s390: Add support for protected VMs
 2020-02-03 14:42 UTC  (4+ messages)

[PATCH v2 0/3] PCI: hv: Generify pci-hyperv.c
 2020-02-03 14:41 UTC  (7+ messages)
` [PATCH v2 3/3] PCI: hv: Introduce hv_msi_entry

[PATCH 0/4] Readdir fixes
 2020-02-03 14:41 UTC  (8+ messages)
` [PATCH 1/4] NFS: Fix memory leaks and corruption in readdir
  ` [PATCH 2/4] NFS: Directory page cache pages need to be locked when read
    ` [PATCH 3/4] NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()
      ` [PATCH 4/4] NFS: Switch readdir to using iterate_shared()

[PATCH] doc: add documentation for git log --no-follow
 2020-02-03 14:40 UTC  (2+ messages)
` [PATCH] index-pack: downgrade twice-resolved REF_DELTA to die()

REMINDER: wireless workshop at netdevconf 0x14, registration now open
 2020-02-03 14:40 UTC  (2+ messages)

[Xen-devel] [PATCH v6 00/11] More Hyper-V infrastructures
 2020-02-03 14:39 UTC  (6+ messages)
` [Xen-devel] [PATCH v6 04/11] x86/hypervisor: provide hypervisor_fixup_e820
` [Xen-devel] [PATCH v6 11/11] x86/hyperv: setup VP assist page

[qemu-web PATCH v2] Update the documentation links to point to our generated docs
 2020-02-03 14:39 UTC  (3+ messages)

[GIT PULL] Char/Misc driver fix for 5.6-rc1
 2020-02-03 14:39 UTC 

[net-next] seg6: add support for optional attributes during behavior construction
 2020-02-03 14:36 UTC 

[Buildroot] [PATCH 1/1] package/network-manager-openvpn: new package
 2020-02-03 14:38 UTC  (2+ messages)

[PATCH] dt-bindings: net: can: Convert M_CAN to json-schema
 2020-02-03 14:37 UTC  (4+ messages)

[Qemu-devel] [Bug 823733] [NEW] Soloaris can't be poweroff
 2020-02-03 13:56 UTC  (2+ messages)
` [Bug 823733] "

[igt-dev] [PATCH i-g-t] lib: Kill residual children at the end of a subtest
 2020-02-03 14:36 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for lib: Kill residual children at the end of a subtest (rev3)

[RFC] can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()
 2020-02-03 14:36 UTC  (5+ messages)

[Bug 206383] New: [drm] [amdgpu] [TTM] memory leak/out of memory
 2020-02-03 14:36 UTC  (2+ messages)
` [Bug 206383] "

[PATCH v2 00/32] sandbox: Move to SDL2
 2020-02-03 14:36 UTC  (33+ messages)
` [PATCH v2 01/32] sandbox: Sort the help options
` [PATCH v2 02/32] video: Support truetype fonts on a 32-bit display
` [PATCH v2 03/32] video: sandbox: Enable all colour depths
` [PATCH v2 04/32] mailbox: Rename free() to rfree()
` [PATCH v2 05/32] power-domain: "
` [PATCH v2 06/32] reset: "
` [PATCH v2 07/32] gpio: "
` [PATCH v2 08/32] clk: "
` [PATCH v2 09/32] dma: "
` [PATCH v2 10/32] mtd: "
` [PATCH v2 11/32] sandbox: Rename 'free' variable
` [PATCH v2 12/32] sandbox: Use a prefix for all allocation functions
` [PATCH v2 13/32] exports: Add the malloc.h header
` [PATCH v2 14/32] string: Allow arch override of strndup() also
` [PATCH v2 15/32] sandbox: Rename strdup() functions
` [PATCH v2 16/32] sandbox: Drop use of special os_malloc() where possible
` [PATCH v2 17/32] sandbox: Drop os_realloc()
` [PATCH v2 18/32] sandbox: Ensure that long-options array is terminated
` [PATCH v2 19/32] sandbox: Add a new header for the system malloc()
` [PATCH v2 20/32] sound: Add a new stop_play() method
` [PATCH v2 21/32] sandbox: sound: Handle errors better in sound_beep()
` [PATCH v2 22/32] sandbox: Add comments to the sdl struct
` [PATCH v2 23/32] sandbox: sdl: Improve error handling
` [PATCH v2 24/32] sandbox: sdl: Support waiting for audio to complete
` [PATCH v2 25/32] gitlab: Disable SDL when building sandbox
` [PATCH v2 26/32] sandbox: sdl: Move to use SDL2
` [PATCH v2 27/32] sandbox: sdl: Add an option to double the screen size
` [PATCH v2 28/32] sandbox: Support changing the LCD colour depth
` [PATCH v2 29/32] dm: core: Require users of devres to include the header
` [PATCH v2 30/32] dm: core: Create a new header file for 'compat' features
` [PATCH v2 31/32] dm: core: Drop the inclusion of linux/compat.h in dm.h
` [PATCH v2 32/32] sandbox: Complete migration away from os_malloc()

[PATCH v3 0/4] STM32 early console
 2020-02-03 14:35 UTC  (3+ messages)

[PATCH -v2 0/7] locking: Percpu-rwsem rewrite
 2020-02-03 14:33 UTC  (6+ messages)
` [PATCH -v2 5/7] locking/percpu-rwsem: Remove the embedded rwsem

[Xen-devel] [XEN PATCH v2 00/12] xen: Build system improvements
 2020-02-03 14:32 UTC  (10+ messages)
` [Xen-devel] [XEN PATCH v2 11/12] xen/build: introduce ccflags-y and CFLAGS_$@
` [Xen-devel] [XEN PATCH v2.1 13/12] Makefile: Fix install-tests
` [Xen-devel] [XEN PATCH v2.1 15/12] squash! xen/build: have the root Makefile generates the CFLAGS

[PATCH v5 0/6] clone3 & cgroups: allow spawning processes into cgroups
 2020-02-03 14:32 UTC  (6+ messages)
` [PATCH v5 5/6] clone3: "

[PATCH v2 00/14] target/arm: Implement PAN, ATS1E1, UAO
 2020-02-03 14:30 UTC  (3+ messages)
` [PATCH v2 07/14] target/arm: Enforce PAN semantics in get_S1prot

SOCK_WIFI_STATUS for control port over nl80211?
 2020-02-03 14:31 UTC  (2+ messages)

[PATCH] soc/tegra: fuse: Fix build with Tegra194 configuration
 2020-02-03 14:31 UTC  (2+ messages)

[Buildroot] [git commit] package/waf: bump to version 2.0.19
 2020-02-03 14:29 UTC 

[Xen-devel] [PATCH 0/8] Early cleanups and bug fixes in preparation for live update
 2020-02-03 14:28 UTC  (3+ messages)
` [Xen-devel] [PATCH 8/8] x86/setup: lift dom0 creation out into create_dom0() function

[Buildroot] [git commit] package/ninja: set minimum cmake version to 3.10
 2020-02-03 14:29 UTC 

[PATCH v2 0/3] gpio: intel_gpio: Fix Intel gpio driver
 2020-02-03 14:28 UTC  (6+ messages)
  ` Antwort: "

[Buildroot] [git commit] package/refpolicy: bump version to 2.20190609
 2020-02-03 14:28 UTC 

[Buildroot] [git commit] package/refpolicy: remove dependency on policycoreutils
 2020-02-03 14:28 UTC 

Race in xarray tagged iteration
 2020-02-03 14:09 UTC 

[Buildroot] [PATCH 00/32] add a huge bunch of license file hashes
 2020-02-03 14:27 UTC  (3+ messages)

[PATCH 1/3] watchdog: omap_wdt: Fix WDT timeout configuration
 2020-02-03 14:26 UTC  (6+ messages)
` [PATCH 2/3] watchdog: omap_wdt: Fix WDT reloading
` [PATCH 3/3] watchdog: omap_wdt: Fix WDT coding style

[Buildroot] [PATCH 1/1] package/openssh: improve init script
 2020-02-03 14:26 UTC  (4+ messages)

[PATCH] target/mips: Fix ll/sc after 7dd547e5ab6b31e7a0cfc182d3ad131dd55a948f
 2020-02-03 14:24 UTC  (3+ messages)
  ` [EXTERNAL]Re: "

[PATCH v2 00/27] Add support for OpenCAPI SCM devices
 2020-02-03 14:22 UTC  (7+ messages)
` [PATCH v2 13/27] nvdimm/ocxl: Add support for Admin commands
` [PATCH v2 14/27] nvdimm/ocxl: Add support for near storage commands

[dpdk-dev] [PATCH] common/mlx5: redefine Netlink include
 2020-02-03 14:24 UTC  (2+ messages)

[PATCH 1/2] x86: itss: Add a Kconfig option to enable/disable ITSS driver
 2020-02-03 14:23 UTC  (4+ messages)
` [PATCH 2/2] x86: apl: Include "

[PATCH 0/1] tests/acceptance: Count Raspberry Pi logos displayed on framebuffer
 2020-02-03 14:21 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] ARM: imx: limit errata selection to Cortex-A9 based designs
 2020-02-03 14:22 UTC  (3+ messages)

pci-usb/pci-sata broken with LPAE config after "reduce use of block bounce buffers"
 2020-02-03 14:21 UTC  (6+ messages)

Root FS damaged
 2020-02-03 14:20 UTC  (5+ messages)

[PATCH] azure: Move to vs2017-win2016 platform build host
 2020-02-03 14:20 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.