| Commit message (Expand) | Author | Age | Files | Lines |
* | fuse: fix bdi naming conflict | Miklos Szeredi | 2008-05-24 | 2 | -1/+10 |
* | mm: allow pfnmap ->fault()s | Nick Piggin | 2008-05-24 | 1 | -2/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2008-05-23 | 8 | -13/+50 |
|\ |
|
| * | IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMED | Dave Olson | 2008-05-23 | 1 | -1/+3 |
| * | IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish() | Jack Morgenstein | 2008-05-20 | 1 | -0/+6 |
| * | MAINTAINERS: Add cxgb3 and iw_cxgb3 NIC and iWARP driver entries | Steve Wise | 2008-05-20 | 1 | -0/+14 |
| * | IB/mlx4: Fix creation of kernel QP with max number of send s/g entries | Roland Dreier | 2008-05-20 | 1 | -5/+8 |
| * | IB/mthca: Fix max_sge value returned by query_device | Roland Dreier | 2008-05-16 | 1 | -1/+13 |
| * | RDMA/cxgb3: Fix uninitialized variable warning in iwch_post_send() | Roland Dreier | 2008-05-16 | 1 | -1/+1 |
| * | IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send() | Andrew Morton | 2008-05-16 | 1 | -1/+1 |
| * | IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediate | Ralph Campbell | 2008-05-15 | 1 | -2/+2 |
| * | IB/ipath: Fix printk format for ipath_sdma_status | Roland Dreier | 2008-05-15 | 1 | -2/+2 |
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2008-05-23 | 4 | -11/+19 |
|\ \ |
|
| * | | [CPUFREQ] clarify license of freq_table.c | Dominik Brodowski | 2008-05-22 | 1 | -0/+5 |
| * | | [CPUFREQ] Remove documentation of removed ondemand tunable. | Dave Jones | 2008-05-20 | 1 | -8/+0 |
| * | | [CPUFREQ] Crusoe: longrun cpufreq module reports false min freq | maximilian attems | 2008-05-19 | 1 | -1/+1 |
| * | | [CPUFREQ] powernow-k8: improve error messages | Mark Langsdorf | 2008-05-19 | 1 | -2/+13 |
* | | | remove debug printk from DRM suspend path | Jesse Barnes | 2008-05-23 | 1 | -2/+0 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2008-05-23 | 9 | -25/+13 |
|\ \ \ |
|
| * | | | [POWERPC] iSeries: Remove unused mail address | Stephen Rothwell | 2008-05-23 | 4 | -4/+4 |
| * | | | [POWERPC] mpic: Fix use of uninitialized variable | Stephen Rothwell | 2008-05-23 | 2 | -19/+4 |
| * | | | [POWERPC] Add kernstart_addr to list of allowed symbols in prom_init | Michael Ellerman | 2008-05-23 | 1 | -1/+1 |
| * | | | [POWERPC] Fix __set_fixmap() for STRICT_MM_TYPECHECKS | David Gibson | 2008-05-23 | 1 | -1/+1 |
| * | | | [POWERPC] PS3: Fix memory hotplug | Geoff Levand | 2008-05-23 | 1 | -0/+3 |
* | | | | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 2008-05-23 | 7 | -94/+98 |
|\ \ \ \ |
|
| * | | | | [XFS] Fix memory corruption with small buffer reads | Christoph Hellwig | 2008-05-23 | 2 | -4/+39 |
| * | | | | [XFS] Fix inode list allocation size in writeback. | David Chinner | 2008-05-23 | 1 | -3/+4 |
| * | | | | [XFS] Don't allow memory reclaim to wait on the filesystem in inode | David Chinner | 2008-05-23 | 1 | -1/+1 |
| * | | | | [XFS] Fix fsync() b0rkage. | David Chinner | 2008-05-23 | 4 | -86/+54 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f... | Lachlan McIlroy | 2008-05-23 | 559 | -4695/+6283 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f... | Lachlan McIlroy | 2008-05-19 | 3038 | -48954/+120270 |
| |\ \ \ \ \ |
|
| * | | | | | | [XFS] Include linux/random.h in all builds, not just debug builds. | David Chinner | 2008-04-30 | 2 | -2/+1 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-05-23 | 3 | -6/+44 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | stop_machine: make stop_machine_run more virtualization friendly | Christian Borntraeger | 2008-05-23 | 1 | -3/+4 |
| * | | | | | | | doc: add a chapter about trylock functions [Bug 9011] | Matti Linnanvuori | 2008-05-23 | 1 | -0/+25 |
| * | | | | | | | modules: proper cleanup of kobject without CONFIG_SYSFS | Denis V. Lunev | 2008-05-23 | 1 | -2/+14 |
| * | | | | | | | module loading ELF handling: use SELFMAG instead of numeric constant | Cyrill Gorcunov | 2008-05-23 | 1 | -1/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | fbdev: fix integer as NULL pointer warning | Harvey Harrison | 2008-05-23 | 4 | -5/+5 |
* | | | | | | | scsi: fix integer as NULL pointer warning | Harvey Harrison | 2008-05-23 | 5 | -13/+13 |
* | | | | | | | isdn: fix integer as NULL pointer warning | Harvey Harrison | 2008-05-23 | 1 | -3/+3 |
* | | | | | | | acpi: fix integer as NULL pointer warning | Harvey Harrison | 2008-05-23 | 2 | -3/+3 |
* | | | | | | | x86: fix integer as NULL pointer warning | Harvey Harrison | 2008-05-23 | 1 | -1/+1 |
| |_|_|/ / /
|/| | | | | |
|
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2008-05-22 | 3 | -14/+11 |
|\ \ \ \ \ \ |
|
| * | | | | | | [CIFS] Fix reversed memset arguments | Dave Jones | 2008-05-22 | 1 | -2/+2 |
| * | | | | | | Adds username in the upcall key for unattended mounts with keytab | Igor Mammedov | 2008-05-22 | 1 | -0/+3 |
| * | | | | | | [CIFS] Remove redundant NULL check | Steve French | 2008-05-22 | 1 | -12/+6 |
| |/ / / / / |
|
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-05-21 | 21 | -413/+68 |
|\ \ \ \ \ \ |
|
| * | | | | | | net: The world is not perfect patch. | Rami Rosen | 2008-05-21 | 3 | -362/+3 |
| * | | | | | | tcp: Make prior_ssthresh a u32 | Ilpo Järvinen | 2008-05-21 | 1 | -1/+1 |
| * | | | | | | xfrm_user: Remove zero length key checks. | David S. Miller | 2008-05-21 | 1 | -11/+0 |