summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-06-03xen mmu: fix a race window causing leave_mm BUG()Tian, Kevin
2011-06-03xen/setup: Ignore E820_UNUSABLE when setting 1-1 mappings.Konrad Rzeszutek Wilk
2011-06-03xen/setup: Fix for incorrect xen_extra_mem_start initialization under 32-bitDaniel Kiper
2011-06-03xen/p2m: Create entries in the P2M_MFN trees's to track 1-1 mappingsKonrad Rzeszutek Wilk
2011-06-03ARM: 6941/1: cache: ensure MVA is cacheline aligned in flush_kern_dcache_areaWill Deacon
2011-06-03sh: fixup fpu.o compile orderKuninori Morimoto
2011-06-03oprofile, x86: Enable preemption during pci device setup in IBS initRobert Richter
2011-06-03x86, cpufeature: Update CPU feature RDRND to RDRANDKees Cook
2011-06-03x86, efi: Retain boot service code until after switching to virtual modeMatthew Garrett
2011-06-03x86, amd: Use _safe() msr access for GartTlbWlk disable codeRoedel, Joerg
2011-06-03x86, amd: Do not enable ARAT feature on AMD processors below family 0x12Boris Ostrovsky
2011-06-03x86, ioapic: Fix potential resume deadlockDaniel J Blueman
2011-06-03um: Use RWSEM_GENERIC_SPINLOCK on x86Richard Weinberger
2011-06-03wire up syncfs syscallJames Bottomley
2011-06-03wire up the fhandle syscallsJames Bottomley
2011-06-03wire up clock_adjtime syscallJames Bottomley
2011-06-03wire up fanotify syscallsJames Bottomley
2011-06-03x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limitJiri Olsa
2011-06-03powerpc/oprofile: Handle events that raise an exception without overflowingEric B Munson
2011-06-03x86, cpufeature: Fix cpuid leaf 7 feature detectionFenghua Yu
2011-06-03powerpc/kexec: Fix memory corruption from unallocated slavesMilton Miller
2011-06-03powerpc/kdump64: Don't reference freed memory as pacasMilton Miller
2011-06-03Fix _OSC UUID in pcc-cpufreqNaga Chumbalkar
2011-06-03m68k: Really wire up sys_pselect6 and sys_ppollGeert Uytterhoeven
2011-05-18Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-05-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-05-18MIPS: Kludge IP27 build for 2.6.39.Ralf Baechle
2011-05-18MIPS: AR7: Fix GPIO register size for Titan variant.Florian Fainelli
2011-05-18MIPS: Fix duplicate invocation of notify_die.Ralf Baechle
2011-05-18MIPS: RB532: Fix iomap resource size miscalculation.Ralf Baechle
2011-05-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-05-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-05-18um: fix abortRichard Weinberger
2011-05-17x86, AMD: Fix ARAT feature setting againBorislav Petkov
2011-05-17Revert "x86, AMD: Fix APIC timer erratum 400 affecting K8 Rev.A-E processors"Borislav Petkov
2011-05-16Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-05-16x86, apic: Fix spurious error interrupts triggering on all non-boot APsYouquan Song
2011-05-13alpha: Wire up syscalls new to 2.6.39Michael Cree
2011-05-13alpha: convert to clocksource_register_hzJohn Stultz
2011-05-13x86, mce, AMD: Fix leaving freed data in a listJulia Lawall
2011-05-13OMAP3: set the core dpll clk rate in its set_rate functionAvinash H.M
2011-05-12x86: Fix UV BAU for non-consecutive nasidsCliff Wickman
2011-05-12Merge branch 'stable/bug-fixes-for-rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2011-05-12x86/mm: Fix section mismatch derived from native_pagetable_reserve()Sedat Dilek
2011-05-12x86,xen: introduce x86_init.mapping.pagetable_reserveStefano Stabellini
2011-05-12Revert "xen/mmu: Add workaround "x86-64, mm: Put early page table high""Konrad Rzeszutek Wilk
2011-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2011-05-12Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-05-12ARM: 6870/1: The mandatory barrier rmb() must be a dsb() in for device accessesCatalin Marinas