aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-06-05Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/...HEADmasterLinus Torvalds1-1/+1
2012-06-05Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2-7/+4
2012-06-05x86/mce: Fix the MCE poll timer logicChen Gong1-1/+1
2012-06-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+2
2012-06-04fixups for signal breakageAl Viro3-4/+4
2012-06-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+6
2012-06-04ARM: dma-mapping: remove unconditional dependency on CMAMarek Szyprowski2-7/+4
2012-06-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-39/+232
2012-06-02Merge 'for-linus' branches from git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2012-06-02powerpc: Fix size of st_nlink on 64bitAnton Blanchard1-1/+1
2012-06-02frv: Remove bogus closing parenthesisGeert Uytterhoeven1-1/+1
2012-06-01Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds21-305/+527
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds23-56/+206
2012-06-01Merge remote-tracking branch 'rostedt/tip/perf/urgent-2' into x86-urgent-for-...H. Peter Anvin6-16/+154
2012-06-01Merge branch 'ux500/hickup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-21/+281
2012-06-01x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32H.J. Lu1-6/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds61-1059/+416
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds26-100/+14
2012-06-01x86: get rid of calling do_notify_resume() when returning to kernel modeAl Viro2-13/+10
2012-06-01blackfin: check __get_user() return valueAl Viro1-16/+14
2012-06-01whack-a-mole with TIF_FREEZEAl Viro1-2/+0
2012-06-01FRV: Optimise the system call exit path in entry.S [ver #2]David Howells1-6/+7
2012-06-01FRV: Shrink TIF_WORK_MASK [ver #2]David Howells2-13/+15
2012-06-01FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptionsDavid Howells2-11/+3
2012-06-01new helper: signal_delivered()Al Viro32-73/+33
2012-06-01powerpc: get rid of restore_sigmask()Al Viro4-14/+4
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro42-133/+2
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro7-7/+7
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro13-19/+14
2012-06-01don't call try_to_freeze() from do_signal()Al Viro7-28/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro33-387/+124
2012-06-01sh64: failure to build sigframe != signal without handlerAl Viro1-1/+1
2012-06-01openrisc: tracehook_signal_handler() is supposed to be called on successAl Viro1-14/+6
2012-06-01new helper: sigmask_to_save()Al Viro30-250/+84
2012-06-01new helper: restore_saved_sigmask()Al Viro31-125/+32
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro7-0/+113
2012-06-01x86, efi: Add EFI boot stub documentationMatt Fleming1-0/+2
2012-06-01x86, efi; Add EFI boot stub console supportMatt Fleming2-16/+75
2012-06-01x86, efi: Only close open files in error pathMatt Fleming1-1/+1
2012-05-31ftrace/x86: Do not change stacks in DEBUG when calling lockdepSteven Rostedt1-3/+41
2012-05-31x86: Allow nesting of the debug stack IDT settingSteven Rostedt1-1/+7
2012-05-31x86: Reset the debug_stack update counterSteven Rostedt1-2/+4
2012-05-31ftrace: Use breakpoint method to update ftrace callerSteven Rostedt1-16/+72
2012-05-31ftrace: Synchronize variable setting with breakpointsSteven Rostedt3-6/+42
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds31-68/+6
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds8-46/+52
2012-05-31syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov2-0/+3
2012-05-31um: properly check all process' threads for a live mmAnton Vorontsov1-6/+7
2012-05-31um: fix possible race on task->mmAnton Vorontsov1-2/+5
2012-05-31um: should hold tasklist_lock while traversing processesAnton Vorontsov1-0/+3
2012-05-31blackfin: fix possible deadlock in decode_address()Anton Vorontsov1-3/+3
2012-05-31blackfin: a couple of task->mm handling fixesAnton Vorontsov1-13/+13
2012-05-31sh: use clear_tasks_mm_cpumask()Anton Vorontsov1-6/+1
2012-05-31powerpc: use clear_tasks_mm_cpumask()Anton Vorontsov1-9/+2
2012-05-31arm: use clear_tasks_mm_cpumask()Anton Vorontsov1-7/+1
2012-05-31um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul1-5/+19
2012-06-01ARM: ux500: Enable probing of pinctrl through Device TreeLee Jones1-0/+4
2012-06-01ARM: ux500: Add support for ab8500 regulators into the Device TreeLee Jones2-0/+70
2012-06-01ARM: ux500: Provide regulator support for SMSC911x via Device TreeLee Jones2-0/+14
2012-06-01ARM: ux500: Allow PRCMU regulator to be probed during a DT enabled bootLee Jones1-0/+1
2012-06-01ARM: ux500: Apply db8500-prcmu regulator information to db8500 Device TreeLee Jones1-0/+107
2012-06-01ARM: ux500: Only initialise STE's UIBs on boards which support themLee Jones3-3/+10
2012-06-01ARM: ux500: Disable platform setup of the ab8500 when DT is enabledLee Jones1-3/+4
2012-06-01ARM: ux500: Use correct format for dynamic IRQ assignmentLee Jones2-10/+28
2012-06-01ARM: ux500: Re-enable SMSC911x platform code registration during non-DT bootsLee Jones1-0/+1
2012-06-01ARM: ux500: PRCMU related configuration and layout corrections for Device TreeLee Jones1-2/+2
2012-06-01ARM: ux500: Remove DB8500 PRCMU platform registration when DT is enabledLee Jones1-2/+1
2012-06-01ARM: ux500: Disable SMSC911x platform code registration when DT is enabledLee Jones1-2/+1
2012-06-01ARM: ux500: New DT:ed u8500_init_devices for one-by-one device enablementLee Jones3-1/+26
2012-06-01ARM: ux500: New DT:ed snowball_platform_devs for one-by-one device enablementLee Jones1-2/+16
2012-05-31Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2012-05-31Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+16
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds48-306/+244
2012-05-31Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Linus Torvalds7-62/+24
2012-05-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-29/+49
2012-05-31Merge tag 'devel-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds27-338/+706
2012-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds34-382/+444
2012-05-31[PARISC] update parisc to use generic strncpy_from_user()James Bottomley4-45/+3
2012-05-30ia64 perfmon: fix get_unmapped_area() use thereAl Viro1-8/+2
2012-05-30ia64, sparc64: convert wrappers around do_mremap() to sys_mremap()Al Viro2-25/+5
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro20-60/+0
2012-05-30parisc: get rid of nlink_t, switch to explicitly-sized typeAl Viro1-2/+2
2012-05-30powerpc: get rid of nlink_t uses, switch to explicitly-sized typeAl Viro1-2/+2
2012-05-30Merge branches 'fixes' and 'fixes2' into devel-lateOlof Johansson5-122/+52
2012-05-30ARM: LPC32xx: Adjust dts files to gpio dt bindingRoland Stigge2-41/+4
2012-05-30x86, amd, xen: Avoid NULL pointer paravirt referencesKonrad Rzeszutek Wilk1-0/+3
2012-05-30Merge branch 'late/board' into devel-lateOlof Johansson2-1/+9
2012-05-30Merge branch 'late/soc' into devel-lateOlof Johansson19-185/+630
2012-05-30Merge branch 'late/cleanup' into devel-lateOlof Johansson1-30/+15
2012-05-30x86/mce: Cleanup timer messThomas Gleixner1-15/+16
2012-05-30x86, mtrr: Fix a type overflow in range_to_mtrr funczhenzhong.duan1-1/+1
2012-05-30Merge branch 'x86/trampoline' into x86/urgentH. Peter Anvin907-26550/+26163
2012-05-30x86, realmode: Unbreak the ia64 build of drivers/acpi/sleep.cH. Peter Anvin1-4/+3
2012-05-30Merge branch 'x86/mce' into x86/urgentIngo Molnar2-3/+5
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra1-1/+1
2012-05-30sched/x86: Use cpu_llc_shared_mask(cpu) for coregroup_maskPeter Zijlstra1-9/+1
2012-05-30x86/mm/pat: Improve scaling of pat_pagerange_is_ram()John Dykstra1-20/+36
2012-05-30s390/uaccess: fix access_ok compile warningsHeiko Carstens1-4/+9
2012-05-30s390/cmpxchg: select HAVE_CMPXCHG_LOCAL optionHeiko Carstens1-0/+1
2012-05-30s390/cmpxchg: fix sign extension bugsHeiko Carstens1-6/+8
2012-05-30s390/cmpxchg: fix 1 and 2 byte memory accessesHeiko Carstens1-4/+4
2012-05-30s390/cmpxchg: fix compile warnings specific to s390Heiko Carstens1-9/+25
2012-05-30s390/cmpxchg: add missing memory barrier to cmpxchg64Heiko Carstens1-1/+1
2012-05-30s390/cpu: remove cpu "capabilities" sysfs attributeHeiko Carstens3-36/+0
2012-05-30s390/kernel: Fix smp_call_ipl_cpu() for offline CPUsMichael Holzheu1-9/+10
2012-05-30s390/kernel: Introduce memcpy_absolute() functionMichael Holzheu5-35/+34
2012-05-29mips: get rid of nlink_t, use explictly-sized type (__u32 in all cases)Al Viro1-3/+3
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds56-610/+767
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds118-3630/+3835
2012-05-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds8-89/+44
2012-05-29rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXCFabio Estevam2-2/+2
2012-05-29mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli1-0/+50
2012-05-29x86: print physical addresses consistently with other parts of kernelBjorn Helgaas7-62/+63
2012-05-29x86: print e820 physical addresses consistently with other parts of kernelBjorn Helgaas1-26/+27
2012-05-29cris: select GENERIC_ATOMIC64Cong Wang1-0/+1
2012-05-29Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Russell King6-76/+32
2012-05-29sparc: fix sparc64 build due to leon.h inclusionSam Ravnborg2-1/+1
2012-05-29sparc32: remove unused variable in head_32.SSam Ravnborg1-8/+0
2012-05-29sparc32,leon: fix leon bootupSam Ravnborg1-32/+41
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2-1/+13
2012-05-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2-11/+4
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2-2/+2
2012-05-28Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds5-11/+39
2012-05-28KVM: MMU: fix huge page adapted on non-PAE hostXiao Guangrong1-2/+1
2012-05-28sparc32: Export leon_dma_ops to modules.David S. Miller1-1/+2
2012-05-27sparc32: support leon + sun in dma_make_coherent()Sam Ravnborg1-8/+4
2012-05-27sparc32,leon: always support leon in ioportSam Ravnborg2-11/+9
2012-05-27sparc32,leon: always include leon_pmc in buildSam Ravnborg2-7/+10
2012-05-27sparc32: refactor cpu_idle()Sam Ravnborg1-30/+5
2012-05-27sparc32: srmmu_probe now knows about leon tooSam Ravnborg4-23/+23
2012-05-27sparc32: drop LEON hack for ASI_M_MMUREGSSam Ravnborg1-4/+0
2012-05-27sparc32: introduce run-time patching of srmmu access functionsSam Ravnborg3-61/+90
2012-05-27sparc32: introduce support for run-time patching for all shared assembler codeSam Ravnborg5-29/+59
2012-05-27sparc32,leon: fix section mismatch warningSam Ravnborg1-2/+2
2012-05-27sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg6-28/+2
2012-05-27sparc32,leon: always include leon_kernel in buildSam Ravnborg3-7/+1
2012-05-27sparc32,leon: clean up leon.hSam Ravnborg3-65/+4
2012-05-27sparc32: handle leon in cpu.cSam Ravnborg2-9/+11
2012-05-27sparc32: handle leon in irq_32.cSam Ravnborg1-10/+12
2012-05-27sparc32: add support for run-time patching of leon/sun single instructionsSam Ravnborg4-16/+72
2012-05-27sparc32: introduce sparc32_start_kernel called from head_32.SSam Ravnborg3-8/+15
2012-05-27sparc32: implement proper LEON support in head_32 (after highmem)Sam Ravnborg1-25/+33
2012-05-27sparc32: implement proper LEON support in head_32 (before highmem)Sam Ravnborg2-11/+53
2012-05-27sparc32: string and whitespace cleanup in head_32.SSam Ravnborg1-15/+15
2012-05-27sparc: fix bad merge of sparc KconfigStephen Rothwell1-1/+0
2012-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller586-19988/+16079
2012-05-27openrisc: use generic strnlen_user() functionJonas Bonn3-75/+3
2012-05-27powerpc: Use the new generic strncpy_from_user() and strnlen_user()Paul Mackerras5-83/+48
2012-05-27Merge tag 'omapdss-for-3.5' of git://github.com/tomba/linux into fbdev-nextFlorian Tobias Schandinat141-1491/+1120
2012-05-26Merge branch 'generic-string-functions'Linus Torvalds17-440/+46
2012-05-26Merge branch 'vexpress-v3.4' of git://git.linaro.org/people/pawelmoll/linux i...Olof Johansson34-187/+424
2012-05-26Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds178-106/+614
2012-05-26Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds65-177/+2978
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds48-771/+2447
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds92-13682/+4149
2012-05-26Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds56-850/+718
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds54-960/+1042
2012-05-26Merge tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds4-1/+86
2012-05-26Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'nex...Ralf Baechle114-2260/+3822
2012-05-26MIPS: lantiq: remove orphaned codeJohn Crispin6-175/+7
2012-05-26sparc: use the new generic strnlen_user() functionDavid Miller7-231/+9
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds6-109/+4
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds3-3/+31
2012-05-26x86: use generic strncpy_from_user routineLinus Torvalds3-97/+2
2012-05-25Merge tag 'x86-mce-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-12/+41
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds70-1164/+2458
2012-05-25tile: default to tilegx_defconfig for ARCH=tileChris Metcalf1-1/+6
2012-05-25tile: fix bug where fls(0) was not returning 0Chris Metcalf1-6/+6
2012-05-25arch/tile: mark TILEGX as not EXPERIMENTALChris Metcalf1-6/+4
2012-05-25tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul1-5/+27
2012-05-25arch/tile: add descriptive text if the kernel reports a bad trapChris Metcalf1-2/+28
2012-05-25arch/tile: allow querying cpu module information from the hypervisorChris Metcalf2-1/+21
2012-05-25arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf8-280/+636
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf15-158/+456
2012-05-25arch/tile: support kexec() for tilegxChris Metcalf5-9/+300
2012-05-25arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf6-8/+55
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf20-197/+345
2012-05-25arch/tile: optimize get_user/put_user and friendsChris Metcalf8-315/+241
2012-05-25arch/tile: support building big-endian kernelChris Metcalf10-29/+130
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf4-48/+107
2012-05-25arch/tile: use interrupt critical sections lessChris Metcalf7-99/+96
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-27/+2
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds20-547/+1475
2012-05-25Merge tag 'cris-for-linus' of git://jni.nu/crisLinus Torvalds16-1106/+40
2012-05-25openrisc: use generic strncpy_from_userJonas Bonn3-59/+4
2012-05-25x86: hpet: Fix copy-and-paste mistake in earlier changeJan Beulich1-1/+1
2012-05-25[PARISC] Fix parisc compile failure after smp: Add task_struct argument to __...James Bottomley1-2/+0
2012-05-25[PARISC] fix TLB fault path on PA2.0 narrow systemsJames Bottomley1-13/+17
2012-05-25[PARISC] fix boot failure on 32-bit systems caused by branch stubs placed bef...John David Anglin1-2/+4
2012-05-25clocksource: em_sti: Emma Mobile STI driverMagnus Damm1-0/+6
2012-05-25ARM: neponset: make sure neponset_ncr_frob() is exportedRussell King1-0/+1
2012-05-25ARM: fix out[bwl]()Russell King1-13/+11
2012-05-25sparc64: Fix several bugs in quad floating point emulation.David S. Miller2-11/+21
2012-05-25microblaze: Setup correct pointer to TLS areaEdgar E. Iglesias1-1/+5
2012-05-25microblaze: Add TLS support to sys_cloneEdgar E. Iglesias1-3/+4
2012-05-25microblaze: ftrace: Pass the first calling instruction for dynamic ftraceMichal Simek1-1/+1
2012-05-25microblaze: Port OOM changes to do_page_faultKautuk Consul1-5/+28
2012-05-25microblaze: Do not select GENERIC_GPIO by defaultLars-Peter Clausen1-1/+1
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds110-1902/+4884
2012-05-24Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds13-212/+350