aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFS: use set_page_writeback() in the appropriate placesTrond Myklebust2005-12-031-2/+4
* SUNRPC: Fix Oopsable condition in rpc_pipefsTrond Myklebust2005-12-031-1/+1
* NFS: Fix a few further cache consistency regressionsTrond Myklebust2005-12-031-34/+20
* NFS: Fix cache consistency regressionSteve Dickson2005-12-031-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-12-026-25/+52
|\
| * [IPV6]: Load protocol module dynamically.YOSHIFUJI Hideaki2005-12-021-14/+33
| * [IPV4] Fix EPROTONOSUPPORT error in inet_createHerbert Xu2005-12-021-4/+3
| * [IGMP]: workaround for IGMP v1/v2 bugDavid Stevens2005-12-022-1/+9
| * [SCTP]: Fix getsockname for sctp when an ipv6 socket accepts a connection fromNeil Horman2005-12-021-1/+2
| * [SCTP]: Return socket errors only if the receive queue is empty.Neil Horman2005-12-021-5/+5
* | Add missing "local_irq_enable()" to C2/C3 exit logicLinus Torvalds2005-12-021-0/+1
|/
* Revert "[SCSI] fix usb storage oops"Linus Torvalds2005-12-021-8/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2005-12-0216-133/+225
|\
| * [SCSI] sg: fix a bug in st_map_user_pages failure pathHugh Dickins2005-12-021-1/+3
| * [SCSI] sg and st unmap_user_pages allow PageReservedHugh Dickins2005-12-022-4/+0
| * [SCSI] st: fix a bug in sgl_map_user_pages failure path Hugh Dickins2005-12-011-0/+1
| * [SCSI] mptfusion: Add maintainersMoore, Eric Dean2005-12-011-0/+9
| * [SCSI] mptfusion : dv performance fixMoore, Eric Dean2005-12-013-2/+75
| * [SCSI] sym2: Disable IU and QAS negotiationMatthew Wilcox2005-12-011-1/+4
| * [SCSI] zfcp: fix return code of zfcp_scsi_slave_allocAndreas Herrmann2005-12-011-1/+1
| * [SCSI] zfcp: fix link down handling during firmware updateMaxim Shchetynin2005-12-011-19/+31
| * [SCSI] zfcp: fix adapter initializationAndreas Herrmann2005-12-012-85/+64
| * [SCSI] zfcp: fix spinlock initializationHeiko Carstens2005-12-013-9/+14
| * [SCSI] aacraid: Check scsi_bios_ptabe return codeMark Haverkamp2005-12-011-0/+2
| * [SCSI] SPI DV: be more conservative about echo buffer usageJames Bottomley2005-12-011-9/+19
| * [SCSI] aic7xxx: reset handler selects a wrong commandVasily Averin2005-11-282-2/+2
* | [PATCH] Fix TIF_POLLING_NRFLAG in ACPI idle routinesNick Piggin2005-12-021-7/+14
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-12-014-20/+47
|\ \
| * | [NETLINK]: Fix processing of fib_lookup netlink messagesThomas Graf2005-12-011-2/+6
| * | [NETFILTER]: Fix recent match jiffies wrap mismatchesPhil Oester2005-12-011-0/+1
| * | [NETFILTER]: Ignore ACKs ACKs on half open connections in TCP conntrackJozsef Kadlecsik2005-12-012-18/+40
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-12-016-10/+51
|\ \ \
| * | | [ARM] sema_count() removalArthur Othieno2005-12-011-5/+0
| * | | [ARM] 3188/1: Add missing i2c dependency for AkitaRichard Purdie2005-12-012-1/+20
| * | | [ARM] Fix IXDP425 setup bugJeff Hansen2005-12-011-1/+1
| * | | [ARM SMP] Use event instructions for spinlocksRussell King2005-12-011-2/+24
| * | | [ARM SMP] Disable lazy flush_dcache_page for SMPRussell King2005-11-301-1/+6
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2005-12-0162-3244/+3245
|\ \ \ \
| * | | | [MIPS] Update defconfigs to reflect Kconfig changes.Ralf Baechle2005-12-0145-3184/+3160
| * | | | [MIPS] Avoid duplicate do_syscall_trace calls on return from sigreturn.Ralf Baechle2005-12-013-8/+0
| * | | | [MIPS] Fix register handling in syscalls when debugging.Ralf Baechle2005-12-014-4/+12
| * | | | [MIPS] Alchemy: Set board type on initialization.Ralf Baechle2005-12-011-1/+11
| * | | | [MIPS] Alchemy: Fix BCSR accesses.Ralf Baechle2005-12-011-4/+3
| * | | | [MIPS] Fix return path of sysmips(MIPS_ATOMIC_SET, ...)Ralf Baechle2005-12-012-26/+2
| * | | | [MIPS] Qemu: Accept kernel command line passed by the Emulator.Ralf Baechle2005-12-011-1/+12
| * | | | [MIPS] Qemu: Qemu is emulating a 1193.182kHz i8254 PIC.Ralf Baechle2005-12-011-0/+16
| * | | | [MIPS] Generate SIGILL againDaniel Jacobowitz2005-12-011-2/+3
| * | | | [MIPS] Kconfig: Include init/Kconfig after we've set 32BIT / 64BIT.Ralf Baechle2005-12-011-2/+2
| * | | | [MIPS] Use reset_page_mapcount to initialize empty_zero_page usage counter.Ralf Baechle2005-12-011-1/+1
| * | | | [MIPS] R10000 and R12000 need to set MIPS_CPU_4K_CACHE ...Ralf Baechle2005-12-011-2/+2