aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | RapidIO: add mport driver for Tsi721 bridgeAlexandre Bounine2011-11-028-2/+3196
| * | | | arch/powerpc/sysdev/fsl_rio.c: release rapidio port I/O region resource if po...Liu Gang2011-11-021-0/+1
| * | | | drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp...Liu Gang2011-11-021-2/+2
| * | | | init: add root=PARTUUID=UUID/PARTNROFF=%d supportWill Drewry2011-11-021-5/+43
| * | | | include/linux/sem.h: make sysv_sem empty if SYSVIPC is disabledManfred Spraul2011-11-021-2/+7
| * | | | ipc/sem.c: remove private structures from public header fileManfred Spraul2011-11-022-42/+46
| * | | | ipc/sem.c: handle spurious wakeupsManfred Spraul2011-11-021-0/+9
| * | | | ipc/sem.c: fix return code race with semop vs. semop +semctl(IPC_RMID)Manfred Spraul2011-11-021-1/+0
| * | | | ida: make ida_simple_get/put() IRQ safeTejun Heo2011-11-021-4/+7
| * | | | proc: fix races against execve() of /proc/PID/fd**Vasiliy Kulikov2011-11-021-43/+103
| * | | | procfs: report EISDIR when reading sysctl dirs in procPavel Emelyanov2011-11-021-0/+1
| * | | | cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes2011-11-021-3/+6
| * | | | mm/page_cgroup.c: quiet sparse noiseH Hartley Sweeten2011-11-021-1/+1
| * | | | memcg: Fix race condition in memcg_check_events() with this_cpu usageSteven Rostedt2011-11-021-4/+6
| * | | | memcg: close race between charge and putbackJohannes Weiner2011-11-021-1/+20
| * | | | memcg: skip scanning active lists based on individual sizeJohannes Weiner2011-11-024-41/+25
| * | | | memcg: do not expose uninitialized mem_cgroup_per_node to worldIgor Mammedov2011-11-021-1/+1
| * | | | memcg: fix oom schedule_timeout()KAMEZAWA Hiroyuki2011-11-021-1/+1
| * | | | memcg: rename mem variable to memcgRaghavendra K T2011-11-022-479/+485
| * | | | cgroup/kmemleak: Annotate alloc_page() for cgroup allocationsSteven Rostedt2011-11-021-2/+5
| * | | | cgroups: don't attach task to subsystem if migration failedBen Blum2011-11-021-6/+9
| * | | | cgroups: more safe tasklist locking in cgroup_attach_procBen Blum2011-11-021-3/+3
| * | | | hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher2011-11-021-5/+15
| * | | | isofs: add readpages supportNamjae Jeon2011-11-021-1/+9
| * | | | minix: describe usage of different magic numbersSami Kerola2011-11-021-5/+5
| * | | | drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and ...Uwe Kleine-König2011-11-021-3/+3
| * | | | rtc: add initial support for mcp7941x partsDavid Anders2011-11-021-0/+27
| * | | | drivers/rtc/class.c: convert idr to ida and use ida_simple_get()Jonathan Cameron2011-11-021-23/+9
| * | | | init/do_mounts_rd.c: fix ramdisk identification for padded cramfsNeil Armstrong2011-11-021-0/+14
| * | | | ramfs: remove module leftoversRichard Weinberger2011-11-021-10/+0
| * | | | binfmt_elf: fix PIE execution with randomization disabledJiri Kosina2011-11-021-1/+10
| * | | | thp: share get_huge_page_tail()Andrea Arcangeli2011-11-025-44/+11
| * | | | sparc: gup_pte_range() support THP based tail recountingAndrea Arcangeli2011-11-021-0/+13
| * | | | s390: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-021-10/+11
| * | | | s390: gup_huge_pmd() support THP tail recountingAndrea Arcangeli2011-11-021-1/+23
| * | | | powerpc: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-021-10/+11
| * | | | powerpc: gup_hugepte() support THP based tail recountingAndrea Arcangeli2011-11-021-1/+23
| * | | | powerpc: gup_hugepte() avoid freeing the head page too many timesAndrea Arcangeli2011-11-021-3/+2
| * | | | powerpc: get_hugepte() don't put_page() the wrong pageAndrea Arcangeli2011-11-021-1/+1
| * | | | powerpc: remove superfluous PageTail checks on the pte gup_fastAndrea Arcangeli2011-11-021-13/+0
| * | | | mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-028-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