aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86-32: Fix endless loop when processing signals for kernel tasksDmitry Adamushko2012-04-021-7/+10
* KVM: x86: fix missing checks in syscall emulationStephan Bärwolf2012-04-022-0/+64
* KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf2012-04-022-0/+26
* mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-04-021-0/+2
* x86/ioapic: Add register level checks to detect bogus io-apic entriesSuresh Siddha2012-04-021-8/+32
* powerpc/pmac: Fix SMP kernels on pre-core99 UP machinesBenjamin Herrenschmidt2012-03-231-1/+1
* sparc32: Add -Av8 to assembler command line.David S. Miller2012-03-191-1/+1
* compat: Re-add missing asm/compat.h include to fix compile breakage on s390Heiko Carstens2012-03-191-0/+1
* x86: Derandom delay_tsc for 64 bitThomas Gleixner2012-03-191-2/+2
* ARM: 7345/1: errata: update workaround for A9 erratum #743622Will Deacon2012-03-122-4/+2
* OMAPDSS: HDMI: PHY burnout fixTomi Valkeinen2012-03-122-0/+10
* OMAP: 4430SDP/Panda: add HDMI HPD gpioTomi Valkeinen2012-03-122-0/+6
* OMAP: 4430SDP/Panda: setup HDMI GPIO muxesTomi Valkeinen2012-03-122-0/+6
* OMAPDSS: remove wrong HDMI HPD muxingTomi Valkeinen2012-03-122-8/+0
* OMAP: 4430SDP/Panda: rename HPD GPIO to CT_CP_HPDTomi Valkeinen2012-03-122-4/+4
* OMAP: 4430SDP/Panda: use gpio_free_array to free HDMI gpiosTomi Valkeinen2012-03-122-4/+2
* OMAP: DSS2: HDMI: use default dividersTomi Valkeinen2012-03-121-9/+0
* ARM: orion: Fix Orion5x GPIO regression from MPP cleanupAndrew Lunn2012-03-123-275/+274
* ARM: orion: Fix USB phy for orion5x.Andrew Lunn2012-03-126-10/+15
* avr32: select generic atomic64_t supportFabio Baltieri2012-03-121-0/+1
* alpha: fix 32/64-bit bug in futex supportAndrew Morton2012-03-121-1/+1
* ARM: S3C24XX: DMA resume regression fixGusakov Andrey2012-03-121-1/+1
* S390: KEYS: Enable the compat keyctl wrapper on s390xDavid Howells2012-03-121-0/+3
* ARM: LPC32xx: Fix irq on GPI_28Roland Stigge2012-03-122-1/+5
* 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