summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * binfmt_elf: fix PIE execution with randomization disabledJiri Kosina2011-11-031-1/+10
| * thp: share get_huge_page_tail()Andrea Arcangeli2011-11-035-44/+11
| * sparc: gup_pte_range() support THP based tail recountingAndrea Arcangeli2011-11-031-0/+13
| * s390: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-031-10/+11
| * s390: gup_huge_pmd() support THP tail recountingAndrea Arcangeli2011-11-031-1/+23
| * powerpc: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-031-10/+11
| * powerpc: gup_hugepte() support THP based tail recountingAndrea Arcangeli2011-11-031-1/+23
| * powerpc: gup_hugepte() avoid freeing the head page too many timesAndrea Arcangeli2011-11-031-3/+2
| * powerpc: get_hugepte() don't put_page() the wrong pageAndrea Arcangeli2011-11-031-1/+1
| * powerpc: remove superfluous PageTail checks on the pte gup_fastAndrea Arcangeli2011-11-031-13/+0
| * mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-038-84/+171
* | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-11-0212-64/+742
|\ \
| * | virtio-blk: use ida to allocate disk indexMichael S. Tsirkin2011-11-021-6/+24
| * | virtio: Add platform bus driver for memory mapped virtio devicePawel Moll2011-11-025-0/+619
| * | virtio: Dont add "config" to list for !per_vq_vectorKrishna Kumar2011-11-021-3/+7
| * | virtio: console: wait for first console port for early console outputChristian Borntraeger2011-11-021-0/+20
| * | virtio: console: add port stats for bytes received, sent and discardedAmit Shah2011-11-021-0/+24
| * | virtio: console: make discard_port_data() use get_inbuf()Amit Shah2011-11-021-10/+5
| * | virtio: console: rename variableAmit Shah2011-11-021-6/+5
| * | virtio: console: make get_inbuf() return port->inbuf if presentAmit Shah2011-11-021-14/+8
| * | virtio: console: Fix return type for get_inbuf()Amit Shah2011-11-021-1/+1
| * | virtio: console: Use wait_event_freezable instead of _interruptibleAmit Shah2011-11-021-4/+5
| * | virtio: console: Ignore port name update request if name already setAmit Shah2011-11-021-0/+7
| * | virtio: console: Fix indentationAmit Shah2011-11-021-1/+1
| * | virtio: modify vring_init and vring_size to take account of the layout contai...Wang Sheng-Hui2011-11-021-3/+3
| * | virtio.h: correct comment for struct virtio_driverWang Sheng-Hui2011-11-021-2/+2
| * | virtio-net: Use virtio_config_val() for retrieving configSasha Levin2011-11-021-9/+5
| * | virtio_config: Add virtio_config_val_len()Sasha Levin2011-11-021-0/+3
| * | virtio-console: Use virtio_config_val() for retrieving configSasha Levin2011-11-021-6/+4
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-02108-235/+301
|\ \ \
| * | | vfs: add d_prune dentry operationSage Weil2011-11-023-8/+41
| * | | vfs: protect i_nlinkMiklos Szeredi2011-11-022-6/+16
| * | | filesystems: add set_nlink()Miklos Szeredi2011-11-0281-148/+163
| * | | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-0232-58/+55
| * | | logfs: remove unnecessary nlink settingMiklos Szeredi2011-11-021-1/+0
| * | | ocfs2: remove unnecessary nlink settingMiklos Szeredi2011-11-021-2/+0
| * | | jfs: remove unnecessary nlink settingMiklos Szeredi2011-11-021-1/+0
| * | | hypfs: remove unnecessary nlink settingMiklos Szeredi2011-11-021-2/+0
| * | | vfs: ignore error on forced remountMiklos Szeredi2011-11-021-2/+7
| * | | readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft2011-11-023-7/+17
| * | | vfs: fix dentry leak in simple_fill_super()Konstantin Khlebnikov2011-11-021-1/+3
| | |/ | |/|
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-11-0234-1329/+2898
|\ \ \
| * | | jbd2: Unify log messages in jbd2 codeEryu Guan2011-11-024-47/+47
| * | | jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2011-11-022-0/+16
| * | | ext4: let ext4_ext_rm_leaf work with EXT_DEBUG definedYongqiang Yang2011-11-011-1/+1
| * | | ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabledYongqiang Yang2011-11-011-8/+8
| * | | ext4: fix a typo in struct ext4_allocation_contextRobin Dong2011-10-311-1/+1
| * | | ext4: Don't normalize an falloc request if it can fit in 1 extent.Greg Harm2011-10-311-2/+8
| * | | ext4: remove comments about extent mount option in ext4_new_inode()Eryu Guan2011-10-311-5/+1
| * | | ext4: let ext4_discard_partial_buffers handle unaligned range correctlyYongqiang Yang2011-10-311-2/+2