2008-04-29 |
Hugh Dickins | x86: vget_cycles() __always_inline Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-29 |
Ian Campbell | x86: add more boot protocol documentation Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-29 |
Ingo Molnar | bootprotocol: cleanup Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-29 |
Alexander van Heukelum | x86: fix warning in "x86: clean up vSMP detection" Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-29 |
Harvey Harrison | x86: !x & y typo in mtrr code Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Peter Zijlstra | fix idle (arch, acpi and apm) and lockdep Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Yinghai Lu | x86_64/mm: check and print vmemmap allocation continuous Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Yinghai Lu | x86_64: fix setup_node_bootmem to support big mem excluding... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Yinghai Lu | x86_64: make reserve_bootmem_generic() use new reserve_bootmem() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Yinghai Lu | mm: allow reserve_bootmem() cross nodes Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Yinghai Lu | mm: offset align in alloc_bootmem() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Yinghai Lu | mm: fix alloc_bootmem_core to use fast searching for... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Yinghai Lu | mm: make mem_map allocation continuous Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Huang, Ying | x86, boot: Document for linked list of struct setup_data Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Huang, Ying | x86, boot: export linked list of struct setup_data... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Huang, Ying | x86, boot: add linked list of struct setup_data Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Huang, Ying | x86, boot: add free_early to early reservation machanism Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Venki Pallipadi | x86, PAT: disable /dev/mem mmap RAM with PAT Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86, bitops: select the generic bitmap search functions Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Joe Perches | x86: include/asm-x86/pgalloc.h/bitops.h: checkpatch... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86: finalize bitops unification Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86, UML: remove x86-specific implementations of find_first_bit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86: optimize find_first_bit for small bitmaps Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86: switch 64-bit to generic find_first_bit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86: generic versions of find_first_(zero_)bit, convert... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | bitops: use __fls for fls64 on 64-bit archs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | generic: implement __fls on all 64-bit archs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | generic: introduce a generic __fls implementation Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86: merge the simple bitops and move them to bitops.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86, generic: optimize find_next_(zero_)bit for small... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86, uml: fix uml with generic find_next_bit for x86 Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Alexander van Heukelum | x86: change x86 to use generic find_next_bit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Ingo Molnar | uml: Kconfig cleanup Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Ingo Molnar | uml: fix build error Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Ingo Molnar | generic: make optimized inlining arch-opt-in Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Ingo Molnar | x86: add optimized inlining Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Jacek Luczak | x86: section mismatch fixes, #3 Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Jacek Luczak | x86: section mismatch fixes, #2 Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Jacek Luczak | x86: pgtable_32.h - prototype and section mismatch... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Jacek Luczak | x86: unlock_ExtINT_logic() - fix section mismatch warnings Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Jacek Luczak | x86: uniq_ioapic_id - fix section mismatch warning Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Jacek Luczak | x86: trampoline_32.S - switch to .cpuinit.data Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Akinobu Mita | x86: use get_bios_ebda() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Akinobu Mita | x86: remove duplicate get_bios_ebda() from rio.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Akinobu Mita | x86: get_bios_ebda() requires asm/io.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Akinobu Mita | x86: use cpumask function for present, possible, and... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Akinobu Mita | x86: cleanup div_sc() usage Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Akinobu Mita | x86: cleanup clocksource_hz2mult usage Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Akinobu Mita | x86: remove unnecessary memset and NULL check after... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Akinobu Mita | x86: use bitmap library for pin_programmed Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Akinobu Mita | x86: use MP_intsrc_info() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Akinobu Mita | x86: use BUILD_BUG_ON() for the size of struct intel_mp_floating Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Roland McGrath | x86_64 ia32 ptrace: convert to compat_arch_ptrace Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Roland McGrath | x86_64 ia32 ptrace: use compat_ptrace_request for siginfo Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Roland McGrath | x86 signals: lift set_fs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Roland McGrath | x86 signals: lift flags diddling code Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Dmitri Vorobiev | x86: remove NexGen support Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Dmitri Vorobiev | x86: array can become static Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Dmitri Vorobiev | x86: remove unused function amd_init_cpu() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Jan Beulich | x86-64: extend MCE CPU quirk handling Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Jan Beulich | i386: fix signal type for iret exception Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Jan Beulich | x86: fix watchdog ops for CoreDuo Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Adrian Bunk | fix asm-x86/{posix_types,unistd}.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Jan Beulich | i386: fix asm constraint in do_IRQ() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Ingo Molnar | x86 PAT: decouple from nonpromisc devmem Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-26 |
Ingo Molnar | x86 PAT: tone down debugging messages Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-25 |
Ingo Molnar | x86: harden kernel code patching Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-25 |
Mathieu Desnoyers | x86: clean up text_poke() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-25 |
Jiri Slaby | x86: fix text_poke() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-25 |
Ingo Molnar | x86: remove set_fixmap() warning Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-25 |
Ingo Molnar | x86: make __set_fixmap() non-init Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-25 |
Ingo Molnar | x86: make clear_fixmap() available on 64-bit as well Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-25 |
David Miller | sched: use alloc_bootmem() instead of alloc_bootmem_low() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Peter Zijlstra | sched: fix share (re)distribution Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Ingo Molnar | softlockup: fix NOHZ wakeup | Author: Ingo Molnar <mingo@elte.hu> | Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Ingo Molnar | seqlock: livelock fix Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Jeremy Fitzhardinge | xen: add balloon driver Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Jeremy Fitzhardinge | xen: allow compilation with non-flat memory Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Jeremy Fitzhardinge | xen: fold xen_sysexit into xen_iret Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Jeremy Fitzhardinge | xen: allow set_pte_at on init_mm to be lockless Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Jeremy Fitzhardinge | xen: disable preemption during tlb flush Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Markus Armbruster | xen pvfb: Para-virtual framebuffer, keyboard and pointer... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Mark McLoughlin | xen: Add compatibility aliases for frontend drivers Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Mark McLoughlin | xen: Module autoprobing support for frontend drivers Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Christian Limpach | xen blkfront: Delay wait for block devices until after... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Jeremy Fitzhardinge | xen/blkfront: use bdget_disk Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Markus Armbruster | xen: Make xen-blkfront write its protocol ABI to xenstore Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Isaku Yamahata | xen: import arch generic part of xencomm Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Isaku Yamahata | xen: make grant table arch portable Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Isaku Yamahata | xen: replace callers of alloc_vm_area()/free_vm_area... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Isaku Yamahata | xen: make include/xen/page.h portable moving those... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Isaku Yamahata | xen: add resend_irq_on_evtchn() definition into events.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Isaku Yamahata | Xen: make events.c portable for ia64/xen support Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Isaku Yamahata | xen: move events.c to drivers/xen for IA64/Xen support Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Isaku Yamahata | xen: move features.c from arch/x86/xen/features.c to... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Isaku Yamahata | xen: add missing definitions in include/xen/interface... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Isaku Yamahata | xen: add missing definitions for xen grant table which... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Isaku Yamahata | xen: definitions which ia64/xen needs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Isaku Yamahata | xen: definisions which ia64 needs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2008-04-24 |
Jeremy Fitzhardinge | xen: jump to iret fixup Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |