aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* score: add old syscall supportChen Liqin2009-08-30
* score: add MEMORY_START and MEMORY_SIZE define, to make the code clearChen Liqin2009-08-30
* score: update inconsistent declare after .c was changedChen Liqin2009-08-30
* score: remove unused code, add include files in .cChen Liqin2009-08-30
* Merge branch 'score' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/as...Chen Liqin2009-08-29
|\
| * score: clean up mm/init.cArnd Bergmann2009-06-27
| * score: make irq.h definitions localArnd Bergmann2009-06-27
| * score: cleanups: dead code, 0 as pointer, shadowed variablesArnd Bergmann2009-06-27
| * score: fix function prototypesArnd Bergmann2009-06-27
| * score: add address space annotationsArnd Bergmann2009-06-27
| * score: add missing #includesArnd Bergmann2009-06-27
| * score: move save arg5 and arg6 instruction in front of enable_irqChen Liqin2009-06-22
| * score: add prototypes for wrapped syscallsArnd Bergmann2009-06-19
| * score: remove init_mmArnd Bergmann2009-06-19
| * score: add generic sys_call_tableArnd Bergmann2009-06-19
| * score: remove __{put,get}_user_unknownArnd Bergmann2009-06-19
| * score: unset __ARCH_WANT_IPC_PARSE_VERSIONArnd Bergmann2009-06-19
| * score: update files according to review commentsChen Liqin2009-06-19
| * score: add maintainers for score architectureChen Liqin2009-06-19
| * score: Add support for Sunplus S+core architectureChen Liqin2009-06-19
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-08-29
|\ \
| * | ACPI: don't free non-existent backlight in acpi video moduleKeith Packard2009-08-28
| * | toshiba_acpi: return on a fail pathJiri Slaby2009-08-28
| * | ACPICA: Windows compatibility fix: same buffer/string storeLin Ming2009-08-28
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-08-29
|\ \ \
| * | | inotify: update the group mask on mark additionEric Paris2009-08-28
| * | | inotify: fix length reporting and size checkingEric Paris2009-08-28
| * | | inotify: do not send a block of zeros when no pathname is availableBrian Rogers2009-08-28
| |/ /
* | | parisc: fix warning in traps.cGrant Grundler2009-08-29
* | | SUNRPC: Fix rpc_task_force_reencodeTrond Myklebust2009-08-29
* | | modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar2009-08-29
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-29
|\ \ \ | |/ / |/| |
| * | x86: Fix vSMP boot crashYinghai Lu2009-08-26
| * | x86, xen: Initialize cx to suppress warningH. Peter Anvin2009-08-26
| * | x86, xen: Suppress WP test on XenJeremy Fitzhardinge2009-08-26
* | | Linux 2.6.31-rc8v2.6.31-rc8Linus Torvalds2009-08-27
* | | module: workaround duplicate section namesJames Bottomley2009-08-27
* | | module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell2009-08-27
* | | xenfb: connect to backend before registering fbJeremy Fitzhardinge2009-08-27
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-08-27
|\ \ \
| * | | inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman2009-08-27
| * | | inotify: fix locking around inotify watching in the idrEric Paris2009-08-27
| * | | inotify: do not BUG on idr entries at inotify destructionEric Paris2009-08-27
| * | | inotify: seperate new watch creation updating existing watchesEric Paris2009-08-27
* | | | lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt2009-08-27
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-08-27
|\ \ \ \
| * | | | 9p: update documentation pointersEric Van Hensbergen2009-08-17
| * | | | 9p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni2009-08-17
| * | | | net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni2009-08-17
| * | | | 9p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni2009-08-17