| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-05-31 | unexport do_mmap() | Al Viro | 2 | -2/+0 |
| 2012-05-31 | ia64 perfmon: fix get_unmapped_area() use there | Al Viro | 1 | -8/+2 |
| 2012-05-31 | merge do_mremap() into sys_mremap() | Al Viro | 1 | -14/+5 |
| 2012-05-31 | ia64, sparc64: convert wrappers around do_mremap() to sys_mremap() | Al Viro | 2 | -25/+5 |
| 2012-05-31 | binfmt_flat: use vm_munmap, we are missing ->mmap_sem there | Al Viro | 1 | -4/+4 |
| 2012-05-31 | binfmt_elf: switch elf_map() to vm_mmap/vm_munmap | Al Viro | 1 | -5/+3 |
| 2012-05-31 | vfs: umount_tree() might be called on subtree that had never made it | Al Viro | 1 | -1/+2 |
| 2012-05-31 | pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl command | Will Deacon | 1 | -1/+1 |
| 2012-05-31 | vfs: remove unused __d_splice_alias argument | J. Bruce Fields | 1 | -8/+5 |
| 2012-05-31 | vfs: stop d_splice_alias creating directory aliases | J. Bruce Fields | 1 | -2/+1 |
| 2012-05-31 | i810: switch to vm_mmap() | Al Viro | 1 | -3/+1 |
| 2012-05-31 | fsnotify: remove unused parameter from send_to_group() | Dan Carpenter | 1 | -6/+6 |
| 2012-05-31 | fsnotify: handle subfiles' perm events | Naohiro Aota | 1 | -1/+1 |
| 2012-05-31 | vfs: increment iversion when a file is truncated | Dmitry Kasatkin | 1 | -0/+5 |
| 2012-05-31 | fs: Move bh_cachep to the __read_mostly section | Shai Fultheim | 1 | -1/+1 |
| 2012-05-31 | fs: move file_remove_suid() to fs/inode.c | Cong Wang | 2 | -65/+65 |
| 2012-05-31 | jffs2: get rid of jffs2_sync_super | Artem Bityutskiy | 4 | -21/+58 |
| 2012-05-31 | jffs2: remove unnecessary GC pass on sync | Artem Bityutskiy | 1 | -2/+0 |
| 2012-05-31 | jffs2: remove unnecessary GC pass on umount | Artem Bityutskiy | 1 | -3/+0 |
| 2012-05-31 | jffs2: remove lock_super | Artem Bityutskiy | 1 | -3/+0 |
| 2012-05-31 | bury __kernel_nlink_t, make internal nlink_t consistent | Al Viro | 22 | -65/+1 |
| 2012-05-31 | parisc: get rid of nlink_t, switch to explicitly-sized type | Al Viro | 1 | -2/+2 |
| 2012-05-31 | powerpc: get rid of nlink_t uses, switch to explicitly-sized type | Al Viro | 1 | -2/+2 |
| 2012-05-31 | Merge branches 'fixes' and 'fixes2' into devel-late | Olof Johansson | 5 | -122/+52 |
| 2012-05-31 | ARM: LPC32xx: Adjust dts files to gpio dt binding | Roland Stigge | 2 | -41/+4 |
| 2012-05-31 | sbp-target: rename a variable to avoid name clash | Stefan Richter | 1 | -4/+4 |
| 2012-05-31 | x86, amd, xen: Avoid NULL pointer paravirt references | Konrad Rzeszutek Wilk | 1 | -0/+3 |
| 2012-05-31 | Merge branch 'late/board' into devel-late | Olof Johansson | 2 | -1/+9 |
| 2012-05-31 | Merge branch 'late/soc' into devel-late | Olof Johansson | 19 | -185/+630 |
| 2012-05-31 | Merge branch 'late/cleanup' into devel-late | Olof Johansson | 1 | -30/+15 |
| 2012-05-31 | net/smsc911x: Repair broken failure paths | Lee Jones | 1 | -3/+4 |
| 2012-05-31 | x86/mce: Cleanup timer mess | Thomas Gleixner | 1 | -15/+16 |
| 2012-05-31 | x86, mtrr: Fix a type overflow in range_to_mtrr func | zhenzhong.duan | 1 | -1/+1 |
| 2012-05-31 | xen/blkback: Copy id field when doing BLKIF_DISCARD. | Konrad Rzeszutek Wilk | 1 | -0/+2 |
| 2012-05-31 | virtio-net: remove useless disable on freeze | Michael S. Tsirkin | 1 | -5/+0 |
| 2012-05-31 | netdevice: Update netif_dbg for CONFIG_DYNAMIC_DEBUG | Joe Perches | 1 | -4/+4 |
| 2012-05-30 | Merge branch 'x86/trampoline' into x86/urgent | H. Peter Anvin | 1600 | -40393/+64655 |
| 2012-05-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client | Linus Torvalds | 23 | -453/+376 |
| 2012-05-30 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 21 | -416/+615 |
| 2012-05-30 | perf tools: Fix pager on minimal-install embedded systems | Avik Sil | 1 | -0/+4 |
| 2012-05-30 | perf tools: Fix make tarballs | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2012-05-30 | perf script: Fix regression in callchain dso name | David Ahern | 1 | -1/+1 |
| 2012-05-30 | x86, realmode: Unbreak the ia64 build of drivers/acpi/sleep.c | H. Peter Anvin | 2 | -10/+5 |
| 2012-05-30 | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 10 | -14/+51 |
| 2012-05-30 | perf stat: Initialize default events wrt exclude_{guest,host} | Arnaldo Carvalho de Melo | 3 | -4/+19 |
| 2012-05-30 | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 17 | -582/+891 |
| 2012-05-30 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 19 | -141/+250 |
| 2012-05-30 | Btrfs: use delayed ref sequence numbers for all fs-tree updates | Jan Schmidt | 3 | -23/+13 |
| 2012-05-30 | Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 16 | -391/+862 |
| 2012-05-30 | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos... | Chris Mason | 29 | -616/+1483 |