aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: LPC32xx: Fix interrupt controller initRoland Stigge2012-03-121-4/+6
* ARM: LPC32xx: irq.c: Clear latched eventRoland Stigge2012-03-121-1/+10
* ARM: LPC32xx: serial.c: Fixed loop limitRoland Stigge2012-03-121-1/+1
* ARM: LPC32xx: serial.c: HW bug workaroundRoland Stigge2012-03-121-0/+18
* compat: fix compile breakage on s390Heiko Carstens2012-03-126-12/+3
* x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann2012-02-291-8/+36
* i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-294-42/+133
* i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-296-32/+30
* i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds2012-02-293-22/+16
* i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-294-68/+11
* i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-294-23/+58
* i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds2012-02-291-3/+6
* i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds2012-02-293-8/+45
* i387: fix sense of sanity checkLinus Torvalds2012-02-291-1/+1
* i387: make irq_fpu_usable() tests more robustLinus Torvalds2012-02-292-8/+47
* i387: math_state_restore() isn't called from asmLinus Torvalds2012-02-292-4/+4
* ARM: 7325/1: fix v7 boot with lockdep enabledRabin Vincent2012-02-292-1/+6
* ARM: 7321/1: cache-v7: Disable preemption when reading CCSIDRStephen Boyd2012-02-291-0/+6
* powerpc/perf: power_pmu_start restores incorrect values, breaking frequency e...Anton Blanchard2012-02-291-1/+7
* xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callbackStefano Stabellini2012-02-201-1/+1
* ARM: OMAP2+: GPMC: fix device size setupYegor Yefremov2012-02-131-0/+6
* ARM: 7308/1: vfp: flush thread hwstate before copying ptrace registersWill Deacon2012-02-131-1/+1
* ARM: 7307/1: vfp: fix ptrace regset modification raceDave Martin2012-02-131-2/+4
* ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframeWill Deacon2012-02-131-3/+2
* net: bpf_jit: fix divide by 0 generationEric Dumazet2012-02-031-14/+22
* ARM: 7296/1: proc-v7.S: remove HARVARD_CACHE preprocessor guardsWill Deacon2012-02-031-6/+0
* mach-ux500: enable ARM errata 764369Srinidhi KASAGAR2012-02-031-0/+1
* x86/microcode_amd: Add support for CPU family specific container filesAndreas Herrmann2012-02-031-2/+22
* x86/uv: Fix uv_gpa_to_soc_phys_ram() shiftRuss Anderson2012-02-031-2/+2
* score: fix off-by-one index into syscall tableDan Rosenberg2012-01-251-1/+1
* x86/UV2: Fix BAU destination timeout initializationCliff Wickman2012-01-251-6/+7
* ACPI, ia64: Use SRAT table rev to use 8bit or 16/32bit PXM fields (ia64)Kurt Garloff2012-01-251-4/+6
* ACPI, x86: Use SRAT table rev to use 8bit or 32bit PXM fields (x86/x86-64)Kurt Garloff2012-01-251-0/+4
* x86, UV: Update Boot messages for SGI UV2 platformJack Steiner2012-01-251-1/+6
* x86: Fix mmap random address rangeLudwig Nussel2012-01-251-2/+2
* x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=yBjorn Helgaas2012-01-251-1/+2
* x86/PCI: amd: factor out MMCONFIG discoveryBjorn Helgaas2012-01-253-31/+44
* x86/PCI: Ignore CPU non-addressable _CRS reserved memory resourcesGary Hade2012-01-251-2/+16
* powerpc: Fix unpaired probe_hcall_entry and probe_hcall_exitLi Zhong2012-01-122-3/+3
* powerpc/time: Handle wrapping of decrementerAnton Blanchard2012-01-123-9/+17
* net: bpf_jit: fix an off-one bug in x86_64 cond jump targetMarkus Kötter2012-01-061-2/+2
* sparc: Fix handling of orig_i0 wrt. debugging when restarting syscalls.David S. Miller2012-01-063-27/+63
* sparc64: Fix masking and shifting in VIS fpcmp emulation.David S. Miller2012-01-061-16/+16
* sparc32: Correct the return value of memcpy.David S. Miller2012-01-061-15/+7
* sparc32: Remove uses of %g7 in memcpy implementation.David S. Miller2012-01-061-87/+92
* sparc32: Remove non-kernel code from memcpy implementation.David S. Miller2012-01-061-605/+2
* sparc: Kill custom io_remap_pfn_range().David S. Miller2012-01-065-271/+32
* sparc64: Patch sun4v code sequences properly on module load.David S. Miller2012-01-063-19/+63
* sparc32: Be less strict in matching %lo part of relocation.David S. Miller2012-01-061-2/+1
* sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().David S. Miller2012-01-061-2/+2