summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RapidIO: documentation updateAlexandre Bounine2011-11-021-1/+1
* drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine2011-11-021-2/+2
* RapidIO: fix potential null deref in rio_setup_device()Alexandre Bounine2011-11-021-1/+1
* 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 branch 'next/soc' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-0181-14/+5778
|\
| * Merge branch 'imx/imx6q' into next/socArnd Bergmann2011-11-0234-80/+3662
| |\
| | * MAINTAINERS: add ARM/FREESCALE IMX6 entryShawn Guo2011-10-311-0/+7
| | * arm/imx: merge i.MX3 and i.MX6Sascha Hauer2011-10-314-19/+13
| | * arm/imx6q: add suspend/resume supportShawn Guo2011-10-314-1/+108
| | * arm/imx6q: add device tree machine supportShawn Guo2011-10-314-2/+99