summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | x86: fixup more paravirt falloutIngo Molnar2008-02-092-14/+19
| * | | brk: document randomize_va_space and CONFIG_COMPAT_BRK (was Re:Jiri Kosina2008-02-091-0/+29
| * | | x86: fix sparse warnings in acpi/bus.cHarvey Harrison2008-02-092-6/+5
| * | | x86: fix sparse warning in topology.cHarvey Harrison2008-02-091-1/+1
| * | | x86: sparse warnings in pageattr.cHarvey Harrison2008-02-093-7/+9
| * | | x86: sparse warning in therm_throt.cHarvey Harrison2008-02-091-1/+1
| * | | x86: fix sparse warning in xen/time.cHarvey Harrison2008-02-091-5/+5
| * | | x86: GEODE: MFGPT: fix typo in printk in mfgpt_timer_setupArnd Hannemann2008-02-091-1/+1
| * | | x86: GEODE: make sure the right MFGPT timer fired the timer tickJordan Crouse2008-02-091-2/+6
| * | | x86: GEODE: MFGPT: fix a potential race when disabling a timerAndres Salomon2008-02-091-2/+3
| * | | x86: GEODE: MFGPT: Use "just-in-time" detection for the MFGPT timersJordan Crouse2008-02-093-17/+28
| * | | x86: GEODE: MFGPT: make mfgpt_timer_setup available outside of mfgpt_32.cAndres Salomon2008-02-092-7/+7
| * | | x86: GEODE: MFGPT: replace 'flags' field with 'avail' bitAndres Salomon2008-02-091-7/+5
| * | | x86: GEODE: MFGPT: drop module owner usage from MFGPT APIAndres Salomon2008-02-092-10/+6
| * | | x86: GEODE fix MFGPT input clock valueWilly Tarreau2008-02-091-14/+13
| * | | x86: GEODE: MFGPT: Minor cleanupsAndres Salomon2008-02-091-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-02-0944-1324/+689
|\ \ \ \
| * | | | [SPARC]: Add solaris/sunos binary support to feature removal schedule.David S. Miller2008-02-091-0/+11
| * | | | [SPARC]: Merge asm-sparc{,64}/a.out.hDavid S. Miller2008-02-092-110/+20
| * | | | [SPARC]: Merge asm-sparc{,64}/fb.hDavid S. Miller2008-02-092-31/+13
| * | | | [SPARC]: Merge asm-sparc{,64}/errno.hDavid S. Miller2008-02-092-115/+1
| * | | | [SPARC]: Merge asm-sparc{,64}/emergency-restart.hDavid S. Miller2008-02-091-6/+1
| * | | | [SPARC]: Merge asm-sparc{,64}/div64.hDavid S. Miller2008-02-091-1/+1
| * | | | [SPARC]: Merge asm-sparc{,64}/device.hDavid S. Miller2008-02-092-23/+1
| * | | | [SPARC]: Merge asm-sparc{,64}/current.hDavid S. Miller2008-02-092-22/+18
| * | | | [SPARC]: Merge asm-sparc{,64}/cputime.hDavid S. Miller2008-02-091-6/+1
| * | | | [SPARC]: Merge asm-sparc{,64}/cache.hDavid S. Miller2008-02-093-24/+20
| * | | | [SPARC]: Merge asm-sparc{,64}/byteorder.hDavid S. Miller2008-02-092-53/+48
| * | | | [SPARC]: Merge asm-sparc{,64}/bugs.hDavid S. Miller2008-02-092-15/+14
| * | | | [SPARC]: Merge asm-sparc{,64}/bug.hDavid S. Miller2008-02-092-37/+4
| * | | | [SPARC]: Kill BSD errno translation table and header files.David S. Miller2008-02-093-326/+6
| * | | | [SPARC]: Merge asm-sparc{,64}/bpp.hDavid S. Miller2008-02-092-74/+2
| * | | | [SPARC]: Merge include/asm-sparc{,64}/auxvec.hDavid S. Miller2008-02-091-4/+1
| * | | | [SPARC]: Merge include/asm-sparc{,64}/of_device.hDavid S. Miller2008-02-091-38/+1
| * | | | [SPARC]: Merge include/asm-sparc{,64}/prom.hDavid S. Miller2008-02-092-104/+11
| * | | | [SPARC]: Remove of_platform_device_createStephen Rothwell2008-02-094-63/+0
| * | | | [SPARC64]: Add kretprobe support.David S. Miller2008-02-092-2/+115
| * | | | [SPARC64]: Add SG merging support back into IOMMU code.David S. Miller2008-02-093-148/+291
| * | | | [SPARC64]: IOMMU allocations using iommu-helper layer.David S. Miller2008-02-095-110/+112
| * | | | [SPARC64]: iommu_common.h tidy ups...David S. Miller2008-02-091-3/+7
| * | | | [SPARC64]: Remove unused declarations from iommu_common.hDavid S. Miller2008-02-091-19/+0
| | |/ / | |/| |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-02-099-177/+270
|\ \ \ \
| * | | | ext4: Add new "development flag" to the ext4 filesystemTheodore Tso2008-02-102-0/+18
| * | | | ext4: Don't panic in case of corrupt bitmapAneesh Kumar K.V2008-02-101-14/+21
| * | | | ext4: allocate struct ext4_allocation_context from a kmem cacheEric Sandeen2008-02-101-45/+82
| * | | | JBD2: Clear buffer_ordered flag for barried IO request on successDave Kleikamp2008-02-101-1/+2
| * | | | ext4: Fix Direct I/O lockingJan Kara2008-02-101-54/+53
| * | | | ext4: Fix circular locking dependency with migrate and rm.Aneesh Kumar K.V2008-02-101-43/+74
| * | | | allow in-inode EAs on ext4 root inodeEric Sandeen2008-02-051-7/+1
| * | | | ext4: Fix null bh pointer dereference in mballocAneesh Kumar K.V2008-02-101-1/+1
OpenPOWER on IntegriCloud