| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] net: Fix compiler-error on dgrs.c when !CONFIG_PCI | Richard Knutsson | 2005-11-22 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/scj... | Linus Torvalds | 2005-11-22 | 1 | -0/+6 |
|\ |
|
| * | sbp2_command_orb_lock must be held when accessing the _orb_inuse list. | Jody McIntyre | 2005-11-18 | 1 | -0/+6 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2005-11-22 | 1 | -1/+1 |
|\ \ |
|
| * | | [SERIAL] imx: Fix missed platform_driver_unregister | Russell King | 2005-11-21 | 1 | -1/+1 |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-11-22 | 6 | -4/+8 |
|\ \ \ |
|
| * | | | [ARM] Shut up gcc warning in clps7500 core.c | Russell King | 2005-11-21 | 1 | -1/+1 |
| * | | | [ARM] Shut up gcc warning in assabet.c | Russell King | 2005-11-21 | 1 | -1/+2 |
| * | | | [ARM] ebsa110: __arch_ioremap should be 3 args | Russell King | 2005-11-21 | 1 | -1/+1 |
| * | | | [ARM] Add asm/memory.h to asm/numnodes.h | Russell King | 2005-11-21 | 1 | -0/+2 |
| * | | | [ARM] 3171/1: To add missing QMGR region size for IXP4XX | Kenneth Tan | 2005-11-21 | 1 | -0/+1 |
| * | | | [ARM] 3170/1: Sharp SL-6000x: platform device conversion fixup | Dirk Opfer | 2005-11-21 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2005-11-22 | 6 | -30/+54 |
|\ \ \ |
|
| * | | | [IA64-SGI] bte_copy nasid_index fix | Russ Anderson | 2005-11-21 | 1 | -0/+1 |
| * | | | [IA64-SGI] support for older versions of PROM | Jack Steiner | 2005-11-21 | 1 | -0/+34 |
| * | | | [IA64] fix bug in sn/ia64 for sparse CPU numbering | hawkes@sgi.com | 2005-11-21 | 1 | -1/+2 |
| * | | | [IA64] Prevent sn2 ptc code from executing on all ia64 subarches | Prarit Bhargava | 2005-11-21 | 1 | -0/+3 |
| * | | | [IA64] altix: fix copyright in tioce .h files | Mark Maule | 2005-11-18 | 2 | -29/+14 |
| | |/
| |/| |
|
* | | | [PATCH] as-iosched: remove state assertion in as_add_request() | Jens Axboe | 2005-11-21 | 1 | -4/+0 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart | Linus Torvalds | 2005-11-21 | 4 | -3/+10 |
|\ \ \ |
|
| * \ \ | Merge ../linus/ | Dave Jones | 2005-11-21 | 404 | -10892/+8168 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | [AGPGART] Support VIA P4M800CE bridge. | Dave Jones | 2005-11-21 | 2 | -0/+7 |
| * | | | [AGPGART] Mark AMD64 aperture size structs as const | Dave Jones | 2005-11-17 | 1 | -2/+2 |
| * | | | [AGPGART] Mark maxes_table as const | Dave Jones | 2005-11-17 | 1 | -1/+1 |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-11-21 | 16 | -45/+70 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | [NET]: kernel-doc fixes | Randy Dunlap | 2005-11-21 | 2 | -2/+5 |
| * | | | [NET]: Use unused bit for ipvs_property field in struct sk_buff | Patrick McHardy | 2005-11-21 | 1 | -4/+2 |
| * | | | [DCCP]: Add missing no_policy flag to struct net_protocol | Patrick McHardy | 2005-11-21 | 1 | -0/+1 |
| * | | | [NETFILTER]: Remove ARRAY_SIZE duplicate | Nicolas Kaiser | 2005-11-21 | 1 | -7/+5 |
| * | | | [NETFILTER]: fixed dependencies between modules related with ip_conntrack | Yasuyuki Kozakai | 2005-11-21 | 1 | -5/+5 |
| * | | | [FIB_TRIE]: Don't show local table in /proc/net/route output | Patrick McHardy | 2005-11-21 | 1 | -0/+3 |
| * | | | Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+advapi-fix/ | David S. Miller | 2005-11-21 | 6 | -14/+36 |
| |\ \ \ |
|
| | * | | | [IPV6]: Fix sending extension headers before and including routing header. | YOSHIFUJI Hideaki | 2005-11-20 | 5 | -12/+33 |
| | * | | | [IPV6]: Fix calculation of AH length during filling ancillary data. | Ville Nuorvala | 2005-11-20 | 1 | -1/+1 |
| | * | | | [IPV6]: Fix memory management error during setting up new advapi sockopts. | YOSHIFUJI Hideaki | 2005-11-20 | 1 | -1/+2 |
| * | | | | [IPV6]: Acquire addrconf_hash_lock for read in addrconf_verify(...) | Yan Zheng | 2005-11-20 | 1 | -5/+5 |
| * | | | | [COMPAT] net: SIOCGIFCONF data corruption | Alexandra Kossovsky | 2005-11-20 | 1 | -5/+3 |
| * | | | | [NET]: Reject socket filter if division by constant zero is attempted. | Kris Katterjohn | 2005-11-20 | 1 | -2/+4 |
| * | | | | [PKT_SCHED]: sch_netem: correctly order packets to be sent simultaneously | Andrea Bittau | 2005-11-20 | 1 | -1/+1 |
* | | | | | [PATCH] Fix an OOPS is CinergyT2 | Dmitry Torokhov | 2005-11-20 | 1 | -1/+1 |
* | | | | | [PATCH] Remove compat ioctl semaphore | Andi Kleen | 2005-11-20 | 1 | -7/+0 |
* | | | | | [PATCH] Fix x86_64/msr.h interface to agree with i386/msr.h | Jacob.Shin@amd.com | 2005-11-20 | 1 | -1/+1 |
* | | | | | [PATCH] Register disabled CPUs | Ashok Raj | 2005-11-20 | 1 | -3/+1 |
* | | | | | [PATCH] i386: Use bigsmp for > 8 core Opteron systems | Andi Kleen | 2005-11-20 | 1 | -2/+3 |
|/ / / / |
|
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2005-11-20 | 15 | -176/+385 |
|\ \ \ \ |
|
| * \ \ \ | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French | 2005-11-20 | 425 | -10899/+7791 |
| |\ \ \ \ |
|
| * | | | | | [CIFS] Fix setattr of mode only (e.g. in some chmod cases) to Windows | Steve French | 2005-11-20 | 1 | -0/+1 |
| * | | | | | [CIFS] Fix mknod of block and chardev over SFU mounts | Steve French | 2005-11-19 | 3 | -13/+62 |
| * | | | | | [CIFS] Missing part of previous patch | Steve French | 2005-11-18 | 2 | -0/+3 |
| * | | | | | [CIFS] Fix scheduling while atomic when pending writes at file close time | Steve French | 2005-11-18 | 2 | -22/+56 |