summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-107-355/+1225
|\
| * futex: fix restart in wait_requeue_piThomas Gleixner2009-05-201-40/+9
| * futex: fix restart for early wakeup in futex_wait_requeue_pi()Thomas Gleixner2009-05-201-10/+3
| * futex: cleanup error exitThomas Gleixner2009-05-201-4/+3
| * Merge branch 'core/urgent' into core/futexesThomas Gleixner2009-05-204431-162461/+492624
| |\
| * | futex: remove the wait queueThomas Gleixner2009-05-151-33/+25
| * | futex: add requeue-pi documentationDarren Hart2009-05-091-0/+131
| * | futex: remove FUTEX_REQUEUE_PI (non CMP)Darren Hart2009-04-302-8/+2
| * | futex: fix futex_wait_setup key handlingDarren Hart2009-04-101-1/+1
| * | sparc64: extend TI_RESTART_BLOCK space by 8 bytesStephen Rothwell2009-04-091-2/+2
| * | futex: fixup unlocked requeue pi caseDarren Hart2009-04-081-21/+44
| * | futex: add requeue_pi functionalityDarren Hart2009-04-063-20/+510
| * | futex: split out futex value validation codeDarren Hart2009-04-061-44/+72
| * | futex: distangle futex_requeue()Darren Hart2009-04-061-14/+29
| * | futex: add FUTEX_HAS_TIMEOUT flag to restart.futex.flagsDarren Hart2009-04-061-4/+8
| * | rt_mutex: add proxy lock routinesDarren Hart2009-04-062-53/+195
| * | futex: split out fixup owner logic from futex_lock_pi()Darren Hart2009-04-061-69/+89
| * | futex: split out atomic logic from futex_lock_pi()Darren Hart2009-04-061-94/+130
| * | futex: add helper to find the top prio waiter of a futexDarren Hart2009-04-061-0/+19
| * | futex: separate futex_wait_queue_me() logic from futex_wait()Darren Hart2009-04-061-62/+76
* | | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-1037-174/+1281
|\ \ \
| * | | xen: cache cr0 value to avoid trap'n'emulate for read_cr0Jeremy Fitzhardinge2009-05-081-1/+17
| * | | xen/x86-64: clean up warnings about IST-using trapsJeremy Fitzhardinge2009-05-081-2/+20
| * | | xen/x86-64: fix breakpoints and hardware watchpointsJeremy Fitzhardinge2009-05-083-1/+26
| * | | xen: reserve Xen start_info rather than e820 reservingJeremy Fitzhardinge2009-05-081-3/+3
| * | | Merge branch 'x86/urgent' into x86/xenIngo Molnar2009-05-082228-58892/+64273
| |\ \ \
| * | | | xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge2009-04-091-0/+3
| * | | | lguest: update lazy mmu changes to match lguest's use of kvm hypercallsJeremy Fitzhardinge2009-04-071-1/+1
| * | | | Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-074564-182486/+635508
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-linus/xen/core' into for-linus/xen/masterJeremy Fitzhardinge2009-04-071-10/+30
| |\ \ \ \ \
| | * | | | | xen: honour VCPU availability on bootIan Campbell2009-04-021-10/+30
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'for-linus/xen/dev-evtchn', 'for-linus/xen/xenbus', 'for-linus...Jeremy Fitzhardinge2009-03-3015-60/+1112
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | | | | * | | | | xen: drop kexec bits from /sys/hypervisor since kexec isn't implemented yetIan Campbell2009-03-301-41/+0
| | | | | * | | | | xen/sys/hypervisor: change writable_pt to featuresJeremy Fitzhardinge2009-03-301-15/+26
| | | | | * | | | | xen: add /sys/hypervisor supportJeremy Fitzhardinge2009-03-304-1/+490
| | |_|_|/ / / / / | |/| | | | | | |
| | | | * | | | | xen: add "capabilities" fileJeremy Fitzhardinge2009-03-301-1/+18
| | |_|/ / / / / | |/| | | | | |
| | | * | | | | xen/xenbus: export xenbus_dev_changedJeremy Fitzhardinge2009-03-301-0/+1
| | | * | | | | xen: use device model for suspending xenbus devicesIan Campbell2009-03-304-34/+16
| | | * | | | | xen: remove suspend_cancel hookIan Campbell2009-03-302-24/+0
| | |/ / / / / | |/| | | | |
| | * | | | | xen/dev-evtchn: clean up locking in evtchnJeremy Fitzhardinge2009-03-301-12/+25
| | * | | | | xen: export ioctl headers to userspaceIan Campbell2009-03-302-0/+2
| | * | | | | xen: add /dev/xen/evtchn driverIan Campbell2009-03-304-1/+594
| | * | | | | xen: add irq_from_evtchnIan Campbell2009-03-302-0/+9
| |/ / / / /
| * | | | | xen: clean up gate trap/interrupt constantsJeremy Fitzhardinge2009-03-301-3/+3
| * | | | | xen: set _PAGE_NX in __supported_pte_mask before pagetable constructionJeremy Fitzhardinge2009-03-301-1/+6
| * | | | | xen: resume interrupts before system devices.Ian Campbell2009-03-301-3/+3
| * | | | | xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge2009-03-301-2/+2
| * | | | | xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge2009-03-302-14/+28
| * | | | | x86-64: non-paravirt systems always has PSE and PGEJeremy Fitzhardinge2009-03-301-1/+7
| * | | | | Xen: Add virt_to_pfn helper functionAlex Nixon2009-03-301-1/+2
OpenPOWER on IntegriCloud