summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-06-14x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev15-105/+25
2012-06-14x86/x2apic/cluster: Vector_allocation_domain() should return a valueAlexander Gordeev1-1/+2
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev6-11/+7
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev9-102/+178
2012-06-08x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector()Alexander Gordeev3-7/+16
2012-06-08x86/apic: Try to spread IRQ vectors to different priority levelsAlexander Gordeev1-4/+3
2012-06-08x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev11-117/+32
2012-06-06x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev8-139/+52
2012-06-06x86/apic: Factor out default target_cpus() operationAlexander Gordeev8-45/+12
2012-06-06x86/apic: Trivial whitespace fixesAlexander Gordeev3-4/+4
2012-06-06x86/x2apic/cluster: Use all the members of one cluster specified in the smp_a...Suresh Siddha3-26/+48
2012-06-06x86/irq: Update irq_cfg domain unless the new affinity is a subset of the cur...Suresh Siddha1-9/+6
2012-06-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+1
2012-06-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-39/+232
2012-06-01Merge remote-tracking branch 'rostedt/tip/perf/urgent-2' into x86-urgent-for-...H. Peter Anvin6-16/+154
2012-06-01x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32H.J. Lu1-6/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-57/+40
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0
2012-06-01x86: get rid of calling do_notify_resume() when returning to kernel modeAl Viro2-13/+10
2012-06-01new helper: signal_delivered()Al Viro1-4/+2
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro4-9/+0
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro1-1/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-22/+9
2012-06-01new helper: sigmask_to_save()Al Viro1-4/+1
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro1-0/+16
2012-06-01x86, efi: Add EFI boot stub documentationMatt Fleming1-0/+2
2012-06-01x86, efi; Add EFI boot stub console supportMatt Fleming2-16/+75
2012-06-01x86, efi: Only close open files in error pathMatt Fleming1-1/+1
2012-05-31ftrace/x86: Do not change stacks in DEBUG when calling lockdepSteven Rostedt1-3/+41
2012-05-31x86: Allow nesting of the debug stack IDT settingSteven Rostedt1-1/+7
2012-05-31x86: Reset the debug_stack update counterSteven Rostedt1-2/+4
2012-05-31ftrace: Use breakpoint method to update ftrace callerSteven Rostedt1-16/+72
2012-05-31ftrace: Synchronize variable setting with breakpointsSteven Rostedt3-6/+42
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-0/+3
2012-05-31syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov2-0/+3
2012-05-31Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2012-05-31Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+16
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro1-3/+0
2012-05-30x86, amd, xen: Avoid NULL pointer paravirt referencesKonrad Rzeszutek Wilk1-0/+3
2012-05-30x86/mce: Cleanup timer messThomas Gleixner1-15/+16
2012-05-30x86, mtrr: Fix a type overflow in range_to_mtrr funczhenzhong.duan1-1/+1
2012-05-30Merge branch 'x86/trampoline' into x86/urgentH. Peter Anvin110-1566/+2083
2012-05-30x86, realmode: Unbreak the ia64 build of drivers/acpi/sleep.cH. Peter Anvin1-4/+3
2012-05-30Merge branch 'x86/mce' into x86/urgentIngo Molnar2-3/+5
2012-05-30sched/x86: Use cpu_llc_shared_mask(cpu) for coregroup_maskPeter Zijlstra1-9/+1
2012-05-30x86/mm/pat: Improve scaling of pat_pagerange_is_ram()John Dykstra1-20/+36
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds56-610/+767
2012-05-29mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli1-0/+50