| Commit message (Expand) | Author | Age |
* | smp_call_function: get rid of the unused nonatomic/retry argument | Jens Axboe | 2008-06-26 |
* | sh: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 |
* | parisc: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 |
* | mips: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 |
* | m32r: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 |
* | arm: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 |
* | alpha: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 |
* | ia64: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 |
* | powerpc: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 |
* | x86: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 |
* | Add generic helpers for arch IPI function calls | Jens Axboe | 2008-06-26 |
* | Linux 2.6.26-rc8v2.6.26-rc8 | Linus Torvalds | 2008-06-24 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2008-06-24 |
|\ |
|
| * | [IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte() | Julia Lawall | 2008-06-24 |
| * | [IA64] Handle count==0 in sn2_ptc_proc_write() | Cliff Wickman | 2008-06-24 |
| * | [IA64] Fix boot failure on ia64/sn2 | Jes Sorensen | 2008-06-24 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2008-06-24 |
|\ \ |
|
| * | | [GFS2] fix gfs2 block allocation (cleaned up) | Benjamin Marzinski | 2008-06-24 |
| * | | [GFS2] BUG: unable to handle kernel paging request at ffff81002690e000 | Bob Peterson | 2008-06-24 |
| |/ |
|
* | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-06-24 |
|\ \ |
|
| * | | KVM: Remove now unused structs from kvm_para.h | Gerd Hoffmann | 2008-06-24 |
| * | | x86: KVM guest: Use the paravirt clocksource structs and functions | Gerd Hoffmann | 2008-06-24 |
| * | | KVM: Make kvm host use the paravirt clocksource structs | Gerd Hoffmann | 2008-06-24 |
| * | | x86: Make xen use the paravirt clocksource structs and functions | Gerd Hoffmann | 2008-06-24 |
| * | | x86: Add structs and functions for paravirt clocksource | Gerd Hoffmann | 2008-06-24 |
| * | | KVM: VMX: Fix host msr corruption with preemption enabled | Avi Kivity | 2008-06-24 |
| * | | KVM: ioapic: fix lost interrupt when changing a device's irq | Avi Kivity | 2008-06-24 |
| * | | KVM: MMU: Fix oops on guest userspace access to guest pagetable | Avi Kivity | 2008-06-24 |
| * | | KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend) | Marcelo Tosatti | 2008-06-24 |
| * | | KVM: MMU: Fix rmap_write_protect() hugepage iteration bug | Marcelo Tosatti | 2008-06-24 |
| * | | KVM: close timer injection race window in __vcpu_run | Marcelo Tosatti | 2008-06-24 |
| * | | KVM: Fix race between timer migration and vcpu migration | Marcelo Tosatti | 2008-06-24 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2008-06-24 |
|\ \ |
|
| * | | Revert "[WATCHDOG] hpwdt: Add CFLAGS to get driver working" | Wim Van Sebroeck | 2008-06-24 |
| |/ |
|
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-06-24 |
|\ \ |
|
| * | | xen: remove support for non-PAE 32-bit | Jeremy Fitzhardinge | 2008-06-24 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2008-06-24 |
|\ \ \ |
|
| * | | | kgdb: sparse fix | Jason Wessel | 2008-06-24 |
| * | | | kgdb: documentation update - remove kgdboe | Jason Wessel | 2008-06-24 |
| | |/
| |/| |
|
* | | | enable bus mastering on i915 at resume time | Jie Luo | 2008-06-24 |
* | | | alpha: fix compile error in arch/alpha/mm/init.c | Thorsten Kranzkowski | 2008-06-23 |
|/ / |
|
* | | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2008-06-23 |
|\ \ |
|
| * | | NFS: nfs_updatepage(): don't mark page as dirty if an error occurred | Trond Myklebust | 2008-06-23 |
| * | | NFS: Fix filehandle size comparisons in the mount code | Trond Myklebust | 2008-06-23 |
| * | | NFS: Reduce the NFS mount code stack usage. | Trond Myklebust | 2008-06-23 |
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-06-23 |
|\ \ \ |
|
| * | | | futexes: fix fault handling in futex_lock_pi | Thomas Gleixner | 2008-06-23 |
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-06-23 |
|\ \ \ \ |
|
| * | | | | Merge branch 'linus' into sched/urgent | Ingo Molnar | 2008-06-23 |
| |\| | | |
|
| * | | | | sched: refactor wait_for_completion_timeout() | Oleg Nesterov | 2008-06-20 |