Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | drm/i915: Set the multiplier for SDVO on G33 platform | Sean Young | 2009-08-24 | |
* | | | | | | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-08-29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | ACPI: don't free non-existent backlight in acpi video module | Keith Packard | 2009-08-28 | |
| * | | | | | | | | | | | | | | toshiba_acpi: return on a fail path | Jiri Slaby | 2009-08-28 | |
| * | | | | | | | | | | | | | | ACPICA: Windows compatibility fix: same buffer/string store | Lin Ming | 2009-08-28 | |
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2009-08-29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | inotify: update the group mask on mark addition | Eric Paris | 2009-08-28 | |
| * | | | | | | | | | | | | | | inotify: fix length reporting and size checking | Eric Paris | 2009-08-28 | |
| * | | | | | | | | | | | | | | inotify: do not send a block of zeros when no pathname is available | Brian Rogers | 2009-08-28 | |
| |/ / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | parisc: fix warning in traps.c | Grant Grundler | 2009-08-29 | |
* | | | | | | | | | | | | | | SUNRPC: Fix rpc_task_force_reencode | Trond Myklebust | 2009-08-29 | |
* | | | | | | | | | | | | | | modules: Fix build error in the !CONFIG_KALLSYMS case | Ingo Molnar | 2009-08-29 | |
* | | | | | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-08-29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | x86: Fix vSMP boot crash | Yinghai Lu | 2009-08-26 | |
| * | | | | | | | | | | | | | x86, xen: Initialize cx to suppress warning | H. Peter Anvin | 2009-08-26 | |
| * | | | | | | | | | | | | | x86, xen: Suppress WP test on Xen | Jeremy Fitzhardinge | 2009-08-26 | |
* | | | | | | | | | | | | | | Linux 2.6.31-rc8v2.6.31-rc8 | Linus Torvalds | 2009-08-27 | |
* | | | | | | | | | | | | | | module: workaround duplicate section names | James Bottomley | 2009-08-27 | |
* | | | | | | | | | | | | | | module: fix BUG_ON() for powerpc (and other function descriptor archs) | Rusty Russell | 2009-08-27 | |
* | | | | | | | | | | | | | | xenfb: connect to backend before registering fb | Jeremy Fitzhardinge | 2009-08-27 | |
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2009-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | inotify: Ensure we alwasy write the terminating NULL. | Eric W. Biederman | 2009-08-27 | |
| * | | | | | | | | | | | | | | inotify: fix locking around inotify watching in the idr | Eric Paris | 2009-08-27 | |
| * | | | | | | | | | | | | | | inotify: do not BUG on idr entries at inotify destruction | Eric Paris | 2009-08-27 | |
| * | | | | | | | | | | | | | | inotify: seperate new watch creation updating existing watches | Eric Paris | 2009-08-27 | |
* | | | | | | | | | | | | | | | lmb: Remove __init from lmb_end_of_DRAM() | Benjamin Herrenschmidt | 2009-08-27 | |
* | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2009-08-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | 9p: update documentation pointers | Eric Van Hensbergen | 2009-08-17 | |
| * | | | | | | | | | | | | | | | 9p: remove unnecessary v9fses->options which duplicates the mount string | Abhishek Kulkarni | 2009-08-17 | |
| * | | | | | | | | | | | | | | | net/9p: insulate the client against an invalid error code sent by a 9p server | Abhishek Kulkarni | 2009-08-17 | |
| * | | | | | | | | | | | | | | | 9p: Add missing cast for the error return value in v9fs_get_inode | Abhishek Kulkarni | 2009-08-17 | |
| * | | | | | | | | | | | | | | | 9p: Remove redundant inode uid/gid assignment | Abhishek Kulkarni | 2009-08-17 | |
| * | | | | | | | | | | | | | | | 9p: Fix possible regressions when ->get_sb fails. | Abhishek Kulkarni | 2009-08-17 | |
| * | | | | | | | | | | | | | | | 9p: Fix v9fs show_options | Abhishek Kulkarni | 2009-08-17 | |
| * | | | | | | | | | | | | | | | 9p: Fix possible memleak in v9fs_inode_from fid. | Abhishek Kulkarni | 2009-08-17 | |
| * | | | | | | | | | | | | | | | 9p: minor comment fixes | Abhishek Kulkarni | 2009-08-17 | |
| * | | | | | | | | | | | | | | | 9p: Fix possible inode leak in v9fs_get_inode. | Abhishek Kulkarni | 2009-08-17 | |
| * | | | | | | | | | | | | | | | 9p: Check for error in return value of v9fs_fid_add | Abhishek Kulkarni | 2009-08-17 | |
* | | | | | | | | | | | | | | | | ipv4: make ip_append_data() handle NULL routing table | Julien TINNES | 2009-08-27 | |
* | | | | | | | | | | | | | | | | AFS: Stop readlink() on AFS crashing due to NULL 'file' ptr | David Howells | 2009-08-27 | |
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-08-26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | virtio: net refill on out-of-memory | Rusty Russell | 2009-08-26 | |
| * | | | | | | | | | | | | | | smc91x: fix compilation on SMP | Alexey Dobriyan | 2009-08-26 | |
* | | | | | | | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-08-26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | powerpc/ps3: Update ps3_defconfig | Geoff Levand | 2009-08-26 | |
| * | | | | | | | | | | | | | | | powerpc/ps3: Add missing check for PS3 to rtc-ps3 platform device registration | Geert Uytterhoeven | 2009-08-26 | |
* | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2009-08-26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | IMA: iint put in ima_counts_get and put | Eric Paris | 2009-08-26 | |
* | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2009-08-26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | m68k,m68knommu: Wire up rt_tgsigqueueinfo and perf_counter_open | Geert Uytterhoeven | 2009-08-26 |