You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Linus Torvalds
eb05df9e7e
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
...
Pull x86 cleanups from Peter Anvin:
"The biggest textual change is the cleanup to use symbolic constants
for x86 trap values.
The only *functional* change and the reason for the x86/x32 dependency
is the move of is_ia32_task() into <asm/thread_info.h> so that it can
be used in other code that needs to understand if a system call comes
from the compat entry point (and therefore uses i386 system call
numbers) or not. One intended user for that is the BPF system call
filter. Moving it out of <asm/compat.h> means we can define it
unconditionally, returning always true on i386."
* 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86: Move is_ia32_task to asm/thread_info.h from asm/compat.h
x86: Rename trap_no to trap_nr in thread_struct
x86: Use enum instead of literals for trap values
13 years ago
..
kmemcheck
bug.h: add include of it to various implicit C users
13 years ago
Makefile
memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones
14 years ago
amdtopology.c
x86, NUMA: Enable CONFIG_AMD_NUMA on 32bit too
14 years ago
dump_pagetables.c
x86, mm: Create symbolic index into address_markers array
15 years ago
extable.c
x86-64: Set siginfo and context on vsyscall emulation faults
13 years ago
fault.c
x86: Rename trap_no to trap_nr in thread_struct
13 years ago
gup.c
thp: add compound tail page _mapcount when mapped
13 years ago
highmem_32.c
highmem: kill all __kmap_atomic()
13 years ago
hugetlbpage.c
hugetlb: remove prev_vma from hugetlb_get_unmapped_area_topdown()
13 years ago
init.c
Disintegrate asm/system.h for X86
13 years ago
init_32.c
Disintegrate asm/system.h for X86
13 years ago
init_64.c
Disintegrate asm/system.h for X86
13 years ago
iomap_32.c
mm: fix race in kunmap_atomic()
15 years ago
ioremap.c
ioremap: Delay sanity check until after a successful mapping
14 years ago
kmmio.c
x86, kmmio/mmiotrace: Fix double free of kmmio_fault_pages
15 years ago
memtest.c
memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones
14 years ago
mmap.c
x86: Fix mmap random address range
13 years ago
mmio-mod.c
module_param: make bool parameters really bool (arch)
13 years ago
numa.c
cpumask: update setup_node_to_cpumask_map() comments
13 years ago
numa_32.c
memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones
14 years ago
numa_64.c
memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only
14 years ago
numa_emulation.c
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
13 years ago
numa_internal.h
x86, NUMA: Initialize and use remap allocator from setup_node_bootmem()
14 years ago
pageattr-test.c
x86: Convert vmalloc()+memset() to vzalloc()
14 years ago
pageattr.c
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
13 years ago
pat.c
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
15 years ago
pat_internal.h
…
pat_rbtree.c
rbtree: Undo augmented trees performance damage and regression
15 years ago
pf_in.c
x86: Eliminate various 'set but not used' warnings
14 years ago
pf_in.h
…
pgtable.c
x86: Flush TLB if PGD entry is changed in i386 PAE mode
14 years ago
pgtable_32.c
Disintegrate asm/system.h for X86
13 years ago
physaddr.c
…
physaddr.h
…
setup_nx.c
x86, cpu: Only CPU features determine NX capabilities
14 years ago
srat.c
x86/apic: Add separate apic_id_valid() functions for selected apic drivers
13 years ago
testmmiotrace.c
x86, kmmio/mmiotrace: Fix double free of kmmio_fault_pages
15 years ago
tlb.c
x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others()
14 years ago