aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-10
|\
| * signals: implement sys_rt_tgsigqueueinfoThomas Gleixner2009-04-30
* | Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-10
|\ \
| * | rculist: use list_entry_rcu in places where it's appropriateJiri Pirko2009-04-15
| * | rculist.h: introduce list_entry_rcu() and list_first_entry_rcu()Jiri Pirko2009-04-14
| * | rcu: Add __rcu_pending tracing to hierarchical RCUPaul E. McKenney2009-04-14
* | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-10
|\ \ \
| * | | spinlock: Add missing __raw_spin_lock_flags() stub for UPBenjamin Herrenschmidt2009-06-10
| * | | mutex: add atomic_dec_and_mutex_lock(), fixAndrew Morton2009-04-30
| * | | mutex: add atomic_dec_and_mutex_lock()Eric Paris2009-04-29
* | | | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-06-10
|\ \ \ \
| * \ \ \ Merge branch 'linus' into core/iommuIngo Molnar2009-06-07
| |\ \ \ \
| * \ \ \ \ Merge commit 'v2.6.30-rc5' into core/iommuIngo Molnar2009-05-11
| |\ \ \ \ \
| * | | | | | dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_e...FUJITA Tomonori2009-04-15
| * | | | | | swiotlb: change swiotlb_bus_to[phys,virt] prototypesBecky Bruce2009-04-08
* | | | | | | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-10
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'core/urgent' into core/futexesThomas Gleixner2009-05-20
| |\ \ \ \ \ \ \
| * | | | | | | | futex: remove FUTEX_REQUEUE_PI (non CMP)Darren Hart2009-04-30
| * | | | | | | | futex: add requeue_pi functionalityDarren Hart2009-04-06
* | | | | | | | | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-10
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/xenIngo Molnar2009-05-08
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-07
| |\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ Merge branches 'for-linus/xen/dev-evtchn', 'for-linus/xen/xenbus', 'for-linus...Jeremy Fitzhardinge2009-03-30
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | xen: add /sys/hypervisor supportJeremy Fitzhardinge2009-03-30
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | xen: use device model for suspending xenbus devicesIan Campbell2009-03-30
| | | * | | | | | | | | | | xen: remove suspend_cancel hookIan Campbell2009-03-30
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | xen: export ioctl headers to userspaceIan Campbell2009-03-30
| | * | | | | | | | | | | xen: add /dev/xen/evtchn driverIan Campbell2009-03-30
| | * | | | | | | | | | | xen: add irq_from_evtchnIan Campbell2009-03-30
| |/ / / / / / / / / / /
| * | | | | | | | | | | x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge2009-03-30
| * | | | | | | | | | | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-30
* | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mm, x86: remove MEMORY_HOTPLUG_RESERVE related codeYinghai Lu2009-05-18
* | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar2009-05-19
| * | | | | | | | | | | | | sched, timers: cleanup avenrun usersThomas Gleixner2009-05-15
| * | | | | | | | | | | | | sched, timers: move calc_load() to schedulerThomas Gleixner2009-05-15
| * | | | | | | | | | | | | Merge commit 'v2.6.30-rc5' into sched/coreIngo Molnar2009-05-11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | wait: don't use __wake_up_common()Johannes Weiner2009-04-14
* | | | | | | | | | | | | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into irq/numaIngo Molnar2009-06-01
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.30-rc5' into x86/apicIngo Molnar2009-05-11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-01
| |\| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checksSuresh Siddha2009-04-21
| | * | | | | | | | | | | | | | | x86, intr-remap: enable interrupt remapping earlyWeidong Han2009-04-19
| * | | | | | | | | | | | | | | | x86/irq: use move_irq_desc() in create_irq_nr()Yinghai Lu2009-05-01
| * | | | | | | | | | | | | | | | x86/irq: change MSI irq_desc to be more numa awareYinghai Lu2009-04-28
| * | | | | | | | | | | | | | | | irq: change ACPI GSI APIs to also take a device argumentYinghai Lu2009-04-28
| * | | | | | | | | | | | | | | | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-28