aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-04-098xx: Optimize TLB Miss handlersJoakim Tjernlund1-2/+9
2012-04-098xx: Use symbolic constants in TLB asmJoakim Tjernlund1-6/+6
2012-04-098xx: start using dcbX instructions in various copy routinesJoakim Tjernlund2-35/+0
2012-04-098xx: Set correct HW pte flags in DTLB Error tooJoakim Tjernlund1-1/+6
2012-04-098xx: Restore _PAGE_WRITETHRUJoakim Tjernlund1-0/+8
2012-04-098xx: Add missing Guarded setting in DTLB Error.Joakim Tjernlund1-3/+9
2012-04-098xx: CPU6 errata make DTLB error too big to fit.Joakim Tjernlund1-21/+2
2012-04-098xx: Fixup DAR from buggy dcbX instructions.Joakim Tjernlund1-3/+146
2012-04-098xx: Update TLB asm so it behaves as linux mm expects.Joakim Tjernlund1-21/+32
2012-04-098xx: Fix CONFIG_PIN_TLBJoakim Tjernlund1-2/+2
2012-04-098xx: invalidate non present TLBsJoakim Tjernlund1-2/+10
2012-04-098xx: Tag DAR with 0x00f0 to catch buggy instructions.Joakim Tjernlund1-1/+17
2012-04-098xx: Use a macro to simpliy CPU6 errata code.Joakim Tjernlund1-62/+22
2012-04-09s390: remove task_show_regsMartin Schwidefsky2-76/+0
2010-09-10CHAR: New key map for IBM WorkPad z50.Ralf Baechle1-1/+0
2009-11-25dmi: fix year parsing in dmi_check_blacklist()Max Dmitrichenko1-1/+1
2009-11-07tty: Mark generic_serial users as BROKENAlan Cox1-3/+4
2009-07-21lib: fix again memcmp export issues in the arch ksyms onlyWilly Tarreau1-0/+3
2008-11-09i386: add support for AMD Geode MFGPT timersWilly Tarreau3-0/+480
2008-11-09i386: add configuration option for AMD Geode GX/LXWilly Tarreau2-0/+16
2008-09-07x86 SMP: don't report error on uniprocessor machinesEmeric Brun2-6/+2
2008-09-07x86 would not build without CONFIG_VTWilly Tarreau1-1/+5
2008-07-20sparc: Fix mmap VA span checking (CVE-2008-2137)David S. Miller2-5/+3
2008-07-20Fix typo in acpi_boot_initGlen Nakamura1-1/+1
2008-07-202.4: [POWERPC] CHRP: Fix possible NULL pointer dereferencedann frazier1-3/+9
2007-12-09[PATCH] fix build of ia32entry.S on x86_64Willy Tarreau1-1/+1
2007-12-09[PATCH] fix arch/i386/config.in to be able to boot on 386Krzysztof Strasburger1-4/+8
2007-11-11[PATCH] x86_64: Make sure to validate all 64bits of ptrace informationAndi Kleen1-1/+1
2007-09-08[PATCH] restore -fno-unit-at-a-time on GCC >= 4Willy Tarreau1-1/+4
2007-09-08[PATCH] i386: do_test_wp_bit() must not be inlinedWilly Tarreau1-3/+3
2007-08-05[PATCH] fix incorrect use of -fno-unit-at-a-time on GCC >= 4Willy Tarreau1-3/+3
2007-06-27[PATCH] notsc support for x86_64Krzysztof Strasburger1-3/+128
2007-06-05[PATCH 2.4.35-pre4] fix 'pc_keyb: controller jammed (0xA7)' error on systems ...Brian Maly1-0/+24
2007-03-16[PATCH] make it possible to compile x86_64 without VT supportKrzysztof Strasburger1-0/+4
2007-02-25[PATCH] ia64 kernel entry fixWilly Tarreau1-1/+1
2007-02-25[PATCH] add missing parenthesis in pci-v320uscMariusz Kozlowski1-1/+1
2007-02-25[PATCH] arm: dma-arc add missing parenthesisMariusz Kozlowski1-1/+1
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