aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabetical orderTim Chen28-95/+133
2014-02-09sched/wait: Suppress Sparse 'variable shadowing' warningJohannes Berg1-3/+3
2014-02-02Merge branch 'linus' into core/lockingIngo Molnar9040-198680/+513662
2014-02-01Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-8/+126
2014-02-01afs: proc cells and rootcell are writeablePali Rohár1-2/+2
2014-02-01tile: remove compat_sys_lookup_dcookie declaration to fix compile errorHeiko Carstens1-1/+0
2014-02-01Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-420/+553
2014-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-51/+26
2014-02-01Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds75-0/+71854
2014-02-01Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki2-19/+19
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-42/+86
2014-01-31Merge tag 'sound-fix-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds32-566/+935
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds43-505/+2300
2014-01-31Fix mountpoint reference leakage in linkatOleg Drokin1-1/+4
2014-01-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-43/+74
2014-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alphaLinus Torvalds9-4/+88
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig4-47/+19
2014-01-31Typo in compat_sys_lseek() declarationStephan Springl1-1/+1
2014-01-31fs/super.c: sync ro remount after blocking writersAndrew Ruder1-1/+2
2014-01-31vfs: unexport the getname() symbolJeff Layton1-1/+0
2014-01-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds298-5098/+29135
2014-01-31Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds10-39/+38
2014-01-31alpha: fix broken network checksumMikulas Patocka1-2/+7
2014-01-31alpha: Enable system-call auditing support.蔡正龙8-2/+81
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-18/+25
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-2/+288
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-32/+116
2014-01-31ALSA: hda/hdmi - allow PIN_OUT to be dynamically enabledStephen Warren1-4/+36
2014-01-31Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds11-83/+197
2014-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds53-1111/+1704
2014-01-31Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+14
2014-01-31ceph: fix missing dput in ceph_set_aclSage Weil1-3/+6
2014-01-31cifs: Fix check for regular file in couldbe_mf_symlink()Sachin Prabhu1-1/+1
2014-01-31xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pagesDave Jones1-1/+2
2014-01-31drivers: xen: deaggressive selfballoon driverBob Liu1-0/+22
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss6-46/+101
2014-01-31nfs: initialize the ACL support bits to zero.Malahal Naineni1-1/+1
2014-01-31arm64: mm: Introduce PTE_WRITESteve Capper1-23/+25
2014-01-31arm64: mm: Remove PTE_BIT_FUNC macroSteve Capper1-10/+41
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds58-2057/+5173
2014-01-30Merge tag 'upstream-3.14-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds4-35/+29
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-41/+16
2014-01-30ceph: simplify ceph_{get,init}_aclChristoph Hellwig1-40/+16
2014-01-30Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds29-231/+154
2014-01-30x86, x32: Correct invalid use of user timespec in the kernelPaX Team1-7/+2
2014-01-30Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-34/+37
2014-01-30Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-43/+91
2014-01-30Merge tag 'late-dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-12/+310
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds224-3316/+6635
2014-01-30Merge tag 'for-3.14' of git://openrisc.net/~jonas/linuxLinus Torvalds2-143/+149