| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2010-03-19 | 32 | -195/+3839 |
|\ |
|
| * | microblaze: entry.S use delay slot for return handlers | Michal Simek | 2010-03-11 | 1 | -6/+3 |
| * | microblaze: Save current task directly | Michal Simek | 2010-03-11 | 1 | -8/+4 |
| * | microblaze: Simplify entry.S - save/restore r3/r4 - ret_from_trap | Michal Simek | 2010-03-11 | 1 | -48/+30 |
| * | microblaze: PCI early support for noMMU system | Michal Simek | 2010-03-11 | 4 | -6/+18 |
| * | microblaze: Fix dma alloc and free coherent dma functions | Michal Simek | 2010-03-11 | 1 | -4/+13 |
| * | microblaze: Add consistent code | Michal Simek | 2010-03-11 | 3 | -1/+256 |
| * | microblaze: pgtable.h: move consistent functions | Michal Simek | 2010-03-11 | 1 | -9/+9 |
| * | microblaze: Remove ancient Kconfig option for consistent mapping | Michal Simek | 2010-03-11 | 1 | -31/+2 |
| * | microblaze: Remove VMALLOC_VMADDR | Michal Simek | 2010-03-11 | 2 | -2/+1 |
| * | microblaze: Add define for ASM_LOOP | Michal Simek | 2010-03-11 | 1 | -43/+161 |
| * | microblaze: Preliminary support for dma drivers | Michal Simek | 2010-03-11 | 1 | -6/+3 |
| * | microblaze: remove trailing space in messages | Frans Pop | 2010-03-11 | 1 | -1/+1 |
| * | microblaze: Use generic show_mem() | Michal Simek | 2010-03-11 | 1 | -6/+0 |
| * | microblaze: Change temp register for cmdline | Michal Simek | 2010-03-11 | 1 | -6/+7 |
| * | microblaze: Preliminary support for dma drivers | Michal Simek | 2010-03-11 | 3 | -16/+17 |
| * | microblaze: Move cache function to cache.c | Michal Simek | 2010-03-11 | 2 | -6/+5 |
| * | microblaze: Add support from PREEMPT | Michal Simek | 2010-03-11 | 3 | -2/+26 |
| * | microblaze: Add support for Xilinx PCI host bridge | Michal Simek | 2010-03-11 | 5 | -0/+183 |
| * | microblaze: Enable PCI, missing files | Michal Simek | 2010-03-11 | 8 | -1/+268 |
| * | microblaze: Add core PCI files | Michal Simek | 2010-03-11 | 2 | -0/+2070 |
| * | microblaze: Add pci-bridge.h | Michal Simek | 2010-03-11 | 1 | -0/+195 |
| * | microblaze: Add pci.h | Michal Simek | 2010-03-11 | 1 | -1/+170 |
| * | microblaze: io.h include asm-generic/iomap.h | Michal Simek | 2010-03-11 | 1 | -10/+3 |
| * | microblaze: Add irq_create_{of_,}mapping functions | Michal Simek | 2010-03-11 | 2 | -1/+51 |
| * | microblaze: Add {z,}alloc_maybe_bootmem functions | Michal Simek | 2010-03-11 | 2 | -0/+26 |
| * | microblaze: Implement __dma_sync_page | Michal Simek | 2010-03-11 | 2 | -4/+23 |
| * | microblaze: Support DMA | Michal Simek | 2010-03-11 | 7 | -5/+322 |
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-03-19 | 8 | -157/+215 |
|\ \ |
|
| * | | perf: Fix unexported generic perf_arch_fetch_caller_regs | Frederic Weisbecker | 2010-03-17 | 1 | -1/+2 |
| * | | perf: export perf_trace_regs and perf_arch_fetch_caller_regs | Xiao Guangrong | 2010-03-11 | 1 | -0/+1 |
| * | | perf, x86: Fix hw_perf_enable() event assignment | Peter Zijlstra | 2010-03-11 | 1 | -9/+3 |
| * | | perf, ppc: Fix compile error due to new cpu notifiers | Peter Zijlstra | 2010-03-11 | 1 | -1/+1 |
| * | | perf: Introduce new perf_fetch_caller_regs() for hot regs snapshot | Frederic Weisbecker | 2010-03-10 | 2 | -0/+27 |
| * | | perf/x86-64: Use frame pointer to walk on irq and process stacks | Frederic Weisbecker | 2010-03-10 | 1 | -2/+2 |
| * | | perf, x86: Fix double enable calls | Peter Zijlstra | 2010-03-10 | 1 | -0/+4 |
| * | | perf, x86: Fix double disable calls | Peter Zijlstra | 2010-03-10 | 1 | -1/+2 |
| * | | perf, x86: Properly account n_added | Peter Zijlstra | 2010-03-10 | 1 | -2/+2 |
| * | | perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE) | Peter Zijlstra | 2010-03-10 | 2 | -15/+7 |
| * | | perf, x86: Fix x86_pmu_start | Peter Zijlstra | 2010-03-10 | 1 | -13/+10 |
| * | | perf, x86: Use unlocked bitops | Peter Zijlstra | 2010-03-10 | 3 | -6/+5 |
| * | | perf, x86: Change x86_pmu.{enable,disable} calling convention | Peter Zijlstra | 2010-03-10 | 3 | -33/+38 |
| * | | perf, x86: Remove superfluous arguments to x86_perf_event_update() | Peter Zijlstra | 2010-03-10 | 2 | -13/+8 |
| * | | perf, x86: Remove superfluous arguments to x86_perf_event_set_period() | Peter Zijlstra | 2010-03-10 | 2 | -9/+8 |
| * | | perf, x86, Do not user perf_disable from NMI context | Peter Zijlstra | 2010-03-10 | 1 | -6/+5 |
| * | | perf: Rework and fix the arch CPU-hotplug hooks | Peter Zijlstra | 2010-03-10 | 5 | -66/+110 |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2010-03-15 | 2 | -94/+9 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---------------. \ \ | Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill... | Len Brown | 2010-03-15 | 2652 | -59774/+131054 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | |_|_|_|_|_|/
| | | | | |/| | | | | | |
|
| | | | | | * | | | | | | ACPI: processor: driver doesn't need to evaluate _PDC | Alex Chiang | 2010-03-15 | 2 | -0/+6 |
| | | | * | | | | | | | | ACPI: plan to delete "acpi=ht" boot option | Len Brown | 2010-03-15 | 1 | -1/+3 |