aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | | [SCSI] hpsa: return 0 from driver probe function on success, not 1Stephen M. Cameron2013-11-30
| * | | [SCSI] hpsa: do not discard scsi status on aborted commandsStephen M. Cameron2013-11-30
| * | | [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-28
| * | | [SCSI] libsas: fix usage of ata_tf_to_fisDan Williams2013-11-27
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-12-06
|\ \ \ \
| * \ \ \ Merge branch 'free-memory' of git://git.kernel.org/pub/scm/linux/kernel/git/z...James Morris2013-12-06
| |\ \ \ \
| | * | | | ima: properly free ima_template_entry structuresRoberto Sassu2013-12-02
| | * | | | ima: Do not free 'entry' before it is initializedChristoph Paasch2013-12-02
* | | | | | Merge tag 'dt-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | dt: binding: reword PowerPC 8xxx GPIO documentationGerhard Sittig2013-12-03
| * | | | | ARM: tegra: delete nvidia,tegra20-spi.txt bindingStephen Warren2013-12-03
| * | | | | hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv)Chanwoo Choi2013-12-03
| * | | | | of: add vendor prefix for GMTWei Ni2013-12-03
| * | | | | clk: exynos: Fix typos in DT bindings documentationLaurent Pinchart2013-12-03
| * | | | | of: Add vendor prefix for LG CorporationThierry Reding2013-12-03
| * | | | | Documentation: net: fsl-fec.txt: Add phy-supply entryFabio Estevam2013-12-03
| * | | | | ARM: dts: doc: Document missing binding for omap5-mpuSricharan R2013-12-03
| * | | | | dt-bindings: add ARMv8 PMU bindingRob Herring2013-12-03
| * | | | | MAINTAINERS: remove swarren from DT bindingsStephen Warren2013-12-03
| * | | | | MAINTAINERS: Add Kumar to Device Tree Binding maintainers groupKumar Gala2013-12-03
* | | | | | Merge tag 'pm-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2013-12-05
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'pm-epoll', 'pnp' and 'powercap'Rafael J. Wysocki2013-12-05
| |\ \ \ \ \ \ \ \
| | | | * | | | | | PowerCap: Fix mode for energy counterSrinivas Pandruvada2013-12-04
| | | * | | | | | | PNP: fix restoring devices after hibernationDmitry Torokhov2013-12-04
| | | | |_|_|_|_|/ | | | |/| | | | |
| | * / | | | | | epoll: drop EPOLLWAKEUP if PM_SLEEP is disabledAmit Pundir2013-12-03
| | |/ / / / / /
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2013-12-05
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | | * | | | | | cpufreq: fix garbage kobjects on errors during suspend/resumeBjørn Mork2013-12-03
| | | * | | | | | cpufreq: suspend governors on system suspend/hibernateViresh Kumar2013-11-28
| | * | | | | | | cpuidle: Check for dev before deregistering it.Konrad Rzeszutek Wilk2013-12-03
| | * | | | | | | intel_idle: Fixed C6 state on Avoton/Rangeley processorsBockholdt Arne2013-11-28
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-12-05
|\ \ \ \ \ \ \ \
| * | | | | | | | ftrace: default to tilegx if ARCH=tile is specifiedTony Lu2013-12-05
| |/ / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-12-05
|\ \ \ \ \ \ \ \
| * | | | | | | | blk-mq: fix use-after-free of requestMing Lei2013-12-05
| * | | | | | | | blk-mq: fix dereference of rq->mq_ctx if allocation failsJeff Moyer2013-12-03
| * | | | | | | | Merge branch 'stable/for-jens-3.13-take-two' of git://git.kernel.org/pub/scm/...Jens Axboe2013-11-27
| |\ \ \ \ \ \ \ \
| | * | | | | | | | block: xen-blkfront: Fix possible NULL ptr dereferenceFelipe Pena2013-11-26
| | * | | | | | | | xen-blkfront: Silence pfn maybe-uninitialized warningTim Gardner2013-11-26
| * | | | | | | | | block: submit_bio_wait() conversionsKent Overstreet2013-11-24
| * | | | | | | | | Update of blkg_stat and blkg_rwstat may happen in bh context.Hong Zhiguo2013-11-20
* | | | | | | | | | Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-12-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nfs: fix do_div() warning by instead using sector_div()Helge Deller2013-12-04
| * | | | | | | | | | MAINTAINERS: Update contact information for Trond MyklebustTrond Myklebust2013-12-04
| * | | | | | | | | | NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recoveryTrond Myklebust2013-12-04
| * | | | | | | | | | SUNRPC: do not fail gss proc NULL calls with EACCESAndy Adamson2013-11-26
| * | | | | | | | | | NFSv4: close needs to handle NFS4ERR_ADMIN_REVOKEDTrond Myklebust2013-11-20
| * | | | | | | | | | NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust2013-11-20
| * | | | | | | | | | NFSv4 wait on recovery for async session errorsAndy Adamson2013-11-20
| * | | | | | | | | | NFS: Fix a warning in nfs_setsecurityTrond Myklebust2013-11-19
| * | | | | | | | | | NFS: Enabling v4.2 should not recompile nfsd and lockdAnna Schumaker2013-11-19