summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: move cache/processor/fault glue to separate include filesRussell King2011-02-1211-618/+644
* ARM: pm: add function to set WFI low-power mode for SMP CPUsRussell King2011-02-112-0/+30
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2011-02-023-6/+16
|\
| * microblaze: Fix ASM optimized code for LEMichal Simek2011-01-281-0/+4
| * microblaze: Fix unaligned issue on MMU system with BS=0 DIV=1Michal Simek2011-01-281-4/+0Star
| * microblaze: Fix DTB passing from bootloaderMichal Simek2011-01-281-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-02-0211-85/+130
|\ \
| * | cifs: fix length checks in checkSMBJeff Layton2011-01-311-16/+17
| * | [CIFS] Update cifs minor versionSteve French2011-01-311-1/+1
| * | cifs: No need to check crypto blockcipher allocationShirish Pargaonkar2011-01-311-2/+3
| * | cifs: clean up some compiler warningsJeff Layton2011-01-314-17/+6Star
| * | cifs: make CIFS depend on CRYPTO_MD4Jeff Layton2011-01-311-0/+1
| * | cifs: force a reconnect if there are too many MIDs in flightJeff Layton2011-01-311-13/+24
| * | cifs: don't pop a printk when sending on a socket is interruptedJeff Layton2011-01-311-2/+2
| * | cifs: simplify SMB header check routineJeff Layton2011-01-311-22/+24
| * | cifs: send an NT_CANCEL request when a process is signalledJeff Layton2011-01-311-3/+12
| * | cifs: handle cancelled requests betterJeff Layton2011-01-311-7/+36
| * | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2011-01-31276-1379/+4925
| |\ \
| * | | cifs: fix two compiler warning about uninitialized varsJeff Layton2011-01-312-2/+4
* | | | mlock: operate on any regions with protection != PROT_NONEMichel Lespinasse2011-02-021-0/+7
* | | | gpu/stub: fix acpi_video build error, fix stub kconfig dependenciesRandy Dunlap2011-02-021-0/+2
* | | | Linux 2.6.38-rc3Linus Torvalds2011-02-011-1/+1
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-02-0125-210/+174Star
|\ \ \ \
| * | | | NFS: NFSv4 readdir loses entriesChuck Lever2011-01-281-3/+0Star
| * | | | NFS: Micro-optimize nfs4_decode_dirent()Chuck Lever2011-01-281-3/+3
| * | | | NFS: Fix an NFS client lockdep issueTrond Myklebust2011-01-281-2/+4
| * | | | NFS construct consistent co_ownerid for v4.1Andy Adamson2011-01-261-20/+10Star
| * | | | NFS: nfs_wcc_update_inode() should set nfsi->attr_gencountTrond Myklebust2011-01-251-9/+17
| * | | | NFS improve pnfs_put_deviceid_cache debug printAndy Adamson2011-01-251-1/+1
| * | | | NFS fix cb_sequence error processingAndy Adamson2011-01-251-1/+1
| * | | | NFS do not find client in NFSv4 pg_authenticateAndy Adamson2011-01-2510-128/+42Star
| * | | | NLM: Fix "kernel BUG at fs/lockd/host.c:417!" or ".../host.c:283!"Chuck Lever2011-01-251-4/+5
| * | | | NFS: Prevent memory allocation failure in nfsacl_encode()Chuck Lever2011-01-254-13/+31
| * | | | NFS: nfsacl_{encode,decode} should return signed integerChuck Lever2011-01-252-8/+28
| * | | | NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!"Chuck Lever2011-01-251-1/+4
| * | | | NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever2011-01-251-14/+20
| * | | | NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds().Jesper Juhl2011-01-251-2/+7
| * | | | NFS: fix handling of malloc failure during nfs_flush_multi()Fred Isaman2011-01-191-1/+1
* | | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-315-35/+41
|\ \ \ \ \
| * | | | | ARM: smp_on_up: allow non-ARM SMP processorsRussell King2011-01-311-12/+10Star
| * | | | | ARM: io: ensure inb/outb() et.al. are properly ordered on ARMv6+Russell King2011-01-311-16/+17
| * | | | | ARM: initrd: disable initrd if passed address overlaps reserved regionRussell King2011-01-311-0/+6
| * | | | | ARM: footbridge: fix debug macrosRussell King2011-01-311-2/+2
| * | | | | ARM: mmci: round down the bytes transferred on errorRussell King2011-01-311-3/+4
| * | | | | ARM: mmci: complete the transaction on errorRussell King2011-01-311-1/+1
| * | | | | ARM: 6642/1: mmci: calculate remaining bytes at error correctlyLinus Walleij2011-01-271-2/+2
* | | | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-316-34/+5Star
|\ \ \ \ \ \
| * | | | | | arch/arm/mach-omap2/dma.c: Convert IS_ERR result to PTR_ERRJulia Lawall2011-01-281-1/+1
| * | | | | | arm: omap2: mux: fix compile warningFelipe Balbi2011-01-281-1/+1
| * | | | | | omap1: Simplify use of omap_irq_flagsTony Lindgren2011-01-282-14/+1Star