| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | x86: rename .i assembler includes to .h | Adrian Bunk | 2007-10-17 | 5 | -29/+26 |
| * | x86: Add parenthesis to IRQ vector macros | Steven Rostedt | 2007-10-17 | 1 | -16/+16 |
| * | x86: Eliminate result signage problem in asm-x86_64/bitops.h | Chuck Lever | 2007-10-17 | 1 | -1/+1 |
| * | x86: remove STR() macros | Glauber de Oliveira Costa | 2007-10-17 | 2 | -6/+0 |
| * | x86: remove x86_cpu_to_log_apicid | Mike Travis | 2007-10-17 | 1 | -1/+0 |
| * | i386: Remove strrchr assembler implementation | Andi Kleen | 2007-10-17 | 1 | -3/+0 |
| * | x86: make atomic64_t work like atomic_t | Chris Snook | 2007-10-17 | 1 | -1/+1 |
| * | i386: no need to make enable_cpu_hotplug a variable | Adrian Bunk | 2007-10-17 | 1 | -3/+0 |
| * | x86: Create clflush() inline, remove hardcoded wbinvd | H. Peter Anvin | 2007-10-17 | 2 | -0/+9 |
| * | x86: constify stacktrace_ops | Jan Beulich | 2007-10-17 | 1 | -1/+1 |
| * | x86: remove reminder of i386 irqstat per cpu conversion | Thomas Gleixner | 2007-10-17 | 1 | -1/+0 |
| * | x86_64: Remove serialize_cpu() inline | Andi Kleen | 2007-10-17 | 1 | -5/+0 |
| * | x86: hide cond_syscall behind __KERNEL__ | Mike Frysinger | 2007-10-17 | 1 | -0/+2 |
| * | x86: mark read_crX() asm code as volatile | Kirill Korotaev | 2007-10-17 | 2 | -5/+5 |
| * | i386: fix 4 bit apicid assumption of mach-default | Siddha, Suresh B | 2007-10-17 | 1 | -1/+7 |
| * | i386: export i386 smp_call_function_mask() to modules | Laurent Vivier | 2007-10-17 | 1 | -6/+3 |
| * | x86: clean up apicid_to_node declaration | Andrew Morton | 2007-10-17 | 1 | -1/+2 |
* | | Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-10-17 | 2 | -211/+278 |
|\ \
| |/
|/| |
|
| * | paravirt: clean up lazy mode handling | Jeremy Fitzhardinge | 2007-10-16 | 1 | -19/+33 |
| * | paravirt: refactor struct paravirt_ops into smaller pv_*_ops | Jeremy Fitzhardinge | 2007-10-16 | 2 | -203/+256 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/li... | Linus Torvalds | 2007-10-17 | 5 | -70/+16 |
|\ \ |
|
| * | | [x86] remove uses of magic macros for boot_params access | H. Peter Anvin | 2007-10-16 | 5 | -70/+16 |
* | | | increase AT_VECTOR_SIZE to terminate saved_auxv properly | Olaf Hering | 2007-10-17 | 2 | -0/+2 |
* | | | Remove dma_cache_(wback|inv|wback_inv) functions | Ralf Baechle | 2007-10-17 | 2 | -16/+1 |
* | | | remove include/asm-*/ipc.h | Adrian Bunk | 2007-10-17 | 1 | -1/+0 |
* | | | cleanup floppy.h | Jan Beulich | 2007-10-17 | 2 | -8/+0 |
* | | | remove strict ansi check from __u64 in asm/types.h | Olaf Hering | 2007-10-17 | 1 | -3/+3 |
* | | | kill DECLARE_MUTEX_LOCKED | Christoph Hellwig | 2007-10-17 | 2 | -2/+0 |
* | | | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 1 | -1/+1 |
* | | | x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #define | Mark Nelson | 2007-10-17 | 1 | -0/+1 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-10-16 | 4 | -8/+12 |
|\ \ |
|
| * | | x86-64: enable sg chaining | Jens Axboe | 2007-10-16 | 2 | -2/+3 |
| * | | i386: enable sg chaining | Jens Axboe | 2007-10-16 | 1 | -0/+2 |
| * | | i386 dma_map_sg: convert to using sg helpers | Jens Axboe | 2007-10-16 | 1 | -6/+7 |
* | | | kprobes: support kretprobe blacklist | Masami Hiramatsu | 2007-10-16 | 2 | -0/+3 |
* | | | I/OAT: Add DCA services | Shannon Nelson | 2007-10-16 | 1 | -0/+1 |
* | | | x86_64: SPARSEMEM_VMEMMAP 2M page size support | Christoph Lameter | 2007-10-16 | 2 | -0/+2 |
* | | | x86: optimize page faults like all other achitectures and kill notifier cruft | Christoph Hellwig | 2007-10-16 | 4 | -13/+2 |
* | | | Convert cpu_sibling_map to be a per cpu variable | Mike Travis | 2007-10-16 | 4 | -5/+7 |
* | | | x86: Convert cpu_core_map to be a per cpu variable | Mike Travis | 2007-10-16 | 4 | -4/+9 |
|/ / |
|
* | | lockdep: x86_64: connect the sysexit hook | Peter Zijlstra | 2007-10-11 | 1 | -0/+14 |
* | | lockdep: i386: connect the sysexit hook | Peter Zijlstra | 2007-10-11 | 1 | -0/+13 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi... | Linus Torvalds | 2007-10-13 | 2 | -9/+9 |
|\ \ |
|
| * | | KVM: Use standard CR8 flags, and fix TPR definition | Rusty Russell | 2007-10-13 | 1 | -1/+1 |
| * | | i386: Expose IOAPIC register definitions even if CONFIG_X86_IO_APIC is not set | Avi Kivity | 2007-10-13 | 1 | -8/+8 |
* | | | minimal build fixes for uml (fallout from x86 merge) | Al Viro | 2007-10-13 | 1 | -1/+1 |
|/ / |
|
* | | x86: optimise barriers | Nick Piggin | 2007-10-12 | 2 | -3/+7 |
* | | x86: fix IO write barrier | Nick Piggin | 2007-10-12 | 2 | -14/+7 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-10-12 | 3 | -114/+90 |
|\ |
|
| * | PCI: merge almost all of pci_32.h and pci_64.h together | Greg Kroah-Hartman | 2007-10-12 | 3 | -138/+90 |