summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'jfs-3.16' of git://github.com/kleikamp/linux-shaggy into nextLinus Torvalds2014-06-045-54/+66
|\
| * fs/jfs/super.c: convert simple_str to kstrFabian Frederick2014-06-031-8/+24
| * fs/jfs/jfs_dmap.c: replace min/casting by min_tFabian Frederick2014-06-031-4/+5
| * fs/jfs/super.c: remove 0 assignment to static + code clean-upFabian Frederick2014-06-031-26/+19
| * fs/jfs/jfs_logmgr.c: remove NULL assignment on staticFabian Frederick2014-06-031-1/+1
| * JFS: Check for NULL before calling posix_acl_equiv_mode()William Burrow2014-05-281-7/+9
| * fs/jfs/jfs_inode.c: atomically set inode->i_flagsFabian Frederick2014-04-141-8/+8
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-0418-163/+246
|\ \
| * | GFS2: Prevent recovery before the local journal is setBob Peterson2014-06-023-0/+8
| * | GFS2: fs/gfs2/file.c: kernel-doc warning fixesFabian Frederick2014-05-161-5/+5
| * | GFS2: fs/gfs2/bmap.c: kernel-doc warning fixesFabian Frederick2014-05-161-4/+4
| * | GFS2: remove transaction glockBenjamin Marzinski2014-05-1416-153/+227
| * | GFS2: lops.c: replace 0 by NULL for pointersFabian Frederick2014-04-281-1/+1
| * | GFS2: quotas not being refreshed in gfs2_adjust_quotaAbhi Das2014-04-171-0/+1
* | | Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into nextLinus Torvalds2014-06-048-43/+129
|\ \ \
| * | | locks: add some tracepoints in the lease handling codeJeff Layton2014-06-022-0/+107
| * | | fs/locks.c: replace seq_printf by seq_putsFabian Frederick2014-06-021-11/+11
| * | | locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton2014-06-027-32/+11
* | | | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-043-3/+10
|\ \ \ \
| * | | | firewire: ohci: enable MSI for VIA VT6315 rev 1, drop cycle timer quirkStefan Richter2014-05-291-0/+7
| * | | | firewire: Use COMPILE_TEST for build testingJean Delvare2014-05-171-1/+1
| * | | | firewire: net: fix NULL derefencing in fwnet_probe()Daeseok Youn2014-05-121-2/+2
* | | | | clocksource: versatile: Use sched_clock_register()Thomas Gleixner2014-06-041-3/+3
* | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-034-20/+71
|\ \ \ \ \
| * | | | | x86/UV: Fix conditional in gru_exit()Dimitri Sivanich2014-04-011-3/+8
| * | | | | x86/UV: Set n_lshift based on GAM_GR_CONFIG MMR for UV3Dimitri Sivanich2014-04-013-17/+63
* | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-031-9/+41
|\ \ \ \ \ \
| * | | | | | mce: Panic when a core has reached a timeoutBorislav Petkov2014-05-301-2/+1
| * | | | | | x86/mce: Improve mcheck_init_device() error handlingMathieu Souchaud2014-05-301-7/+40
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-033-6/+69
|\ \ \ \ \ \ \
| * | | | | | | x86, iosf: Add PCI ID macros for better readabilityOng Boon Leong2014-05-091-2/+5
| * | | | | | | x86, iosf: Add Quark X1000 PCI IDOng Boon Leong2014-05-091-0/+1
| * | | | | | | x86, iosf: Added Quark MBI identifiersOng Boon Leong2014-05-091-0/+22
| * | | | | | | x86, iosf: Make IOSF driver modular and usable by more driversDavid E. Box2014-05-093-5/+42
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-032-14/+33
|\ \ \ \ \ \ \
| * | | | | | | x86, ioremap: Speed up check for RAM pagesRoland Dreier2014-05-021-7/+19
| * | | | | | | Merge commit 'b13b1d2d8692' into x86/mmIngo Molnar2014-04-168-52/+66
| |\ \ \ \ \ \ \
| | * | | | | | | x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o...Shaohua Li2014-04-161-7/+14
* | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-06-036-1/+135
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, microcode: Add a disable chicken bitBorislav Petkov2014-05-203-0/+44
| * | | | | | | | | x86, boot: Carve out early cmdline parsing functionBorislav Petkov2014-05-203-1/+91
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/irq: Clean up VECTOR_UNDEFINED and VECTOR_RETRIGGERED definitionPrarit Bhargava2014-04-141-2/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-032-4/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/build: Supress realmode.bin is up to date messagePeter Foley2014-04-161-1/+2
| * | | | | | | | | compiler-intel.h: Remove duplicate definitionPranith Kumar2014-04-151-3/+0
| |/ / / / / / / /
* | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-032-11/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, boot: Remove misc.h inclusion from compressed/string.cVivek Goyal2014-05-082-10/+0
| * | | | | | | | | x86, boot: Do not include boot.h in string.cVivek Goyal2014-05-081-1/+2
* | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-031-105/+80
|\ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud