Age | Commit message (Expand) | Author | Files | Lines |
2010-10-29 | Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kern... | Linus Torvalds | 5 | -13/+50 |
2010-10-29 | x86, alternative: Call stop_machine_text_poke() on all cpus | Jason Baron | 1 | -1/+1 |
2010-10-29 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 1 | -1/+2 |
2010-10-29 | debug_core,x86,blackfin: Clean up hw debug disable API | Dongdong Deng | 1 | -1/+2 |
2010-10-29 | x86-32: Restore irq stacks NUMA-aware allocations | Eric Dumazet | 1 | -2/+7 |
2010-10-28 | x86, uv: More Westmere support on SGI UV | Russ Anderson | 1 | -4/+3 |
2010-10-28 | Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 21 | -33/+704 |
2010-10-28 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -3/+0 |
2010-10-28 | x86, memblock: Fix early_node_mem with big reserved region. | Yinghai Lu | 1 | -5/+2 |
2010-10-28 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 27 | -12/+19 |
2010-10-28 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 4 | -14/+20 |
2010-10-27 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -138/+271 |
2010-10-27 | Merge branch 'akpm-incoming-2' | Linus Torvalds | 5 | -13/+12 |
2010-10-27 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 11 | -33/+31 |
2010-10-27 | Remove duplicate includes from many files | Zimny Lech | 2 | -2/+0 |
2010-10-27 | ptrace: cleanup arch_ptrace() on x86 | Namhyung Kim | 1 | -6/+4 |
2010-10-27 | ptrace: change signature of arch_ptrace() | Namhyung Kim | 1 | -3/+4 |
2010-10-27 | mm: fix race in kunmap_atomic() | Peter Zijlstra | 2 | -2/+4 |
2010-10-27 | x86-32: Allocate irq stacks seperate from percpu area | Brian Gerst | 3 | -13/+2 |
2010-10-27 | x86: Move olpc to platform | Thomas Gleixner | 6 | -4/+4 |
2010-10-27 | x86: Move uv to platform | Thomas Gleixner | 8 | -1/+2 |
2010-10-27 | x86: Move mrst to platform | Thomas Gleixner | 4 | -1/+2 |
2010-10-27 | x86: Move scx200 to platform | Thomas Gleixner | 4 | -3/+3 |
2010-10-27 | x86: Move visws to platform | Thomas Gleixner | 4 | -1/+2 |
2010-10-27 | x86: Move efi to platform | Thomas Gleixner | 8 | -1/+2 |
2010-10-27 | x86: Move sfi to platform | Thomas Gleixner | 4 | -1/+2 |
2010-10-27 | x86: Add platform directory | Thomas Gleixner | 2 | -0/+2 |
2010-10-26 | Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p... | Linus Torvalds | 8 | -97/+576 |
2010-10-26 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -0/+1 |
2010-10-26 | workqueues: s/ON_STACK/ONSTACK/ | Andrew Morton | 2 | -2/+2 |
2010-10-26 | replace nested max/min macros with {max,min}3 macro | Hagen Paul Pfeifer | 1 | -0/+1 |
2010-10-26 | x86: access_error API cleanup | Michel Lespinasse | 1 | -3/+3 |
2010-10-26 | mm: retry page fault when blocking on disk transfer | Michel Lespinasse | 1 | -12/+26 |
2010-10-26 | perf, x86: Fix up kmap_atomic() type | Peter Zijlstra | 1 | -3/+2 |
2010-10-26 | mm: remove pte_*map_nested() | Peter Zijlstra | 2 | -14/+2 |
2010-10-26 | mm: stack based kmap_atomic() | Peter Zijlstra | 5 | -59/+75 |
2010-10-26 | x86: allocate space within a region top-down | Bjorn Helgaas | 1 | -0/+1 |
2010-10-26 | x86: update iomem_resource end based on CPU physical address capabilities | Bjorn Helgaas | 1 | -0/+1 |
2010-10-26 | x86/PCI: allocate space from the end of a region, not the beginning | Bjorn Helgaas | 1 | -6/+11 |
2010-10-26 | x86, uv: Enable Westmere support on SGI UV | Russ Anderson | 2 | -5/+41 |
2010-10-26 | xen: initialize cpu masks for pv guests in xen_smp_init | Stefano Stabellini | 1 | -2/+22 |
2010-10-26 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 1 | -6/+13 |
2010-10-26 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds | 2 | -3/+3 |
2010-10-25 | xen: include xen/xen.h for definition of xen_initial_domain() | Ian Campbell | 1 | -0/+1 |
2010-10-25 | x86-32, mm: Remove duplicated #include | Borislav Petkov | 1 | -1/+0 |
2010-10-25 | Merge branch 'linus' into x86/urgent | Ingo Molnar | 207 | -6641/+8258 |
2010-10-25 | Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opro... | Ingo Molnar | 4 | -46/+100 |
2010-10-25 | x86-32, mm: Remove duplicated include | Borislav Petkov | 1 | -1/+0 |
2010-10-25 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg... | Linus Torvalds | 1 | -0/+2 |
2010-10-25 | Merge branch 'oprofile/core' into oprofile/x86 | Robert Richter | 115 | -3671/+2945 |