Age | Commit message (Expand) | Author | Files | Lines |
2013-08-30 | x86, doc: Update uaccess.h comment to reflect clang changes | H. Peter Anvin | 1 | -1/+4 |
2013-08-30 | x86, asm: Fix a compilation issue with clang | Jan-Simon Möller | 1 | -1/+1 |
2013-08-30 | x86, asm: Extend definitions of _ASM_* with a raw format | Jan-Simon Möller | 1 | -1/+5 |
2013-08-06 | x86, insn: Add new opcodes as of June, 2013 | Masami Hiramatsu | 2 | -19/+27 |
2013-07-23 | x86/ia32/asm: Remove unused argument in macro | Ramkumar Ramachandra | 1 | -1/+1 |
2013-07-17 | x86, bitops: Change bitops to be native operand size | H. Peter Anvin | 2 | -31/+39 |
2013-06-29 | x86: Use asm-goto to implement mutex fast path on x86-64 | Wedson Almeida Filho | 1 | -0/+30 |
2013-06-26 | x86, asm, cleanup: Replace open-coded control register values with symbolic | H. Peter Anvin | 3 | -3/+3 |
2013-06-26 | x86, processor-flags: Fix the datatypes and add bit number defines | H. Peter Anvin | 1 | -50/+104 |
2013-06-26 | x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASE | H. Peter Anvin | 3 | -3/+3 |
2013-06-26 | x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED | H. Peter Anvin | 6 | -6/+6 |
2013-06-26 | linux/const.h: Add _BITUL() and _BITULL() | H. Peter Anvin | 1 | -0/+3 |
2013-06-19 | x86/vdso: Convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -2/+2 |
2013-05-31 | x86: __force_order doesn't need to be an actual variable | Jan Beulich | 1 | -1/+1 |
2013-05-30 | Merge branch 'mn10300' (mn10300 fixes from David Howells) | Linus Torvalds | 3 | -13/+9 |
2013-05-30 | MN10300: Need pci_iomap() and __pci_ioport_map() defining | David Howells | 1 | -0/+2 |
2013-05-30 | MN10300: ASB2305's PCI code needs the definition of XIRQ1 | David Howells | 1 | -0/+1 |
2013-05-30 | MN10300: Enable IRQs more in system call exit work path | David Howells | 1 | -13/+5 |
2013-05-30 | MN10300: Fix ret_from_kernel_thread | David Howells | 1 | -0/+1 |
2013-05-30 | Merge tag 'pinctrl-fixes-v3.10-3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 9 | -11/+323 |
2013-05-29 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -17/+107 |
2013-05-29 | ARM: exynos: defconfig update | Olof Johansson | 1 | -8/+46 |
2013-05-28 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 23 | -164/+163 |
2013-05-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 3 | -4/+4 |
2013-05-28 | Merge branch 'for-3.10' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 4 | -83/+88 |
2013-05-28 | Merge tag 'trace-fixes-v3.10-rc3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -2/+10 |
2013-05-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 14 | -699/+2076 |
2013-05-28 | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 3 | -5/+5 |
2013-05-28 | ring-buffer: Do not poll non allocated cpu buffers | Steven Rostedt (Red Hat) | 1 | -0/+3 |
2013-05-28 | m68k: Update defconfigs for v3.9 | Geert Uytterhoeven | 12 | -698/+1982 |
2013-05-28 | qxl: fix Kconfig deps - select FB_DEFERRED_IO | Andrew Jones | 1 | -0/+1 |
2013-05-28 | crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementations | Jussi Kivilinna | 2 | -2/+2 |
2013-05-28 | Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Olof Johansson | 6 | -9/+61 |
2013-05-27 | pinctrl: pinconf: take the right mutex | Linus Walleij | 1 | -2/+2 |
2013-05-27 | pinctrl: sunxi: fix error return code in sunxi_pinctrl_probe() | Wei Yongjun | 1 | -1/+3 |
2013-05-27 | pinctrl: exynos: Handle suspend/resume of GPIO EINT registers | Tomasz Figa | 2 | -3/+114 |
2013-05-27 | pinctrl: samsung: Allow per-bank SoC-specific private data | Tomasz Figa | 1 | -0/+1 |
2013-05-27 | pinctrl: samsung: Add support for SoC-specific suspend/resume callbacks | Tomasz Figa | 2 | -0/+9 |
2013-05-27 | pinctrl: Don't override the error code in probe error handling | Axel Lin | 3 | -4/+5 |
2013-05-27 | ARM: EXYNOS: Fix EINT wake-up mask configuration when pinctrl is used | Tomasz Figa | 1 | -1/+13 |
2013-05-27 | pinctrl: exynos: Add support for set_irq_wake of wake-up EINTs | Tomasz Figa | 1 | -0/+23 |
2013-05-27 | pinctrl: samsung: fix suspend/resume functionality | Doug Anderson | 2 | -0/+153 |
2013-05-27 | microblaze: Reversed logic in futex cmpxchg | Meyer, Kirk | 1 | -1/+1 |
2013-05-27 | Linux 3.10-rc3v3.10-rc3 | Linus Torvalds | 1 | -1/+1 |
2013-05-27 | ipc/sem.c: Fix missing wakeups in do_smart_update_queue() | Manfred Spraul | 1 | -5/+22 |
2013-05-26 | Merge tag 'nfs-for-3.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 11 | -41/+78 |
2013-05-26 | Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2013-05-26 | Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 12 | -71/+62 |
2013-05-26 | Merge tag 'for-linus-v3.10-rc3' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 8 | -21/+47 |
2013-05-26 | Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 3 | -2/+3 |