[PATCH v8 5/7] powerpc/perf: Add event attribute and group to nest pmu
Device tree nest driver module parses the nest unit and its events. It pass the information to nest pmu code which is placed in perf/ as "nest-pmu.c".
View Article[PATCH v8 6/7] powerpc/perf: generic nest pmu event functions
Add set of generic nest pmu related event functions to be used by each nest pmu. Add code to setup format attribute and to register nest pmus. Cc: Mi
View Article[PATCH v8 7/7] powerpc/perf: nest pmu cpumask and cpu hotplug support
Adds cpumask attribute to be used by each nest pmu since nest units are per-chip. Only one cpu (first online cpu) from each chip is designated to read
View Article[PATCH v5 1/1] ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI...
Some Lenovo ideapad models lack a physical rfkill switch. On Lenovo models ideapad Y700 Touch-15ISK and ideapad Y700-15ISK, ideapad-laptop would wrong
View Article[PATCH] mm,vmscan: compact memory from kswapd when lots of memory free already
If kswapd is woken up for a higher order allocation, for example from alloc_skb, but the system already has lots of memory free, kswapd_shrink_zone wi
View Article[PATCH] lib/bug.c: use common WARN helper
The traceoff_on_warning option doesn't have any effect on s390, powerpc, arm64, parisc, and sh because there are two different types of WARN implement
View Article[PATCH] irqchip/gicv3-its: Don't allow devices whose ID is outside range
We are not checking whether the requested device identifier fits into table or not. The ITS MAPD command fails if 'Device ID' is outside of device tab
View Article[PATCH] arm64: dts: uniphier: rename PH1-LD10 to PH1-LD20
Due to the company's awful projecting, this chip has been renamed to PH1-LD20. It has not been shipped yet, this change would not give much impact on
View Article[PATCH 00/10] mtip32xx: various fixes
Hi Jens, This patchset includes various fixes for mtip32xx driver, tested on kernel 4.5-rc3 Selvan Mani (10): mtip32xx: Abort secure erase when dr
View Article[PATCH 01/10] mtip32xx: Abort secure erase when drive is mounted
To avoid erasing a device with a mounted filesystem, try to get exclusive access to the blkdev object corresponding to the device. Signed-off-by: Sel
View Article[PATCH 02/10] mtip32xx: Fix broken service thread handling
Service thread does not detect the need for taskfile error handling. Fixed the flag condition to process taskfile error. Signed-off-by: Selvan Mani <
View Article[PATCH 03/10] mtip32xx: Remove unwanted code from taskfile error handler
Remove setting and clearing MTIP_PF_EH_ACTIVE_BIT flag in mtip_handle_tfe() as they are redundant. Also avoid waking up service thread from mtip_handl
View Article[PATCH 04/10] mtip32xx: Print exact time when an internal command is interrupted
Print exact time when an internal command is interrupted. Signed-off-by: Selvan Mani <smani@micron.com> Signed-off-by: Rajesh Kumar Sambandam <rsamba
View Article[PATCH 05/10] mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
Prevent standby immediate command from being issued in remove, suspend and shutdown paths, while drive is performing FTL rebuild process. Signed-off-
View Articlelinux-next: Tree for Feb 23
Hi all, Changes since 20160222: The f2fs tree gained complex conflicts against Linus' tree for which I dropped a commit from the f2fs tree. The aio
View Article[PATCH 06/10] mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
When FTL rebuild is in progress, alloc_disk() initializes the disk but device node will be created by add_disk() only after successful completion of F
View Article[PATCH 07/10] mtip32xx: Handle safe removal during IO
Flush inflight IOs using fsync_bdev() when the device is safely removed. Also, block further IOs in device open function. Signed-off-by: Selvan Mani
View Article[PATCH 08/10] mtip32xx: Handle FTL rebuild failure state during device...
Allow device initialization to finish gracefully when it is in FTL rebuild failure state. Also, recover device out of this state after successfully se
View Article[PATCH 09/10] mtip32xx: Add timeout handler
Added timeout handler. Implementing timeout handler requires replacing blk_mq_end_request() with blk_mq_complete_request() to avoid double completion
View Article[PATCH 10/10] mtip32xx: Cleanup queued requests after surprise removal
Fail all pending requests after surprise removal of a drive. misc: Proper handling of resource free in probe failure path. Signed-off-by: Vignesh Gu
View Article