Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ffdc1a09ae7e2cbd714a446ee38a27f625b5f1c8
/
include
/
asm-x86
« Previous
2c0903f
x86: get_bios_ebda() requires asm/io.h
by Akinobu Mita
· 17 years ago
a1a33fa
x86: use bitmap library for pin_programmed
by Akinobu Mita
· 17 years ago
562b80b
x86_64 ia32 ptrace: convert to compat_arch_ptrace
by Roland McGrath
· 17 years ago
f7f17a6
x86: remove NexGen support
by Dmitri Vorobiev
· 17 years ago
b11caa7
fix asm-x86/{posix_types,unistd}.h
by Adrian Bunk
· 17 years ago
bf16ae2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-pat
by Linus Torvalds
· 17 years ago
4b7227c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-xen-next
by Linus Torvalds
· 17 years ago
3ec9678
x86: make clear_fixmap() available on 64-bit as well
by Ingo Molnar
· 17 years ago
5f0abab
xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one
by Isaku Yamahata
· 17 years ago
20e71f2e
xen: make include/xen/page.h portable moving those definitions under asm dir
by Isaku Yamahata
· 17 years ago
e849c3e
Xen: make events.c portable for ia64/xen support
by Isaku Yamahata
· 17 years ago
87e27cf
xen: add missing definitions for xen grant table which ia64/xen needs
by Isaku Yamahata
· 17 years ago
aa380c8
xen: add support for callbackops hypercall
by Jeremy Fitzhardinge
· 17 years ago
85958b4
x86: unify pgd ctor/dtor
by Jeremy Fitzhardinge
· 17 years ago
68db065
x86: unify KERNEL_PGD_PTRS
by Jeremy Fitzhardinge
· 17 years ago
286cd49
x86: demacro pgalloc paravirt stubs
by Jeremy Fitzhardinge
· 17 years ago
c20311e
x86/pgtable.h: demacro ptep_clear_flush_young
by Jeremy Fitzhardinge
· 17 years ago
f9fbf1a
x86/pgtable.h: demacro ptep_test_and_clear_young
by Jeremy Fitzhardinge
· 17 years ago
ee5aa8d
x86/pgtable.h: demacro ptep_set_access_flags
by Jeremy Fitzhardinge
· 17 years ago
2761fa0
x86: add pud_alloc for 4-level pagetables
by Jeremy Fitzhardinge
· 17 years ago
6944a9c
x86: rename paravirt_alloc_pt etc after the pagetable structure
by Jeremy Fitzhardinge
· 17 years ago
5a5f8f4
x86: move pgalloc pud and pgd operations into common place
by Jeremy Fitzhardinge
· 17 years ago
170fdff
x86: move pmd functions into common asm/pgalloc.h
by Jeremy Fitzhardinge
· 17 years ago
397f687
x86: move pte functions into common asm/pgalloc.h
by Jeremy Fitzhardinge
· 17 years ago
1d262d3
x86: put paravirt stubs into common asm/pgalloc.h
by Jeremy Fitzhardinge
· 17 years ago
1ec1fe7
x86: xen unify x86 add common mm pgtable c fix
by Ingo Molnar
· 17 years ago
4f76cd3
x86: add common mm/pgtable.c
by Jeremy Fitzhardinge
· 17 years ago
79bf6d6
x86: convert pgalloc_64.h from macros to inlines
by Jeremy Fitzhardinge
· 17 years ago
f0970c1
x86: PAT phys_mem_access_prot_allowed for dev/mem mmap
by venkatesh.pallipadi@intel.com
· 17 years ago
e045fb2
x86: PAT avoid aliasing in /dev/mem read/write
by venkatesh.pallipadi@intel.com
· 17 years ago
ae531c2
x86: introduce /dev/mem restrictions with a config option
by Arjan van de Ven
· 17 years ago
a4928cf
"make namespacecheck" fixes
by Ingo Molnar
· 17 years ago
ec96535
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel
by Linus Torvalds
· 17 years ago
1d3504f
sched, cpuset: customize sched domains, core
by Hidetoshi Seto
· 17 years ago
7c16ec5
cpumask: reduce stack usage in SD_x_INIT initializers
by Mike Travis
· 17 years ago
aa6b544
asm-generic: add node_to_cpumask_ptr macro
by Mike Travis
· 17 years ago
34d0559
x86: UV startup of slave cpus
by Jack Steiner
· 17 years ago
8e8edc6
x86: move dma_coherent functions to pci-dma.c
by Glauber Costa
· 17 years ago
fae9a0d
x86: merge iommu initialization parameters
by Glauber Costa
· 17 years ago
bca5c09
x86: move pci fixup to pci-dma.c
by Glauber Costa
· 17 years ago
d741bde
x86: use dma_length in i386
by Glauber Costa
· 17 years ago
b7107a3
x86: delete the arch-specific dma-mapping headers.
by Glauber Costa
· 17 years ago
ae17a63b
x86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma-mapping.h
by Glauber Costa
· 17 years ago
c786df0
x86: unify dma_mapping_error
by Glauber Costa
· 17 years ago
7c18341
x86: provide a bad_dma_address symbol for i386
by Glauber Costa
· 17 years ago
b48ee71
x86: align to clflush size
by Glauber Costa
· 17 years ago
802c1f6
x86: move dma_supported and dma_set_mask to pci-dma_32.c
by Glauber Costa
· 17 years ago
3cb6a91
x86: move dma_cache_sync to common header
by Glauber Costa
· 17 years ago
2be6214
x86: dma-ops on highmem fix
by Ingo Molnar
· 17 years ago
4d92fbf
x86: move dma_map_page and dma_unmap_page to common header
by Glauber Costa
· 17 years ago
8d396de
x86: move alloc and free coherent to common header
by Glauber Costa
· 17 years ago
e7f3a91
x86: move dma_sync_sg_for_device to common header
by Glauber Costa
· 17 years ago
ed435de
x86: move dma_sync_sg_for_cpu to common header
by Glauber Costa
· 17 years ago
7136233
x86: move dma_sync_single_range_for_device to common header
by Glauber Costa
· 17 years ago
627610f
x86: move dma_sync_single_range_for_cpu to common header
by Glauber Costa
· 17 years ago
9231b26
x86: move dma_sync_single_for_device to common header
by Glauber Costa
· 17 years ago
c01dd8c
x86: move dma_sync_single_for_cpu to common header
by Glauber Costa
· 17 years ago
72c784f
x86: move dma_unmap_sg to common header
by Glauber Costa
· 17 years ago
16a3ce9
x86: move dma_map_sg to common header
by Glauber Costa
· 17 years ago
0cb0ae6
x86: move dma_unmap_single to common header
by Glauber Costa
· 17 years ago
22456b9
x86: implement dma_map_single through dma_ops
by Glauber Costa
· 17 years ago
6f53663
x86: move dma_ops struct definition to dma-mapping.h
by Glauber Costa
· 17 years ago
752bea4
x86: reserve dma32 early for gart
by Yinghai Lu
· 17 years ago
6ec6e0d
srat, x86: add support for nodes spanning other nodes
by Suresh Siddha
· 17 years ago
2adee9b
x86: fpu xstate split fix
by Suresh Siddha
· 17 years ago
1679f27
x86: fpu xstate split cleanup
by Suresh Siddha
· 17 years ago
aa283f4
x86, fpu: lazy allocation of FPU area - v5
by Suresh Siddha
· 17 years ago
61c4628
x86, fpu: split FPU state from task struct - v5
by Suresh Siddha
· 17 years ago
fa5c463
x86: rename find_max_pfn() to propagate_e820_map()
by Ingo Molnar
· 17 years ago
529e25f
x86: implement prctl PR_GET_TSC and PR_SET_TSC
by Erik Bosman
· 17 years ago
7c53976
x86: cleanup boot-heap usage
by Alexander van Heukelum
· 17 years ago
188da98
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 17 years ago
9732b61
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb
by Linus Torvalds
· 17 years ago
9e9abec
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
by Linus Torvalds
· 17 years ago
273b838
ide: remove ide_init_default_irq() macro
by Bartlomiej Zolnierkiewicz
· 17 years ago
9dfcd15
ide: remove ide_default_io_ctl() macro
by Bartlomiej Zolnierkiewicz
· 17 years ago
0e33555
ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
d359752
kgdb: fix NMI hangs
by Jason Wessel
· 17 years ago
82da3ff
x86: kgdb support
by Ingo Molnar
· 17 years ago
e44b7b7
x86: move suspend wakeup code to C
by Pavel Machek
· 17 years ago
31d2092
x86: move mp_register_lapic_address to boot.c
by Alexey Starikovskiy
· 17 years ago
dfac218
x86: move mp_register_lapic to boot.c
by Alexey Starikovskiy
· 17 years ago
2fe6014
x86: move up & smp variables to setup.c
by Alexey Starikovskiy
· 17 years ago
9e5c5f1
x86: move mp_ioapic_routing to boot.c
by Alexey Starikovskiy
· 17 years ago
61048c6
x86: don't set IO APIC features if IO APIC is not enabled
by Alexey Starikovskiy
· 17 years ago
b447a46
x86: clean up non-smp usage of cpu maps
by Mike Travis
· 17 years ago
a24eae8
x86: uv fix
by Ingo Molnar
· 17 years ago
ac23d4e
x86: support for new UV apic
by Jack Steiner
· 17 years ago
8400def
x86: define the macros and tables for blade functions
by Jack Steiner
· 17 years ago
952cf6d
x86: define the macros and tables for the basic UV infrastructure.
by Jack Steiner
· 17 years ago
0d3e865
x86: add UV specific header for MMR definitions
by Jack Steiner
· 17 years ago
a65d1d6
x86: increase size of APICID
by Jack Steiner
· 17 years ago
ae26186
x86: add functions to determine if platform is a UV platform
by Jack Steiner
· 17 years ago
05f2d12
x86: change GET_APIC_ID() from an inline function to an out-of-line function
by Jack Steiner
· 17 years ago
a5c15d4
x86: replace most VM86 flags with flags from processor-flags.h
by gorcunov@gmail.com
· 17 years ago
6b6891f
x86: cleanup - rename VM_MASK to X86_VM_MASK
by gorcunov@gmail.com
· 17 years ago
6093015
x86: cleanup replace most vm86 flags with flags from processor-flags.h, fix
by Ingo Molnar
· 17 years ago
fb8e837
x86: sparsemem: reduce i386 PAE section size
by Jeremy Fitzhardinge
· 17 years ago
8be9ac8
x86: merge smp_32.h and smp_64.h into smp.h
by Glauber Costa
· 17 years ago
a9c057c
x86: merge SMP definitions of smp.h
by Glauber Costa
· 17 years ago
Next »