summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-06-12x86: fix DMI on EFIBrian Maly1-2/+3
2009-06-12x86/pci: fix mmconfig detection with 32bit near 4gYinghai Lu1-3/+3
2009-06-12x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...Mel Gorman1-1/+5
2009-06-12x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUsIngo Molnar1-0/+11
2009-06-12sparc64: Reschedule KGDB capture to a software interrupt.David S. Miller4-24/+11
2009-06-12sparc64: Fix lost interrupts on sun4u.David S. Miller1-10/+19
2009-06-12sparc64: Fix crash with /proc/iomemMikulas Patocka1-1/+1
2009-06-12sparc64: Flush TLB before releasing pages.David S. Miller1-2/+2
2009-06-12sparc64: Fix MM refcount check in smp_flush_tlb_pending().David S. Miller1-2/+2
2009-06-12sparc: Fix bus type probing for ESP and LE devices.David S. Miller2-4/+38
2009-06-12sparc64: Fix smp_callin() locking.David S. Miller1-2/+2
2009-05-09MIPS: CVE-2009-0029: Enable syscall wrappersdann frazier10-98/+110
2009-05-09x86/PCI: don't call e820_all_mapped with -1 in the mmconfig caseYinghai Lu1-3/+3
2009-05-02powerpc: Sanitize stack pointer in signal handling codeJosh Boyer5-6/+25
2009-05-02powerpc: Fix data-corrupting bug in __futex_atomic_opPaul Mackerras1-6/+6
2009-05-02x86, setup: mark %esi as clobbered in E820 BIOS callMichael K. Johnson1-3/+4
2009-05-02x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRsAndreas Herrmann1-21/+30
2009-05-02x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited protPallipadi, Venkatesh1-0/+3
2009-03-24powerpc: Remove extra semicolon in fsl_soc.cJohns Daniel1-1/+1
2009-03-24Fix misreporting of #cores as #hyperthreads for Q9550Joe Korty2-0/+26
2009-03-24S390: __div64_31 broken for CONFIG_MARCH_G5Martin Schwidefsky1-1/+1
2009-03-24Build fix for __early_pfn_to_nid() undefined link errorTony Luck1-2/+1
2009-03-17Fix no_timer_check on x86_64Alexander Graf1-1/+1
2009-03-17ARM: Add i2c_board_info for RiscPC PCF8583Russell King1-0/+6
2009-03-17xen: disable interrupts early, as start_kernel expectsJeremy Fitzhardinge1-0/+3
2009-03-17x86, vmi: TSC going backwards check in vmi clocksourceAlok N Kataria1-1/+4
2009-03-17x86: tone down mtrr_trim_uncached_memory() warningIngo Molnar1-2/+1
2009-03-17x86: add Dell XPS710 reboot quirkLeann Ogasawara1-0/+8
2009-03-17x86-64: syscall-audit: fix 32/64 syscall holeRoland McGrath1-1/+1
2009-03-17x86-64: seccomp: fix 32/64 syscall holeRoland McGrath4-10/+10
2009-03-17x86-64: fix int $0x80 -ENOSYS returnRoland McGrath1-3/+5
2009-03-17powerpc: Fix load/store float double alignment handlerMichael Neuling1-16/+13
2009-03-17mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki1-1/+1
2009-03-17mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki3-6/+2
2009-03-17sparc: We need to implement arch_ptrace_stop().David S. Miller2-0/+20
2009-03-17sparc64: Fix DAX handling via userspace access from kernel.David S. Miller1-1/+16
2009-02-21x86/cpa: make sure cpa is safe to call in lazy mmu modeJeremy Fitzhardinge1-0/+14
2009-02-21powerpc/vsx: Fix VSX alignment handler for regs 32-63Michael Neuling1-1/+6
2009-02-17x86: fixup config space size of CPU functions for AMD family 11hAndreas Herrmann1-11/+14
2009-02-17sparc64: Annotate sparc64 specific syscalls with SYSCALL_DEFINEx()David S. Miller4-37/+32
2009-02-17sparc: Enable syscall wrappers for 64-bit (CVE-2009-0029)Christian Borntraeger1-0/+1
2009-02-17x86, vmi: put a missing paravirt_release_pmd in pgd_dtorAlok Kataria1-0/+11
2009-02-17powerpc/fsl-booke: Fix mapping functions to use phys_addr_tKumar Gala2-4/+4
2009-02-17powerpc: Fix swapcontext system for VSX + old ucontext sizeMichael Neuling2-39/+30
2009-02-12ACPI: don't load acpi_cpufreq if acpi=offYinghai Lu1-0/+3
2009-02-12PCI: return error on failure to read PCI ROMsTimothy S. Nelson2-2/+2
2009-02-12x86: APIC: enable workaround on AMD Fam10h CPUsBorislav Petkov1-1/+1
2009-02-12prevent kprobes from catching spurious page faultsMasami Hiramatsu1-2/+6
2009-02-07ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-4/+4
2009-02-07ACPI: Avoid array address overflow when _CST MWAIT hint bits are setZhao Yakui1-1/+3