summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | firewire: Fix pci resume to not pass in a __be32 config rom.Kristian Høgsberg2007-10-311-12/+25
| | |/ | |/|
| * | Remove broken ptrace() special-case code from file mappingLinus Torvalds2007-10-311-11/+2
| * | [MEDIA] IVTV: exit_ivtv_i2c() cannot be __devexitDavid Miller2007-10-312-2/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-3118-173/+111
| |\ \ | | |/ | |/|
| | * [AF_KEY]: suppress a warning for 64k pages.Stephen Rothwell2007-10-301-2/+2
| | * [TIPC]: Fix headercheck wrt. tipc_config.hDavid S. Miller2007-10-302-9/+4
| | * [COMPAT]: Fix build on COMPAT platforms when CONFIG_NET is disabled.David S. Miller2007-10-301-0/+4
| | * [CONNECTOR]: Fix a spurious kfree_skb() callMichal Januszewski2007-10-301-4/+1
| | * [COMPAT]: Fix new dev_ifname32 returning -EFAULTBenjamin Herrenschmidt2007-10-301-1/+1
| | * [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-307-23/+37
| | * [IPVS]: Remove /proc/net/ip_vs_lblcrAlexey Dobriyan2007-10-301-76/+0
| | * [IPV6]: remove duplicate call to proc_net_removeDaniel Lezcano2007-10-301-4/+0
| | * [NETNS]: fix net released by rcu callbackDaniel Lezcano2007-10-301-0/+2
| | * [NET]: Fix free_netdev on register_netdev failure.Daniel Lezcano2007-10-301-53/+59
| | * [WAN]: fix drivers/net/wan/lmc/ compilationAdrian Bunk2007-10-301-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-308-31/+576
| |\ \
| | * | add SubmittingPatches to Documentation/ja_JPKeiichi Kii2007-10-301-0/+556
| | * | fix typo in SubmittingPatchesKeiichi Kii2007-10-301-2/+2
| | * | Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=yKay Sievers2007-10-301-3/+3
| | * | sysfs: make sysfs_{get,put}_active() staticAdrian Bunk2007-10-302-4/+2
| | * | kobject: check for duplicate names in kobject_renameGreg Kroah-Hartman2007-10-301-0/+13
| | * | Driver core: remove class_device_*_bin_fileGreg Kroah-Hartman2007-10-302-22/+0
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-306-22/+34
| |\ \ | | |/ | |/|
| | * IB/fmr_pool: Stop ib_fmr threads from contributing to load averageAnton Blanchard2007-10-301-4/+4
| | * IB/ipath: Fix incorrect use of sizeof on msg buffer (function argument)Dave Olson2007-10-301-9/+9
| | * IB/ipath: Limit length checksummed in eepromMichael Albaugh2007-10-301-1/+9
| | * IB/ipath: Fix a race where s_last is updated without lock heldRalph Campbell2007-10-301-5/+9
| | * IB/mlx4: Lock SQ lock in mlx4_ib_post_send()Roland Dreier2007-10-301-2/+2
| | * IPoIB/cm: Fix receive QP cleanupRoland Dreier2007-10-261-1/+1
| * | Kbuild/doc: fix links to Documentation filesDirk Hohndel2007-10-3013-22/+23
| * | dio: fix cache invalidation after sync writesZach Brown2007-10-301-10/+6
| * | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-10-3011-106/+86
| |\ \
| | * | [IA64] Fix incorrect return value from ia64_setup_msi_irq()Kenji Kaneshige2007-10-301-1/+1
| | * | [IA64] arch/ia64/sn/kernel/mca.c: undo lock when sn_oemdata can't be extendedRoel Kluin2007-10-291-0/+1
| | * | [IA64] update sn2 defconfig to 64kb pagesJes Sorensen2007-10-291-52/+54
| | * | [IA64] fix typo in per_cpu_offsetYu Luming2007-10-291-1/+1
| | * | [IA64] /proc/cpuinfo "physical id" field cleanupsAlex Chiang2007-10-293-49/+22
| | * | [IA64] vDSO vs --build-idRoland McGrath2007-10-291-0/+3
| | * | [IA64] check-segrel.lds vs --build-idRoland McGrath2007-10-291-0/+1
| | * | [IA64] vmcore_find_descriptor_size should be in __initSimon Horman2007-10-291-1/+1
| | * | [IA64] ia64/mm/init.c: fix section mismatchesAdrian Bunk2007-10-291-2/+2
| * | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-10-3019-104/+110
| |\ \ \
| | * | | ixgb: fix TX hangs under heavy loadAuke Kok2007-10-301-2/+2
| | * | | e1000e: Fix typo ! &Roel Kluin2007-10-301-1/+1
| | * | | ixgbe: minor sparse fixesStephen Hemminger2007-10-303-7/+7
| | * | | e1000: sparse warnings fixesStephen Hemminger2007-10-305-35/+36
| | * | | ixgb: fix sparse warningsStephen Hemminger2007-10-305-35/+37
| | * | | e1000e: fix sparse warningsStephen Hemminger2007-10-302-19/+20
| | * | | mv643xx_eth: Fix MV643XX_ETH offsets used by Pegasos 2Dale Farnsworth2007-10-301-3/+3
| | * | | Blackfin EMAC driver: Fix Ethernet communication bug (dupliated and lost pack...Michael Hennerich2007-10-301-2/+0