| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'systemh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-04-13 | 5 | -183/+222 |
|\ |
|
| * | ia64: populate the cmpxchg header with appropriate code | Paul Gortmaker | 2012-04-13 | 2 | -114/+148 |
| * | alpha: fix build failures from system.h dismemberment | Paul Gortmaker | 2012-04-13 | 3 | -69/+74 |
* | | sparc64: Eliminate obsolete __handle_softirq() function | Paul E. McKenney | 2012-04-13 | 1 | -7/+0 |
* | | sparc64: Fix bootup crash on sun4v. | David S. Miller | 2012-04-13 | 1 | -1/+1 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-04-12 | 2 | -5/+5 |
|\ \ |
|
| * | | x86: Use correct byte-sized register constraint in __add() | H. Peter Anvin | 2012-04-06 | 1 | -1/+1 |
| * | | x86: Use correct byte-sized register constraint in __xchg_op() | Jeremy Fitzhardinge | 2012-04-06 | 1 | -1/+1 |
| * | | x86: vsyscall: Use NULL instead 0 for a pointer argument | Emil Goode | 2012-04-06 | 1 | -3/+3 |
* | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-04-12 | 8 | -30/+4 |
|\ \ \ |
|
| * | | | irq_domain: Move irq_virq_count into NOMAP revmap | Grant Likely | 2012-04-12 | 4 | -5/+4 |
| * | | | irq: Kill pointless irqd_to_hw export | Grant Likely | 2012-04-10 | 4 | -25/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2012-04-11 | 2 | -20/+23 |
|\ \ \ |
|
| * | | | powerpc: Fix typo in runlatch code | Benjamin Herrenschmidt | 2012-04-11 | 1 | -2/+2 |
| * | | | powerpc: Fix page fault with lockdep regression | Benjamin Herrenschmidt | 2012-04-10 | 1 | -18/+21 |
* | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca... | Linus Torvalds | 2012-04-11 | 2 | -3/+3 |
|\ \ \ \ |
|
| * | | | | arch/tile: avoid unused variable warning in proc.c for tilegx | Chris Metcalf | 2012-04-11 | 1 | -3/+1 |
| * | | | | tile/CPU hotplug: Add missing call to notify_cpu_starting() | Srivatsa S. Bhat | 2012-04-09 | 1 | -0/+2 |
| | |/ /
| |/| | |
|
* | | | | x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up | Linus Torvalds | 2012-04-11 | 6 | -145/+105 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2012-04-10 | 3 | -27/+60 |
|\ \ \ \ |
|
| * | | | | sparc32,leon: fix leon build | Sam Ravnborg | 2012-04-04 | 1 | -13/+0 |
| * | | | | sparc/mm/fault_32.c: Port OOM changes to do_sparc_fault | Kautuk Consul | 2012-04-04 | 1 | -7/+30 |
| * | | | | sparc/mm/fault_64.c: Port OOM changes to do_sparc64_fault | Kautuk Consul | 2012-04-04 | 1 | -7/+30 |
* | | | | | um: uml_setup_stubs': warning: unused variable 'pages' | Boaz Harrosh | 2012-04-10 | 1 | -1/+0 |
* | | | | | um: Use asm-generic/switch_to.h | Richard Weinberger | 2012-04-10 | 3 | -12/+2 |
* | | | | | um: Disintegrate asm/system.h | Richard Weinberger | 2012-04-10 | 5 | -136/+84 |
* | | | | | um: switch cow_user.h to htobe{32,64}/betoh{32,64} | Al Viro | 2012-04-10 | 2 | -57/+21 |
* | | | | | um: fix linker script generation | Al Viro | 2012-04-09 | 2 | -3/+7 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-04-07 | 8 | -12/+36 |
|\ \ \ \ |
|
| * | | | | KVM: Resolve RCU vs. async page fault problem | Gleb Natapov | 2012-04-05 | 1 | -0/+4 |
| * | | | | Merge tag 'powerpc-fixes' of git://github.com/paulusmack/linux into new/master | Avi Kivity | 2012-04-05 | 5 | -11/+29 |
| |\ \ \ \ |
|
| | * | | | | KVM: PPC: Book3S: PR: Fix preemption | Alexander Graf | 2012-04-03 | 1 | -2/+1 |
| | * | | | | KVM: PPC: Save/Restore CR over vcpu_run | Alexander Graf | 2012-04-03 | 2 | -1/+13 |
| | * | | | | KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry | Paul Mackerras | 2012-04-03 | 1 | -2/+6 |
| | * | | | | KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist | Paul Mackerras | 2012-04-03 | 1 | -4/+5 |
| | * | | | | KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access code | Alexander Graf | 2012-04-03 | 1 | -2/+4 |
| | | |/ /
| | |/| | |
|
| * | | | | KVM: VMX: vmx_set_cr0 expects kvm->srcu locked | Marcelo Tosatti | 2012-04-05 | 1 | -0/+2 |
| * | | | | KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr() | Sasikantha babu | 2012-04-05 | 1 | -1/+1 |
* | | | | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh | Linus Torvalds | 2012-04-07 | 18 | -16/+61 |
|\ \ \ \ \ |
|
| * | | | | | sh: fix clock-sh7757 for the latest sh_mobile_sdhi driver | Shimoda, Yoshihiro | 2012-04-05 | 1 | -1/+1 |
| | | | | | | |
| | \ \ \ \ | |
| *-. \ \ \ \ | Merge branches 'sh/urgent', 'sh/vsyscall' and 'common/serial-rework' into sh-... | Paul Mundt | 2012-03-30 | 2 | -13/+45 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | sh: vsyscall: Fix up .eh_frame generation. | Paul Mundt | 2012-03-30 | 2 | -13/+45 |
| | |/ / / / / |
|
| * | | | | | | sh: dma: Fix up device attribute mismatch from sysdev fallout. | Paul Mundt | 2012-03-30 | 1 | -1/+1 |
| * | | | | | | sh: dwarf unwinder depends on SHcompact. | Paul Mundt | 2012-03-30 | 1 | -0/+1 |
| * | | | | | | sh: fix up fallout from system.h disintegration. | Paul Mundt | 2012-03-30 | 13 | -1/+13 |
| |/ / / / / |
|
* | | | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca... | Linus Torvalds | 2012-04-06 | 29 | -257/+429 |
|\ \ \ \ \ \ |
|
| * | | | | | | arch/tile: avoid accidentally unmasking NMI-type interrupt accidentally | Chris Metcalf | 2012-04-02 | 2 | -7/+36 |
| * | | | | | | arch/tile: remove bogus performance optimization | Chris Metcalf | 2012-04-02 | 1 | -5/+0 |
| * | | | | | | arch/tile: return SIGBUS for addresses that are unaligned AND invalid | Chris Metcalf | 2012-04-02 | 1 | -12/+19 |
| * | | | | | | arch/tile: fix finv_buffer_remote() for tilegx | Chris Metcalf | 2012-04-02 | 1 | -2/+26 |