aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dio (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-02aio: allocate kiocbs in batchesJeff Moyer2-29/+108
2011-11-02drivers/misc/vmw_balloon.c: fix typo in code commentRakib Mullick1-1/+1
2011-11-02drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside loopRakib Mullick1-1/+1
2011-11-02w1: disable irqs in critical sectionJan Weitzel1-0/+5
2011-11-02drivers/w1/w1_int.c: multiple masters used same init_nameFlorian Faber1-0/+1
2011-11-02drivers/power/ds2780_battery.c: fix deadlock upon insertion and removalClifton Barnes1-0/+9
2011-11-02drivers/power/ds2780_battery.c: add a nolock function to w1 interfaceClifton Barnes2-13/+37
2011-11-02drivers/power/ds2780_battery.c: create central point for calling w1 interfaceClifton Barnes1-35/+42
2011-11-02w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get itJonathan Cameron2-84/+12
2011-11-02pps gpio client: add missing dependencyHeiko Carstens1-1/+1
2011-11-02pps: new client driver using GPIOJames Nuss4-0/+269
2011-11-02pps: default echo functionJames Nuss3-28/+13
2011-11-02include/linux/dma-mapping.h: add dma_zalloc_coherent()Andrew Morton2-0/+17
2011-11-02sysctl: make CONFIG_SYSCTL_SYSCALL default to nWANG Cong2-37/+2
2011-11-02sysctl: add support for poll()Lucas De Marchi5-0/+108
2011-11-02RapidIO: documentation updateAlexandre Bounine1-1/+1
2011-11-02drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine1-2/+2
2011-11-02RapidIO: fix potential null deref in rio_setup_device()Alexandre Bounine1-1/+1
2011-11-02RapidIO: add mport driver for Tsi721 bridgeAlexandre Bounine8-2/+3196
2011-11-02arch/powerpc/sysdev/fsl_rio.c: release rapidio port I/O region resource if port failed to initializeLiu Gang1-0/+1
2011-11-02drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is completeLiu Gang1-2/+2
2011-11-02init: add root=PARTUUID=UUID/PARTNROFF=%d supportWill Drewry1-5/+43
2011-11-02include/linux/sem.h: make sysv_sem empty if SYSVIPC is disabledManfred Spraul1-2/+7
2011-11-02ipc/sem.c: remove private structures from public header fileManfred Spraul2-42/+46
2011-11-02ipc/sem.c: handle spurious wakeupsManfred Spraul1-0/+9
2011-11-02ipc/sem.c: fix return code race with semop vs. semop +semctl(IPC_RMID)Manfred Spraul1-1/+0
2011-11-02ida: make ida_simple_get/put() IRQ safeTejun Heo1-4/+7
2011-11-02proc: fix races against execve() of /proc/PID/fd**Vasiliy Kulikov1-43/+103
2011-11-02procfs: report EISDIR when reading sysctl dirs in procPavel Emelyanov1-0/+1
2011-11-02cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes1-3/+6
2011-11-02mm/page_cgroup.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2011-11-02memcg: Fix race condition in memcg_check_events() with this_cpu usageSteven Rostedt1-4/+6
2011-11-02memcg: close race between charge and putbackJohannes Weiner1-1/+20
2011-11-02memcg: skip scanning active lists based on individual sizeJohannes Weiner4-41/+25
2011-11-02memcg: do not expose uninitialized mem_cgroup_per_node to worldIgor Mammedov1-1/+1
2011-11-02memcg: fix oom schedule_timeout()KAMEZAWA Hiroyuki1-1/+1
2011-11-02memcg: rename mem variable to memcgRaghavendra K T2-479/+485
2011-11-02cgroup/kmemleak: Annotate alloc_page() for cgroup allocationsSteven Rostedt1-2/+5
2011-11-02cgroups: don't attach task to subsystem if migration failedBen Blum1-6/+9
2011-11-02cgroups: more safe tasklist locking in cgroup_attach_procBen Blum1-3/+3
2011-11-02hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher1-5/+15
2011-11-02isofs: add readpages supportNamjae Jeon1-1/+9
2011-11-02minix: describe usage of different magic numbersSami Kerola1-5/+5
2011-11-02drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and .exit.textUwe Kleine-König1-3/+3
2011-11-02rtc: add initial support for mcp7941x partsDavid Anders1-0/+27
2011-11-02drivers/rtc/class.c: convert idr to ida and use ida_simple_get()Jonathan Cameron1-23/+9
2011-11-02init/do_mounts_rd.c: fix ramdisk identification for padded cramfsNeil Armstrong1-0/+14
2011-11-02ramfs: remove module leftoversRichard Weinberger1-10/+0
2011-11-02binfmt_elf: fix PIE execution with randomization disabledJiri Kosina1-1/+10
2011-11-02thp: share get_huge_page_tail()Andrea Arcangeli5-44/+11