| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa... | Linus Torvalds | 2009-10-08 | 17 | -81/+128 |
|\ |
|
| * | agp: parisc-agp.c - use correct page_mask function | Helge Deller | 2009-10-03 | 1 | -1/+1 |
| * | parisc: Fix linker script breakage. | Helge Deller | 2009-09-28 | 1 | -0/+10 |
| * | parisc: convert to asm-generic/hardirq.h | Christoph Hellwig | 2009-09-28 | 2 | -24/+1 |
| * | parisc: Make THREAD_SIZE available to assembly files and linker scripts. | Tim Abbott | 2009-09-28 | 1 | -5/+5 |
| * | parisc: correct use of SHF_ALLOC | Julia Lawall | 2009-09-28 | 1 | -1/+1 |
| * | parisc: rename parisc's vmalloc_start to parisc_vmalloc_start | Helge Deller | 2009-09-28 | 2 | -7/+8 |
| * | parisc: add me to Maintainers | James Bottomley | 2009-09-28 | 1 | -0/+1 |
| * | parisc: includecheck fix: signal.c | Jaswinder Singh Rajput | 2009-09-28 | 1 | -1/+0 |
| * | parisc: HAVE_ARCH_TRACEHOOK | Kyle McMartin | 2009-09-28 | 1 | -0/+1 |
| * | parisc: add skeleton syscall.h | Kyle McMartin | 2009-09-28 | 2 | -1/+44 |
| * | parisc: stop using task->ptrace for {single,block}step flags | Kyle McMartin | 2009-09-28 | 4 | -18/+25 |
| * | parisc: split syscall_trace into two halves | Kyle McMartin | 2009-09-28 | 2 | -22/+25 |
| * | parisc: add missing TI_TASK macro in syscall.S | Kyle McMartin | 2009-09-28 | 1 | -1/+1 |
| * | parisc: tracehook_signal_handler | Kyle McMartin | 2009-09-28 | 1 | -0/+4 |
| * | parisc: tracehook_report_syscall | Kyle McMartin | 2009-09-28 | 2 | -13/+14 |
* | | lis3lv02d_spi: module unload didn't remove sysfs entry | Samu Onkalo | 2009-10-08 | 1 | -1/+2 |
* | | mmc: sdio: don't require CISTPL_VERS_1 to contain 4 strings | David Vrabel | 2009-10-08 | 1 | -4/+3 |
* | | page-types: add hwpoison/unpoison feature | Wu Fengguang | 2009-10-08 | 1 | -1/+72 |
* | | page-types: introduce kpageflags_flags() | Wu Fengguang | 2009-10-08 | 1 | -4/+11 |
* | | page-types: make voffset local variables | Wu Fengguang | 2009-10-08 | 1 | -18/+21 |
* | | page-types: make standalone pagemap/kpageflags read routines | Wu Fengguang | 2009-10-08 | 1 | -65/+89 |
* | | page-types: introduce checked_open() | Wu Fengguang | 2009-10-08 | 1 | -10/+14 |
* | | page-types: add GPL note | Wu Fengguang | 2009-10-08 | 1 | -1/+4 |
* | | pagemap: document KPF_KSM and show it in page-types | Wu Fengguang | 2009-10-08 | 2 | -0/+6 |
* | | pagemap: export KPF_HWPOISON | Wu Fengguang | 2009-10-08 | 3 | -0/+11 |
* | | cgroups: update documentation of cgroups tasks and procs files | Paul Menage | 2009-10-08 | 1 | -2/+9 |
* | | video: includecheck fix: da8xx-fb.c | Jaswinder Singh Rajput | 2009-10-08 | 1 | -1/+0 |
* | | video: includecheck fix: msm, mddi.c | Jaswinder Singh Rajput | 2009-10-08 | 1 | -2/+0 |
* | | fs: includecheck fix: proc, kcore.c | Jaswinder Singh Rajput | 2009-10-08 | 1 | -1/+0 |
* | | mm: includecheck fix: vmalloc.c | Jaswinder Singh Rajput | 2009-10-08 | 1 | -1/+0 |
* | | ksm: more on default values | Hugh Dickins | 2009-10-08 | 3 | -13/+14 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 | Linus Torvalds | 2009-10-05 | 2 | -16/+1 |
|\ \ |
|
| * | | Revert "ide: try to use PIO Mode 0 during probe if possible" | David S. Miller | 2009-10-05 | 1 | -9/+0 |
| * | | ide: use printk_once | Marcin Slusarz | 2009-09-23 | 1 | -7/+1 |
* | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-10-05 | 9 | -30/+120 |
|\ \ \ |
|
| * | | | KVM: add support for change_pte mmu notifiers | Izik Eidus | 2009-10-04 | 3 | -9/+68 |
| * | | | KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes | Izik Eidus | 2009-10-04 | 2 | -7/+26 |
| * | | | KVM: MMU: dont hold pagecount reference for mapped sptes pages | Izik Eidus | 2009-10-04 | 1 | -5/+2 |
| * | | | KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID | Avi Kivity | 2009-10-04 | 1 | -0/+2 |
| * | | | KVM: VMX: flush TLB with INVEPT on cpu migration | Marcelo Tosatti | 2009-10-04 | 1 | -1/+1 |
| * | | | KVM: fix LAPIC timer period overflow | Aurelien Jarno | 2009-10-04 | 1 | -1/+1 |
| * | | | KVM: s390: fix memsize >= 4G | Christian Borntraeger | 2009-10-04 | 1 | -1/+1 |
| * | | | KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly | Joerg Roedel | 2009-10-04 | 1 | -6/+17 |
| * | | | KVM: SVM: Fix tsc offset adjustment when running nested | Joerg Roedel | 2009-10-04 | 1 | -0/+2 |
* | | | | Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2009-10-05 | 3 | -1/+5 |
|\ \ \ \ |
|
| * | | | | microblaze: Clear sticky FSR register after saving it to func parametr | Michal Simek | 2009-10-05 | 2 | -1/+3 |
| * | | | | microblaze: UMS is used only for MMU kernel | Michal Simek | 2009-10-05 | 1 | -0/+2 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-10-05 | 6 | -59/+547 |
|\ \ \ \ \ |
|
| * | | | | | sparc: using HZ needs an include of linux/param.h | Stephen Rothwell | 2009-10-05 | 1 | -0/+1 |