All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-07 19:14:59 to 2019-02-07 20:11:15 UTC [more...]

[PATCH 0/2] clk: meson: Add G12A AO Clock + Reset Controller
 2019-02-07 20:10 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: clk: add G12A AO Clock and Reset Bindings

[igt-dev] [PATCH i-g-t] DO NOT MERGE: CP in fast feedback list
 2019-02-07 20:10 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 1/4] drm/v3d: Update top-level kerneldoc for the addition of TFU
 2019-02-07 20:10 UTC  (5+ messages)
` [PATCH 2/4] drm/v3d: Add support for V3D v4.2
` [PATCH 3/4] drm/v3d: Don't change other values in V3D_CTL_MISCCFG
` [PATCH 4/4] drm/v3d: Make sure the GPU is on when measuring clocks

[PATCH v4 0/8] xfs: fix [f]inobt magic value verification
 2019-02-07 20:10 UTC  (8+ messages)
` [PATCH v4 6/8] xfs: use verifier magic field in dir2 leaf verifiers
  ` [PATCH v4.1] "
` [PATCH v4 7/8] xfs: miscellaneous verifier magic value fixups

[PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2019-02-07 20:08 UTC  (44+ messages)
` [PATCH-tip 04/22] locking/rwsem: Remove arch specific rwsem files
` [PATCH-tip 06/22] locking/rwsem: Rename kernel/locking/rwsem.h
` [PATCH-tip 09/22] locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macro
` [PATCH-tip 11/22] locking/rwsem: Implement a new locking scheme
` [PATCH-tip 13/22] locking/rwsem: Remove rwsem_wake() wakeup optimization
` [PATCH-tip 14/22] locking/rwsem: Add more rwsem owner access helpers
` [PATCH-tip 15/22] locking/rwsem: Merge owner into count on x86-64
` [PATCH-tip 16/22] locking/rwsem: Remove redundant computation of writer lock word
` [PATCH-tip 17/22] locking/rwsem: Recheck owner if it is not on cpu
` [PATCH-tip 18/22] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value
` [PATCH-tip 19/22] locking/rwsem: Enable readers spinning on writer
` [PATCH-tip 20/22] locking/rwsem: Enable count-based spinning on reader
` [PATCH-tip 21/22] locking/rwsem: Wake up all readers in wait queue
` [PATCH-tip 22/22] locking/rwsem: Ensure an RT task will not spin on reader

[PATCH v1 1/1] iommu/vt-d: Enable PRI only if the device enables PASID
 2019-02-07 20:08 UTC  (2+ messages)

[PATCH v1 0/2] Add page alignment check in Intel IOMMU
 2019-02-07 20:07 UTC  (3+ messages)
` [PATCH v1 1/2] PCI: ATS: Add function to check ATS page aligned request status

[PATCH 0/2] Initialize repo object in fuzz-commit-graph
 2019-02-07 20:05 UTC  (3+ messages)
` [PATCH 1/2] fuzz-commit-graph: initialize repo object
` [PATCH 2/2] object: fix leak of shallow_stat

[Qemu-devel] [PATCH 0/4] Trivial fixes for configure and Python scripts
 2019-02-07 20:05 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/4] configure: remove handling of "wav" audio driver
` [Qemu-devel] [PATCH 2/4] configure: fix qemu-img name
` [Qemu-devel] [PATCH 3/4] scripts/render_block_graph.py: add a missing import
` [Qemu-devel] [PATCH 4/4] tests/migration/guestperf/engine.py: remove unused import

[PATCH v2 0/3] Teach submodule set-branch subcommand
 2019-02-07 20:05 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] submodule--helper: teach config subcommand --unset

[PATCH v2] sched/wait: use freezable_schedule when possible
 2019-02-07 20:03 UTC 

[RFC PATCH 0/4] kvm: Report unused guest pages to host
 2019-02-07 20:02 UTC  (6+ messages)
` [RFC PATCH 3/4] kvm: Add guest side support for free memory hints

[RFC PATCH] perf, bpf: Retain kernel executable code in memory to aid Intel PT tracing
 2019-02-07 20:02 UTC  (2+ messages)

[PATCH v4 0/9] platform/chrome: rtc: Add support for Wilco EC
 2019-02-07 19:50 UTC  (3+ messages)
` [PATCH v4 4/9] platform/chrome: rtc: Add RTC driver

[PATCH v2] blktrace: Show requests without sector
 2019-02-07 19:57 UTC  (2+ messages)

[PATCH net-next] net: phy: let genphy_c45_read_link manage the devices to check
 2019-02-07 19:57 UTC  (2+ messages)

[PATCHSET v12] io_uring IO interface
 2019-02-07 19:55 UTC  (38+ messages)
