summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* m68knommu: update defconfigGreg Ungerer2008-03-041-56/+56
* Build fix for drivers/s390/char/defkeymap.cTony Breeds2008-03-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-03-0429-615/+410
|\
| * Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-03-0447-594/+593
| |\
| * \ Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-03-038-62/+110
| |\ \
| * \ \ Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-03-01956-10512/+23608
| |\ \ \
| * | | | [CIFS] remove unused variableSteve French2008-02-261-3/+2
| * | | | [CIFS] consolidate duplicate code in posix/unix inode handlingChristoph Hellwig2008-02-251-176/+103
| * | | | [CIFS] fix build break when proc disabledSteve French2008-02-181-2/+2
| * | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-02-153071-74726/+160446
| |\ \ \ \
| * | | | | [CIFS] factoring out common code in get_inode_info functionsChristoph Hellwig2008-02-151-63/+43
| * | | | | [CIFS] fix prepath conversion when server supports posix pathsSteve French2008-02-151-1/+7
| * | | | | [CIFS] Only convert / when server does not support posix pathsIgor Mammedov2008-02-151-2/+11
| * | | | | [CIFS] Fix mixed case name in structure dfs_info3_paramIgor Mammedov2008-02-152-2/+2
| * | | | | [CIFS] fixup prefixpaths which contain multiple path componentsSteve French2008-02-142-2/+25
| * | | | | [CIFS] fix typoSteve French2008-02-131-1/+1
| * | | | | [CIFS] patch to fix incorrect encoding of number of aces on set modeShirish Pargaonkar2008-02-121-5/+1
| * | | | | [CIFS] Fix typo in quota operationsRoel Kluin2008-02-121-1/+1
| * | | | | [CIFS] clean up some hard to read ifdefsSteve French2008-02-1213-84/+51
| * | | | | [CIFS] reduce checkpatch warningsSteve French2008-02-0723-279/+167
| * | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-02-06684-8650/+34037
| |\ \ \ \ \
| * | | | | | [CIFS] fix warning in cifs_spnego.cAndrew Morton2008-02-051-1/+1
* | | | | | | freezer vs stopped or tracedRoland McGrath2008-03-042-19/+26
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-03-033-121/+92
|\ \ \ \ \ \
| * | | | | | slub: fix possible NULL pointer dereferenceCyrill Gorcunov2008-03-031-2/+4
| * | | | | | slub: Add kmalloc_large_node() to support kmalloc_node fallbackChristoph Lameter2008-03-031-2/+13
| * | | | | | slub: look up object from the freelist oncePekka J Enberg2008-03-031-2/+0
| * | | | | | slub: Fix up commentsChristoph Lameter2008-03-032-23/+30
| * | | | | | slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()Christoph Lameter2008-03-031-7/+8
| * | | | | | slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUGChristoph Lameter2008-03-031-4/+2
| * | | | | | slub: Use the objsize from the kmem_cache_cpu structureChristoph Lameter2008-03-031-1/+1
| * | | | | | slub: Remove useless checks in alloc_debug_processingChristoph Lameter2008-03-031-2/+2
| * | | | | | slub: Remove objsize check in kmem_cache_flags()Christoph Lameter2008-03-031-23/+4
| * | | | | | slub: rename slab_objects to show_slab_objectsChristoph Lameter2008-03-031-5/+5
| * | | | | | Revert "unique end pointer" patchChristoph Lameter2008-03-032-51/+24
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Christoph Lameter2008-03-03289-2958/+4814
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Christoph Lameter2008-02-27796-9867/+24902
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Christoph Lameter2008-02-15270-3430/+5316
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Christoph Lameter2008-02-14144-1303/+3141
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Christoph Lameter2008-02-1217-103/+143
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz2008-02-111-2/+1
* | | | | | | | | | | | exit_notify: fix kill_orphaned_pgrp() usage with mt exitOleg Nesterov2008-03-031-3/+4
* | | | | | | | | | | | will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkOleg Nesterov2008-03-031-9/+8
* | | | | | | | | | | | introduce kill_orphaned_pgrp() helperOleg Nesterov2008-03-031-39/+35
* | | | | | | | | | | | Fix default compose table initializationSamuel Thibault2008-03-033-70/+70
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-03-031-4/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ARM] Fix freeing of page tables for ARM in free_pgd_slowUwe Kleine-König2008-03-011-4/+2
* | | | | | | | | | | | docbook: fix fusion source filesRandy Dunlap2008-03-032-21/+18
* | | | | | | | | | | | docbook: fix kernel-api source filesRandy Dunlap2008-03-033-7/+3
* | | | | | | | | | | | docbook: fix usb source filesRandy Dunlap2008-03-032-10/+5
OpenPOWER on IntegriCloud