summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86, asm, cleanup: Replace open-coded control register values with symbolicH. Peter Anvin2013-06-263-3/+3
* x86, processor-flags: Fix the datatypes and add bit number definesH. Peter Anvin2013-06-261-50/+104
* x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin2013-06-263-3/+3
* x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin2013-06-265-5/+5
* x86/vdso: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-191-2/+2
* x86: __force_order doesn't need to be an actual variableJan Beulich2013-05-311-1/+1
* Merge branch 'mn10300' (mn10300 fixes from David Howells)Linus Torvalds2013-05-303-13/+9Star
|\
| * MN10300: Need pci_iomap() and __pci_ioport_map() definingDavid Howells2013-05-301-0/+2
| * MN10300: ASB2305's PCI code needs the definition of XIRQ1David Howells2013-05-301-0/+1
| * MN10300: Enable IRQs more in system call exit work pathDavid Howells2013-05-301-13/+5Star
| * MN10300: Fix ret_from_kernel_threadDavid Howells2013-05-301-0/+1
* | Merge tag 'pinctrl-fixes-v3.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-301-1/+13
|\ \
| * | ARM: EXYNOS: Fix EINT wake-up mask configuration when pinctrl is usedTomasz Figa2013-05-271-1/+13
| |/
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-297-17/+107
|\ \
| * | ARM: exynos: defconfig updateOlof Johansson2013-05-291-8/+46
| * | Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2013-05-286-9/+61
| |\ \
| | * | ARM: SAMSUNG: Add names to fimd0 IRQ resourcesTomasz Figa2013-05-241-3/+3
| | * | ARM: EXYNOS: fix software reset logic for EXYNOS5440 SOCJungseok Lee2013-05-241-1/+8
| | * | ARM: EXYNOS: Fix support of Exynos4210 rev0 SoCTomasz Figa2013-05-244-5/+35
| | * | ARM: dts: Enabling samsung-usb2phy driver for exynos5250Vivek Gautam2013-05-201-0/+15
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-05-282-2/+2
|\ \ \ \
| * | | | crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementationsJussi Kivilinna2013-05-282-2/+2
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2013-05-2814-699/+2076
|\ \ \ \
| * | | | m68k: Update defconfigs for v3.9Geert Uytterhoeven2013-05-2812-698/+1982
| * | | | m68k: implement futex.h to support userspace robust futexes and PI mutexesMikael Pettersson2013-05-212-1/+94
* | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-05-283-5/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | microblaze: Reversed logic in futex cmpxchgMeyer, Kirk2013-05-271-1/+1
| * | | | microblaze: Use proper casting for inb/inw/inl in io.hMichal Simek2013-05-231-3/+3
| * | | | microblaze: Initialize temp variable to remove compilation warningMichal Simek2013-05-141-1/+1
* | | | | Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-269-57/+57
|\ \ \ \ \
| * | | | | parisc: fix irq stack on UP and SMPHelge Deller2013-05-243-41/+26Star
| * | | | | parisc: make interrupt and interruption stack allocation reentrantJohn David Anglin2013-05-242-10/+10
| * | | | | parisc: show number of FPE and unaligned access handler calls in /proc/interr...Helge Deller2013-05-244-0/+14
| * | | | | parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.SHelge Deller2013-05-241-6/+6
| * | | | | parisc: add rp5470 entry to machine databaseHelge Deller2013-05-241-0/+1
* | | | | | score: remove redundant kcore_list entriesKyle McMartin2013-05-251-2/+0Star
* | | | | | Merge tag 'arc-v3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-2511-70/+41Star
|\ \ \ \ \ \
| * | | | | | ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2013-05-252-19/+11Star
| * | | | | | ARC: Use enough bits for determining page's cache colorVineet Gupta2013-05-231-1/+1
| * | | | | | ARC: Brown paper bag bug in macro for checking cache colorVineet Gupta2013-05-232-2/+5
| * | | | | | ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta2013-05-233-15/+19
| * | | | | | ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()Vineet Gupta2013-05-231-1/+1
| * | | | | | ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanismChristian Ruppert2013-05-154-32/+4Star
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-253-3/+2Star
|\ \ \ \ \ \
| * | | | | | ARM: 7729/1: vfp: ensure VFP_arch is non-zero when VFP is not supportedWill Deacon2013-05-221-1/+1
| * | | | | | ARM: 7727/1: remove the .vm_mm value from gate_vmaSteven Capper2013-05-221-1/+0Star
| * | | | | | ARM: 7723/1: crypto: sha1-armv4-large.S: fix SP handlingArd Biesheuvel2013-05-221-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-2546-207/+176Star
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Merge tag 'sunxi-fixes-for-3.10' of git://github.com/mripard/linux into fixesOlof Johansson2013-05-253-3/+6
| |\ \ \ \
| | * | | | ARM: sunxi: select ARCH_REQUIRE_GPIOLIBMaxime Ripard2013-05-151-0/+1