messages from 2016-12-22 08:07:37 to 2016-12-22 09:26:19 UTC [more...]
[PATCH RESEND 0/2] kbuild: dead code elimination: ftrace fixes
2016-12-22 9:15 UTC (3+ messages)
[Qemu-devel] [PULL v1 0/7] Merge qcrypto 2016/12/21
2016-12-22 9:26 UTC (4+ messages)
` [Qemu-devel] [PULL v1 3/7] crypto: add HMAC algorithms framework
[Buildroot] [PATCH 1/1] package/apache: security bump version to 2.4.25
2016-12-22 9:25 UTC (2+ messages)
[PATCH] tools/btgatt-client: Fixed register-notify prompt
2016-12-22 9:25 UTC
[PATCH 1/2] kasan: drain quarantine of memcg slab objects
2016-12-22 8:56 UTC (6+ messages)
` [PATCH 2/2] kasan: add memcg kmem_cache test
[PATCH v2 00/10] qla2xxx: Bug fixes for driver
2016-12-22 9:25 UTC (2+ messages)
[PATCH 0/1] Fix a long-standing isatty() problem on Windows
2016-12-22 9:23 UTC (11+ messages)
` [PATCH 1/1] mingw: intercept isatty() to handle /dev/null as Git expects it
` [PATCH] winansi_isatty(): fix when Git is used from CMD
[PATCH] scsi: qedi: return via va_end to match corresponding va_start
2016-12-22 8:51 UTC (2+ messages)
[PATCH] xfs_quota: Fix test for wrapped id from GETNEXTQUOTA
2016-12-22 9:22 UTC (2+ messages)
[U-Boot] [PATCH 0/3] dm: goni: support the DM PMIC
2016-12-22 9:22 UTC (4+ messages)
[PATCH 00/18] net/ixgbe: Consistent filter API
2016-12-22 9:19 UTC (4+ messages)
` [PATCH 15/18] net/ixgbe: parse flow director filter
[PATCH] mtd-utils: Add configure switches to disable jffsX or ubifs tools
2016-12-22 9:19 UTC (2+ messages)
[U-Boot] [PATCH V2 1/3] usb: ehci-mx6: implement ofdata_to_platdata
2016-12-22 9:19 UTC (5+ messages)
` [U-Boot] [PATCH V2 2/3] usb: ehci-mx6: handle vbus-supply
` [U-Boot] [PATCH V2 3/3] imx: mx6sllevk: add usb support
[PATCH] platform: Print the resource range if device failed to claim
2016-12-22 9:18 UTC (3+ messages)
[PATCH 1/1] spi: dw: Make debugfs name unique between instances
2016-12-22 9:18 UTC
[PATCH] drm/i915/gen9+: Rely on VBT DDI port info for eDP detection
2016-12-22 9:12 UTC (3+ messages)
` [PATCH v2] drm/i915/ddi: "
(unknown),
2016-12-22 9:16 UTC
Possible race condition between DIS and HoG
2016-12-22 9:15 UTC (2+ messages)
drm_mm fixes, take 4?
2016-12-22 9:15 UTC (40+ messages)
` [PATCH v4 01/38] drm/i915: Use the MRU stack search after evicting
` [PATCH v4 02/38] drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm
` [PATCH v4 03/38] drm: Compile time enabling for asserts in drm_mm
` [PATCH v4 04/38] lib: Add a simple prime number generator
` [PATCH v4 05/38] drm: Add a simple generator of random permutations
` [PATCH v4 06/38] drm: Add some kselftests for the DRM range manager (struct drm_mm)
` [PATCH v4 07/38] drm: kselftest for drm_mm_init()
` [PATCH v4 08/38] drm: kselftest for drm_mm_debug()
` [PATCH v4 09/38] drm: kselftest for drm_mm_reserve_node()
` [PATCH v4 10/38] drm: kselftest for drm_mm_insert_node()
` [PATCH v4 11/38] drm: kselftest for drm_mm_replace_node()
` [PATCH v4 12/38] drm: kselftest for drm_mm_insert_node_in_range()
` [PATCH v4 13/38] drm: kselftest for drm_mm and alignment
` [PATCH v4 14/38] drm: kselftest for drm_mm and eviction
` [PATCH v4 15/38] drm: kselftest for drm_mm and range restricted eviction
` [PATCH v4 16/38] drm: kselftest for drm_mm and top-down allocation
` [PATCH v4 17/38] drm: kselftest for drm_mm and color adjustment
` [PATCH v4 18/38] drm: kselftest for drm_mm and color eviction
` [PATCH v4 19/38] drm: kselftest for drm_mm and restricted "
` [PATCH v4 20/38] drm/i915: Build DRM range manager selftests for CI
` [PATCH v4 21/38] drm: Promote drm_mm alignment to u64
` [PATCH v4 22/38] drm: Fix kerneldoc for drm_mm_scan_remove_block()
` [PATCH v4 23/38] drm: Detect overflow in drm_mm_reserve_node()
` [PATCH v4 24/38] drm: Simplify drm_mm_clean()
` [PATCH v4 25/38] drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()
` [PATCH v4 26/38] drm: Extract struct drm_mm_scan from struct drm_mm
` [PATCH v4 27/38] drm: Rename prev_node to hole in drm_mm_scan_add_block()
` [PATCH v4 28/38] drm: Unconditionally do the range check "
` [PATCH v4 29/38] drm: Fix application of color vs range restriction when scanning drm_mm
` [PATCH v4 30/38] drm: Compute tight evictions for drm_mm_scan
` [PATCH v4 31/38] drm: Optimise power-of-two alignments in drm_mm_scan_add_block()
` [PATCH v4 32/38] drm: Simplify drm_mm scan-list manipulation
` [PATCH v4 33/38] drm: Apply tight eviction scanning to color_adjust
` [PATCH v4 34/38] drm: Wrap drm_mm_node.hole_follows
` [PATCH v4 35/38] drm: Apply range restriction after color adjustment when allocation
` [PATCH v4 36/38] drm: Use drm_mm_insert_node_in_range_generic() for everyone
` [PATCH v4 37/38] drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
` [PATCH v4 38/38] drm: kselftest for drm_mm and bottom-up allocation
` ✗ Fi.CI.BAT: warning for series starting with [v4,01/38] drm/i915: Use the MRU stack search after evicting
[PATCH 0/22] fsnotify: Avoid SRCU stalls with fanotify permission events
2016-12-22 9:15 UTC (23+ messages)
` [PATCH 01/22] fsnotify: Remove unnecessary tests when showing fdinfo
` [PATCH 02/22] inotify: Remove inode pointers from debug messages
` [PATCH 03/22] fanotify: Move recalculation of inode / vfsmount mask under mark_mutex
` [PATCH 04/22] fsnotify: Remove fsnotify_duplicate_mark()
` [PATCH 05/22] audit: Fix sleep in atomic
` [PATCH 06/22] audit: Abstract hash key handling
` [PATCH 07/22] fsnotify: Update comments
` [PATCH 08/22] fsnotify: Attach marks to object via dedicated head structure
` [PATCH 09/22] inotify: Do not drop mark reference under idr_lock
` [PATCH 10/22] fsnotify: Detach mark from object list when last reference is dropped
` [PATCH 11/22] fsnotify: Remove special handling of mark destruction on group shutdown
` [PATCH 12/22] fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()
` [PATCH 13/22] fsnotify: Provide framework for dropping SRCU lock in ->handle_event
` [PATCH 14/22] fsnotify: Pass SRCU index into handle_event handler
` [PATCH 15/22] fanotify: Release SRCU lock when waiting for userspace response
` [PATCH 16/22] fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
` [PATCH 17/22] fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
` [PATCH 18/22] fsnotify: Inline fsnotify_clear_{inode|vfsmount|_mark_group()
` [PATCH 19/22] fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
` [PATCH 20/22] fsnotify: Drop inode_mark.c
` [PATCH 21/22] fsnotify: Add group pointer in fsnotify_init_mark()
` [PATCH 22/22] fsnotify: Move ->free_mark callback to fsnotify_ops
[PATCH V3 0/2] mm/memblock.c: fix potential bug and code refine
2016-12-22 9:15 UTC (7+ messages)
` [PATCH V3 1/2] mm/memblock.c: trivial code refine in memblock_is_region_memory()
` [PATCH 2/2] mm/memblock.c: check return value of memblock_reserve() in memblock_virt_alloc_internal()
PROBLEM:
2016-12-22 9:07 UTC
[PATCH 1/2] drm: Wrap the check for atomic_commit implementation
2016-12-22 9:14 UTC (6+ messages)
` [PATCH v2 "
` [Intel-gfx] "
[PATCH] To make yocto-spdx support spdx2.0 SPEC
2016-12-22 9:07 UTC (3+ messages)
` [PATCH] Made spdx support SPDX2.0 SPEC Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
[PATCH v11 0/5] Enabling Ring 3 MONITOR/MWAIT feature for Knights Landing
2016-12-22 9:10 UTC (4+ messages)
` [PATCH v11 1/5] x86/msr: add MSR_MISC_FEATURE_ENABLES and RING3MWAIT bit
[PATCH iproute2 0/2] Fix the usage of TC tunnel key
2016-12-22 8:14 UTC (3+ messages)
` [PATCH iproute2 1/2] tc/cls_flower: Add to the usage encapsulation dest UDP port
` [PATCH iproute2 2/2] tc/m_tunnel_key: "
[PATCH v4 1/2] mmc: API for accessing host supported maximum segment count and size
2016-12-22 9:09 UTC (3+ messages)
[RFC PATCH] ACPI/PCI: Fix bus range comparation in pci_mcfg_lookup
2016-12-22 9:07 UTC (2+ messages)
[PATCH] dm bufio: use rb_entry()
2016-12-22 9:07 UTC (4+ messages)
` [PATCH] xen/evtchn: "
[PATCH v1] security: Add a new hook: inode_touch_atime
2016-12-22 9:06 UTC (7+ messages)
[PATCH v2] xen/setup: Don't relocate p2m over existing one
2016-12-22 9:06 UTC (2+ messages)
[PATCH 1/1] drm/amdgpu/gfx8: add support kernel interface queue(KIQ)
2016-12-22 9:06 UTC (5+ messages)
How bad is KVM_EXIT_INTERNAL_ERROR?
2016-12-22 9:05 UTC (6+ messages)
[U-Boot] [PATCH 1/3] usb: ehci-mx6: implement ofdata_to_platdata
2016-12-22 9:04 UTC (14+ messages)
` [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support
HoG uHID device not destroyed on disconnect
2016-12-22 9:03 UTC (2+ messages)
[PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c
2016-12-22 9:01 UTC (3+ messages)
[xen-unstable test] 103788: regressions - trouble: broken/fail/pass
2016-12-22 9:01 UTC
[Buildroot] [git commit] package/apache: security bump version to 2.4.25
2016-12-22 9:01 UTC
dm-crypt optimization
2016-12-22 8:59 UTC (4+ messages)
[PATCH] use multiple processes to dump signatures
2016-12-22 8:59 UTC (2+ messages)
[meta-oe][PATCH] cryptsetup: Add kernel-module-xts to RRECOMMENDS
2016-12-22 8:58 UTC (2+ messages)
[PATCH v3] Fix building xfsprogs on 32-bit platforms
2016-12-22 8:58 UTC (3+ messages)
[PATCH 00/10] power: supply: bq275xx: implement individual chip revision support
2016-12-22 8:57 UTC (3+ messages)
` [PATCH 09/10] power: supplies: bq275xx: adds specific support for bq27520-g4 revision
XFS_IOC_FSEMAP requirements
2016-12-22 8:57 UTC (3+ messages)
[RFC PATCH v2] IV Generation algorithms for dm-crypt
2016-12-22 8:55 UTC (4+ messages)
` [RFC PATCH v2] crypto: Add IV generation algorithms
[PATCH 1/2] drm/dp: move hw_mutex up the call stack
2016-12-22 8:54 UTC (6+ messages)
` [PATCH 2/2] drm/dp: add DPCD/AUX logging
[xen-4.7-testing test] 103790: regressions - trouble: broken/fail/pass
2016-12-22 8:53 UTC
Help about MSI support in PCI Express Bus support driver
2016-12-22 8:51 UTC
[PATCH v3] drm/i915: Check HAS_PCH_NOP when install or reset dispaly IRQ
2016-12-22 8:52 UTC (8+ messages)
[PATCH 0/2] build: minor adjustment
2016-12-22 8:51 UTC (3+ messages)
` [PATCH 1/2] build: move debug_symbols to tools/Rules.mk
[PATCH] mtd: nand_mxs: fix NAND error when change clk rate
2016-12-22 8:50 UTC (3+ messages)
[PATCH v3 1/2] drm: Wrap the check for atomic_commit implementation
2016-12-22 8:50 UTC (2+ messages)
` [PATCH v3 2/2] drm: Get atomic property value even if DRIVER_ATOMIC is not set
[PATCH v2 3/3] dt-bindings: ata: ahci_tegra: Add tegra210 AHCI
2016-12-22 8:50 UTC (4+ messages)
` [v2,3/3] "
[PATCH 0/2] More fixes for lto option
2016-12-22 8:49 UTC (5+ messages)
` [PATCH 1/2] config/StdGNU.mk: use CONFIG_LTO
` [PATCH 2/2] INSTALL: remove stale lto build instruction
[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
2016-12-22 8:45 UTC (4+ messages)
` [RFC PATCH v1 30/30] fs: convert i_version counter over to an atomic64_t
[meta-oe] [PATCH v2] add php 7.1.0
2016-12-22 8:45 UTC (2+ messages)
Perf hotplug lockup in v4.9-rc8
2016-12-22 8:45 UTC (7+ messages)
[PATCH v3 00/12] locking/ww_mutex: Keep sorted wait list to avoid stampedes
2016-12-22 8:43 UTC (5+ messages)
` [PATCH v3 03/12] locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after
[PATCH v2 0/5] General Build Fixes
2016-12-22 8:43 UTC (5+ messages)
` [PATCH v2 1/5] Remove hardcoded strict -Werror checking
` [PATCH v2 2/5] config/StdGNU.mk: Allows users to pass in EXTRA_CFLAGS
[PATCH] drm/i915/guc: Reserve the upper end of the Global GTT for the GuC
2016-12-22 8:41 UTC (3+ messages)
[oe-commits] [openembedded-core] 07/63: mesa: update to 13.0.2
2016-12-22 8:39 UTC
Improve IEC binary and SI decimal prefix handling
2016-12-22 8:39 UTC (3+ messages)
` [PATCH 09/12] Convert group_run_stats to use bytes instead of KiB/KB
[PATCH v4] f2fs: fix a missing discard prefree segments
2016-12-22 8:36 UTC (2+ messages)
[Bug 94900] Regression: HD6950 GPU lockup with octodad: dadliest catch
2016-12-22 8:37 UTC (2+ messages)
` [Bug 94900] HD6950 GPU lockup loop with various steam games (octodad[always], saints row 4[always], dead island[always], grid autosport[sometimes])
[PATCH 0/2] x86/VMX: XSA-203 follow-up
2016-12-22 8:37 UTC (3+ messages)
` [PATCH 1/2] x86/HVM: constify VMFUNC emulation hook
` [PATCH 2/2] x86/VMX: don't needlessly install "
[Qemu-devel] [Qemu-ppc] [PATCHv3 for-2.9 0/6] HPT resizing for pseries guests (qemu part)
2016-12-22 8:36 UTC (5+ messages)
[BUG] MD/RAID1 hung forever on freeze_array
2016-12-22 8:35 UTC (16+ messages)
[PATCH v3] libacpi: Don't build x86-only AML for ARM64 mk_dsdt
2016-12-22 8:35 UTC (2+ messages)
[git pull] GVT-g fixes for 4.10
2016-12-22 8:29 UTC
[PATCH V6 0/2] Add ACPI support for HiSilicon SoCs Host Controllers
2016-12-22 8:31 UTC (3+ messages)
[patch] mm, thp: always direct reclaim for MADV_HUGEPAGE even when deferred
2016-12-22 8:31 UTC (3+ messages)
[PATCH 0/3] net/virtio: a temp to fix few multiple process issues
2016-12-22 8:29 UTC (2+ messages)
[PATCH] perf/x86/pebs: fix handling of PEBS buffer overflows
2016-12-22 8:29 UTC
[PATCH 1/2] x86/emul: Correct the return value handling of VMFUNC
2016-12-22 8:27 UTC (4+ messages)
` [PATCH 2/2] x86/emul: Pass shadow register state to the vmfunc() hook
[PATCH 0/2] enablement of avx512 instruction support in aesni_mb_pmd
2016-12-22 8:26 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v2] crypto/aesni_mb: enablement of avx512 support in IPsec_mb library
[PATCH] sparc64: shut down to OBP correctly
2016-12-22 8:26 UTC (2+ messages)
[PATCH] serial: do not accept sysrq characters via serial port
2016-12-22 7:31 UTC
[PATCH] mm: pmd dirty emulation in page fault handler
2016-12-22 8:17 UTC (6+ messages)
[PATCH V5 0/3] ARM64 LPC: legacy ISA I/O support
2016-12-22 8:15 UTC (6+ messages)
` [PATCH V5 1/3] ARM64 LPC: Indirect ISA port IO introduced
[PATCH v4] rootfs: Modify RPM installation
2016-12-22 8:22 UTC (4+ messages)
` [PATCH v5] "
[bitbake] Failure to compile UltraJson, LMDB and Netifaces python modules recipes for Krogoth
2016-12-22 8:20 UTC (7+ messages)
[linux-3.18 test] 103786: regressions - trouble: broken/fail/pass
2016-12-22 8:19 UTC
[PATCH 00/13] gitk: tweak rendering of remote-tracking references
2016-12-22 8:15 UTC (5+ messages)
[PATCH] gstreamer1.0-plugins-bad: Backport patches for improving live playback
2016-12-22 8:14 UTC
[PATCH v1] displif: add ABI for para-virtual display
2016-12-22 8:12 UTC (2+ messages)
[PATCH v4] x86/apicv: fix RTC periodic timer and apicv issue
2016-12-22 8:11 UTC (2+ messages)
[PATCH v4 00/29] Support VFD and DPDK PF + kernel VF on i40e
2016-12-22 8:10 UTC (9+ messages)
` [PATCH v5 "
[RFC ABI V6 00/14] SG-based RDMA ABI Proposal
2016-12-22 8:08 UTC (3+ messages)
` [RFC ABI V6 02/14] IB/core: Add support for custom types
[Bug 94374] New: transparent window with DRI_PRIME=1, depending on size of used textures
2016-12-22 8:08 UTC (2+ messages)
` [Bug 94374] "
[PATCH v4 00/23] Decouple ethdev from PCI device
2016-12-22 8:11 UTC (4+ messages)
` [PATCH v4 21/23] ethdev: Move filling of rte_eth_dev_info->pci_dev to dev_infos_get()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.