| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat... | Linus Torvalds | 2013-07-23 | 15 | -170/+374 |
|\ |
|
| * | alpha: Use handle_percpu_irq for the timer interrupt | Richard Henderson | 2013-07-19 | 1 | -1/+1 |
| * | alpha: Force the user-visible HZ to a constant 1024. | Richard Henderson | 2013-07-19 | 2 | -10/+5 |
| * | alpha: Don't if-out dp264_device_interrupt. | Richard Henderson | 2013-07-19 | 1 | -8/+0 |
| * | alpha: Use __builtin_alpha_rpcc | Richard Henderson | 2013-07-19 | 1 | -3/+1 |
| * | alpha: Fix type compatibility warning for marvel_map_irq | Richard Henderson | 2013-07-19 | 1 | -1/+2 |
| * | alpha: Generate dwarf2 unwind info for various kernel entry points. | Richard Henderson | 2013-07-19 | 1 | -111/+288 |
| * | alpha: Implement atomic64_dec_if_positive | Richard Henderson | 2013-07-19 | 2 | -0/+29 |
| * | alpha: Improve atomic_add_unless | Richard Henderson | 2013-07-19 | 1 | -23/+37 |
| * | alpha: Add kcmp and finit_module syscalls | Richard Henderson | 2013-07-19 | 3 | -2/+5 |
| * | alpha: locks: remove unused arch_*_relax operations | Will Deacon | 2013-07-19 | 1 | -4/+0 |
| * | alpha: kernel: typo issue, using '1' instead of '11' | Chen Gang | 2013-07-19 | 1 | -1/+1 |
| * | alpha: kernel: using memcpy() instead of strcpy() | Chen Gang | 2013-07-19 | 1 | -1/+2 |
| * | alpha: Convert print_symbol to %pSR | Joe Perches | 2013-07-19 | 1 | -5/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 2013-07-19 | 8 | -61/+213 |
|\ \ |
|
| * | | um: remove dead code | Richard Weinberger | 2013-07-19 | 1 | -1/+0 |
| * | | um: siginfo cleanup | Richard Weinberger | 2013-07-19 | 4 | -15/+15 |
| * | | uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge c... | Tristan Schmelcher | 2013-07-19 | 1 | -41/+189 |
| * | | um: Fix wait_stub_done() error handling | Richard Weinberger | 2013-07-19 | 1 | -2/+7 |
| * | | um: Mark stub pages mapping with VM_PFNMAP | Richard Weinberger | 2013-07-19 | 1 | -1/+1 |
| * | | um: Fix return value of strnlen_user() | Richard Weinberger | 2013-07-19 | 1 | -1/+1 |
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-07-19 | 10 | -21/+69 |
|\ \ \ |
|
| * | | | MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATION | Markos Chandras | 2013-07-19 | 1 | -1/+0 |
| * | | | MIPS: Octeon: Fix DT pruning bug with pip ports | Faidon Liambotis | 2013-07-19 | 1 | -2/+3 |
| * | | | MIPS: KVM: Mark KVM_GUEST (T&E KVM) as BROKEN_ON_SMP | James Hogan | 2013-07-19 | 1 | -0/+1 |
| * | | | MIPS: tlbex: fix broken build in v3.11-rc1 | Aaro Koskinen | 2013-07-19 | 1 | -1/+1 |
| * | | | MIPS: Netlogic: Add XLP PIC irqdomain | Jayachandran C | 2013-07-19 | 3 | -13/+61 |
| * | | | MIPS: Netlogic: Fix USB block's coherent DMA mask | Ganesan Ramalingam | 2013-07-19 | 1 | -1/+1 |
| * | | | MIPS: tlbex: Fix typo in r3000 tlb store handler | Tony Wu | 2013-07-19 | 1 | -1/+1 |
| * | | | MIPS: BMIPS: Fix thinko to release slave TP from reset | Florian Fainelli | 2013-07-19 | 1 | -1/+1 |
| * | | | MIPS: Delete dead invocation of exception_exit(). | Ralf Baechle | 2013-07-17 | 1 | -1/+0 |
* | | | | Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma... | Linus Torvalds | 2013-07-19 | 5 | -42/+31 |
|\ \ \ \ |
|
| * | | | | arm64: use common reboot infrastructure | Marc Zyngier | 2013-07-19 | 2 | -2/+3 |
| * | | | | arm64: mm: don't treat user cache maintenance faults as writes | Will Deacon | 2013-07-19 | 1 | -26/+20 |
| * | | | | arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler() | Chen Gang | 2013-07-19 | 1 | -7/+0 |
| * | | | | arm64: Only enable local interrupts after the CPU is marked online | Catalin Marinas | 2013-07-19 | 1 | -7/+8 |
| |/ / / |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-07-19 | 6 | -43/+186 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | s390/kdump: Allow copy_oldmem_page() copy to virtual memory | Michael Holzheu | 2013-07-18 | 1 | -4/+47 |
| * | | | s390/bpf,jit: add pkt_type support | Heiko Carstens | 2013-07-18 | 1 | -0/+42 |
| * | | | s390/bpf,jit: address randomize and write protect jit code | Heiko Carstens | 2013-07-18 | 1 | -5/+46 |
| * | | | s390/bpf,jit: use generic jit dumper | Heiko Carstens | 2013-07-18 | 1 | -8/+2 |
| * | | | s390/bpf,jit: call module_free() from any context | Heiko Carstens | 2013-07-18 | 1 | -17/+3 |
| * | | | s390/ptrace: PTRACE_TE_ABORT_RAND | Michael Mueller | 2013-07-16 | 4 | -14/+51 |
| |/ / |
|
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-07-19 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | KVM: MMU: avoid fast page fault fixing mmio page fault | Xiao Guangrong | 2013-07-18 | 1 | -0/+7 |
| |/ / |
|
* | | | Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-19 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | cpufreq: s3c24xx: fix "depends on ARM_S3C24XX" in Kconfig | Paul Bolle | 2013-07-16 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-07-18 | 6 | -34/+25 |
|\ \ |
|
| * | | x86: Make sure IDT is page aligned | Kees Cook | 2013-07-16 | 3 | -25/+8 |
| * | | x86, suspend: Handle CPUs which fail to #GP on RDMSR | H. Peter Anvin | 2013-07-15 | 1 | -2/+16 |