| Commit message (Expand) | Author | Age |
... | |
| * | | | | x86: fix sparse warning in topology.c | Harvey Harrison | 2008-02-09 |
| * | | | | x86: sparse warnings in pageattr.c | Harvey Harrison | 2008-02-09 |
| * | | | | x86: sparse warning in therm_throt.c | Harvey Harrison | 2008-02-09 |
| * | | | | x86: fix sparse warning in xen/time.c | Harvey Harrison | 2008-02-09 |
| * | | | | x86: GEODE: MFGPT: fix typo in printk in mfgpt_timer_setup | Arnd Hannemann | 2008-02-09 |
| * | | | | x86: GEODE: make sure the right MFGPT timer fired the timer tick | Jordan Crouse | 2008-02-09 |
| * | | | | x86: GEODE: MFGPT: fix a potential race when disabling a timer | Andres Salomon | 2008-02-09 |
| * | | | | x86: GEODE: MFGPT: Use "just-in-time" detection for the MFGPT timers | Jordan Crouse | 2008-02-09 |
| * | | | | x86: GEODE: MFGPT: make mfgpt_timer_setup available outside of mfgpt_32.c | Andres Salomon | 2008-02-09 |
| * | | | | x86: GEODE: MFGPT: replace 'flags' field with 'avail' bit | Andres Salomon | 2008-02-09 |
| * | | | | x86: GEODE: MFGPT: drop module owner usage from MFGPT API | Andres Salomon | 2008-02-09 |
| * | | | | x86: GEODE fix MFGPT input clock value | Willy Tarreau | 2008-02-09 |
| * | | | | x86: GEODE: MFGPT: Minor cleanups | Andres Salomon | 2008-02-09 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-02-10 |
|\ \ \ \ \ |
|
| * | | | | | [SPARC]: Add solaris/sunos binary support to feature removal schedule. | David S. Miller | 2008-02-10 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/a.out.h | David S. Miller | 2008-02-10 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/fb.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/errno.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/emergency-restart.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/div64.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/device.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/current.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/cputime.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/cache.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/byteorder.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/bugs.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/bug.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Kill BSD errno translation table and header files. | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge asm-sparc{,64}/bpp.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge include/asm-sparc{,64}/auxvec.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge include/asm-sparc{,64}/of_device.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Merge include/asm-sparc{,64}/prom.h | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC]: Remove of_platform_device_create | Stephen Rothwell | 2008-02-09 |
| * | | | | | [SPARC64]: Add kretprobe support. | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC64]: Add SG merging support back into IOMMU code. | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC64]: IOMMU allocations using iommu-helper layer. | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC64]: iommu_common.h tidy ups... | David S. Miller | 2008-02-09 |
| * | | | | | [SPARC64]: Remove unused declarations from iommu_common.h | David S. Miller | 2008-02-09 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2008-02-10 |
|\ \ \ \ \ |
|
| * | | | | | ext4: Add new "development flag" to the ext4 filesystem | Theodore Tso | 2008-02-10 |
| * | | | | | ext4: Don't panic in case of corrupt bitmap | Aneesh Kumar K.V | 2008-02-10 |
| * | | | | | ext4: allocate struct ext4_allocation_context from a kmem cache | Eric Sandeen | 2008-02-10 |
| * | | | | | JBD2: Clear buffer_ordered flag for barried IO request on success | Dave Kleikamp | 2008-02-10 |
| * | | | | | ext4: Fix Direct I/O locking | Jan Kara | 2008-02-10 |
| * | | | | | ext4: Fix circular locking dependency with migrate and rm. | Aneesh Kumar K.V | 2008-02-10 |
| * | | | | | allow in-inode EAs on ext4 root inode | Eric Sandeen | 2008-02-05 |
| * | | | | | ext4: Fix null bh pointer dereference in mballoc | Aneesh Kumar K.V | 2008-02-10 |
| * | | | | | ext4: Don't set EXTENTS_FL flag for fast symlinks | Valerie Clement | 2008-02-05 |
| * | | | | | JBD2: Use the incompat macro for testing the incompat feature. | Aneesh Kumar K.V | 2008-02-05 |
| * | | | | | jbd2: Fix reference counting on the journal commit block's buffer head | Aneesh Kumar K.V | 2008-02-05 |