summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | isofs: add readpages supportNamjae Jeon2011-11-031-1/+9
| * | | | | | minix: describe usage of different magic numbersSami Kerola2011-11-031-5/+5
| * | | | | | drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and ...Uwe Kleine-König2011-11-031-3/+3
| * | | | | | rtc: add initial support for mcp7941x partsDavid Anders2011-11-031-0/+27
| * | | | | | drivers/rtc/class.c: convert idr to ida and use ida_simple_get()Jonathan Cameron2011-11-031-23/+9
| * | | | | | init/do_mounts_rd.c: fix ramdisk identification for padded cramfsNeil Armstrong2011-11-031-0/+14
| * | | | | | ramfs: remove module leftoversRichard Weinberger2011-11-031-10/+0
| * | | | | | 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