aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro10-68/+21
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro1-0/+3
2012-10-12Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds2-1/+58
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-39/+57
2012-10-12xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk1-1/+15
2012-10-12xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk1-0/+2
2012-10-12UAPI: (Scripted) Disintegrate arch/arm/include/asmDavid Howells24-926/+1006
2012-10-12kgdb,x86: fix warning about unused variableJason Wessel1-0/+2
2012-10-12mips,kgdb: fix recursive page fault with CONFIG_KPROBESJason Wessel1-0/+9
2012-10-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds13-69/+473
2012-10-12Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-0/+8
2012-10-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds40-22/+602
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds98-881/+343
2012-10-11ppc: eeh_event should just use kthread_run()Al Viro1-3/+2
2012-10-11alpha: get rid of switch_stack argument of do_work_pending()Al Viro2-23/+20
2012-10-11alpha: don't bother passing switch_stack separately from regsAl Viro1-13/+13
2012-10-11alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro2-17/+20
2012-10-11alpha: simplify TIF_NEED_RESCHED handlingAl Viro1-17/+9
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds28-681/+32
2012-10-11Merge branch 'staging/for_v3.7' into v4l_for_linusMauro Carvalho Chehab13-69/+473
2012-10-11UAPI: (Scripted) Disintegrate arch/arm64/include/asmDavid Howells21-132/+225
2012-10-11Merge branch 'fixes' into for-linusRussell King2640-75139/+84809
2012-10-11arm64: Do not export the compat-specific definitions to the userCatalin Marinas3-7/+13
2012-10-11arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas6-29/+15
2012-10-11arm64: Remove unused definitions from asm/unistd32.hCatalin Marinas3-839/+393
2012-10-11openrisc: mask interrupts in irq_mask_ack functionGong Tao1-0/+2
2012-10-11openrisc: fix typos in comments and warningsJonas Bonn1-3/+3
2012-10-11openrisc: PIC should act on domain-local irqsJonas Bonn1-6/+6
2012-10-11openrisc: Make cpu_relax() invoke barrier()Vladimir Murzin1-1/+1
2012-10-11Merge tag 'disintegrate-mips-20121009' of git://git.infradead.org/users/dhowells/linux-headers into mips-for-linux-nextRalf Baechle46-1706/+1846
2012-10-11MIPS: SNI: Switch RM400 serial to SCCNXP driverThomas Bogendoerfer1-24/+3
2012-10-11MIPS: Remove unused empty_bad_pmd_table[] declaration.Ralf Baechle1-1/+0
2012-10-11MIPS: MT: Remove kspd.Ralf Baechle5-462/+0
2012-10-11MIPS: Malta: Fix section mismatch.Ralf Baechle1-1/+2
2012-10-11MIPS: asm-offset.c: Delete unused irq_cpustat_t struct offsets.Ralf Baechle1-10/+0
2012-10-11MIPS: Alchemy: Merge PB1100/1500 support into DB1000 code.Manuel Lauss8-678/+95
2012-10-11MIPS: Alchemy: merge PB1550 support into DB1550 codeManuel Lauss6-437/+161
2012-10-11MIPS: Alchemy: Single kernel for DB1200/1300/1550Manuel Lauss13-941/+548
2012-10-11MIPS: Optimize TLB refill for RI/XI configurations.David Daney1-16/+7
2012-10-11MIPS: proc: Cleanup printing of ASEs.Ralf Baechle1-9/+11
2012-10-11MIPS: Hardwire detection of DSP ASE Rev 2 for systems, as required.Ralf Baechle19-0/+20
2012-10-11MIPS: Add detection of DSP ASE Revision 2.Steven J. Hill5-2/+11
2012-10-11MIPS: Optimize pgd_init and pmd_initDavid Daney1-10/+10
2012-10-11MIPS: perf: Add perf functionality for BMIPS5000Al Cooper1-1/+102
2012-10-11MIPS: perf: Split the Kconfig option CONFIG_MIPS_MT_SMPAl Cooper2-8/+12
2012-10-11MIPS: perf: Remove unnecessary #ifdefAl Cooper1-5/+0
2012-10-11MIPS: perf: Add cpu feature bit for PCI (performance counter interrupt)Al Cooper5-3/+13
2012-10-11MIPS: perf: Change the "mips_perf_event" table unsupported indicator.Al Cooper1-150/+4
2012-10-11MIPS: Align swapper_pg_dir to 64K for better TLB Refill code.David Daney2-10/+28
2012-10-11Improve atomic.h robustnessJoshua Kinard1-35/+29