` [PATCH 01/18] fs: add an iopoll method to struct file_operations
` [PATCH 02/18] block: wire up block device iopoll method
` [PATCH 03/18] block: add bio_set_polled() helper
` [PATCH 04/18] iomap: wire up the iopoll method
` [PATCH 05/18] Add io_uring IO interface
` [PATCH 06/18] io_uring: add fsync support
` [PATCH 07/18] io_uring: support for IO polling
` [PATCH 08/18] fs: add fget_many() and fput_many()
` [PATCH 09/18] io_uring: use fget/fput_many() for file references
` [PATCH 10/18] io_uring: batch io_kiocb allocation
` [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/18] io_uring: add file set registration
` [PATCH 14/18] io_uring: add submission polling
` [PATCH 15/18] io_uring: add io_kiocb ref count
` [PATCH 16/18] io_uring: add support for IORING_OP_POLL
` [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 18/18] io_uring: add io_uring_event cache hit information

[PATCH v3] mips: cm: reprime error cause
 2019-02-07 19:56 UTC  (2+ messages)

[PATCH] driver: platform: Add support for GpioInt() ACPI to platform_get_irq()
 2019-02-07 19:55 UTC  (5+ messages)

[linux-3.18 test] 132969: regressions - FAIL
 2019-02-07 19:54 UTC 

[Bug 108514] heavy screen flickering with Mobility Radeon X1600 and kernel version onwards 3.13
 2019-02-07 19:54 UTC  (5+ messages)
` [Bug 108514] heavy screen flickering with Mobility Radeon X1600 and kernel version 3.15rc2 onward

[PATCH bpf] bpf: only adjust gso_size on bytestream protocols
 2019-02-07 19:54 UTC 

[PATCH net-next 0/2] qed*: SmartAN query support
 2019-02-07 19:54 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu: Add helper to wait for a reservation using a sync object
 2019-02-07 19:54 UTC  (4+ messages)
  ` [PATCH 2/4] drm/amdgpu: Replace ttm_bo_wait with amdgpu_sync_wait_resv
  ` [PATCH 3/4] drm/amdgpu: Avoid setting off KFD eviction fences in amdgpu_vm
  ` [PATCH 4/4] drm/amdgpu: Simplify eviction fence handling

[PATCH] mips: loongson64: remove unreachable(), fix loongson_poweroff()
 2019-02-07 19:53 UTC  (2+ messages)

[PATCH] makedumpfile/arm64: Add support for ARMv8.2-LVA (52-bit user-space VA support)
 2019-02-07 19:52 UTC 

[RFC PATCH] PCI/portdrv: Support for subtractive decode bridge
 2019-02-07 19:52 UTC  (4+ messages)

[Qemu-devel] [PATCH v6 00/51] Support Kconfig in QEMU
 2019-02-07 19:50 UTC  (4+ messages)

[PATCH 1/8] drm/amdgpu: fix waiting for BO moves with CPU based PD/PT updates
 2019-02-07 19:50 UTC  (11+ messages)
` [PATCH 6/8] drm/amdgpu: allocate VM PDs/PTs on demand

[PATCH v3] log,diff-tree: add --combined-all-names option
 2019-02-07 19:50 UTC  (6+ messages)
` [PATCH v4] "

[ANNOUNCE] Git v2.21.0-rc0
 2019-02-07 19:50 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 1/3] kms_content_protection: modularizing the CP test steps
 2019-02-07 19:49 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 2/3] kms_content_protection: Test CP along with modeset
  ` [igt-dev] [PATCH i-g-t v3 "
` [igt-dev] [PATCH i-g-t 3/3] kms_content_protection: Confirm that LIC is passed
` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/3] kms_content_protection: modularizing the CP test steps (rev2)

Secure boot for BMC
 2019-02-07 18:39 UTC  (3+ messages)

[PATCH] i2c: aspeed: Add multi-master use case support
 2019-02-07 19:48 UTC  (4+ messages)

Baseline test plan and bootrr
 2019-02-07 19:49 UTC  (2+ messages)

[PATCH v11 00/42] drm/i915: Implement HDCP2.2
 2019-02-07 19:48 UTC  (4+ messages)
` [PATCH v11 08/42] drm/i915: MEI interface definition

[PATCH] rtc: imx-sc: add rtc set time support
 2019-02-07 19:46 UTC  (3+ messages)

[RFC/PATCH 0/5] DVFS in the OPP core
 2019-02-07 19:47 UTC  (3+ messages)

[U-Boot] Pull request: u-boot-spi/master
 2019-02-07 19:47 UTC 

Back Fill Position || Urgent Need Java Lead (Bellevue WA) 06+ Months
 2019-02-07 19:46 UTC 

[PATCH] MIPS: Workaround bugged BCM4704 & BCM5354 that crash with kmap_coherent()
 2019-02-07 19:42 UTC 

Mellanox roadmap for DPDK 19.05
 2019-02-07 19:41 UTC 

Possible minor bug in Git
 2019-02-07 19:41 UTC  (3+ messages)

[Qemu-devel] should we try to stop using variable length arrays?
 2019-02-07 19:39 UTC  (2+ messages)

btrfs as / filesystem in RAID1
 2019-02-07 19:39 UTC  (6+ messages)

GSoC 2019: Git's application submitted
 2019-02-07 19:39 UTC  (6+ messages)

[Patch v2 0/4] Protect against concurrent calls into UV BIOS
 2019-02-07 19:38 UTC  (5+ messages)
` [Patch v2 1/4] efi/x86: turn EFI runtime semaphore into a global lock

