aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...HEADmasterLinus 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-01jbd2: Unify log messages in jbd2 codeEryu Guan4-47/+47
2011-11-01jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2-0/+16
2011-11-01ext4: let ext4_ext_rm_leaf work with EXT_DEBUG definedYongqiang Yang1-1/+1
2011-11-01ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabledYongqiang Yang1-8/+8
2011-11-01Merge branch 'for-linus/i2c-3.2' of git://git.fluff.org/bjdooks/linuxLinus Torvalds26-684/+1543
2011-11-01Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulatorLinus Torvalds16-48/+721
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds4-172/+362
2011-11-01Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds6-43/+129
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds84-984/+4738
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier83-980/+4737
2011-11-01Merge git://github.com/herbertx/cryptoLinus Torvalds45-208/+4049
2011-11-01sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.Eric W. Biederman1-8/+6
2011-11-01Merge branch 'imx/devel' into next/dtArnd Bergmann137-5256/+4007
2011-11-01Merge Qualcom Hexagon architectureLinus Torvalds113-0/+12726
2011-11-01Add extra arch overrides to asm-generic/checksum.hLinas Vepstas1-0/+4
2011-11-01Hexagon: Add self to MAINTAINERSRichard Kuo1-0/+6
2011-11-01Hexagon: Add basic stacktrace functionality for Hexagon architecture.Richard Kuo1-0/+66
2011-11-01Hexagon: Add configuration and makefiles for the Hexagon architecture.Richard Kuo7-0/+498
2011-11-01Hexagon: Comet platform supportRichard Kuo1-0/+85
2011-11-01Hexagon: kgdb support filesLinas Vepstas2-0/+297
2011-11-01Hexagon: Add page-fault support.Richard Kuo4-0/+601
2011-11-01Hexagon: Add page table header files & etc.Richard Kuo7-0/+1054
2011-11-01Hexagon: Add ioremap supportRichard Kuo1-0/+56
2011-11-01Hexagon: Provide DMA implementationRichard Kuo3-0/+350
2011-11-01Hexagon: Implement basic TLB management routines for Hexagon.Richard Kuo3-0/+190
2011-11-01Hexagon: Implement basic cache-flush supportRichard Kuo3-0/+261
2011-11-01Hexagon: Provide basic implementation and/or stubs for I/O routines.Richard Kuo2-0/+417
2011-11-01Hexagon: Add user access functionsRichard Kuo6-0/+705
2011-11-01Hexagon: Add locking types and functionsRichard Kuo3-0/+360
2011-11-01Hexagon: Add SMP supportRichard Kuo3-0/+372
2011-11-01Hexagon: Provide basic debugging and system trap support.Richard Kuo2-0/+483
2011-11-01Hexagon: Add ptrace supportRichard Kuo2-0/+215
2011-11-01Hexagon: Add time and timer functionsRichard Kuo3-0/+318
2011-11-01Hexagon: Add interruptsRichard Kuo2-0/+126
2011-11-01Hexagon: Add startup codeRichard Kuo3-0/+345
2011-11-01Hexagon: Add init_task and process functionsRichard Kuo2-0/+333
2011-11-01Hexagon: Add signal functionsRichard Kuo6-0/+569
2011-11-01Hexagon: Support dynamic module loading.Linas Vepstas1-0/+162
2011-11-01Hexagon: Export ksyms defined in assembly files.Linas Vepstas1-0/+40
2011-11-01Hexagon: Add hypervisor interfaceRichard Kuo8-0/+1449
2011-11-01Hexagon: Add memcpy and memset accelerated functionsRichard Kuo2-0/+858
2011-11-01Hexagon: Add checksum functionsRichard Kuo3-0/+279
2011-11-01Hexagon: Add delay functionsRichard Kuo1-0/+28
2011-11-01Hexagon: Add threadinfoRichard Kuo1-0/+154
2011-11-01Hexagon: Add processor and system headersRichard Kuo5-0/+548
2011-11-01Hexagon: Add syscallsRichard Kuo4-0/+212
2011-11-01Hexagon: Add atomic ops supportRichard Kuo1-0/+164
2011-11-01Hexagon: Add bitops supportRichard Kuo1-0/+301
2011-11-01Hexagon: Core arch-specific header filesRichard Kuo12-0/+618
2011-11-01Hexagon: Add generic headersRichard Kuo5-0/+202
2011-11-01Merge branch 'depends/rmk/memory_h' into next/cleanup2Arnd Bergmann465-1664/+829
2011-11-01crypto: user - Depend on NET instead of selecting itHerbert Xu1-1/+1
2011-11-01Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...Ben Dooks4-52/+206
2011-11-01Merge branch 'for-32/i2c/irqflags' into for-linus/i2c-3.2Ben Dooks9-10/+10
2011-11-01Merge branches 'for-32/i2c/omap-v4', 'for-32/i2c/imx-dt', 'for-32/i2c/eg20t-v...Ben Dooks12-547/+1206
2011-10-31Merge branch 'akpm' (Andrew's incoming)Linus Torvalds194-1356/+2520
2011-10-31epoll: fix spurious lockdep warningsNelson Elhage1-7/+18
2011-10-31checkpatch: add a --strict check for utf-8 in commit logsJoe Perches1-4/+26
2011-10-31kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches2-3/+7
2011-10-31llist-return-whether-list-is-empty-before-adding-in-llist_add-fixAndrew Morton1-1/+1
2011-10-31wireless: at76c50x: follow rename pack_hex_byte to hex_byte_packAndy Shevchenko1-1/+1
2011-10-31fat: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-2/+2
2011-10-31security: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2-2/+2
2011-10-31kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko5-64/+64
2011-10-31lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2-8/+13
2011-10-31lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu1-2/+1
2011-10-31lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui1-2/+2
2011-10-31lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdefGlauber Costa1-0/+2
2011-10-31lib/bitmap.c: quiet sparse noise about address spaceH Hartley Sweeten1-4/+6
2011-10-31lib/spinlock_debug.c: print owner on spinlock lockupAkinobu Mita1-9/+10
2011-10-31lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan3-48/+68
2011-10-31drivers/leds/leds-lp5521.c: check if reset is successfulSrinidhi KASAGAR1-0/+18
2011-10-31leds: turn the blink_timer off before starting to blinkAntonio Ospite1-0/+2
2011-10-31leds: save the delay values after a successful call to blink_set()Antonio Ospite1-1/+4
2011-10-31drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializingDavid Daney1-1/+1
2011-10-31drivers/leds/leds-lm3530.c: add __devexit_p where neededAxel Lin1-1/+1
2011-10-31drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_O...Axel Lin1-3/+3
2011-10-31drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform dataMagnus Damm2-1/+1
2011-10-31drivers/leds/leds-renesas-tpu.c: update driver to use workqueueMagnus Damm1-4/+17
2011-10-31drivers/leds/leds-lm3530.c: remove obsolete cleanup for clientdataWolfram Sang1-1/+0