summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* UAPI: Make arch/sh/include/uapi/asm/hw_breakpoint.h non-emptyDavid Howells2012-10-171-0/+4
* UAPI: Make arch/mn10300/include/uapi/asm/setup.h non-emptyDavid Howells2012-10-171-0/+4
* UAPI: Put a comment into uapi/asm-generic/kvm_para.h and use it from archesDavid Howells2012-10-174-0/+4
* UAPI: The tile arch uses the generic ucontext.h fileDavid Howells2012-10-172-3/+3
* UAPI: Place comments in empty arch Kbuilds to make them non-emptyDavid Howells2012-10-172-0/+2
* Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-10-1734-155/+179
|\
| * sh: Wire up kcmp syscall.Paul Mundt2012-10-154-2/+6
| * Merge tag 'disintegrate-sh-20121009' of git://git.infradead.org/users/dhowell...Paul Mundt2012-10-1532-153/+173
| |\
| | * UAPI: (Scripted) Disintegrate arch/sh/include/asmDavid Howells2012-10-0932-153/+173
* | | Merge branch 'frv' (FRV patches from David Howells)Linus Torvalds2012-10-173-3/+5
|\ \ \
| * | | FRV: Fix const sections changeAndi Kleen2012-10-171-0/+2
| * | | FRV: Fix incorrect symbol in copy_thread()David Howells2012-10-171-1/+1
| * | | FRV: Fix VLIW packing constraint violation in entry.SDavid Howells2012-10-171-2/+2
| |/ /
* | | Merge tag 'pinctrl-fixes-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-171-13/+0
|\ \ \
| * | | pinctrl: sirf: remove sirfsoc_gpio_set_pull functionArnd Bergmann2012-10-151-13/+0
| |/ /
* | | kbuild: Fix accidental revert in commit fe04ddfMichal Marek2012-10-151-1/+1
* | | ARM: fix oops on initial entry to userspace with Thumb2 kernelsRussell King2012-10-151-2/+2
|/ /
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-14106-4493/+2886
|\ \
| * \ Merge tag 'disintegrate-mips-20121009' of git://git.infradead.org/users/dhowe...Ralf Baechle2012-10-1146-1706/+1846
| |\ \
| | * | UAPI: (Scripted) Disintegrate arch/mips/include/asmDavid Howells2012-10-0946-1706/+1846
| | |/
| * | MIPS: SNI: Switch RM400 serial to SCCNXP driverThomas Bogendoerfer2012-10-111-24/+3
| * | MIPS: Remove unused empty_bad_pmd_table[] declaration.Ralf Baechle2012-10-111-1/+0
| * | MIPS: MT: Remove kspd.Ralf Baechle2012-10-115-462/+0
| * | MIPS: Malta: Fix section mismatch.Ralf Baechle2012-10-111-1/+2
| * | MIPS: asm-offset.c: Delete unused irq_cpustat_t struct offsets.Ralf Baechle2012-10-111-10/+0
| * | MIPS: Alchemy: Merge PB1100/1500 support into DB1000 code.Manuel Lauss2012-10-118-678/+95
| * | MIPS: Alchemy: merge PB1550 support into DB1550 codeManuel Lauss2012-10-116-437/+161
| * | MIPS: Alchemy: Single kernel for DB1200/1300/1550Manuel Lauss2012-10-1113-941/+548
| * | MIPS: Optimize TLB refill for RI/XI configurations.David Daney2012-10-111-16/+7
| * | MIPS: proc: Cleanup printing of ASEs.Ralf Baechle2012-10-111-9/+11
| * | MIPS: Hardwire detection of DSP ASE Rev 2 for systems, as required.Ralf Baechle2012-10-1119-0/+20
| * | MIPS: Add detection of DSP ASE Revision 2.Steven J. Hill2012-10-115-2/+11
| * | MIPS: Optimize pgd_init and pmd_initDavid Daney2012-10-111-10/+10
| * | MIPS: perf: Add perf functionality for BMIPS5000Al Cooper2012-10-111-1/+102
| * | MIPS: perf: Split the Kconfig option CONFIG_MIPS_MT_SMPAl Cooper2012-10-112-8/+12
| * | MIPS: perf: Remove unnecessary #ifdefAl Cooper2012-10-111-5/+0
| * | MIPS: perf: Add cpu feature bit for PCI (performance counter interrupt)Al Cooper2012-10-115-3/+13
| * | MIPS: perf: Change the "mips_perf_event" table unsupported indicator.Al Cooper2012-10-111-150/+4
| * | MIPS: Align swapper_pg_dir to 64K for better TLB Refill code.David Daney2012-10-112-10/+28
| * | Improve atomic.h robustnessJoshua Kinard2012-10-111-35/+29
* | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-1455-312/+245
|\ \ \
| * | | Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-2854-193/+103
| * | | MIPS: Fix module.c build for 32 bitRalf Baechle2012-09-283-120/+147
* | | | x86, boot: Explicitly include autoconf.h for hostprogsMatt Fleming2012-10-141-1/+2
* | | | Merge branch 'late-for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-1463-1722/+1800
|\ \ \ \
| * \ \ \ Merge branch 'config' into late-for-linusRussell King2012-10-1339-795/+793
| |\ \ \ \
| | * | | | ARM: config: make sure that platforms are ordered by option stringRussell King2012-10-131-38/+38
| | * | | | ARM: config: sort select statements alphanumericallyRussell King2012-10-1339-767/+765
| * | | | | UAPI: (Scripted) Disintegrate arch/arm/include/asmDavid Howells2012-10-1224-926/+1006
| |/ / / /
* | | | | Merge tag 'disintegrate-openrisc-20121009' of git://git.infradead.org/users/d...Jonas Bonn2012-10-1311-68/+113
|\ \ \ \ \