All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-24 05:42:54 to 2017-05-24 07:09:27 UTC [more...]

Patch "KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt" has been added to the 4.9-stable tree
 2017-05-24  7:09 UTC  (2+ messages)

[PATCH] Makefile: Speed up evaluation of ld options
 2017-05-24  7:08 UTC 

Patch "KVM: arm/arm64: vgic-v3: Do not use Active+Pending state for a HW interrupt" has been added to the 4.9-stable tree
 2017-05-24  7:08 UTC  (2+ messages)

[PATCH 00/29] Add blame to libgit
 2017-05-24  7:08 UTC  (2+ messages)

[PATCH 4.9 000/164] 4.9.30-stable review
 2017-05-24  7:07 UTC  (3+ messages)

[RFC] skbuff: introduce skb_put_zero()
 2017-05-24  7:07 UTC  (2+ messages)

[PATCH] arm: dts: r7s72100: Add support for GR-Peach
 2017-05-24  7:07 UTC  (5+ messages)

drm syncobj - final posting I hope
 2017-05-24  7:06 UTC  (6+ messages)
` [PATCH 1/5] drm: introduce sync objects (v3)
` [PATCH 2/5] drm/syncobj: add sync obj wait interface. (v3)
  ` [PATCH 3/5] drm/syncobj: add sync_file interaction
  ` [PATCH 4/5] amdgpu/cs: split out fence dependency checking
  ` [PATCH 5/5] amdgpu: use drm sync objects for shared semaphores (v5)

HR timer 1000Hz limit since kernel 4.4.0-77
 2017-05-24  7:05 UTC  (4+ messages)

[PATCH 4.4 000/103] 4.4.70-stable review
 2017-05-24  7:03 UTC  (5+ messages)

[PATCH] powerpc: Fix booting P9 hash with CONFIG_PPC_RADIX_MMU=N
 2017-05-24  7:03 UTC 

[Fuego] LTP all tests execution
 2017-05-24  7:03 UTC  (3+ messages)

[PATCH 00/31] SCSI patches for kernel v4.13
 2017-05-24  7:02 UTC  (67+ messages)
` [PATCH 01/31] Split scsi_internal_device_block()
` [PATCH 02/31] Create two versions of scsi_internal_device_unblock()
` [PATCH 03/31] Protect SCSI device state changes with a mutex
` [PATCH 04/31] Introduce scsi_start_queue()
` [PATCH 05/31] Make __scsi_remove_device go straight from BLOCKED to DEL
` [PATCH 06/31] scmd_eh_abort_handler(): Add a comment
` [PATCH 07/31] scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer
` [PATCH 08/31] sd, sr: Convert two assignments into warning statements
` [PATCH 09/31] block: Avoid that blk_exit_rl() triggers a use-after-free
` [PATCH 10/31] Avoid that scsi_exit_rq() "
` [PATCH 11/31] block: Introduce queue flag QUEUE_FLAG_SCSI_SUP
` [PATCH 12/31] bsg: Check queue type before attaching to a queue
` [PATCH 13/31] pktcdvd: "
` [PATCH 14/31] cdrom: Check private request size "
` [PATCH 15/31] nfsd: Check private request size before submitting a SCSI request
` [PATCH 16/31] scsi: Make scsi_ioctl_reset() pass the request queue pointer to blk_rq_init()
` [PATCH 17/31] block: Introduce request_queue.initialize_rq_fn()
` [PATCH 18/31] block: Make scsi_req_init() calls implicit
` [PATCH 19/31] scsi: Change argument type of scsi_req_init()
` [PATCH 20/31] scsi: Only add commands to the device command list if required by the LLD
` [PATCH 21/31] scsi: Move most of scsi_init_command() into scsi_initialize_rq()
` [PATCH 22/31] scsi: Inline scsi_init_command()
` [PATCH 23/31] scsi: Move sense buffer pointer initialization into scsi_initialize_rq()
` [PATCH 24/31] scsi: Make scsi_initialize_rq() zero the entire struct scsi_cmnd
` [PATCH 25/31] scsi-mq: Make behavior scsi_mq_prep_fn() closer to that of scsi_prep_fn()
` [PATCH 26/31] scsi: Move the code for clearing private command data into scsi_dispatch_cmd()
` [PATCH 27/31] scsi: Consolidate more initialization code
` [PATCH 28/31] scsi_setup_fs_cmnd(): Call scsi_req_init() instead of open-coding it
` [PATCH 29/31] scsi: snic: Remove code that zeroes driver-private command data
` [PATCH 30/31] scsi: virtio: "
` [PATCH 31/31] xen/scsifront: "

[PATCH] mei: make sysfs modalias format similar as uevent modalias
 2017-05-24  7:02 UTC 

[PATCH 0/7] drm/omap: rotation fixes and cleanups
 2017-05-24  7:02 UTC  (8+ messages)
` [PATCH 6/7] drm/omap: fix YUV422 rotation with TILER
` [PATCH 7/7] drm/omap: fix YUV422 90/270 rotation with mirroring

[PATCH v2] um: Avoid longjmp/setjmp symbol clashes with libpthread.a
 2017-05-24  7:02 UTC  (2+ messages)

[PATCH v6 00/15] A SPI NAND framework under generic NAND framework
 2017-05-24  7:07 UTC  (16+ messages)
` [PATCH v6 01/15] mtd: nand: Rename nand.h into rawnand.h
` [PATCH v6 02/15] mtd: nand: move raw NAND related code to the raw/ subdir
` [PATCH v6 03/15] mtd: nand: add a nand.h file to expose basic NAND stuff
` [PATCH v6 04/15] mtd: nand: raw: prefix conflicting names with nandcchip instead of nand
` [PATCH v6 05/15] mtd: nand: raw: create struct rawnand_device
` [PATCH v6 06/15] mtd: nand: raw: make BBT code more generic
` [PATCH v6 07/15] mtd: nand: move BBT code to drivers/mtd/nand/
` [PATCH v6 08/15] mtd: nand: Add the page iterator concept
` [PATCH v6 09/15] mtd: nand: make sure mtd_oob_ops consistent in bbt
` [PATCH v6 10/15] nand: spi: add basic blocks for infrastructure
` [PATCH v6 11/15] nand: spi: add basic operations support
` [PATCH v6 12/15] nand: spi: Add bad block support
` [PATCH v6 13/15] nand: spi: add Micron spi nand support
` [PATCH v6 14/15] nand: spi: Add generic SPI controller support
` [PATCH v6 15/15] MAINTAINERS: Add SPI NAND entry

[PATCH v2 0/2] extend mac80211 mesh DFS and CSA functionality
 2017-05-24  7:01 UTC  (2+ messages)

4.12-rc1 REGRESSION "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle" causes system to not wakeup
 2017-05-24  7:01 UTC  (3+ messages)

[PATCH] um: Allow building and running on older hosts
 2017-05-24  7:01 UTC  (2+ messages)

[PATCH RFC 0/8] SCHED_DEADLINE freq/cpu invariance and OPP selection
 2017-05-24  7:01 UTC  (5+ messages)
` [PATCH RFC 4/8] sched/cpufreq_schedutil: split utilization signals

[Bug 101160] Venus PRO R9 M265X amdgpu: ring 0 test failed
 2017-05-24  6:58 UTC  (2+ messages)

[Qemu-devel] [PATCH V6 00/10] calculate blocktime for postcopy live migration
 2017-05-24  6:57 UTC  (6+ messages)
  ` [Qemu-devel] [PATCH V6 04/10] migration: split ufd_version_check onto receive/request features part
  ` [Qemu-devel] [PATCH V6 07/10] migration: add bitmap for copied page

[PATCH v1 00/11] mm/kasan: support per-page shadow memory to reduce memory consumption
 2017-05-24  6:57 UTC  (14+ messages)

[GIT PULL 0/7] perf/urgent callchain fixes
 2017-05-24  6:57 UTC  (11+ messages)
` [PATCH 1/7] perf report: don't crash on invalid maps in `-g srcline` mode
` [PATCH 2/7] perf report: fix memory leak in addr2line when called by addr2inlines
` [PATCH 3/7] perf report: fix off-by-one for non-activation frames
` [PATCH 4/7] perf script: Add --inline option
` [PATCH 5/7] perf report: always honor callchain order for inlined nodes
` [PATCH 6/7] perf report: do not drop last inlined frame
` [PATCH 7/7] perf tools: Fix to put caller above callee in children mode
  ` [PATCH] tools/include: Sync kernel ABI headers with tooling headers

[PATCH v3 0/3] mitigate the per-pCPU blocking list may be too long
 2017-05-24  6:56 UTC  (4+ messages)
` [PATCH v3] VT-d PI: track the vcpu number in pi blocking list
` [PATCH v3 2/3] vcpu: track hvm vcpu number on the system
` [PATCH v3 3/3] VT-d PI: restrict the vcpu number on a given pcpu

[U-Boot] [PATCH] edid: Fix gcc 7.1 warning
 2017-05-24  6:56 UTC  (4+ messages)

[Bug 100949] Power management problem on CIK/SI
 2017-05-24  6:53 UTC  (2+ messages)
` [Bug 100949] Black screen, DP link training errors

[PATCH v2 for-4.9] x86/mm: Fix incorrect unmapping of 2MB and 1GB pages
 2017-05-24  6:53 UTC  (11+ messages)

