| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-11 | 2 | -0/+2 |
|\ |
|
| * | spinlock: Add missing __raw_spin_lock_flags() stub for UP | Benjamin Herrenschmidt | 2009-06-10 | 1 | -0/+1 |
| * | mutex: add atomic_dec_and_mutex_lock(), fix | Andrew Morton | 2009-04-30 | 1 | -23/+1 |
| * | mutex: add atomic_dec_and_mutex_lock() | Eric Paris | 2009-04-29 | 1 | -0/+23 |
* | | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2009-06-11 | 2 | -1/+9 |
|\ \ |
|
| * \ | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-06-07 | 33 | -43/+148 |
| |\ \ |
|
| * \ \ | Merge commit 'v2.6.30-rc5' into core/iommu | Ingo Molnar | 2009-05-11 | 448 | -27777/+1119 |
| |\ \ \ |
|
| * | | | | dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_e... | FUJITA Tomonori | 2009-04-15 | 1 | -0/+7 |
| * | | | | swiotlb: change swiotlb_bus_to[phys,virt] prototypes | Becky Bruce | 2009-04-08 | 1 | -1/+2 |
* | | | | | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-11 | 2 | -1/+8 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'core/urgent' into core/futexes | Thomas Gleixner | 2009-05-20 | 560 | -29083/+6013 |
| |\ \ \ \ \ |
|
| * | | | | | | futex: remove FUTEX_REQUEUE_PI (non CMP) | Darren Hart | 2009-04-30 | 1 | -3/+1 |
| * | | | | | | futex: add requeue_pi functionality | Darren Hart | 2009-04-06 | 2 | -1/+10 |
* | | | | | | | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-11 | 7 | -12/+108 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'x86/urgent' into x86/xen | Ingo Molnar | 2009-05-08 | 451 | -27790/+1198 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge commit 'origin/master' into for-linus/xen/master | Jeremy Fitzhardinge | 2009-04-07 | 272 | -4536/+8797 |
| |\ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ | |
| *---. \ \ \ \ \ \ \ \ | Merge branches 'for-linus/xen/dev-evtchn', 'for-linus/xen/xenbus', 'for-linus... | Jeremy Fitzhardinge | 2009-03-30 | 6 | -2/+97 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | xen: add /sys/hypervisor support | Jeremy Fitzhardinge | 2009-03-30 | 1 | -0/+3 |
| | |_|/ / / / / / / / /
| |/| | | | | | | | | | |
|
| | | * | | | | | | | | | xen: use device model for suspending xenbus devices | Ian Campbell | 2009-03-30 | 1 | -1/+1 |
| | | * | | | | | | | | | xen: remove suspend_cancel hook | Ian Campbell | 2009-03-30 | 1 | -1/+0 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
| | * | | | | | | | | | xen: export ioctl headers to userspace | Ian Campbell | 2009-03-30 | 2 | -0/+2 |
| | * | | | | | | | | | xen: add /dev/xen/evtchn driver | Ian Campbell | 2009-03-30 | 1 | -0/+88 |
| | * | | | | | | | | | xen: add irq_from_evtchn | Ian Campbell | 2009-03-30 | 1 | -0/+3 |
| |/ / / / / / / / / |
|
| * | | | | | | | | | x86/paravirt: finish change from lazy cpu to context switch start/end | Jeremy Fitzhardinge | 2009-03-30 | 2 | -2/+2 |
| * | | | | | | | | | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch | Jeremy Fitzhardinge | 2009-03-30 | 2 | -12/+13 |
* | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-06-11 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | mm, x86: remove MEMORY_HOTPLUG_RESERVE related code | Yinghai Lu | 2009-05-18 | 1 | -2/+0 |
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-06-11 | 2 | -6/+24 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | sched: properly define the sched_group::cpumask and sched_domain::span fields | Ingo Molnar | 2009-05-19 | 1 | -3/+22 |
| * | | | | | | | | | | | sched, timers: cleanup avenrun users | Thomas Gleixner | 2009-05-15 | 1 | -0/+1 |
| * | | | | | | | | | | | sched, timers: move calc_load() to scheduler | Thomas Gleixner | 2009-05-15 | 1 | -1/+1 |
| * | | | | | | | | | | | Merge commit 'v2.6.30-rc5' into sched/core | Ingo Molnar | 2009-05-11 | 447 | -27776/+1117 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|/ / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | wait: don't use __wake_up_common() | Johannes Weiner | 2009-04-14 | 1 | -2/+0 |
* | | | | | | | | | | | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-06-11 | 4 | -30/+35 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into irq/numa | Ingo Molnar | 2009-06-01 | 30 | -43/+139 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'x86/apic' into irq/numa | Ingo Molnar | 2009-05-12 | 30 | -64/+258 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'v2.6.30-rc5' into x86/apic | Ingo Molnar | 2009-05-11 | 175 | -9648/+562 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|/ / / / / / / / / /
| | | |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | Merge branch 'x86/apic' into irq/numa | Ingo Molnar | 2009-05-01 | 1 | -0/+3 |
| |\| | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checks | Suresh Siddha | 2009-04-21 | 1 | -0/+2 |
| | * | | | | | | | | | | | | | x86, intr-remap: enable interrupt remapping early | Weidong Han | 2009-04-19 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | x86/irq: use move_irq_desc() in create_irq_nr() | Yinghai Lu | 2009-05-01 | 1 | -2/+9 |
| * | | | | | | | | | | | | | | x86/irq: change MSI irq_desc to be more numa aware | Yinghai Lu | 2009-04-28 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | irq: change ACPI GSI APIs to also take a device argument | Yinghai Lu | 2009-04-28 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | x86/irq: change irq_desc_alloc() to take node instead of cpu | Yinghai Lu | 2009-04-28 | 2 | -11/+7 |
| * | | | | | | | | | | | | | | irq: change ->set_affinity() to return status | Yinghai Lu | 2009-04-28 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC | Yinghai Lu | 2009-04-28 | 1 | -10/+0 |
| * | | | | | | | | | | | | | | irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix fallout | Yinghai Lu | 2009-04-28 | 1 | -9/+18 |
* | | | | | | | | | | | | | | | cpumask: introduce zalloc_cpumask_var | Yinghai Lu | 2009-06-09 | 1 | -0/+15 |
* | | | | | | | | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-06-08 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | [ARM] 5543/1: arm: serial amba: add missing declaration in serial.h | Alessandro Rubini | 2009-06-07 | 1 | -0/+1 |