index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-10
KVM: export kvm_para.h
Michael S. Tsirkin
2
-0
/
+9
2009-09-10
KVM: x86: Disallow hypercalls for guest callers in rings > 0
Jan Kiszka
1
-0
/
+1
2009-09-10
KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl
Sheng Yang
1
-0
/
+2
2009-09-10
KVM: Reduce runnability interface with arch support code
Gleb Natapov
1
-2
/
+0
2009-09-10
KVM: Move kvm_cpu_get_interrupt() declaration to x86 code
Gleb Natapov
1
-1
/
+0
2009-09-10
KVM: add ioeventfd support
Gregory Haskins
2
-2
/
+32
2009-09-10
KVM: make io_bus interface more robust
Gregory Haskins
1
-3
/
+7
2009-09-10
KVM: PIT support for HPET legacy mode
Beth Kon
1
-0
/
+6
2009-09-10
KVM: Add trace points in irqchip code
Gleb Natapov
1
-0
/
+56
2009-09-10
KVM: Trace mmio
Avi Kivity
1
-0
/
+33
2009-09-10
KVM: Trace irq level and source id
Avi Kivity
1
-3
/
+8
2009-09-10
KVM: remove in_range from io devices
Michael S. Tsirkin
1
-2
/
+4
2009-09-10
KVM: convert bus to slots_lock
Michael S. Tsirkin
1
-1
/
+4
2009-09-10
KVM: use vcpu_id instead of bsp_vcpu pointer in kvm_vcpu_is_bsp
Marcelo Tosatti
1
-1
/
+1
2009-09-10
KVM: remove old KVMTRACE support code
Marcelo Tosatti
2
-61
/
+1
2009-09-10
KVM: Prepare memslot data structures for multiple hugepage sizes
Joerg Roedel
1
-1
/
+1
2009-09-10
KVM: convert custom marker based tracing to event traces
Marcelo Tosatti
1
-0
/
+57
2009-09-10
KVM: VMX: conditionally disable 2M pages
Marcelo Tosatti
1
-0
/
+1
2009-09-10
KVM: Return to userspace on emulation failure
Avi Kivity
1
-0
/
+7
2009-09-10
KVM: Use macro to iterate over vcpus.
Gleb Natapov
1
-0
/
+11
2009-09-10
KVM: Break dependency between vcpu index in vcpus array and vcpu_id.
Gleb Natapov
2
-0
/
+8
2009-09-10
KVM: Introduce kvm_vcpu_is_bsp() function.
Gleb Natapov
1
-0
/
+5
2009-09-10
KVM: Reorder ioctls in kvm.h
Avi Kivity
1
-5
/
+5
2009-09-10
KVM: switch irq injection/acking data structures to irq_lock
Marcelo Tosatti
1
-1
/
+2
2009-09-10
KVM: introduce irq_lock, use it to protect ioapic
Marcelo Tosatti
1
-1
/
+2
2009-09-10
KVM: remove redundant declarations
Christian Ehrhardt
1
-2
/
+0
2009-09-10
KVM: Downsize max support MSI-X entry to 256
Sheng Yang
1
-1
/
+1
2009-09-10
KVM: Allow PIT emulation without speaker port
Jan Kiszka
1
-0
/
+12
2009-09-10
KVM: irqfd
Gregory Haskins
2
-0
/
+35
2009-09-10
KVM: Add MCE support
Huang Ying
1
-0
/
+20
2009-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+2
2009-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-2
/
+3
2009-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
2
-1
/
+16
2009-09-05
exec: do not sleep in TASK_TRACED under ->cred_guard_mutex
Oleg Nesterov
1
-0
/
+1
2009-09-05
workqueues: introduce __cancel_delayed_work()
Oleg Nesterov
1
-0
/
+15
2009-09-04
dm log: userspace add luid to distinguish between concurrent log instances
Jonathan Brassow
1
-1
/
+12
2009-09-04
dm stripe: expose correct io hints
Mike Snitzer
1
-0
/
+4
2009-09-01
pkt_sched: Revert tasklet_hrtimer changes.
David S. Miller
1
-2
/
+2
2009-08-31
lmb: Also remove __init from lmb_end_of_RAM() declaration in lmb.h
Benjamin Herrenschmidt
1
-1
/
+1
2009-08-29
crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test
Herbert Xu
2
-2
/
+3
2009-08-26
ACPI processor: force throttling state when BIOS returns incorrect value
Frans Pop
1
-2
/
+3
2009-08-26
flex_array: convert element_nr formals to unsigned
David Rientjes
1
-4
/
+6
2009-08-26
flex_array: declare parts member to have incomplete type
David Rientjes
1
-1
/
+1
2009-08-24
mm: fix hugetlb bug due to user_shm_unlock call
Hugh Dickins
1
-2
/
+4
2009-08-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+4
2009-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+2
2009-08-24
kernel_read: redefine offset type
Mimi Zohar
1
-1
/
+1
2009-08-22
pkt_sched: Convert qdisc_watchdog to tasklet_hrtimer
David S. Miller
1
-2
/
+2
2009-08-21
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-0
/
+4
2009-08-21
Make bitmask 'and' operators return a result code
Linus Torvalds
2
-20
/
+18
[next]