index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
chainiv.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-07-08
x86: cleanup e820_setup_gap(), add e820_search_gap(), v2
Alok Kataria
2
-15
/
+30
2008-07-08
x86: remove end_pfn in 64bit
Yinghai Lu
14
-31
/
+29
2008-07-08
x86: numa 32 using apicid_2_node to get node for logical_apicid
Yinghai Lu
2
-1
/
+5
2008-07-08
x86: change size if e820_update/remove_range
Yinghai Lu
1
-0
/
+6
2008-07-08
x86: add table_top check for alloc_low_page in 64 bit
Yinghai Lu
1
-4
/
+5
2008-07-08
x86: get max_pfn_mapped in init_memory_mapping
Yinghai Lu
1
-2
/
+2
2008-07-08
x86: fix e820_update_range size when overlapping
Yinghai Lu
1
-0
/
+5
2008-07-08
x86: introduce init_memory_mapping for 32bit #3
Yinghai Lu
3
-27
/
+6
2008-07-08
x86: introduce init_memory_mapping for 32bit #2
Yinghai Lu
3
-19
/
+7
2008-07-08
x86: introduce init_memory_mapping for 32bit #1
Yinghai Lu
3
-33
/
+120
2008-07-08
x86: unify mmu_context.h
Jeremy Fitzhardinge
3
-46
/
+32
2008-07-08
x86: unify pgd_index
Jeremy Fitzhardinge
3
-23
/
+20
2008-07-08
x86, 64-bit: use __pgd() on mk_kernel_pgd()
Eduardo Habkost
1
-1
/
+1
2008-07-08
x86, 64-bit: add gate_offset() and gate_segment() macros
Jeremy Fitzhardinge
1
-0
/
+4
2008-07-08
x86, 64-bit: unify early_ioremap
Jeremy Fitzhardinge
5
-68
/
+27
2008-07-08
x86, 64-bit: use p??_populate() to attach pages to pagetable
Jeremy Fitzhardinge
1
-4
/
+5
2008-07-08
x86, 64-bit: use write_gdt_entry in vsyscall_set_cpu
Jeremy Fitzhardinge
1
-6
/
+6
2008-07-08
x86: remove open-coded save/load segment operations
Jeremy Fitzhardinge
2
-14
/
+17
2008-07-08
x86: add memory barriers to wrmsr
Jeremy Fitzhardinge
1
-2
/
+3
2008-07-08
x86: add memory clobber to save/loadsegment
Jeremy Fitzhardinge
1
-2
/
+2
2008-07-08
x86: asm-x86/pgtable.h: fix compiler warning
Jeremy Fitzhardinge
1
-0
/
+2
2008-07-08
x86: nmi_watchdog - introduce nmi_watchdog_active() helper
Cyrill Gorcunov
2
-9
/
+17
2008-07-08
x86: nmi_watchdog - use NMI_NONE by default
Cyrill Gorcunov
5
-30
/
+3
2008-07-08
x86: nmi_watchdog - remove useless check
Cyrill Gorcunov
1
-2
/
+2
2008-07-08
x86: nmi_watchdog - use nmi_watchdog variable for printing
Cyrill Gorcunov
2
-2
/
+2
2008-07-08
x86: perfctr-watchdog.c - coding style cleanup
Cyrill Gorcunov
1
-90
/
+112
2008-07-08
x86 boot: more consistently use type int for node ids
Paul Jackson
1
-2
/
+2
2008-07-08
x86 boot: show pfn addresses in hex not decimal in some kernel info printks
Paul Jackson
2
-4
/
+4
2008-07-08
x86 boot: allow overlapping early reserve memory ranges
Paul Jackson
3
-10
/
+133
2008-07-08
x86 boot: x86_64 efi compiler warning fix
Paul Jackson
1
-5
/
+9
2008-07-08
x86 boot: e820 code indentation fix
Paul Jackson
1
-4
/
+4
2008-07-08
x86: setup_arch 32bit move kvm_guest_init later
Yinghai Lu
1
-2
/
+7
2008-07-08
x86: setup_arch 32bit move command line copying early
Yinghai Lu
1
-3
/
+3
2008-07-08
x86: setup_arch 32bit move efi check later
Yinghai Lu
1
-9
/
+8
2008-07-08
x86: move some func calling from setup_arch to paging_init
Yinghai Lu
3
-32
/
+32
2008-07-08
x86: numa32 pfn print out using hex instead
Yinghai Lu
2
-26
/
+34
2008-07-08
x86: fix compile warning in init_64.c
Yinghai Lu
1
-2
/
+2
2008-07-08
x86: build fix
Ingo Molnar
1
-0
/
+2
2008-07-08
x86: clean up min_low_pfn
Yinghai Lu
2
-7
/
+7
2008-07-08
x86: clean up using max_low_pfn on 32-bit
Yinghai Lu
5
-40
/
+28
2008-07-08
x86: move reservetop and vmalloc parsing to pgtable_32.c
Yinghai Lu
2
-34
/
+34
2008-07-08
x86: move find_max_low_pfn to init_32.c
Yinghai Lu
2
-78
/
+88
2008-07-08
x86: move boot_params declaring to setup.c
Yinghai Lu
3
-12
/
+6
2008-07-08
x86: introduce reserve_initrd
Yinghai Lu
3
-10
/
+14
2008-07-08
x86: introduce initmem_init for 32 bit
Yinghai Lu
4
-94
/
+99
2008-07-08
x86: introduce initmem_init for 64 bit
Yinghai Lu
4
-2
/
+18
2008-07-08
x86: move elfcorehdr parsing to setup.c
Yinghai Lu
2
-16
/
+19
2008-07-08
x86: move reserve_standard_io_resource to setup.c
Yinghai Lu
3
-56
/
+35
2008-07-08
x86: remove two duplicated funcs in setup_32.c
Yinghai Lu
1
-1
/
+0
2008-07-08
x86: merge setup64.c into common_64.c
Yinghai Lu
3
-289
/
+277
[next]