All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-21 23:12:15 to 2020-04-22 00:53:36 UTC [more...]

[RFC PATCH 4/6] firmware: arm_sdei: use SMCCC v1.0 helper functions
 2020-04-22  0:53 UTC  (2+ messages)

[PATCH RFC 00/15] Add VFIO mediated device support and IMS support for the idxd driver
 2020-04-22  0:53 UTC  (18+ messages)
` [PATCH RFC 01/15] drivers/base: Introduce platform_msi_ops
` [PATCH RFC 02/15] drivers/base: Introduce a new platform-msi list
` [PATCH RFC 03/15] drivers/base: Allocate/free platform-msi interrupts by group
` [PATCH RFC 04/15] drivers/base: Add support for a new IMS irq domain
` [PATCH RFC 05/15] ims-msi: Add mask/unmask routines
` [PATCH RFC 06/15] ims-msi: Enable IMS interrupts
` [PATCH RFC 07/15] Documentation: Interrupt Message store
` [PATCH RFC 08/15] vfio/mdev: Add a member for iommu domain in mdev_device
` [PATCH RFC 09/15] vfio/type1: Save domain when attach domain to mdev
` [PATCH RFC 10/15] dmaengine: idxd: add config support for readonly devices
` [PATCH RFC 11/15] dmaengine: idxd: add IMS support in base driver
` [PATCH RFC 12/15] dmaengine: idxd: add device support functions in prep for mdev
` [PATCH RFC 13/15] dmaengine: idxd: add support for VFIO mediated device
` [PATCH RFC 14/15] dmaengine: idxd: add error notification from host driver to "
` [PATCH RFC 15/15] dmaengine: idxd: add ABI documentation for mediated device support

[PATCH AUTOSEL 5.6 001/129] drm/ttm: flush the fence on the bo after we individualize the reservation object
 2020-04-22  0:50 UTC  (4+ messages)
` [PATCH AUTOSEL 5.6 051/129] btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_root

[PATCH v2 0/2] Add a watchdog driver that uses ARM Secure Monitor Calls
 2020-04-22  0:40 UTC  (5+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915/gt: Prefer soft-rc6 over RPS DOWN_TIMEOUT
 2020-04-22  0:49 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: Trace RPS events
` [Intel-gfx] [PATCH 3/3] drm/i915/gt: Use the RPM config register to determine clk frequencies
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/gt: Prefer soft-rc6 over RPS DOWN_TIMEOUT

[PATCH 0/2] KVM: VMX: Tscdeadline timer emulation fastpath
 2020-04-22  0:48 UTC  (4+ messages)
` [PATCH 1/2] KVM: X86: TSCDEADLINE MSR "

[Linux-kernel-mentees] [PATCH v3] um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/
 2020-04-22  0:48 UTC  (2+ messages)
`  "

FAILED: patch "[PATCH] x86/Hyper-V: Report crash data in die() when panic_on_oops is" failed to apply to 4.19-stable tree
 2020-04-22  0:45 UTC  (2+ messages)

[PATCH 0/8] Support 64-bit U-Boot for Slim Bootloader
 2020-04-22  0:45 UTC  (9+ messages)
` [PATCH 1/8] x86: Add a new X86_RUN_64BIT_ONLY to Kconfig
` [PATCH 2/8] x86: start64: Add a hook at 64-bit entry
` [PATCH 3/8] x86: start64: Support HOB in 64-bit U-Boot
` [PATCH 4/8] x86: slimbootloader: Support 64-bit operation
` [PATCH 5/8] configs: slimbootloader: Add x86_64 slimbootloader config
` [PATCH 6/8] x86: Fix 64-bit compile warning
` [PATCH 7/8] x86: enable 64-bit kernel boot from 64-bit U-Boot
` [PATCH 8/8] doc: slimbootloader: Update 64-bit build instruction

FAILED: patch "[PATCH] x86/Hyper-V: Report crash register data when" failed to apply to 4.19-stable tree
 2020-04-22  0:45 UTC  (2+ messages)

[PATCH] platform/chrome: typec: Fix ret value check error
 2020-04-22  0:41 UTC 

FYI: "which" program is broken by default on centos-8
 2020-04-22  0:42 UTC 

[patch 00/15] x86/tlb: Unexport per-CPU tlbstate
 2020-04-22  0:42 UTC  (6+ messages)

[PATCHv4 00/13] dm-zoned: metadata version 2
 2020-04-22  0:42 UTC  (2+ messages)

[PATCH 00/10] Manually convert RCU text files to ReST format
 2020-04-22  0:42 UTC  (6+ messages)
` [PATCH 07/10] docs: RCU: RTFP: fix bibtex entries

linux-next: build failure after merge of the v4l-dvb tree
 2020-04-22  0:41 UTC 

[PATCH v12 0/5] arm/arm64: mediatek: Fix mt8173 mmsys device probing
 2020-04-22  0:40 UTC  (13+ messages)
` [PATCH v12 4/5] soc / drm: mediatek: Move routing control to mmsys device

[PATCH net-next] selftests: Add tests for vrf and xfrms
 2020-04-22  0:40 UTC 

FAILED: patch "[PATCH] x86/Hyper-V: Trigger crash enlightenment only once during" failed to apply to 4.19-stable tree
 2020-04-22  0:38 UTC  (2+ messages)

[PATCH 0/3] K210 support fixes
 2020-04-22  0:37 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix a couple of broken test_btf cases
 2020-04-22  0:37 UTC 

[PATCH 01/12] utils: fix compilation with C++98
 2020-04-22  0:37 UTC  (12+ messages)
` [PATCH 02/12] utils: remove extra commas
` [PATCH 03/12] utils: fix float equal warning
` [PATCH 04/12] utils: don't check unsigned for < 0
` [PATCH 05/12] utils: add copy assignment operator
` [PATCH 06/12] utils: add noreturn attribute and remove dead code
` [PATCH 07/12] utils: fix implicit double promotion
` [PATCH 08/12] utils: initialize variable
` [PATCH 09/12] utils: fix implicit float conversions
` [PATCH 10/12] utils: fix fallthrough warnings
` [PATCH 11/12] utils: fix double promotions
` [PATCH 12/12] utils: fix wrong format

[PATCH-v4] exfat: replace 'time_ms' with 'time_cs'
 2020-04-22  0:37 UTC  (2+ messages)

[Patch v2 1/3] mm/swapfile.c: found_free could be represented by (tmp < max)
 2020-04-22  0:36 UTC  (3+ messages)

FAILED: patch "[PATCH] x86/Hyper-V: Unload vmbus channel in hv panic callback" failed to apply to 4.19-stable tree
 2020-04-22  0:33 UTC  (2+ messages)

[PATCH v5 00/17] objtool: vmlinux.o and noinstr validation
 2020-04-22  0:33 UTC  (3+ messages)
` [PATCH v5 04/17] x86,ftrace: Fix ftrace_regs_caller() unwind

[dpdk-dev] time for compiling test_ring.c
 2020-04-22  0:32 UTC  (4+ messages)

[RFC] unixmon virtual device for unix sockets
 2020-04-22  0:29 UTC 

FAILED: patch "[PATCH] of: unittest: kmemleak in of_unittest_platform_populate()" failed to apply to 4.14-stable tree
 2020-04-22  0:25 UTC  (2+ messages)

stable-rc/linux-4.9.y boot: 36 boots: 0 failed, 33 passed with 3 untried/unknown (v4.9.219)
 2020-04-22  0:24 UTC 

[PATCH 1/2] dt-bindings: Fix command line length limit calling dt-mk-schema
 2020-04-22  0:22 UTC  (3+ messages)

[PATCH] intel-speed-select: Fix speed-select-base-freq-properties output on CLX-N
 2020-04-22  0:22 UTC  (2+ messages)

[PATCH hmm 0/5] Adjust hmm_range_fault() API
 2020-04-22  0:21 UTC  (9+ messages)
` [PATCH hmm 1/5] mm/hmm: make CONFIG_DEVICE_PRIVATE into a select
` [PATCH hmm 2/5] mm/hmm: make hmm_range_fault return 0 or -1
` [PATCH hmm 3/5] drm/amdgpu: remove dead code after hmm_range_fault()
` [PATCH hmm 4/5] mm/hmm: remove HMM_PFN_SPECIAL
` [PATCH hmm 5/5] mm/hmm: remove the customizable pfn format from hmm_range_fault

[PATCH v3] boost: revert 1.72.0 regression
 2020-04-22  0:19 UTC 

[PATCH] scsi: storvsc: Fix a panic in the hibernation procedure
 2020-04-22  0:17 UTC 

FAILED: patch "[PATCH] xsk: Add missing check on user supplied headroom size" failed to apply to 4.19-stable tree
 2020-04-22  0:17 UTC  (2+ messages)

[PATCH 1/2] kvm: nVMX: Pending debug exceptions trump expired VMX-preemption timer
 2020-04-22  0:16 UTC  (11+ messages)
` [PATCH 2/2] kvm: nVMX: Single-step traps "

[PATCH v2] mremap.2: Add information for MREMAP_DONTUNMAP
 2020-04-22  0:15 UTC  (4+ messages)

[PATCH v5 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-04-22  0:14 UTC  (22+ messages)
` [PATCH v5 01/10] mmap locking API: initial implementation as rwsem wrappers
` [PATCH v5 02/10] MMU notifier: use the new mmap locking API
` [PATCH v5 03/10] DMA reservations: "
` [PATCH v5 04/10] mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
` [PATCH v5 05/10] mmap locking API: convert mmap_sem call sites missed by coccinelle
` [PATCH v5 06/10] mmap locking API: convert nested write lock sites
` [PATCH v5 07/10] mmap locking API: add mmap_read_trylock_non_owner()
` [PATCH v5 08/10] mmap locking API: add MMAP_LOCK_INITIALIZER
` [PATCH v5 09/10] mmap locking API: add mmap_assert_locked
` [PATCH v5 10/10] mmap locking API: rename mmap_sem to mmap_lock

[PATCH v3 0/4] gitfaq: add issues in the 'Common Issues' section
 2020-04-22  0:13 UTC  (4+ messages)
` [PATCH v3 3/4] gitfaq: shallow cloning a repository

[peterz-queue:master 9/15] /bin/bash: line 1: 2226 Segmentation fault ./tools/objtool/objtool orc generate --no-fp --retpoline --uaccess arch/x86/entry/entry_64.o
 2020-04-22  0:07 UTC 

[RFC PATCH v5 00/16] Add Intel Ethernet Protocol Driver for RDMA (irdma)
 2020-04-22  0:06 UTC  (7+ messages)
` [RFC PATCH v5 12/16] RDMA/irdma: Add miscellaneous utility definitions

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 102 warnings (v4.14.176-167-gef12a8a0e717)
 2020-04-22  0:06 UTC 

[PATCH v6 0/6] Support NVIDIA Tegra-based Acer A500 and Nexus 7 devices
 2020-04-21 23:59 UTC  (13+ messages)
` [PATCH v6 1/6] ARM: tegra: Add device-tree for Acer Iconia Tab A500
` [PATCH v6 2/6] ARM: tegra: Add device-tree for ASUS Google Nexus 7
` [PATCH v6 3/6] dt-bindings: Add vendor prefix for Acer Inc
` [PATCH v6 4/6] dt-bindings: ARM: tegra: Add Acer Iconia Tab A500
` [PATCH v6 5/6] dt-bindings: ARM: tegra: Add ASUS Google Nexus 7
` [PATCH v6 6/6] ARM: tegra_defconfig: Enable options useful for Nexus 7 and Acer A500

[PATCH v5 0/6] driver core: Improve and cleanup driver_deferred_probe_check_state()
 2020-04-21 23:59 UTC  (2+ messages)

kernel/trace/trace_boot.o: warning: objtool: __llvm_gcov_init()+0x0: call without frame pointer save/setup
 2020-04-21 23:58 UTC 

[linux-5.4 test] 149709: regressions - FAIL
 2020-04-21 23:57 UTC 

FAILED: patch "[PATCH] rbd: call rbd_dev_unprobe() after unwatching and flushing" failed to apply to 5.4-stable tree
 2020-04-21 23:56 UTC  (2+ messages)

[meta-oe][PATCH] icewm: upgrade 1.5.5 -> 1.6.5
 2020-04-21 23:52 UTC 

[PATCH 0/3] objtool: add support for >64k sections
 2020-04-21 23:52 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] objtool: optimize add_dead_ends for split sections

FAILED: patch "[PATCH] rbd: avoid a deadlock on header_rwsem when flushing notifies" failed to apply to 5.4-stable tree
 2020-04-21 23:50 UTC  (2+ messages)

[PATCH net] vrf: Fix IPv6 with qdisc and xfrm
 2020-04-21 23:48 UTC 

[Intel-wired-lan] [PATCH 0/4] igc: Fixes for VLAN priority filtering code
 2020-04-21 23:48 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH 2/4] igc: Dump VLANPQF register
` [Intel-wired-lan] [PATCH 3/4] igc: Return -EOPNOTSUPP when VLAN mask doesn't match
` [Intel-wired-lan] [PATCH 4/4] igc: Refactor VLAN priority filtering code

[PATCH] xen/arm: Avoid to open-code the relinquish state machine
 2020-04-21 23:47 UTC  (2+ messages)

[PATCH v2 00/15] btrfs: read repair/direct I/O improvements
 2020-04-21 23:46 UTC  (7+ messages)
` [PATCH v2 12/15] btrfs: get rid of one layer of bios in direct I/O
` [PATCH v2 15/15] btrfs: unify buffered and direct I/O read repair

general protection fault in go7007_usb_probe
 2020-04-21 23:45 UTC  (2+ messages)

[PATCH] genirq/msi: Check null pointer before copying struct msi_msg
 2020-04-21 23:44 UTC  (7+ messages)

[PATCH] drm/amdkfd: Track GPU memory utilization per process
 2020-04-21 23:43 UTC  (2+ messages)

Clarification of pthread_cleanup_push() needed
 2020-04-21 23:43 UTC  (6+ messages)

[PATCH v4 0/5] media: Register read-only sub-dev devnode
 2020-04-21 23:42 UTC  (4+ messages)
` [PATCH v4 4/5] v4l2-subdev: add VIDIOC_SUBDEV_QUERYCAP ioctl

[PATCH v2 1/9] drm/msm: add msm_gem_get_and_pin_iova_range
 2020-04-21 23:41 UTC  (9+ messages)
` [PATCH v2 2/9] drm/msm: add internal MSM_BO_MAP_PRIV flag
` [PATCH v2 3/9] drm/msm/a6xx: use msm_gem for GMU memory objects
` [PATCH v2 4/9] drm/msm/a6xx: add A640/A650 to gpulist
` [PATCH v2 5/9] drm/msm/a6xx: HFI v2 for A640 and A650
` [PATCH v2 6/9] drm/msm/a6xx: A640/A650 GMU firmware path
` [PATCH v2 7/9] drm/msm/a6xx: update pdc/rscc GMU registers for A640/A650
` [PATCH v2 8/9] drm/msm/a6xx: enable GMU log
` [PATCH v2 9/9] drm/msm/a6xx: update a6xx_hw_init for A640 and A650

[PATCH 2/2] usb: dwc3: gadget: restart the transfer if a isoc request is queued too late
 2020-04-21 23:41 UTC  (10+ messages)

stable-rc/linux-4.19.y boot: 47 boots: 1 failed, 43 passed with 3 untried/unknown (v4.19.117)
 2020-04-21 23:38 UTC 

[PATCH v2 0/2] powerpc/eeh: Release EEH device state synchronously
 2020-04-21 23:33 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc/eeh: fix pseries_eeh_configure_bridge()

[dpdk-dev] [PATCH v2 00/10] eal: Windows basic memory management
 2020-04-21 23:36 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 00/10] "
  ` [dpdk-dev] [PATCH v3 06/10] eal: introduce memory management wrappers

[xen-unstable-smoke test] 149724: tolerable all pass - PUSHED
 2020-04-21 23:31 UTC 

[PATCH v6 0/4] Config mipi tx current and impedance
 2020-04-21 23:31 UTC  (5+ messages)

[Intel-gfx] [PATCH v2 0/8] drm/i915: pfit/scaler rework prep stuff
 2020-04-21 23:32 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 4/8] drm/i915: Flatten a bunch of the pfit functions

[PATCH] xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit comments
 2020-04-21 23:29 UTC 

[PATCHv6 0/4] n_gsm serdev support and protocol driver for droid4 modem
 2020-04-21 23:27 UTC  (5+ messages)
` [PATCH 1/4] tty: n_gsm: Add support for serdev drivers
` [PATCH 2/4] serdev: ngsm-motmdm: Add Motorola TS 27.010 serdev modem driver for droid4
` [PATCH 3/4] dt-bindings: serdev: motmdm: Add binding for motorola-mdm
` [PATCH 4/4] ARM: dts: omap4-droid4: Enable basic modem support

[PATCH] pvcalls: Document explicitly the padding for all arches
 2020-04-21 23:27 UTC  (5+ messages)

[net-next 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2020-04-17
 2020-04-21 23:27 UTC  (6+ messages)
` [net-next 1/9] Implementation of Virtual Bus

