Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 | 7 | -355/+1225 | |
|\ | ||||||
| * | futex: fix restart in wait_requeue_pi | Thomas Gleixner | 2009-05-20 | 1 | -40/+9 | |
| * | futex: fix restart for early wakeup in futex_wait_requeue_pi() | Thomas Gleixner | 2009-05-20 | 1 | -10/+3 | |
| * | futex: cleanup error exit | Thomas Gleixner | 2009-05-20 | 1 | -4/+3 | |
| * | Merge branch 'core/urgent' into core/futexes | Thomas Gleixner | 2009-05-20 | 4431 | -162461/+492624 | |
| |\ | ||||||
| * | | futex: remove the wait queue | Thomas Gleixner | 2009-05-15 | 1 | -33/+25 | |
| * | | futex: add requeue-pi documentation | Darren Hart | 2009-05-09 | 1 | -0/+131 | |
| * | | futex: remove FUTEX_REQUEUE_PI (non CMP) | Darren Hart | 2009-04-30 | 2 | -8/+2 | |
| * | | futex: fix futex_wait_setup key handling | Darren Hart | 2009-04-10 | 1 | -1/+1 | |
| * | | sparc64: extend TI_RESTART_BLOCK space by 8 bytes | Stephen Rothwell | 2009-04-09 | 1 | -2/+2 | |
| * | | futex: fixup unlocked requeue pi case | Darren Hart | 2009-04-08 | 1 | -21/+44 | |
| * | | futex: add requeue_pi functionality | Darren Hart | 2009-04-06 | 3 | -20/+510 | |
| * | | futex: split out futex value validation code | Darren Hart | 2009-04-06 | 1 | -44/+72 | |
| * | | futex: distangle futex_requeue() | Darren Hart | 2009-04-06 | 1 | -14/+29 | |
| * | | futex: add FUTEX_HAS_TIMEOUT flag to restart.futex.flags | Darren Hart | 2009-04-06 | 1 | -4/+8 | |
| * | | rt_mutex: add proxy lock routines | Darren Hart | 2009-04-06 | 2 | -53/+195 | |
| * | | futex: split out fixup owner logic from futex_lock_pi() | Darren Hart | 2009-04-06 | 1 | -69/+89 | |
| * | | futex: split out atomic logic from futex_lock_pi() | Darren Hart | 2009-04-06 | 1 | -94/+130 | |
| * | | futex: add helper to find the top prio waiter of a futex | Darren Hart | 2009-04-06 | 1 | -0/+19 | |
| * | | futex: separate futex_wait_queue_me() logic from futex_wait() | Darren Hart | 2009-04-06 | 1 | -62/+76 | |
* | | | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 | 37 | -174/+1281 | |
|\ \ \ | ||||||
| * | | | xen: cache cr0 value to avoid trap'n'emulate for read_cr0 | Jeremy Fitzhardinge | 2009-05-08 | 1 | -1/+17 | |
| * | | | xen/x86-64: clean up warnings about IST-using traps | Jeremy Fitzhardinge | 2009-05-08 | 1 | -2/+20 | |
| * | | | xen/x86-64: fix breakpoints and hardware watchpoints | Jeremy Fitzhardinge | 2009-05-08 | 3 | -1/+26 | |
| * | | | xen: reserve Xen start_info rather than e820 reserving | Jeremy Fitzhardinge | 2009-05-08 | 1 | -3/+3 | |
| * | | | Merge branch 'x86/urgent' into x86/xen | Ingo Molnar | 2009-05-08 | 2228 | -58892/+64273 | |
| |\ \ \ | ||||||
| * | | | | xen: add FIX_TEXT_POKE to fixmap | Jeremy Fitzhardinge | 2009-04-09 | 1 | -0/+3 | |
| * | | | | lguest: update lazy mmu changes to match lguest's use of kvm hypercalls | Jeremy Fitzhardinge | 2009-04-07 | 1 | -1/+1 | |
| * | | | | Merge commit 'origin/master' into for-linus/xen/master | Jeremy Fitzhardinge | 2009-04-07 | 4564 | -182486/+635508 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'for-linus/xen/core' into for-linus/xen/master | Jeremy Fitzhardinge | 2009-04-07 | 1 | -10/+30 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | xen: honour VCPU availability on boot | Ian Campbell | 2009-04-02 | 1 | -10/+30 | |
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ | Merge branches 'for-linus/xen/dev-evtchn', 'for-linus/xen/xenbus', 'for-linus... | Jeremy Fitzhardinge | 2009-03-30 | 15 | -60/+1112 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| | | | | * | | | | | xen: drop kexec bits from /sys/hypervisor since kexec isn't implemented yet | Ian Campbell | 2009-03-30 | 1 | -41/+0 | |
| | | | | * | | | | | xen/sys/hypervisor: change writable_pt to features | Jeremy Fitzhardinge | 2009-03-30 | 1 | -15/+26 | |
| | | | | * | | | | | xen: add /sys/hypervisor support | Jeremy Fitzhardinge | 2009-03-30 | 4 | -1/+490 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
| | | | * | | | | | xen: add "capabilities" file | Jeremy Fitzhardinge | 2009-03-30 | 1 | -1/+18 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
| | | * | | | | | xen/xenbus: export xenbus_dev_changed | Jeremy Fitzhardinge | 2009-03-30 | 1 | -0/+1 | |
| | | * | | | | | xen: use device model for suspending xenbus devices | Ian Campbell | 2009-03-30 | 4 | -34/+16 | |
| | | * | | | | | xen: remove suspend_cancel hook | Ian Campbell | 2009-03-30 | 2 | -24/+0 | |
| | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | xen/dev-evtchn: clean up locking in evtchn | Jeremy Fitzhardinge | 2009-03-30 | 1 | -12/+25 | |
| | * | | | | | 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 | 4 | -1/+594 | |
| | * | | | | | xen: add irq_from_evtchn | Ian Campbell | 2009-03-30 | 2 | -0/+9 | |
| |/ / / / / | ||||||
| * | | | | | xen: clean up gate trap/interrupt constants | Jeremy Fitzhardinge | 2009-03-30 | 1 | -3/+3 | |
| * | | | | | xen: set _PAGE_NX in __supported_pte_mask before pagetable construction | Jeremy Fitzhardinge | 2009-03-30 | 1 | -1/+6 | |
| * | | | | | xen: resume interrupts before system devices. | Ian Campbell | 2009-03-30 | 1 | -3/+3 | |
| * | | | | | xen/mmu: weaken flush_tlb_other test | Jeremy Fitzhardinge | 2009-03-30 | 1 | -2/+2 | |
| * | | | | | xen/mmu: some early pagetable cleanups | Jeremy Fitzhardinge | 2009-03-30 | 2 | -14/+28 | |
| * | | | | | x86-64: non-paravirt systems always has PSE and PGE | Jeremy Fitzhardinge | 2009-03-30 | 1 | -1/+7 | |
| * | | | | | Xen: Add virt_to_pfn helper function | Alex Nixon | 2009-03-30 | 1 | -1/+2 |