summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-03-14xen/mmu: WARN_ON when racing to swap middle leaf.Konrad Rzeszutek Wilk1-1/+2
2011-03-14xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN.Konrad Rzeszutek Wilk1-2/+16
2011-03-14xen/mmu: Add the notion of identity (1-1) mapping.Konrad Rzeszutek Wilk2-4/+240
2011-03-14MN10300: atomic_read() should ensure it emits a loadDavid Howells1-1/+1
2011-03-14MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not existDavid Howells1-2/+2
2011-03-14MN10300: Proper use of macros get_user() in the case of incremented pointersTkhai Kirill1-2/+3
2011-03-14x86: ce4100: Set pci ops via callback instead of module initSebastian Andrzej Siewior3-3/+12
2011-03-14clean statfs-like syscalls upAl Viro2-71/+30
2011-03-14open-style analog of vfs_path_lookup()Al Viro1-19/+2
2011-03-14kill path_lookup()Al Viro1-1/+1
2011-03-12x86, binutils, xen: Fix another wrong size directiveAlexander van Heukelum1-1/+1
2011-03-11xen/e820: Don't mark balloon memory as E820_UNUSABLE when running as guest an...Konrad Rzeszutek Wilk1-1/+2
2011-03-11futex: Sanitize futex ops argument typesMichel Lespinasse19-106/+112
2011-03-11futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse18-101/+127
2011-03-11futex: Remove redundant pagefault_disable in futex_atomic_cmpxchg_inatomic()Michel Lespinasse1-3/+2
2011-03-10Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-9/+10
2011-03-10xen: events: remove dom0 specific xen_create_msi_irqIan Campbell1-5/+40
2011-03-10xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irqIan Campbell1-2/+2
2011-03-10xen: events: push set_irq_msi down into xen_create_msi_irqIan Campbell1-9/+1
2011-03-10xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQIan Campbell1-42/+26
2011-03-10xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirqIan Campbell1-8/+3
2011-03-10xen: events: return irq from xen_allocate_pirq_msiIan Campbell1-6/+6
2011-03-10xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell1-3/+3
2011-03-10xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0Ian Campbell1-0/+2
2011-03-10Merge branch 'stable/pcifront-fixes' into stable/irq.cleanupKonrad Rzeszutek Wilk2-9/+12
2011-03-10Merge branch 'stable/irq.rework' into stable/irq.cleanupKonrad Rzeszutek Wilk2-9/+17
2011-03-10ftrace/graph: Trace function entry before updating indexSteven Rostedt1-7/+8
2011-03-10tracing: Fix event alignment: kvm:kvm_hv_hypercallDavid Sharp1-4/+4
2011-03-10x86/mm: Fix pgd_lock deadlockAndrea Arcangeli5-30/+22
2011-03-10x86/mm: Handle mm_fault_error() in kernel spaceAndrey Vagin1-0/+7
2011-03-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds5-18/+22
2011-03-10powerpc/pseries: Disable VPNH featureBenjamin Herrenschmidt1-1/+2
2011-03-10powerpc/iseries: Fix early init access to lppacaBenjamin Herrenschmidt4-17/+20
2011-03-09alpha: fix compile error from IRQ clean upMatt Turner1-0/+1
2011-03-09[CPUFREQ] pcc-cpufreq: don't load driver if get_freq fails during init.Naga Chumbalkar1-1/+1
2011-03-09x86: Don't check for BIOS corruption in first 64K when there's no need toNaga Chumbalkar1-4/+4
2011-03-09x86, UV: Initialize the broadcast assist unit base destination node id properlyCliff Wickman2-3/+3
2011-03-09x86: Remove dead config option X86_CPUJan Beulich3-5/+4
2011-03-09Merge commit 'v2.6.38-rc8' into x86/asmIngo Molnar166-988/+1357
2011-03-08kprobes: Disabling optimized kprobes for entry text sectionJiri Olsa1-0/+8
2011-03-08x86: Separate out entry text sectionJiri Olsa4-4/+11
2011-03-08Merge commit 'v2.6.38-rc8' into perf/coreIngo Molnar81-358/+504
2011-03-07Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-30/+41
2011-03-07Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds12-22/+56
2011-03-07Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-22/+21
2011-03-05x86: Really print supported CPUs if PROCESSOR_SELECT=yJan Beulich1-2/+2
2011-03-05perf: Avoid the percore allocations if the CPU is not HT capableLin Ming3-6/+23
2011-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2-4/+14
2011-03-04Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-15/+27
2011-03-04Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-6/+22