summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86: Fix boot protocol KEEP_SEGMENTS check.Eric W. Biederman2007-10-273-8/+21
| * | x86: voyager: fix bogus conversion to per_cpu for boot_cpu_infoJames Bottomley2007-10-271-2/+2
| * | x86: export smp_ops to allow modular build of KVMThomas Gleixner2007-10-271-0/+1
| * | Revert "i386: export i386 smp_call_function_mask() to modules"Thomas Gleixner2007-10-272-10/+6
* | | cirrusfb nonsenseAl Viro2007-10-271-2/+1
* | | scatterlist fallout: mmcAl Viro2007-10-271-1/+1
* | | ide/arm/icside: fallout from commit 86f3a492bb09eee5745b93af35f2212179c251fdAl Viro2007-10-271-8/+8
* | | scatterlist fallout: frvAl Viro2007-10-271-1/+2
|/ /
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-10-272-3/+3
|\ \
| * | [JFFS2] Update MAINTAINERS entry -- the jffs-dev list is deadDavid Woodhouse2007-10-271-2/+2
| * | [JFFS2] Prevent return of initialised variable in jffs2_init_acl_post()David Woodhouse2007-10-271-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-10-274-25/+57
|\ \
| * | mmc_spi: Fix mmc-over-spi regressionDavid Brownell2007-10-271-19/+33
| * | mmc: use common byte swap macrosPierre Ossman2007-10-271-2/+2
| * | mmc: fix cid and csd byte orderPierre Ossman2007-10-271-2/+20
| * | at91_mci: Fix bad referencePierre Ossman2007-10-271-2/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-10-2735-205/+169
|\ \ \
| * | | [SPARC32]: Fix build-warning in io-unit.cDavid S. Miller2007-10-271-1/+1
| * | | [SPARC64]: Fix BACKOFF_SPIN on non-SMP.David S. Miller2007-10-271-1/+3
| * | | [SPARC32]: __inline__ --> inlineDavid S. Miller2007-10-2711-48/+40
| * | | [SPARC64]: __inline__ --> inlineDavid S. Miller2007-10-2722-155/+125
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-2722-76/+118
|\ \ \
| * | | [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-2713-58/+93
| * | | [CRYPTO] tcrypt: Move sg_init_table out of timing loopsHerbert Xu2007-10-271-6/+14
| * | | [NETNS]: Fix get_net_ns_by_pidEric W. Biederman2007-10-261-1/+1
| * | | [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-266-9/+7
| * | | [INET] ESP: Must #include <linux/scatterlist.h>Adrian Bunk2007-10-262-2/+2
| * | | [TCP] IPV6: fix softnet build breakageJeff Garzik2007-10-261-0/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa...Linus Torvalds2007-10-265-25/+51
|\ \ \
| * | | x86 setup: sizeof() is unsigned, unbreak comparisonsH. Peter Anvin2007-10-254-5/+5
| * | | x86 setup: handle boot loaders which set up the stack incorrectlyH. Peter Anvin2007-10-252-20/+46
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86Linus Torvalds2007-10-2615-101/+89
|\ \ \ \ | |_|/ / |/| | |
| * | | x86: kill the old i386 and x86_64 directoriesSam Ravnborg2007-10-252-2/+0
| * | | x86: move i386 and x86_64 Kconfig files to x86 directorySam Ravnborg2007-10-254-2/+7
| * | | kconfig: small code refactoring in kconfig MakefileSam Ravnborg2007-10-251-13/+15
| * | | x86: unification of i386 and x86_64 Kconfig.debugRandy Dunlap2007-10-254-73/+43
| * | | x86: move defconfig files for i386 and x86_64 to x86Sam Ravnborg2007-10-254-4/+7
| * | | x86: move i386 and x86_64 Makefiles to arch/x86Sam Ravnborg2007-10-255-11/+21
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-2641-181/+228
|\ \ \
| * | | [NetLabel]: correct usage of RCU lockingPaul Moore2007-10-264-62/+22
| * | | [TCP]: fix D-SACK cwnd handlingRyousei Takano2007-10-261-7/+5
| * | | [NET] napi: use non-interruptible sleep in napi_disableBenjamin Herrenschmidt2007-10-261-1/+1
| * | | [SCTP] net/sctp/auth.c: make 3 functions staticAdrian Bunk2007-10-262-4/+3
| * | | [TCP]: Add missing I/O AT code to ipv6 side.David S. Miller2007-10-261-0/+2
| * | | [SCTP]: #if 0 sctp_update_copy_cksum()Adrian Bunk2007-10-262-1/+2
| * | | [INET]: Unexport icmpmsg_statisticsAdrian Bunk2007-10-261-1/+0
| * | | [NET]: Unexport sock_enable_timestamp().Adrian Bunk2007-10-261-1/+0
| * | | [TCP]: Make tcp_match_skb_to_sack() static.Adrian Bunk2007-10-261-2/+2
| * | | [IRDA]: Make ircomm_tty static.Adrian Bunk2007-10-262-2/+1
| * | | [NET] fs/proc/proc_net.c: make a struct staticAdrian Bunk2007-10-261-1/+1
OpenPOWER on IntegriCloud