summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-1629-1950/+1019
|\
| * x86: Move <asm/asm-offsets.h> from trace_syscalls.c to asm/syscall.hH. Peter Anvin2012-01-071-0/+1
| * x86, um: Fix typo in 32-bit system call modificationsH. Peter Anvin2011-12-091-1/+1
| * um: Use $(srctree) not $(KBUILD_SRC)H. Peter Anvin2011-12-091-1/+1
| * x86, um: Mark system call tables readonlyH. Peter Anvin2011-12-052-2/+2
| * x86, um: Use the same style generated syscall tables as nativeH. Peter Anvin2011-12-055-46/+84
| * um: Generate headers before generating user-offsets.sH. Peter Anvin2011-12-051-1/+1
| * um: Run host archheaders, allow use of host generated headersH. Peter Anvin2011-12-051-1/+6
| * x86, syscall: Allow syscall offset to be symbolicH. Peter Anvin2011-11-181-1/+5
| * x86, syscall: Re-fix typo in commentH. Peter Anvin2011-11-182-2/+2
| * x86: Simplify syscallhdr.shH. Peter Anvin2011-11-181-16/+3
| * x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin2011-11-1716-1896/+154
| * x86: Machine-readable syscall tables and scripts to process themH. Peter Anvin2011-11-175-0/+771
| * x86-64, ia32: Move compat_ni_syscall into C and its own fileH. Peter Anvin2011-11-173-3/+8
| * x86-64, syscall: Adjust comment spacing and remove typoH. Peter Anvin2011-11-171-3/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2012-01-161-1/+13
|\ \
| * | ARM: OMAP3: fix build on !CONFIG_IOMMU_APIOhad Ben-Cohen2012-01-161-1/+13
* | | mce: fix warning messages about static struct mce_deviceGreg Kroah-Hartman2012-01-163-12/+26
* | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2012-01-1617-42/+50
|\ \ \
| * | | ARM: sa11x0: assabet: fix build warningRussell King2012-01-161-1/+1
| * | | ARM: Add arm_memblock_steal() to allocate memory away from the kernelRussell King2012-01-139-32/+34
| * | | Merge branch 'master' into fixesRussell King2012-01-131272-16767/+47685
| |\ \ \
| * | | | ARM: 7275/1: LPAE: Check the CPU support for the long descriptor formatCatalin Marinas2012-01-131-0/+8
| * | | | ARM: 7274/1: NUC900: Rename nuc900-audio platform device to nuc900-ac97Axel Lin2012-01-134-6/+6
| * | | | ARM: 7272/1: S3C24XX: Fix build error for missing <mach/system-reset.h>Kukjin Kim2012-01-081-2/+0
| * | | | ARM: 7271/1: Fix typo in conversion of ARCH_NR_GPIOS to KconfigStephen Warren2012-01-081-1/+1
* | | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-161-1/+1
|\ \ \ \ \
| * | | | | PM / shmobile: fix A3SP suspend methodGuennadi Liakhovetski2012-01-141-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-01-164-7/+9
|\ \ \ \ \
| * | | | | Kbuild: Use dtc's -d (dependency) optionStephen Warren2012-01-154-7/+9
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-157-33/+369
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-01-0837-203/+340
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2012-01-077-33/+369
| |\ \ \ \ \ \ \
| | * | | | | | | x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt2011-12-214-8/+40
| | * | | | | | | x86: Allow NMIs to hit breakpoints in i386Steven Rostedt2011-12-211-7/+94
| | * | | | | | | x86: Keep current stack in NMI breakpointsSteven Rostedt2011-12-216-0/+65
| | * | | | | | | x86: Add workaround to NMI iret woesSteven Rostedt2011-12-211-0/+177
| | * | | | | | | x86: Document the NMI handler about not using paranoid_exitSteven Rostedt2011-12-211-1/+8
| | * | | | | | | x86: Do not schedule while still in NMI contextLinus Torvalds2011-12-211-32/+0
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-152-2/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, atomic: atomic64_read() take a const pointerH. Peter Anvin2012-01-091-1/+1
| * | | | | | | | | x86, UV: Update Boot messages for SGI UV2 platformJack Steiner2012-01-081-1/+6
* | | | | | | | | | Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-01-1414-71/+45
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | UAPI: Split trivial #if defined(__KERNEL__) && X conditionalsDavid Howells2011-12-137-17/+37
| * | | | | | | | | | UAPI: Alter the S390 asm include guards to be recognisable by the UAPI splitterDavid Howells2011-12-132-2/+2
| * | | | | | | | | | UAPI: Make FRV use asm-generic/param.hDavid Howells2011-12-121-15/+1
| * | | | | | | | | | UAPI: Make M32R use asm-generic/param.hDavid Howells2011-12-121-17/+1
| * | | | | | | | | | UAPI: Make MN10300 use asm-generic/param.hDavid Howells2011-12-121-17/+1
| * | | | | | | | | | UAPI: Don't include linux/compat.h in sparc's asm/siginfo.hDavid Howells2011-12-121-2/+0
| * | | | | | | | | | UAPI: Fix arch/mips/include/asm/Kbuild to have separate header-y linesDavid Howells2011-12-121-1/+3
| | |_|/ / / / / / / | |/| | | | | | | |