summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2012-08-09m68k: Correct the Atari ALLOWINT definitionMikael Pettersson
2012-08-09m68k: Make sys_atomic_cmpxchg_32 work on classic m68kAndreas Schwab
2012-08-09posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer
2012-08-09s390/mm: fix fault handling for page table walk caseHeiko Carstens
2012-08-09s390/mm: downgrade page table after fork of a 31 bit processMartin Schwidefsky
2012-08-09s390/idle: fix sequence handling vs cpu hotplugHeiko Carstens
2012-08-09x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck
2012-08-09ARM: OMAP2+: OPP: Fix to ensure check of right oppdef after bad oneNishanth Menon
2012-08-09powerpc/85xx: use the BRx registers to enable indirect mode on the P1022DSTimur Tabi
2012-08-09powerpc/eeh: Check handle_eeh_events() return valueKleber Sacilotto de Souza
2012-08-09powerpc: Add "memory" attribute for mfmsr()Tiejun Chen
2012-08-09powerpc/ftrace: Fix assembly trampoline register usageroger blofeld
2012-07-29ARM: SAMSUNG: Update default rate for xusbxti clockTushar Behera
2012-07-29MIPS: Properly align the .data..init_task section.David Daney
2012-07-19ARM: SAMSUNG: fix race in s3c_adc_start for ADCTodd Poynor
2012-07-16thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli
2012-07-16mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli
2012-07-16x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin
2012-07-16x86, compat: Use test_thread_flag(TIF_IA32) in compat signal deliverySuresh Siddha
2012-07-16ARM: Orion: Fix WDT compile for Dove and MV78xx0Andrew Lunn
2012-07-16ARM: Orion: Fix Virtual/Physical mixup with watchdogAndrew Lunn
2012-07-16ACPI, x86: fix Dell M6600 ACPI reboot regression via DMIZhang Rui
2012-07-16ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overridingFeng Tang
2012-07-16ACPI: Remove one board specific WARN when ignoring timer overridingFeng Tang
2012-07-16ACPI: Make acpi_skip_timer_override cover all source_irq==0 casesFeng Tang
2012-07-16powerpc: Fix build of some debug irq codeBenjamin Herrenschmidt
2012-07-16powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt
2012-07-16powerpc/xmon: Use cpumask iterator to avoid warningAnton Blanchard
2012-07-16powerpc/kvm: sldi should be sldMichael Neuling
2012-07-16ARM: 7438/1: fill possible PMD empty section gapsNicolas Pitre
2012-07-16ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULLJonghwan Choi
2012-07-16ARM: SAMSUNG: Fix for S3C2412 EBI memory mappingJose Miguel Goncalves
2012-07-16powerpc: check_and_cede_processor() never cedesAnton Blanchard
2012-07-16powerpc/pseries: Fix software invalidate TCEMichael Neuling
2012-07-16powerpc: Fix uninitialised error in numa.cMichael Neuling
2012-07-16powerpc/ftrace: Do not trace restore_interrupts()Steven Rostedt
2012-07-16ARM: tegra: make tegra_cpu_reset_handler_enable() __initStephen Warren
2012-06-22Make hard_irq_disable() actually hard-disable interruptsPaul Mackerras
2012-06-22xen/setup: filter APERFMPERF cpuid feature outAndre Przywara
2012-06-22ARM i.MX imx21ads: Fix overlapping static i/o mappingsJaccon Bastiaansen
2012-06-22ARM: imx6: exit coherency when shutting down a cpuShawn Guo
2012-06-22ARM i.MX53: Fix PLL4 base addressSascha Hauer
2012-06-17crypto: aesni-intel - fix unaligned cbc decrypt for x86-32Mathias Krause
2012-06-17x86, MCE, AMD: Make APIC LVT thresholding interrupt optionalBorislav Petkov
2012-06-17x86/uv: Fix UV2 BAU legacy modeCliff Wickman
2012-06-17powerpc: Fix kernel panic during kernel module loadSteffen Rumler
2012-06-17powerpc/time: Sanity check of decrementer expiration is necessaryPaul Mackerras
2012-06-10IA64: Add cmpxchg.h to exported userspace headersmaximilian attems
2012-06-10x86: Reset the debug_stack update counterSteven Rostedt
2012-06-10x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32H.J. Lu