summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-2012-841/+1348
|\
| * s390/pci: add locking for fmb accessSebastian Ott2015-04-153-6/+12
| * s390/pci: extract software counters from fmbSebastian Ott2015-04-154-14/+28
| * s390/dasd: Fix unresumed device after suspend/resume having no pathsStefan Haberland2015-04-151-12/+16
| * s390/dasd: fix unresumed device after suspend/resumeStefan Haberland2015-04-151-0/+5
| * s390/dasd: fix inability to set a DASD device offlineStefan Haberland2015-04-152-4/+8
| * s390/mm: Fix memory hotplug for unaligned standby memoryMichael Holzheu2015-04-151-2/+46
| * s390/bpf: Add s390x eBPF JIT compiler backendMichael Holzheu2015-04-154-803/+1234
| * s390: Use bool function return values of true/false not 1/0Joe Perches2015-04-151-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2015-04-203-3/+6
|\ \
| * | m68knommu: fix fec setup warning for ColdFire 5271 buildsGreg Ungerer2015-03-301-1/+2
| * | m68knommu: ColdFire 5271 only has a single FEC controllerGreg Ungerer2015-03-301-0/+2
| * | m68k: Fix trivial typos in commentsYannick Guerrini2015-03-301-2/+2
* | | smp: don't use 16-bit words for atomic accessesLinus Torvalds2015-04-201-1/+1
* | | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2015-04-194-161/+427
|\ \ \
| * | | tools/power turbostat: correct dumped pkg-cstate-limit valueLen Brown2015-04-181-9/+8
| * | | tools/power turbostat: calculate TSC frequency from CPUID(0x15) on SKLLen Brown2015-04-181-1/+38
| * | | tools/power turbostat: correct DRAM RAPL units on recent Xeon processorsAndrey Semin2015-04-181-3/+25
| * | | tools/power turbostat: Initial Skylake supportLen Brown2015-04-182-13/+116
| * | | tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support for O=...Thomas D2015-04-181-1/+5
| * | | tools/power turbostat: modprobe msr, if neededLen Brown2015-04-181-2/+3
| * | | tools/power turbostat: dump MSR_TURBO_RATIO_LIMIT2Len Brown2015-04-181-36/+105
| * | | tools/power turbostat: use new MSR_TURBO_RATIO_LIMIT namesLen Brown2015-04-181-4/+4
| * | | x86 msr-index: define MSR_TURBO_RATIO_LIMIT,1,2Len Brown2015-04-131-0/+3
| * | | tools/power turbostat: label base frequencyLen Brown2015-04-131-2/+2
| * | | tools/power turbostat: update PERF_LIMIT_REASONS decodingLen Brown2015-04-131-26/+26
| * | | tools/power turbostat: simplify default outputLen Brown2015-04-132-70/+98
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-04-1929-246/+3344
|\ \ \ \
| * | | | ext4 crypto: enable encryption feature flagTheodore Ts'o2015-04-166-24/+79
| * | | | ext4 crypto: add symlink encryptionTheodore Ts'o2015-04-165-23/+184
| * | | | ext4 crypto: enable filename encryptionMichael Halcrow2015-04-122-17/+68
| * | | | ext4 crypto: filename encryption modificationsMichael Halcrow2015-04-121-44/+204
| * | | | ext4 crypto: partial update to namei.c for fname cryptoMichael Halcrow2015-04-121-8/+101
| * | | | ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow2015-04-123-13/+79
| * | | | ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o2015-04-124-13/+35
| * | | | ext4 crypto: filename encryption facilitiesMichael Halcrow2015-04-125-1/+779
| * | | | ext4 crypto: implement the ext4 decryption read pathMichael Halcrow2015-04-123-3/+88
| * | | | ext4 crypto: implement the ext4 encryption write pathMichael Halcrow2015-04-124-6/+173
| * | | | ext4 crypto: inherit encryption policies on inode and directory createMichael Halcrow2015-04-121-1/+20
| * | | | ext4 crypto: enforce context consistencyTheodore Ts'o2015-04-121-1/+23
| * | | | ext4 crypto: add encryption key management facilitiesMichael Halcrow2015-04-124-1/+179
| * | | | ext4 crypto: add ext4 encryption facilitiesMichael Halcrow2015-04-126-1/+682
| * | | | ext4 crypto: add encryption policy and password salt supportMichael Halcrow2015-04-115-0/+317
| * | | | ext4 crypto: add encryption xattr supportMichael Halcrow2015-04-111-0/+3
| * | | | ext4 crypto: export ext4_empty_dir()Michael Halcrow2015-04-112-5/+7
| * | | | ext4 crypto: add ext4 encryption KconfigTheodore Ts'o2015-04-111-0/+17
| * | | | ext4 crypto: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2015-04-111-3/+13
| * | | | ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o2015-04-084-3/+271
| * | | | ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner2015-04-031-9/+11
| * | | | ext4: don't release reserved space for previously allocated clusterEric Whitney2015-04-031-13/+1