summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-31unexport do_mmap()Al Viro2-2/+0
2012-05-31ia64 perfmon: fix get_unmapped_area() use thereAl Viro1-8/+2
2012-05-31merge do_mremap() into sys_mremap()Al Viro1-14/+5
2012-05-31ia64, sparc64: convert wrappers around do_mremap() to sys_mremap()Al Viro2-25/+5
2012-05-31binfmt_flat: use vm_munmap, we are missing ->mmap_sem thereAl Viro1-4/+4
2012-05-31binfmt_elf: switch elf_map() to vm_mmap/vm_munmapAl Viro1-5/+3
2012-05-31vfs: umount_tree() might be called on subtree that had never made itAl Viro1-1/+2
2012-05-31pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon1-1/+1
2012-05-31vfs: remove unused __d_splice_alias argumentJ. Bruce Fields1-8/+5
2012-05-31vfs: stop d_splice_alias creating directory aliasesJ. Bruce Fields1-2/+1
2012-05-31i810: switch to vm_mmap()Al Viro1-3/+1
2012-05-31fsnotify: remove unused parameter from send_to_group()Dan Carpenter1-6/+6
2012-05-31fsnotify: handle subfiles' perm eventsNaohiro Aota1-1/+1
2012-05-31vfs: increment iversion when a file is truncatedDmitry Kasatkin1-0/+5
2012-05-31fs: Move bh_cachep to the __read_mostly sectionShai Fultheim1-1/+1
2012-05-31fs: move file_remove_suid() to fs/inode.cCong Wang2-65/+65
2012-05-31jffs2: get rid of jffs2_sync_superArtem Bityutskiy4-21/+58
2012-05-31jffs2: remove unnecessary GC pass on syncArtem Bityutskiy1-2/+0
2012-05-31jffs2: remove unnecessary GC pass on umountArtem Bityutskiy1-3/+0
2012-05-31jffs2: remove lock_superArtem Bityutskiy1-3/+0
2012-05-31bury __kernel_nlink_t, make internal nlink_t consistentAl Viro22-65/+1
2012-05-31parisc: get rid of nlink_t, switch to explicitly-sized typeAl Viro1-2/+2
2012-05-31powerpc: get rid of nlink_t uses, switch to explicitly-sized typeAl Viro1-2/+2
2012-05-31Merge branches 'fixes' and 'fixes2' into devel-lateOlof Johansson5-122/+52
2012-05-31ARM: LPC32xx: Adjust dts files to gpio dt bindingRoland Stigge2-41/+4
2012-05-31sbp-target: rename a variable to avoid name clashStefan Richter1-4/+4
2012-05-31x86, amd, xen: Avoid NULL pointer paravirt referencesKonrad Rzeszutek Wilk1-0/+3
2012-05-31Merge branch 'late/board' into devel-lateOlof Johansson2-1/+9
2012-05-31Merge branch 'late/soc' into devel-lateOlof Johansson19-185/+630
2012-05-31Merge branch 'late/cleanup' into devel-lateOlof Johansson1-30/+15
2012-05-31net/smsc911x: Repair broken failure pathsLee Jones1-3/+4
2012-05-31x86/mce: Cleanup timer messThomas Gleixner1-15/+16
2012-05-31x86, mtrr: Fix a type overflow in range_to_mtrr funczhenzhong.duan1-1/+1
2012-05-31xen/blkback: Copy id field when doing BLKIF_DISCARD.Konrad Rzeszutek Wilk1-0/+2
2012-05-31virtio-net: remove useless disable on freezeMichael S. Tsirkin1-5/+0
2012-05-31netdevice: Update netif_dbg for CONFIG_DYNAMIC_DEBUGJoe Perches1-4/+4
2012-05-30Merge branch 'x86/trampoline' into x86/urgentH. Peter Anvin1600-40393/+64655
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds23-453/+376
2012-05-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-416/+615
2012-05-30perf tools: Fix pager on minimal-install embedded systemsAvik Sil1-0/+4
2012-05-30perf tools: Fix make tarballsArnaldo Carvalho de Melo1-0/+2
2012-05-30perf script: Fix regression in callchain dso nameDavid Ahern1-1/+1
2012-05-30x86, realmode: Unbreak the ia64 build of drivers/acpi/sleep.cH. Peter Anvin2-10/+5
2012-05-30Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-14/+51
2012-05-30perf stat: Initialize default events wrt exclude_{guest,host}Arnaldo Carvalho de Melo3-4/+19
2012-05-30Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds17-582/+891
2012-05-30Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds19-141/+250
2012-05-30Btrfs: use delayed ref sequence numbers for all fs-tree updatesJan Schmidt3-23/+13
2012-05-30Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds16-391/+862
2012-05-30Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason29-616/+1483