summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe2015-07-174-2/+53
* block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-1712-15/+15
* block: partition: convert percpu refMing Lei2015-07-173-15/+27
* block: partition: introduce hd_free_part()Ming Lei2015-07-173-4/+8
* Merge tag 'pm+acpi-4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-164-20/+32
|\
| *---. Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources'Rafael J. Wysocki2015-07-164-20/+32
| |\ \ \
| | | | * ACPI / PCI: Fix regressions caused by resource_size_t overflow with 32-bit ke...Jiang Liu2015-07-101-9/+15
| | | * | cpufreq: Allow freq_table to be obtained for offline CPUsViresh Kumar2015-07-102-9/+9
| | | * | cpufreq: Initialize the governor again while restoring policyViresh Kumar2015-07-101-0/+1
| | | |/
| | * | suspend-to-idle: Prevent RCU from complaining about tick_freeze()Rafael J. Wysocki2015-07-091-2/+7
| | |/
* | | Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-164-111/+176
|\ \ \
| * | | intel_scu_ipc: move local memory initialization out of a mutexChristophe JAILLET2015-07-141-3/+3
| * | | intel_pmc_ipc: Update kerneldoc formattingqipeng.zha2015-07-092-49/+35
| * | | dell-laptop: Do not cache hwswitch statePali Rohár2015-07-061-24/+61
| * | | dell-laptop: Check return value of each SMBIOS callPali Rohár2015-07-061-25/+58
| * | | dell-laptop: Clear buffer before each SMBIOS callPali Rohár2015-07-061-1/+10
| * | | intel_pmc_ipc: Fix compiler casting warningsqipeng.zha2015-07-061-13/+13
| | |/ | |/|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2015-07-1610-128/+45
|\ \ \
| * | | m68k: enable PCI support for m5475evb defconfigGreg Ungerer2015-07-131-0/+1
| * | | m68k: fix io functions for ColdFire/MMU/PCI caseGreg Ungerer2015-07-131-1/+2
| * | | m68knommu: update defconfig for ColdFire m5475evbGreg Ungerer2015-07-131-8/+0
| * | | m68knommu: update defconfig for ColdFire m5407c3Greg Ungerer2015-07-131-15/+2
| * | | m68knommu: update defconfig for ColdFire m5307c3Greg Ungerer2015-07-131-18/+3
| * | | m68knommu: update defconfig for ColdFire m5275evbGreg Ungerer2015-07-131-17/+2
| * | | m68knommu: update defconfig for ColdFire m5272c3Greg Ungerer2015-07-131-12/+2
| * | | m68knommu: update defconfig for ColdFire m5249evbGreg Ungerer2015-07-131-15/+2
| * | | m68knommu: update defconfig for m5208evbGreg Ungerer2015-07-131-19/+3
| * | | m68knommu: make ColdFire SoC selection a choiceGreg Ungerer2015-07-131-9/+18
| * | | m68knommu: improve the clock configuration defaultsGreg Ungerer2015-07-131-0/+8
| * | | m68knommu: force setting of CONFIG_CLOCK_FREQ for ColdFireGreg Ungerer2015-07-132-14/+2
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-07-1610-79/+113
|\ \ \
| * | | blk-mq: set default timeout as 30 secondsMing Lei2015-07-161-1/+1
| * | | NVMe: Reread partitions on metadata formatsKeith Busch2015-07-151-2/+11
| * | | bcache: don't embed 'return' statements in closure macrosJens Axboe2015-07-114-6/+14
| * | | blkcg: fix blkcg_policy_data allocation bugTejun Heo2015-07-092-44/+44
| * | | blkcg: implement all_blkcgs listTejun Heo2015-07-092-5/+13
| * | | blkcg: blkcg_css_alloc() should grab blkcg_pol_mutex while iterating blkcg_po...Tejun Heo2015-07-091-0/+4
| * | | blkcg: allow blkcg_pol_mutex to be grabbed from cgroup [file] methodsTejun Heo2015-07-091-19/+21
| * | | block/blk-cgroup.c: free per-blkcg data when freeing the blkcgArianna Avanzini2015-07-071-3/+6
| * | | block: use FIELD_SIZEOF to calculate size of a fieldManinder Singh2015-07-071-1/+1
| * | | bio integrity: do not assume bio_integrity_pool exists if bioset existsMike Snitzer2015-07-071-2/+2
* | | | Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2015-07-163-17/+16
|\ \ \ \
| * | | | jfs: clean up jfs_rename and fix out of order unlockDave Kleikamp2015-07-151-14/+13
| * | | | jfs: fix indentation on if statementColin Ian King2015-06-041-2/+2
| * | | | jfs: removed a prohibited space after opening parenthesisNan Jia2015-06-011-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2015-07-152-1/+10
|\ \ \ \ \
| * \ \ \ \ Merge tag 'tpm-fixes-for-4.2-rc2' of https://github.com/PeterHuewe/linux-tpmd...James Morris2015-07-152-1/+10
| |\ \ \ \ \
| | * | | | | tpm, tpm_crb: fail when TPM2 ACPI table contents look corruptedJarkko Sakkinen2015-07-131-0/+8
| | * | | | | tpm: Fix initialization of the cdevJason Gunthorpe2015-07-131-1/+2
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-07-1536-269/+351
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud