summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2009-11-30x86, mm: Correct the implementation of is_untracked_pat_range()H. Peter Anvin1-1/+5
2009-11-24x86: Move find_smp_config() earlier and avoid bootmem usageYinghai Lu2-9/+4
2009-11-23x86, platform: Change is_untracked_pat_range() to bool; cleanup initH. Peter Anvin2-4/+2
2009-11-23x86: Change is_ISA_range() into an inline functionH. Peter Anvin1-7/+12
2009-11-23x86, mm: is_untracked_pat_range() takes a normal semiclosed rangeH. Peter Anvin1-1/+1
2009-11-23x86, mm: Call is_untracked_pat_range() rather than is_ISA_range()H. Peter Anvin1-2/+4
2009-11-23x86: UV SGI: Don't track GRU space in PATJack Steiner2-0/+4
2009-11-19x86: Eliminate redundant/contradicting cache line size config optionsJan Beulich1-3/+4
2009-11-16x86: remove "extern" from function prototypes in <asm/proto.h>H. Peter Anvin1-9/+9
2009-11-16x86, mm: Report state of NX protections during bootKees Cook1-0/+1
2009-11-16x86, mm: Clean up and simplify NX enablementH. Peter Anvin1-1/+1
2009-11-11x86: Make sure wakeup trampoline code is below 1MBYinghai Lu1-1/+1
2009-11-08x86: k8.h: Add struct bootnodeRandy Dunlap1-0/+1
2009-11-02x86, cpa: Fix kernel text RO checks in static_protection()Suresh Siddha1-0/+1
2009-10-20x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATASuresh Siddha1-0/+6
2009-10-12x86: Export srat physical topologyDavid Rientjes1-0/+1
2009-10-12x86: Export k8 physical topologyDavid Rientjes2-2/+5
2009-10-08Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2009-10-04KVM: add support for change_pte mmu notifiersIzik Eidus1-0/+1
2009-10-02x86: EDAC: MCE: Fix MCE decoding callback logicIngo Molnar1-0/+2
2009-10-01x86: fix csum_ipv6_magic asm memory clobberSamuel Thibault1-1/+2
2009-10-01x86: Fix csum_ipv6_magic asm memory clobberSamuel Thibault1-1/+2
2009-09-30x86: Provide an alternative() based cmpxchg64()Arjan van de Ven1-13/+17
2009-09-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-10/+1
2009-09-24Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-1/+5
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+1
2009-09-24x86: Remove redundant non-NUMA topology functionsRusty Russell1-10/+0
2009-09-24Merge branch 'linus' into x86/urgentIngo Molnar6-27/+26
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-4/+3
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell1-3/+3
2009-09-24cpumask: remove arch_send_call_function_ipiRusty Russell1-1/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-1/+3
2009-09-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+0
2009-09-23Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar1-0/+1
2009-09-22x86: syscall_get_nr returns intRoland McGrath1-7/+7
2009-09-21x86: split NX setup into separate file to limit unstack-protected codeJeremy Fitzhardinge1-0/+1
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds4-19/+19
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar4-19/+19
2009-09-21Use macros for .data.page_aligned section.Tim Abbott1-1/+3
2009-09-20Merge branch 'linus' into x86/urgentIngo Molnar19-228/+226
2009-09-20x86: Fix uaccess_32.h typoSergey Senozhatsky1-1/+1
2009-09-20x86: Trivial whitespace cleanupsFelipe Contreras1-1/+0
2009-09-20x86, apic: Fix missed handling of discrete apicsCyrill Gorcunov1-0/+13
2009-09-19Merge branch 'sfi-base' into releaseLen Brown1-1/+0
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds18-228/+225
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2009-09-18x86/PCI: default pcibus cpumask to all cpus if it lacks affinityDavid Rientjes1-1/+5
2009-09-18x86: SGI UV: Add volatile semantics to macros that access chipset registersJack Steiner1-8/+9
2009-09-18x86: SGI UV: Fix IPI macrosJack Steiner1-1/+1
2009-09-17Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-18/+27