summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-03[WATCHDOG] doc: watchdog simple example: don't fail on fsync()Giel van Schijndel1-3/+0
2010-04-03[WATCHDOG] set max63xx driver as ARM onlyMarc Zyngier1-5/+6
2010-04-03[WATCHDOG] powerpc: pika_wdt ident cannot be constSean MacLennan1-1/+1
2010-04-02Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds13-47/+137
2010-04-02Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-2/+61
2010-04-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+4
2010-04-02PCI quirk: RS780/RS880: disable MSI behind the PCI bridgeClemens Ladisch1-33/+3
2010-04-02Merge branch 'kgdb-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2-102/+109
2010-04-02Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-8/+13
2010-04-02tty: release_one_tty() forgets to put pidsOleg Nesterov1-0/+2
2010-04-02kgdb: Turn off tracing while in the debuggerJason Wessel1-0/+8
2010-04-02kgdb: use atomic_inc and atomic_dec instead of atomic_setJason Wessel1-8/+7
2010-04-02kgdb: eliminate kgdb_wait(), all cpus enter the same wayJason Wessel1-83/+82
2010-04-02kgdbts,sh: Add in breakpoint pc offset for superhJason Wessel1-0/+6
2010-04-02kgdb: have ebin2mem call probe_kernel_write onceJason Wessel1-14/+9
2010-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-1/+5
2010-04-02Merge branch 'sh/for-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-84/+294
2010-04-02sh: Fix up the SH-3 build for recent TLB changes.Paul Mundt4-28/+75
2010-04-02sh: export return_address() symbol.Paul Mundt1-0/+3
2010-04-01Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds76-1676/+2904
2010-04-01Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds24-446/+407
2010-04-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds4-2/+170
2010-04-01oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov1-2/+3
2010-04-01microblaze: Support word copying in copy_tofrom_userMichal Simek1-14/+25
2010-04-01microblaze: Print early printk information to log bufferMichal Simek1-9/+15
2010-04-01microblaze: head.S typo fixMichal Simek1-2/+2
2010-04-01microblaze: Use MICROBLAZE_TLB_SIZE in asm codeMichal Simek2-3/+3
2010-04-01microblaze: Kconfig Fix - pciMichal Simek1-3/+0
2010-04-01microblaze: Adding likely macrosMichal Simek6-26/+28
2010-04-01microblaze: Add .type and .size to ASM functionsMichal Simek3-1/+22
2010-04-01microblaze: Fix TLB macrosMichal Simek1-1/+2
2010-04-01microblaze: Use instruction with delay slotMichal Simek1-8/+5
2010-04-01microblaze: Remove additional resr and rear loadingMichal Simek1-15/+3
2010-04-01microblaze: Change register usage for ESR and EARMichal Simek1-35/+35
2010-04-01microblaze: Prepare work for optimization in exception codeMichal Simek1-6/+3
2010-04-01microblaze: Add DEBUG optionMichal Simek1-0/+2
2010-04-01microblaze: Support systems without lmb bramMichal Simek1-0/+6
2010-04-01microblaze: uaccess: Sync strlen, strnlen, copy_to/from_userMichal Simek1-56/+32
2010-04-01microblaze: uaccess: Unify __copy_tofrom_userMichal Simek2-39/+22
2010-04-01microblaze: uaccess: Move functions to generic locationMichal Simek3-200/+61
2010-04-01microblaze: uaccess: Fix put_user for noMMUMichal Simek1-22/+56
2010-04-01microblaze: uaccess: Fix get_user macro for noMMUMichal Simek1-23/+66
2010-04-01microblaze: uaccess: fix clear_user for noMMU kernelMichal Simek1-45/+36
2010-04-01microblaze: uaccess: Fix strncpy_from_user functionMichal Simek1-3/+11
2010-04-01microblaze: uaccess: fix copy_from_user macroMichal Simek1-9/+14
2010-04-01microblaze: uaccess: copy_to_user unificationMichal Simek1-9/+16
2010-04-01microblaze: uaccess: sync put/get/clear_user macrosMichal Simek1-37/+69
2010-04-01microblaze: uaccess: fix put_user and get_user macrosMichal Simek1-51/+49
2010-04-01microblaze: uaccess: fix __get_user_asm macroMichal Simek1-16/+17
2010-04-01microblaze: uaccess: fix clean user macroMichal Simek1-34/+55