summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [POWERPC] Adapt ipic driver to new host_ops interface, add set_irq_type to se...Kim Phillips2006-08-302-98/+228
| | * | [POWERPC] back up old school ipic.[hc] to arch/ppcKim Phillips2006-08-305-6/+705
| | * | [POWERPC] Use mpc8641hpcn PIC base address from dev tree.Jon Loeliger2006-08-252-11/+9
| | * | [POWERPC] Allow MPC8641 HPCN to build with CONFIG_PCI disabled too.Jon Loeliger2006-08-253-5/+9
| | * | [POWERPC] Fix powerpc 44x_mmu buildMatt Porter2006-08-251-2/+2
| | * | [POWERPC] Remove flush_dcache_all exportMatt Porter2006-08-251-4/+0
| * | | [PATCH] ppc32: fix last_jiffy time comparisonPaul Mackerras2006-08-302-21/+8
| * | | [PATCH] fbdev: Fix crashes in various fbdev's blank routinesBenjamin Herrenschmidt2006-08-304-4/+15
| * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-08-308-47/+51
| |\ \ \
| | * | | [IA64] Increase default nodes shift to 10, nr_cpus to 1024Christoph Lameter2006-08-291-2/+2
| | * | | [IA64] remove redundant local_irq_save() calls from sn_sal.hRuss Anderson2006-08-291-6/+0
| | * | | [IA64] panic if topology_init kzalloc failsPaul Jackson2006-08-241-4/+2
| | * | | [IA64-SGI] Silent data corruption caused by XPC V2.Dean Nelson2006-08-085-35/+47
| * | | | [PATCH] drm: radeon flush TCL VAP for vertex program enable/disableRoland Scheidegger2006-08-301-1/+8
| * | | | [PATCH] Missing PCI id update for VIA IDEAlan Cox2006-08-301-1/+2
| * | | | [PATCH] x86_64: Don't write out segments from vsyscall32 DSO if it is not mappedSuleiman Souhlal2006-08-301-26/+31
| * | | | [PATCH] x86_64: Save original IST values for checking stack addressesKeith Owens2006-08-304-2/+14
| * | | | [PATCH] i386: Remove __KERNEL__ ifdef around _syscall*()Andi Kleen2006-08-301-2/+2
| * | | | [PATCH] i386: Fix stack switching in do_IRQAndi Kleen2006-08-301-5/+0
| * | | | [PATCH] x86_64: Remove __KERNEL__ ifdef around _syscall*()Andi Kleen2006-08-301-5/+6
| * | | | [PATCH] x86: Disable MMCONFIG on Intel SDV using DMI blacklistAndi Kleen2006-08-305-3/+57
| * | | | [PATCH] i386: Remove alternative_smpAndi Kleen2006-08-303-41/+10
| * | | | [PATCH] x86_64: Remove alternative_smpAndi Kleen2006-08-302-27/+4
| * | | | [PATCH] x86_64: Recover 1MB of kernel memoryAndi Kleen2006-08-302-5/+7
| * | | | [PATCH] x86: Make backtracer fallback logic more bullet-proofJan Beulich2006-08-304-22/+35
| * | | | [PATCH] x86: fix x86 cpuid keys used in alternative_smp()Jan Beulich2006-08-302-2/+3
| * | | | [PATCH] i386: Add kernel thread stack frame termination for properly stopping...Andi Kleen2006-08-301-10/+4
| * | | | [PATCH] x86_64: Add kernel thread stack frame termination for properly stoppi...Andi Kleen2006-08-302-0/+4
| * | | | [PATCH] x86: Revert e820 MCFG heuristicsAndi Kleen2006-08-304-79/+0
| * | | | [PATCH] x86_64: Update defconfigAndi Kleen2006-08-301-50/+16
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-08-302-16/+13
| |\ \ \ \
| | * | | | [SUNLANCE]: Fix probing problem.Krzysztof Helt2006-08-291-16/+11
| | * | | | [SPARC64]: Fix X server hangs due to large pages.David S. Miller2006-08-291-0/+2
| | | |_|/ | | |/| |
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-08-308-19/+36
| |\ \ \ \
| | * | | | [STRIP]: Fix neighbour table refcount leak.Stephen Hemminger2006-08-291-2/+4
| | * | | | [IPV6]: ipv6_add_addr should install dstentry earlierKeir Fraser2006-08-291-2/+2
| | * | | | [NETLINK]: Call panic if nl_table allocation failsAkinobu Mita2006-08-291-8/+6
| | * | | | [TCP]: Two RFC3465 Appropriate Byte Count fixes.Daikichi Osuga2006-08-292-3/+8
| | * | | | [IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter errorLv Liangying2006-08-291-0/+4
| | * | | | [E100]: Add module option to ignore bad EEPROM checksums.David S. Miller2006-08-291-1/+5
| | * | | | [SCTP]: Fix sctp_primitive_ABORT() call in sctp_close().Sridhar Samudrala2006-08-291-3/+7
| | |/ / /
| * | | | [XFS] Fix char size overflow in bmap_alloc call for unwritten extentAdrian Bunk2006-08-301-1/+1
| * | | | [XFS] Update the MAINTAINERS file entry for XFS.Nathan Scott2006-08-301-1/+2
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-08-2917-260/+576
| |\ \ \
| | * | | [CIFS] Do not send Query All EAs SMB when mount option nouser_xattrSteve French2006-08-163-3/+8
| | * | | [CIFS] endian errors in lanman protocol supportSteve French2006-08-153-3/+3
| | * | | [CIFS] Fix oops in cifs_close due to unitialized lock sem and list inSteve French2006-08-153-7/+16
| | * | | [CIFS] Fix oops when negotiating lanman and no password specifiedSteve French2006-08-111-1/+2
| | * | | [CIFS]Jeremy Allison2006-08-117-296/+512
| | * | | [CIFS] Allow cifsd to suspend if connection is lostSteve French2006-08-111-0/+1
OpenPOWER on IntegriCloud