aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* x86, mm: Trim memory in memblock to be page alignedYinghai Lu2012-10-24
* x86/irq/ioapic: Check for valid irq_cfg pointer in smp_irq_move_cleanup_inter...Dimitri Sivanich2012-10-24
* x86/efi: Fix oops caused by incorrect set_memory_uc() usageMatt Fleming2012-10-24
* x86-64: Fix page table accountingJan Beulich2012-10-24
* Revert "x86/mm: Fix the size calculation of mapping tables"Dave Young2012-10-24
* Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-23
|\
| * xen: dbgp: Fix warning when CONFIG_PCI is not enabled.Ian Campbell2012-10-19
| * Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-10-19
| |\
| * | xen: arm: comment on why 64-bit xen_pfn_t is safe even on 32 bitIan Campbell2012-10-19
| * | xen: balloon: use correct type for frame_listIan Campbell2012-10-19
| * | xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel2012-10-19
| * | xen: arm: make p2m operations NOPsIan Campbell2012-10-19
| * | xen: balloon: don't include e820.hIan Campbell2012-10-19
| * | xen: grant: use xen_pfn_t type for frame_list.Ian Campbell2012-10-19
| * | xen: events: pirq_check_eoi_map is X86 specificIan Campbell2012-10-19
| * | xen: XENMEM_translate_gpfn_list was remove ages ago and is unused.Ian Campbell2012-10-19
| * | xen: sysfs: fix build warning.Ian Campbell2012-10-19
| * | xen: sysfs: include err.h for PTR_ERR etcIan Campbell2012-10-19
| * | xen: xenbus: quirk uses x86 specific cpuidIan Campbell2012-10-19
| * | xen PV passthru: assign SR-IOV virtual functions to separate virtual slotsLaszlo Ersek2012-10-19
| * | xen/xenbus: Fix compile warning.Konrad Rzeszutek Wilk2012-10-19
| * | xen/x86: remove duplicated include from enlighten.cWei Yongjun2012-10-19
* | | alpha: separate thread-synchronous flagsAl Viro2012-10-23
* | | Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-23
|\ \ \
| * | | KVM guest: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENTSasha Levin2012-10-22
| * | | KVM: apic: fix LDR calculation in x2apic modeGleb Natapov2012-10-22
| * | | KVM: MMU: fix release noslot pfnXiao Guangrong2012-10-22
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-23
|\ \ \ \
| * \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-10-21
| |\ \ \ \
| | * | | | ring-buffer: Check for uninitialized cpu buffer before resizingVaibhav Nagarnaik2012-10-11
| * | | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-10-21
| |\ \ \ \ \
| | * | | | | uprobes: Fix the racy uprobe->flags manipulationOleg Nesterov2012-10-07
| | * | | | | uprobes: Fix prepare_uprobe() race with itselfOleg Nesterov2012-10-07
| | * | | | | uprobes: Introduce prepare_uprobe()Oleg Nesterov2012-10-07
| | * | | | | uprobes: Fix handle_swbp() vs unregister() + register() raceOleg Nesterov2012-10-07
| | * | | | | uprobes: Do not delete uprobe if uprobe_unregister() failsOleg Nesterov2012-10-07
| | * | | | | uprobes: Don't return success if alloc_uprobe() failsOleg Nesterov2012-10-07
| | * | | | | uprobes/x86: Only rep+nop can be emulated correctlyOleg Nesterov2012-10-07
| | * | | | | uprobes: Simplify is_swbp_at_addr(), remove stale commentsOleg Nesterov2012-09-29
| | * | | | | uprobes: Kill set_orig_insn()->is_swbp_at_addr()Oleg Nesterov2012-09-29
| | * | | | | uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov2012-09-29
| | * | | | | uprobes: Kill set_swbp()->is_swbp_at_addr()Oleg Nesterov2012-09-29
| | * | | | | uprobes: Restrict valid_vma(false) to skip VM_SHARED vmasOleg Nesterov2012-09-29
| | * | | | | uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXECOleg Nesterov2012-09-29
| | * | | | | uprobes: Change write_opcode() to use FOLL_FORCEOleg Nesterov2012-09-29
| | * | | | | uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov2012-09-29
| | * | | | | uprobes: Kill UTASK_BP_HIT stateOleg Nesterov2012-09-29
| | * | | | | uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()Oleg Nesterov2012-09-29
| | * | | | | uprobes: Do not setup ->active_uprobe/state prematurelyOleg Nesterov2012-09-29
| | * | | | | uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() failsOleg Nesterov2012-09-29