aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-12-05[PATCH] x86 microcode: dont check the sizeShaohua Li1-7/+2
2006-11-25[PATCH] arm: incorrect use of "&&" instead of "&"Willy Tarreau1-1/+1
2006-11-19[GCC4] fix build error in arch/alpha/math-emu/math.cWilly Tarreau1-2/+2
2006-11-19[GCC4] fix build error in arch/alpha/lib/io.cWilly Tarreau1-26/+26
2006-11-19[GCC4] fix build error in arch/alpha/kernel/osf_sys.cWilly Tarreau1-1/+1
2006-10-19[S390] user readable uninitialised kernel memory (3rd version)Martin Schwidefsky2-4/+4
2006-10-14[PATCH] s390 : fix typo in recent copy_from_user fixMartin Schwidefsky1-1/+1
2006-10-09[PATCH] copy_from_user information leak on s390.Martin Schwidefsky2-8/+20
2006-09-28[PATCH] x86_64: Fix missing delay when the TSC counter just overflowedToyo Abe1-1/+1
2006-09-18Merge branch 'gcc4'Willy Tarreau11-18/+26
2006-08-30[PATCH] i386 : fix exception processing in early bootPaX Team1-13/+7
2006-08-27[PATCH] [SPARC] export memchr() which is used by smbfs and lp driver.Willy Tarreau2-0/+2
2006-08-20[GCC4] SPARC64: fix UP build error in arch/sparc64/mm/init.cMikael Pettersson1-1/+1
2006-08-19[PATCH] powerpc: Clear HID0 attention enable on PPC970 at boot timeWilly Tarreau1-0/+2
2006-08-15[GCC4] SPARC: fix build error in arch/sparc/kernel/signal.cWilly Tarreau1-1/+1
2006-08-13[GCC4] add preliminary support for GCC 4 (Mikael Pettersson)Willy Tarreau9-16/+24
2006-04-26[PATCH] i386/x86-64: Fix x87 information leak between processesAndi Kleen2-3/+11
2006-04-19[PATCH] x86-64: Always check that RIPs are canonical during signal handling (...Andi Kleen1-4/+3
2006-04-12[PATCH] Always check that RIPs are canonical during signal handlingAndi Kleen1-6/+13
2006-03-11[PATCH] build fix: auto_fs4 changes broke ppc64 buildJesse Brandeburg2-0/+2
2006-03-03[PATCH] PPC64: fix sys_rt_sigreturn() return typeStephen Rothwell1-1/+1
2006-02-01Merge branch 'master' of /data/projets/git/linux/linux-2.4Willy Tarreau2-9/+1
2006-02-01[PATCH] make 2.4.32 work on i486 againJacek Lipkowski1-0/+2
2006-01-31Alpha: fix recursive inlining failure in pci_iommu.cMarcelo Tosatti1-1/+1
2006-01-30[SPARC]: Fix compile failures in math-emu.David S. Miller1-8/+0
2005-12-21[SPARC64]: More fully work around Spitfire Errata 51.David S. Miller6-32/+32
2005-12-21[SPARC64]: Revamp Spitfire error trap handling.David S. Miller5-231/+328
2005-12-21[SPARC64]: Do not call winfix_dax blindlyDavid S. Miller2-0/+23
2005-12-21[SPARC64]: Fix trap state reading for instruction_access_exception.David S. Miller1-11/+4
2005-12-09[PATCH] Fix sendmsg overflow (CVE-2005-2490)Marcus Meissner6-70/+99
2005-11-28[PATCH] fix for clock running too fastAkira Tsukamoto1-1/+1
2005-11-28[PATCH] Reintroduction i386 CONFIG_DUMMY_KEYB optionNick Warne1-1/+1
2005-10-18[PATCH] asus vt8235 router buggy bios workaroundAleksey Gorelov1-4/+22
2005-09-19[PATCH] IA64: page_not_present fault in region 5 is normalKiyoshi Ueda1-3/+3
2005-09-19[PATCH] Lost sockfd_put() in routing_ioctl()Kirill Korotaev3-8/+22
2005-09-18[PATCH] lost fput in 32bit ioctl on x86-64Kirill Korotaev1-4/+11
2005-08-28[PATCH] i386: fix incorrect FP signal deliveryChuck Ebbert1-4/+3
2005-08-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.4Marcelo Tosatti1-7/+7
2005-08-22[SPARC64]: Use vmalloc() in do_netfilter_replace()Gustavo Zacarias1-7/+7
2005-08-19Revert unnecessary arch/ppc64/boot/zlib.cMarcelo Tosatti1-1/+1
2005-08-06[PATCH] Fix Alpha AXP Cabriolet buildbdupree@techfinesse.com1-1/+1
2005-08-05[PATCH] Fix incorrect Asus k7m irq router detectionAleksey Gorelov1-0/+7
2005-08-05[PATCH] ppc32: stop misusing ntps time_offset valueHorms1-5/+5
2005-07-26Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.4....Tim Yamin1-1/+1
2005-07-26[SPARC64]: fix sys32_utimes(somefile, NULL)Jakub Bogusz1-1/+1
2005-07-26The gzip description is as good as the ChangeLog says it is -: "Set n toTim Yamin2-2/+4
2005-06-30[PATCH] x86-64: Enable Nvidia timer override workaround for SMP kernels tooAndi Kleen2-3/+1
2005-06-30[PATCH] x86-64: Fix build with !CONFIG_SWIOTLBAndi Kleen1-2/+6
2005-06-30[PATCH] x86_64: Disable exception stack for stack faultsAndi Kleen1-1/+1
2005-06-29[PATCH] Fix canonical checking for segment registers in ptraceAndi Kleen1-4/+4
2005-06-29[PATCH] Check for canonical addresses in ptraceAndi Kleen1-0/+5
2005-06-29[PATCH] Fix buffer overflow in x86-64/ia64 32bit execveAndi Kleen2-13/+17
2005-06-22Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.4Marcelo2-3/+4
2005-06-19[SPARC64]: Fix cmsg length checks in Solaris emulation layer.David S. Miller1-2/+4
2005-06-19[SPARC64]: Fix conflicting __bzero_noasi() prototypes.David S. Miller1-1/+0
2005-06-09[PATCH] newer i386/x86_64 assemblers prohibit instructions for moving between...H. J. Lu3-13/+13
2005-06-02initial v2.4 GIT importMarcelo3245-0/+1118515