[PATCH 0/2] Lima DRM driver
 2019-02-07 19:38 UTC  (5+ messages)
` [PATCH 2/2] drm/lima: driver for ARM Mali4xx GPUs

[PATCH/RFC] driver core: Postpone DMA tear-down until after devres release
 2019-02-07 19:36 UTC  (2+ messages)

Rpmsg Char Driver
 2019-02-07 19:37 UTC  (3+ messages)

[PATCH] ci: make sure we build Git parallel
 2019-02-07 19:35 UTC  (4+ messages)

[PATCH] glibc-locale: Rewrite do_install using install utility instead of cp
 2019-02-07 19:34 UTC  (8+ messages)

[Qemu-devel] [PATCH v3 0/6] virtio-blk: add DISCARD and WRITE_ZEROES features
 2019-02-07 19:30 UTC  (3+ messages)

stmmac / meson8b-dwmac
 2019-02-07 19:30 UTC  (5+ messages)

[PATCH v4] sched/wake_q: Reduce reference counting for special users
 2019-02-07 19:30 UTC  (3+ messages)
` [tip:locking/core] "

[PATCH v2 bpf-next] tools/bpf: add missing strings.h include
 2019-02-07 19:29 UTC 

[PATCH] doc: prevent overflowing <code> tag in rendered HTML
 2019-02-07 19:29 UTC  (2+ messages)

[PATCH v2] maintainers: claim co-maintainership of LPM
 2019-02-07 19:28 UTC  (4+ messages)
` [PATCH v2] maintainers: claim maintainership of Toeplitz hash

[PATCH] drm/i915: Skip scanning for signalers if we are already inflight
 2019-02-07 19:28 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

Using Stale bot to clean up issues
 2019-02-07 19:26 UTC 

[PATCH -tip 0/2] more get_user_pages mmap_sem cleanups
 2019-02-07 19:25 UTC  (4+ messages)
` [PATCH 2/2] MIPS/c-r4k: do no use mmap_sem for gup_fast()

[PATCH v2 00/13] Enable/disable gamma/csc dynamically and fix C8
 2019-02-07 19:24 UTC  (4+ messages)
` [PATCH v2 06/13] drm/i915: Move LUT programming to happen after vblank waits

[PATCH bpf-next] tools/bpf: add missing strings.h include
 2019-02-07 19:23 UTC  (4+ messages)

[PATCH net-next] net: phy: don't double-read link status register if link is up
 2019-02-07 19:22 UTC 

[PATCH v2 bpf-next 0/2] tools/btf: extends libbpf APIs to work with btf w/o kernel
 2019-02-07 19:21 UTC  (6+ messages)
` [PATCH v2 bpf-next 2/2] btf: expose API to work with raw btf data

BUG - unable to handle null pointer, bisected - drm/amd/display: add gpio lock/unlock
 2019-02-07 19:21 UTC  (2+ messages)

[PATCH v2 0/9] driver core: Fix some device links issues and add "consumer autoprobe" flag
 2019-02-07 19:20 UTC  (4+ messages)
` [PATCH v2 4/9] driver core: Fix handling of runtime PM flags in device_link_add()

[PATCH V2] glibc-locale: Rewrite do_install using install utility instead of cp
 2019-02-07 19:21 UTC 

[Qemu-devel] [PULL 0/1] Dump patches
 2019-02-07 19:18 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/12] vhost-user-backend & vhost-user-input
 2019-02-07 19:18 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 05/12] Add vhost-user-backend

[PATCH net-next] net: vxlan: Free a leaked vetoed multicast rdst
 2019-02-07 19:18 UTC  (2+ messages)

[v5,2/2] usb: typec: ucsi: add firmware flashing support
 2019-02-07 19:18 UTC 

[v5,1/2] usb: typec: ucsi: add get_fw_info function
 2019-02-07 19:18 UTC 

[Qemu-devel] [PULL 00/20] NBD patches through 2019-01-14
 2019-02-07 19:17 UTC  (6+ messages)
` [Qemu-devel] [PULL 19/20] nbd: Merge nbd_export_bitmap into nbd_export_new

[PATCH v4] scsi/ata: Use unsigned int for cmd's type in ioctls in scsi_host_template
 2019-02-07 19:17 UTC  (3+ messages)
` [PATCH v5] "

[Bug 202511] New: amdgpu fails to load saying "Could not allocate 8192 bytes percpu data"
 2019-02-07 19:17 UTC  (2+ messages)
` [Bug 202511] "

[PATCH 4.4 00/34] 4.4.174-stable review
 2019-02-07 19:16 UTC  (4+ messages)

[RFC][Patch v8 0/7] KVM: Guest Free Page Hinting
 2019-02-07 19:14 UTC  (6+ messages)
` [RFC][Patch v8 4/7] KVM: Disabling page poisoning to prevent corruption


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.