aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/linux-dmHEADmasterLinus Torvalds42-37/+12079
2011-11-02Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-0/+30
2011-11-02Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds11-525/+2671
2011-11-02Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2011-11-02Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...Linus Torvalds9-9/+19
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds70-1035/+4909
2011-11-02memcg: replace ss->id_lock with a rwlockAndrew Bresticker2-10/+10
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 ...Rakib 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 po...Liu Gang1-0/+1
2011-11-02drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp...Liu 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 ...Uwe 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
2011-11-02sparc: gup_pte_range() support THP based tail recountingAndrea Arcangeli1-0/+13
2011-11-02s390: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli1-10/+11
2011-11-02s390: gup_huge_pmd() support THP tail recountingAndrea Arcangeli1-1/+23
2011-11-02powerpc: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli1-10/+11
2011-11-02powerpc: gup_hugepte() support THP based tail recountingAndrea Arcangeli1-1/+23
2011-11-02powerpc: gup_hugepte() avoid freeing the head page too many timesAndrea Arcangeli1-3/+2
2011-11-02powerpc: get_hugepte() don't put_page() the wrong pageAndrea Arcangeli1-1/+1
2011-11-02powerpc: remove superfluous PageTail checks on the pte gup_fastAndrea Arcangeli1-13/+0
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli8-84/+171
2011-11-02Merge git://github.com/rustyrussell/linuxLinus Torvalds12-64/+742
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds108-235/+301
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds34-1329/+2898
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds25-347/+259
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds253-3326/+1666
2011-11-02um: fix ubd cow sizeRichard Weinberger1-1/+30
2011-11-02um: Fix kmalloc argument order in um/vdso/vma.cDave Jones1-1/+1
2011-11-02um: switch to use of drivers/KconfigAl Viro11-33/+13
2011-11-02UserModeLinux-HOWTO.txt: fix a typoJonathan Neuschäfer1-1/+1
2011-11-02UserModeLinux-HOWTO.txt: remove ^H charactersJonathan Neuschäfer1-265/+265
2011-11-02um: we need sys/user.h only on i386Richard Weinberger1-0/+2
2011-11-02um: merge delay_{32,64}.cRichard Weinberger3-61/+1
2011-11-02um: distribute exports to where exported stuff is definedAl Viro10-54/+40
2011-11-02um: kill system-um.hAl Viro3-47/+40
2011-11-02um: generic ftrace.h will do...Al Viro2-1/+1
2011-11-02um: segment.h is x86-only and needed only thereAl Viro1-0/+0
2011-11-02um: asm/pda.h is not needed anymoreAl Viro1-21/+0
2011-11-02um: hw_irq.h can go generic as wellAl Viro2-8/+1
2011-11-02um: switch to generic-yAl Viro13-59/+2
2011-11-02um: clean Kconfig up a bitAl Viro4-113/+26
2011-11-02um: a couple of missing dependencies...Al Viro2-3/+3
2011-11-02um: kill useless argument of free_chan() and free_one_chan()Al Viro1-5/+5
2011-11-02um: unify ptrace_user.hAl Viro9-77/+35
2011-11-02um: unify KSTK_...Al Viro4-13/+10
2011-11-02um: fix gcov build breakageAl Viro2-17/+2
2011-11-02um: page_offset.h is never usedAl Viro1-1/+0
2011-11-02um: irq_vectors.h just shadows x86 oneAl Viro1-0/+0
2011-11-02um: required-features.h is there only to shadow x86 one...Al Viro1-0/+0
2011-11-02um: asm/apic.h is there only to shadow the x86 one...Al Viro1-0/+0
2011-11-02um: take ubd_user.h to its users...Al Viro1-0/+0
2011-11-02um: take ldt.h to arch/x86/um/asm/mm_context.hAl Viro6-61/+58
2011-11-02um: merge signal_{32,64}.cAl Viro6-278/+189
2011-11-02um: no need to play with save_sp in signal frame setup anymoreAl Viro2-57/+15
2011-11-02um: increase stack growth cushion in pagefaultAl Viro3-6/+3
2011-11-02um: merge HOST_... of registers common on i386 and amd64Al Viro7-63/+63
2011-11-02um: sanitize paths in sys_call_table* includesAl Viro2-2/+2
2011-11-02um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.cAl Viro5-43/+38
2011-11-02um: move asm/desc.h into arch/x86/um/asmAl Viro1-0/+0
2011-11-02um: merge host_ldt_{32,64}.hAl Viro3-75/+35
2011-11-02um: merge tls_{32,64}.hAl Viro3-64/+35
2011-11-02um: take um_mmu.h to asm/mmu.h, clean asm/mmu_context.h a bitAl Viro3-34/+19
2011-11-02um: kill useless include of user.hAl Viro1-1/+0
2011-11-02um: kill um_uaccess.hAl Viro2-99/+84
2011-11-02um: take mconsole*.h to arch/um/driversAl Viro2-0/+0
2011-11-02um: take chan_*.h and line.h to arch/um/driversAl Viro8-10/+8
2011-11-02um: take register_winch_irq() into the caller of is_skas_winch()Al Viro2-6/+7
2011-11-02um: kill shared/mem_kern.hAl Viro2-21/+0
2011-11-02um: kill shared/tlb.hAl Viro3-15/+1
2011-11-02um: make flush_tlb_kernel_range_common() staticAl Viro2-3/+1
2011-11-02um: kill shared/task.h and HOST_TASK_REGSAl Viro3-11/+3
2011-11-02um: shared/syscall.h is not even includedAl Viro1-12/+0
2011-11-02um: don't include kern.h unless it's neededAl Viro2-2/+0
2011-11-02um: trim kern.hAl Viro1-18/+0
2011-11-02um: make load_initrd() static, kill shared/initrd.hAl Viro2-14/+2
2011-11-02um: bury unused macros around ptrace.hAl Viro3-10/+0
2011-11-02um: take arch/um/sys-x86 to arch/x86/umAl Viro93-25/+24
2011-11-02um: merge Makefile-{i386,x86_64}Al Viro3-28/+35
2011-11-02um: trim detritus from Makefile-i386Al Viro1-7/+3
2011-11-02um: arch_hweight.h is needed only on uml-x86Al Viro1-0/+0
2011-11-02um: merge kernel_offsets_*.hAl Viro3-49/+21
2011-11-02um: merge skas_ptrace.h 32/64bit variantsAl Viro3-48/+21
2011-11-02um: sysdep/barrier.h is not used for anythingAl Viro4-22/+0
2011-11-02um: shared/process.h is empty now; kill itAl Viro6-14/+0
2011-11-02um: finish conversion to mcontext_tAl Viro9-81/+67
2011-11-02um: start switching the references to host mcontext_t to its userland typeAl Viro7-26/+33
2011-11-02um: take userland definition of barrier() to user.hAl Viro3-6/+3
2011-11-02um: take system.h out of shared/sysdepAl Viro2-2/+1
2011-11-02um: fill the handlers array at build timeAl Viro4-12/+21
2011-11-02um: simplify set_handler()Al Viro4-27/+19
2011-11-02um: don't bother blocking SIGARLM and SIGUSR1Al Viro3-9/+8
2011-11-02um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ...Al Viro7-39/+14
2011-11-02um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro8-22/+14
2011-11-02um: merge arch/um/os-Linux/sys-{i386,x86_64}Al Viro9-85/+57
2011-11-02um: merge hard_handler() instances, switch to use of SA_SIGINFOAl Viro5-35/+10
2011-11-02um: kill dead code around uaccessAl Viro6-77/+3
2011-11-02um: merge arch/um/sys-{i386,x86_64}Al Viro51-193/+81
2011-11-02um: merge arch/um/sys-{i386,x86_64}/sharedAl Viro39-134/+61
2011-11-02um: merge arch/um/sys-{i386,x86_64}/asmAl Viro19-234/+192
2011-11-02um: get rid of unused macros in ptrace_user.hAl Viro2-63/+0
2011-11-02um: get rid of sysdep/sc.hAl Viro4-91/+15
2011-11-02um: Get rid of UPT_SET/UPT_REG macrosAl Viro5-158/+145
2011-11-02um: take vm-flags.h to sys-*/asmAl Viro3-1/+1
2011-11-02um: get rid of sysdep/checksum.hAl Viro3-7/+1
2011-11-02um: trim unused junk from user.hAl Viro1-2/+0
2011-11-02um: get rid of kern_constants.hAl Viro5-14/+5
2011-11-02um: kill a couple of useless includes of kern_constants.hAl Viro2-2/+0
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro47-78/+3
2011-11-02um: take user_constants.h to include/generatedAl Viro7-9/+8
2011-11-02um: kill skas_ptregs.hAl Viro3-10/+0
2011-11-02um: switch to -idirafter, get saner kern_constants.h out of thatAl Viro1-2/+2
2011-11-02um: series of __get_user() is costly in sigframe handlingAl Viro2-86/+80
2011-11-02um: make copy_sc() staticAl Viro3-32/+1
2011-11-02um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn()Al Viro1-5/+8
2011-11-02um: switch {rt_,}sigreturn() to set_current_blocked()Al Viro2-15/+3
2011-11-02um: use subarch-obj instead of copying...Al Viro2-227/+2
2011-11-02vfs: add d_prune dentry operationSage Weil3-8/+41
2011-11-02vfs: protect i_nlinkMiklos Szeredi2-6/+16
2011-11-02filesystems: add set_nlink()Miklos Szeredi81-148/+163
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi32-58/+55
2011-11-02logfs: remove unnecessary nlink settingMiklos Szeredi1-1/+0
2011-11-02ocfs2: remove unnecessary nlink settingMiklos Szeredi1-2/+0
2011-11-02jfs: remove unnecessary nlink settingMiklos Szeredi1-1/+0
2011-11-02hypfs: remove unnecessary nlink settingMiklos Szeredi1-2/+0
2011-11-02vfs: ignore error on forced remountMiklos Szeredi1-2/+7
2011-11-02readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft3-7/+17
2011-11-02vfs: fix dentry leak in simple_fill_super()Konstantin Khlebnikov1-1/+3
2011-11-01Merge branch 'next/soc' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds81-14/+5778
2011-11-01Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds41-101/+2461
2011-11-01Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds63-1118/+1596
2011-11-01Merge branch 'next/cross-platform' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds15-79/+136
2011-11-01Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds125-732/+1732
2011-11-01Merge branch 'next/board' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds59-586/+3147
2011-11-01Merge branch 'next/deletion' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds29-1307/+0
2011-11-01Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds44-1325/+2097
2011-11-01Merge branch 'next/timer' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds25-494/+1518
2011-11-01Merge branch 'next/driver' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds25-7/+524
2011-11-01Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds224-8853/+5266
2011-11-01Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds59-108/+410
2011-11-02Merge branch 'imx/imx6q' into next/socArnd Bergmann34-80/+3662
2011-11-02Merge branch 'picoxcell/soc' into next/socArnd Bergmann26-0/+1341
2011-11-02Merge branch 'highbank/soc' into next/socArnd Bergmann303-2057/+2996
2011-11-02virtio-blk: use ida to allocate disk indexMichael S. Tsirkin1-6/+24
2011-11-02virtio: Add platform bus driver for memory mapped virtio devicePawel Moll5-0/+619
2011-11-02virtio: Dont add "config" to list for !per_vq_vectorKrishna Kumar1-3/+7
2011-11-02virtio: console: wait for first console port for early console outputChristian Borntraeger1-0/+20
2011-11-02virtio: console: add port stats for bytes received, sent and discardedAmit Shah1-0/+24
2011-11-02virtio: console: make discard_port_data() use get_inbuf()Amit Shah1-10/+5
2011-11-02virtio: console: rename variableAmit Shah1-6/+5
2011-11-02virtio: console: make get_inbuf() return port->inbuf if presentAmit Shah1-14/+8
2011-11-02virtio: console: Fix return type for get_inbuf()Amit Shah1-1/+1
2011-11-02virtio: console: Use wait_event_freezable instead of _interruptibleAmit Shah1-4/+5
2011-11-02virtio: console: Ignore port name update request if name already setAmit Shah1-0/+7
2011-11-02virtio: console: Fix indentationAmit Shah1-1/+1
2011-11-02virtio: modify vring_init and vring_size to take account of the layout contai...Wang Sheng-Hui1-3/+3