[lkp-robot] [sched/core] 1c3c5eab17: BUG:using_smp_processor_id()in_preemptible
 2017-05-24  6:52 UTC  (3+ messages)

[Fuego] [PATCH] java: fix the reference.log The below error is thrown because of missing threshold data in response.log file. 'AttributeError: 'NoneType' object has no attribute 'split' in signal_handler' The following were added to fix the issue. [Da
 2017-05-24  6:50 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2017-05-22
 2017-05-24  6:50 UTC  (3+ messages)

[PATCH] powerpc/spufs: Fix hash faults for kernel regions
 2017-05-24  6:49 UTC 

[Buildroot] [PATCH 1/2] package/sngrep: add libgcrypt missing dependencies
 2017-05-24  6:47 UTC  (8+ messages)
` [Buildroot] [PATCH 2/2] package/sngrep: fix static build with gnutls

[PATCH] patches: add patch for compat/lib-rhashtable.c
 2017-05-24  6:46 UTC  (2+ messages)

[PATCH 0/2] add UniPhier watchdog support
 2017-05-24  6:34 UTC  (3+ messages)
` [PATCH 1/2] watchdog: uniphier: add UniPhier watchdog driver
` [PATCH 2/2] arm64: dts: uniphier: add watchdog node for LD11 and LD20

[PATCH] xen/x86: Add Xenoprofile support for AMD Family 17h
 2017-05-24  6:43 UTC  (4+ messages)

[PATCH 1/4] gpio-imx: Do not use gpio_set_value()
 2017-05-24  6:43 UTC  (5+ messages)
` [PATCH 3/4] gpiolib: Add support for GPIO "hog" nodes

[Qemu-devel] [PATCH v3 0/3] ppc/spapr: Fix migration of radix guests
 2017-05-24  6:36 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 1/3] migration: Introduce unregister_savevm_live()
` [Qemu-devel] [PATCH v3 3/3] spapr: Fix migration of Radix guests

[PATCH] mm: Define KB, MB, GB, TB in core VM
 2017-05-24  6:40 UTC  (7+ messages)

[PATCH libdrm] omap: fix omap_bo_size for tiled buffers
 2017-05-24  6:40 UTC 

BUG: double free of PCM structure upon module removal
 2017-05-24  6:39 UTC  (5+ messages)

[PATCH v2 0/7] PCRE v2, PCRE v1 JIT, log -P & fixes
 2017-05-24  6:38 UTC  (7+ messages)
` [PATCH v3 00/30] Easy to review grep & pre-PCRE changes
  ` [PATCH v2 5/7] grep: un-break building with PCRE < 8.32
  ` [PATCH v2 7/7] grep: add support for PCRE v2

[Patch net-next] net_sched: only create filter chains for new filters/actions
 2017-05-24  6:37 UTC  (2+ messages)

[PATCH 0/2] orange-pi-zero: minor updates for board peripherals
 2017-05-24  6:35 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: orange-pi-zero: enable SPI NOR

[PATCH] ethdev: add roughly match pattern
 2017-05-23 23:28 UTC 

CHIPPro NAND issue with 4.12 rc1
 2017-05-24  6:34 UTC  (10+ messages)

[Qemu-devel] ssi_auto_connect_slave
 2017-05-24  6:33 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2017-05-23
 2017-05-24  6:31 UTC 

[PATCH] ALSA: control: remove entry limitation for list operation
 2017-05-24  6:31 UTC  (2+ messages)

[PATCH RFC 00/11] ALSA: pcm: introduce copy_frame operation and SND_PCM_PROXY_DRIVER_SUPPORT
 2017-05-24  6:29 UTC  (2+ messages)

[Makedumpfile PATCH 0/2] Fix refiltering when kaslr enabled
 2017-05-24  6:28 UTC  (11+ messages)

[Qemu-devel] [PATCH 0/4] more blkdebug tweaks
 2017-05-24  6:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/4] qemu-io: Don't die on second open

[PATCH] KVM: x86: dynamically allocate large struct in em_fxrstor
 2017-05-24  6:24 UTC 

[GIT PULL] x86/mm changes for v4.12
 2017-05-24  6:25 UTC  (3+ messages)

[RFCRAP 0/3?] xfs: OH GOD MY EYES!
 2017-05-24  6:25 UTC  (9+ messages)
` [PATCH 3/3] xfs: freeze rw filesystems just prior to reboot

[BUG] xen-mceinj tool testing cause dom0 crash
 2017-05-24  6:25 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/4] Block migration (migrate -b) fixes
 2017-05-24  6:23 UTC  (2+ messages)

[PATCH nf] netfilter: ctnetlink: fix incorrect nf_ct_put during hash resize
 2017-05-24  6:22 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/4] spapr: disable hotplugging without OS
 2017-05-24  5:07 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/4] spapr: add pre_plug function for memory
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 2/4] spapr: add option vector 6
` [Qemu-devel] [PATCH 3/4] spapr: disable hotplugging without OS