[net-next v2 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2020-04-20
 2020-04-21 23:27 UTC  (10+ messages)
` [net-next v2 1/9] Implementation of Virtual Bus

[Bug 206021] New: AMDGPU/DC: freesync disabled on the monitor side after the monitor sleeps and resumes
 2020-04-21 23:26 UTC  (2+ messages)
` [Bug 206021] "

RE
 2020-04-21 23:18 UTC 

[PATCH V9 00/11] XFS - Enable per-file/per-directory DAX operations V9
 2020-04-21 23:24 UTC  (7+ messages)
` [PATCH V9 10/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()

[PATCH 11/11] Nokia RX-51: Add automated test for running RX-51 build in qemu
 2020-04-21 23:24 UTC  (11+ messages)

Call for Gardening Tasks
 2020-04-21 23:18 UTC  (2+ messages)

[Bug 207367] New: Accraid / aptec / Microsemi / ext4 / larger then 16TB
 2020-04-21 23:15 UTC  (9+ messages)
` [Bug 207367] "

Have live session and rotation together
 2020-04-21 23:15 UTC  (4+ messages)

stable-rc/linux-4.9.y build: 197 builds: 1 failed, 196 passed (v4.9.219-101-g446e04a0359b)
 2020-04-21 23:14 UTC 

[Bug 207331] New: commit "drm/amdgpu: fix gfx hang during suspend with video playback" breaks reboot/shutdown
 2020-04-21 23:14 UTC  (2+ messages)
` [Bug 207331] "

[PATCH] arm64: dts: fast models: Fix FVP video RAM size
 2020-04-21 23:14 UTC 


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.