summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] s390: /proc/sys/vm/cmm_* permission bitsMartin Schwidefsky2006-03-241-3/+3
* [PATCH] s390: early parameter parsingHeiko Carstens2006-03-241-63/+45
* [PATCH] s390: channel path measurementsCornelia Huck2006-03-244-23/+500
* [PATCH] s390: cio documentation updateCornelia Huck2006-03-241-3/+12
* [PATCH] s390: wrong interrupt delivered for hsch() or csch()Cornelia Huck2006-03-241-0/+12
* [PATCH] x86_64: {set,clear,test}_bit() related cleanup and pci_mmcfg_init() fixAkinobu Mita2006-03-245-21/+15
* [PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o2006-03-247-11/+13
* [PATCH] add sys_unshare to syscalls.hArnd Bergmann2006-03-241-0/+1
* [PATCH] more-for_each_cpu-conversions fixAndrew Morton2006-03-241-3/+3
* [PATCH] w1: use kthread api.Evgeniy Polyakov2006-03-233-65/+28
* [PATCH] W1: u64 is not long longAndrew Morton2006-03-231-2/+5
* [PATCH] W1: Remove incorrect MODULE_ALIASPatrick McHardy2006-03-231-2/+0
* [PATCH] fix W1_MASTER_DS9490_BRIDGE dependenciesAdrian Bunk2006-03-231-1/+1
* [PATCH] w1: misc cleanupsAdrian Bunk2006-03-235-15/+18
* [PATCH] W1: Add the DS2482 I2C-to-w1 bridge driver.Evgeniy Polyakov2006-03-234-0/+607
* [PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code ...Evgeniy Polyakov2006-03-2313-91/+126
* [PATCH] W1: Change the type 'unsigned long' member of 'struct w1_bus_master' ...Evgeniy Polyakov2006-03-234-40/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds2006-03-2318-213/+294
|\
| * Merge branch 'master' of git://imp.csi.cam.ac.uk/home/src/ntfs-2.6-devel/Anton Altaparmakov2006-03-2317-211/+291
| |\
| | * Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov2006-03-23320-4256/+5784
| | |\
| | * | NTFS: 2.1.27 - Various bug fixes and cleanups.Anton Altaparmakov2006-03-232-1/+6
| | * | NTFS: Semaphore to mutex conversion.Ingo Molnar2006-03-238-69/+71
| | * | NTFS: Handle the recently introduced -ENAMETOOLONG return value fromAnton Altaparmakov2006-03-232-5/+6
| | * | NTFS: Add a missing call to flush_dcache_mft_record_page() inAnton Altaparmakov2006-03-232-3/+8
| | * | NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weAnton Altaparmakov2006-03-233-19/+15
| | * | NTFS: Improve comments on file attribute flags in fs/ntfs/layout.h.Anton Altaparmakov2006-03-232-13/+13
| | * | NTFS: Limit name length in fs/ntfs/unistr.c::ntfs_nlstoucs() to maximumAnton Altaparmakov2006-03-232-19/+35
| | * | NTFS: Remove all the make_bad_inode() calls. This should only be calledAnton Altaparmakov2006-03-236-23/+5
| | * | NTFS: Add support for sparse files which have a compression unit of 0.Anton Altaparmakov2006-03-234-38/+75
| | * | NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there areAnton Altaparmakov2006-03-232-13/+28
| | * | NTFS: Use buffer_migrate_page() for the ->migratepage function of all ntfsAnton Altaparmakov2006-03-232-1/+10
| | * | NTFS: Fix a buggette in an "should be impossible" case handling where weAnton Altaparmakov2006-03-232-2/+4
| | * | NTFS: Fix an (innocent) off-by-one error in the runlist code.Anton Altaparmakov2006-03-235-7/+17
| | * | Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov2006-03-232663-98987/+136300
| | |\ \
| * | \ \ Merge branch 'master' of /home/aia21/ntfs-2.6/Anton Altaparmakov2006-03-23320-4256/+5784
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' of /home/aia21/ntfs-2.6/Anton Altaparmakov2006-03-232663-98987/+136300
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| * | | NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton forAnton Altaparmakov2006-03-072-2/+3
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-03-2330-328/+4531
|\ \ \ \
| * \ \ \ Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-03-2316-301/+1264
| |\ \ \ \
| | * | | | [PATCH] Restore channel setting after scan.David Woodhouse2006-03-231-0/+7
| | * | | | [PATCH] hostap: Fix memory leak on PCI probe error pathJouni Malinen2006-03-232-5/+8
| | * | | | [PATCH] hostap: Remove dead code (duplicated idx != 0)Jouni Malinen2006-03-231-4/+0
| | * | | | [PATCH] hostap: Fix unlikely read overrun in CIS parsingJouni Malinen2006-03-231-2/+2
| | * | | | [PATCH] hostap: Fix double free in prism2_config() error pathEugene Teo2006-03-231-2/+0
| | * | | | [PATCH] hostap: Fix ap_add_sta() return value verificationAdrian Bunk2006-03-231-1/+1
| | * | | | [PATCH] hostap: Fix hw reset after CMDCODE_ACCESS_WRITE timeoutAdrian Bunk2006-03-231-4/+4
| | * | | | [PATCH] wireless/airo: cache wireless scansDan Williams2006-03-231-59/+172
| | * | | | [PATCH] wireless/airo: define default MTUDan Williams2006-03-231-16/+17
| | * | | | [PATCH] wireless/airo: clean up printk usage to print device nameDan Williams2006-03-231-86/+105
| | * | | | [PATCH] WE-20 for kernel 2.6.16Jean Tourrilhes2006-03-235-93/+947
OpenPOWER on IntegriCloud