[PATCH 2/2] Revert "[PATCH V2 1/4] x86_64: Calculate page_offset from pt_load"
 2017-05-24  6:21 UTC  (8+ messages)

[PATCH linux dev-4.10] arm: configs: aspeed: Enable IR35221 driver config
 2017-05-24  6:20 UTC  (4+ messages)
` [PATCH linux dev-4.10 v2] arm: dts: aspeed: Add IR35221 instances to dev tree

[Ocfs2-devel] [PATCH v2] ocfs2: fix a static checker warning
 2017-05-24  6:17 UTC  (3+ messages)

[WARNING] x86/mm: Found insecure W+X mapping at address 
 2017-05-24  6:20 UTC  (6+ messages)

[Qemu-devel] [PATCH 1/1] Improve Cocoa modifier key handling
 2017-05-24  6:17 UTC  (5+ messages)

[PATCH v3] ARM: dts: mvebu: add support for Linksys WRT3200ACM (Rango)
 2017-05-24  6:16 UTC  (3+ messages)

[GIT PULL] DaVinci fixes for v4.12
 2017-05-24  6:14 UTC 

[PATCH 0/3] net/i40e: add advanced features for FDIR
 2017-05-24  6:10 UTC  (4+ messages)
` [PATCH 1/3] net/i40e: support flexible payload parsing "
` [PATCH 2/3] net/i40e: support input set selection "
` [PATCH 3/3] net/i40e: update supported patterns "

[PATCH v2] ARM: dts: mvebu: add support for Linksys WRT3200ACM (Rango)
 2017-05-24  6:12 UTC  (5+ messages)

[PATCH 0/2] net: phy: Support managed Cortina phys
 2017-05-24  6:05 UTC  (7+ messages)
` [PATCH 1/2] net: phy: Update get_phy_c45_ids for Cortina PHYs

mk: make config enhancements
 2017-05-24  6:10 UTC  (3+ messages)
` [PATCH v1 2/2] mk: add sensible default target with defconfig

Why max netlink msg size is limited to 16k
 2017-05-24  5:58 UTC  (3+ messages)

[PATCH 1/1] printk: add __printf attributes to internal functions
 2017-05-24  5:49 UTC  (2+ messages)
` [PATCH v2 "

[Qemu-arm] [PATCH 0/2] hw/adc: Implement a basic Aspeed ADC model
 2017-05-24  5:55 UTC  (9+ messages)
` [Qemu-arm] [PATCH 1/2] hw/adc: Add "
  ` [Qemu-devel] "

[Intel-wired-lan] [PATCH v7 0/2] i40e: support for XDP
 2017-05-24  5:55 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH v7 1/2] i40e: add XDP support for pass and drop actions
` [Intel-wired-lan] [PATCH v7 2/2] i40e: add support for XDP_TX action

[PATCH v3] binutils: Fix CVE-2017-8392
 2017-05-24  5:43 UTC 

[Qemu-trivial] [PATCH v2] qapi: Fix some QMP documentation regressions
 2017-05-24  5:52 UTC  (3+ messages)
` [Qemu-trivial] [Qemu-devel] "
  `  "

[U-Boot] [PATCH] config: remove CONFIG_SPI_FLASH_BAR from some platforms
 2017-05-24  5:52 UTC  (4+ messages)
` [U-Boot] [PATCH] LS1012A: change the size of flash

[Qemu-devel] [PATCH] Fix nmi injection failure when vcpu got blocked
 2017-05-24  5:48 UTC  (2+ messages)
`  "

[PATCH 0/2] pinctrl: pinctrl-imx: add gpio support for mx7ulp
 2017-05-24  5:48 UTC  (7+ messages)
` [PATCH 1/2] pinctrl: pinctrl-imx: add IBE and OBE SoC property

[PATCH 0/2] Fix warnings on access of a remote with Windows paths
 2017-05-24  5:45 UTC  (7+ messages)

[PATCH V3 0/3] ADD AHCI support for tegra210
 2017-05-24  5:44 UTC  (5+ messages)
` [PATCH V3 1/3] ata: ahci_tegra: Add "

[Qemu-devel] [PATCH v2 00/13] vvfat: misc fixes for read-only mode
 2017-05-24  5:43 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 09/13] vvfat: correctly create base short names for non-ASCII filenames

[patch net-next v2 0/8] mlxsw: Support firmware flash
 2017-05-24  5:42 UTC  (3+ messages)
` [patch net-next v2 7/8] mlxsw: spectrum: Validate firmware revision on init

[PATCH] mm/zsmalloc: fix -Wunneeded-internal-declaration warning
 2017-05-24  5:38 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.