aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds15-170/+374
2013-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds8-61/+213
2013-07-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds10-21/+69
2013-07-19Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds5-42/+31
2013-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-43/+186
2013-07-19alpha: Use handle_percpu_irq for the timer interruptRichard Henderson1-1/+1
2013-07-19alpha: Force the user-visible HZ to a constant 1024.Richard Henderson2-10/+5
2013-07-19alpha: Don't if-out dp264_device_interrupt.Richard Henderson1-8/+0
2013-07-19alpha: Use __builtin_alpha_rpccRichard Henderson1-3/+1
2013-07-19alpha: Fix type compatibility warning for marvel_map_irqRichard Henderson1-1/+2
2013-07-19alpha: Generate dwarf2 unwind info for various kernel entry points.Richard Henderson1-111/+288
2013-07-19alpha: Implement atomic64_dec_if_positiveRichard Henderson2-0/+29
2013-07-19alpha: Improve atomic_add_unlessRichard Henderson1-23/+37
2013-07-19alpha: Add kcmp and finit_module syscallsRichard Henderson3-2/+5
2013-07-19alpha: locks: remove unused arch_*_relax operationsWill Deacon1-4/+0
2013-07-19alpha: kernel: typo issue, using '1' instead of '11'Chen Gang1-1/+1
2013-07-19alpha: kernel: using memcpy() instead of strcpy()Chen Gang1-1/+2
2013-07-19alpha: Convert print_symbol to %pSRJoe Perches1-5/+3
2013-07-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2013-07-19arm64: use common reboot infrastructureMarc Zyngier2-2/+3
2013-07-19arm64: mm: don't treat user cache maintenance faults as writesWill Deacon1-26/+20
2013-07-19arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler()Chen Gang1-7/+0
2013-07-19arm64: Only enable local interrupts after the CPU is marked onlineCatalin Marinas1-7/+8
2013-07-19MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATIONMarkos Chandras1-1/+0
2013-07-19um: remove dead codeRichard Weinberger1-1/+0
2013-07-19um: siginfo cleanupRichard Weinberger4-15/+15
2013-07-19MIPS: Octeon: Fix DT pruning bug with pip portsFaidon Liambotis1-2/+3
2013-07-19uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge c...Tristan Schmelcher1-41/+189
2013-07-19um: Fix wait_stub_done() error handlingRichard Weinberger1-2/+7
2013-07-19um: Mark stub pages mapping with VM_PFNMAPRichard Weinberger1-1/+1
2013-07-19um: Fix return value of strnlen_user()Richard Weinberger1-1/+1
2013-07-19MIPS: KVM: Mark KVM_GUEST (T&E KVM) as BROKEN_ON_SMPJames Hogan1-0/+1
2013-07-19MIPS: tlbex: fix broken build in v3.11-rc1Aaro Koskinen1-1/+1
2013-07-19MIPS: Netlogic: Add XLP PIC irqdomainJayachandran C3-13/+61
2013-07-19MIPS: Netlogic: Fix USB block's coherent DMA maskGanesan Ramalingam1-1/+1
2013-07-19MIPS: tlbex: Fix typo in r3000 tlb store handlerTony Wu1-1/+1
2013-07-19MIPS: BMIPS: Fix thinko to release slave TP from resetFlorian Fainelli1-1/+1
2013-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-34/+25
2013-07-18Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds270-1039/+899
2013-07-18s390/kdump: Allow copy_oldmem_page() copy to virtual memoryMichael Holzheu1-4/+47
2013-07-18s390/bpf,jit: add pkt_type supportHeiko Carstens1-0/+42
2013-07-18s390/bpf,jit: address randomize and write protect jit codeHeiko Carstens1-5/+46
2013-07-18s390/bpf,jit: use generic jit dumperHeiko Carstens1-8/+2
2013-07-18s390/bpf,jit: call module_free() from any contextHeiko Carstens1-17/+3
2013-07-18KVM: MMU: avoid fast page fault fixing mmio page faultXiao Guangrong1-0/+7
2013-07-17MIPS: Delete dead invocation of exception_exit().Ralf Baechle1-1/+0
2013-07-16x86: Make sure IDT is page alignedKees Cook3-25/+8
2013-07-16cpufreq: s3c24xx: fix "depends on ARM_S3C24XX" in KconfigPaul Bolle1-1/+1
2013-07-16smp: blackfin: fix check error, using atomic_ops to handle atomic_t typeSteven Miao1-3/+3
2013-07-16s390/ptrace: PTRACE_TE_ABORT_RANDMichael Mueller4-14/+51
2013-07-15x86, suspend: Handle CPUs which fail to #GP on RDMSRH. Peter Anvin1-2/+16
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker71-356/+345
2013-07-14score: delete __cpuinit usage from all score filesPaul Gortmaker1-1/+1
2013-07-14xtensa: delete __cpuinit usage from all xtensa filesPaul Gortmaker1-1/+1
2013-07-14openrisc: delete __cpuinit usage from all openrisc filesPaul Gortmaker1-1/+1
2013-07-14m32r: delete __cpuinit usage from all m32r filesPaul Gortmaker1-1/+1
2013-07-14hexagon: delete __cpuinit usage from all hexagon filesPaul Gortmaker2-3/+3
2013-07-14frv: delete __cpuinit usage from all frv filesPaul Gortmaker1-1/+1
2013-07-14cris: delete __cpuinit usage from all cris filesPaul Gortmaker1-1/+1
2013-07-14metag: delete __cpuinit usage from all metag filesPaul Gortmaker3-16/+14
2013-07-14tile: delete __cpuinit usage from all tile filesPaul Gortmaker5-13/+13
2013-07-14sh: delete __cpuinit usage from all sh filesPaul Gortmaker14-28/+28
2013-07-14s390: delete __cpuinit usage from all s390 filesPaul Gortmaker7-26/+24
2013-07-14blackfin: delete __cpuinit usage from all blackfin filesPaul Gortmaker6-15/+15
2013-07-14arm64: delete __cpuinit usage from all usersPaul Gortmaker4-10/+10
2013-07-14sparc: delete __cpuinit/__CPUINIT usage from all usersPaul Gortmaker15-67/+60
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker70-140/+64
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker61-338/+294
2013-07-14parisc: delete __cpuinit usage from all usersPaul Gortmaker4-14/+16
2013-07-14alpha: delete __cpuinit usage from all usersPaul Gortmaker2-7/+7
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-3/+3
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-14/+14
2013-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-9/+10
2013-07-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-160/+309
2013-07-13Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds5-4/+7
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds158-2309/+2189
2013-07-13Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds4-6/+1
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2013-07-13Safer ABI for O_TMPFILEAl Viro3-3/+3
2013-07-12arm: multi_v7_defconfig: Tweaks for omap and sunxiOlof Johansson1-3/+7
2013-07-12Merge tag 'ux500-defconfig-for-arm-soc' of git://git.kernel.org/pub/scm/linux...Olof Johansson1-19/+25
2013-07-12arm: multi_v7_defconfig: add i.MX options and NFS rootVincent Stehlé1-0/+10
2013-07-12Merge tag 'omap-for-v3.11/fixes-for-merge-window' of git://git.kernel.org/pub...Olof Johansson593-10349/+13932
2013-07-12Merge branch '3.10-fixes' into mips-for-linux-nextRalf Baechle42-362/+503
2013-07-12perf/x86: Fix incorrect use of do_div() in NMI warningDave Hansen1-3/+4
2013-07-12x86/platform/ce4100: Add header file for reboot typeXiong Zhou1-0/+1
2013-07-11Watchdog: allow orion_wdt to be built for DoveRussell King3-5/+1
2013-07-11watchdog: delete mpcore_wdt driverViresh Kumar1-1/+0
2013-07-11Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linuxLinus Torvalds28-146/+433
2013-07-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2-4/+66
2013-07-11Revert "UEFI: Don't pass boot services regions to SetVirtualAddressMap()"Matt Fleming1-7/+0
2013-07-10Merge tag 'kvm-3.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-2/+63
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-17/+29
2013-07-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds9-20/+0
2013-07-10mm: remove free_area_cacheMichel Lespinasse9-20/+0
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir14-14/+14
2013-07-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+1
2013-07-10[PATCH] sparc32: vm_area_struct access for old Sun SPARCs.Olivier DANET5-16/+18
2013-07-10sparc32, leon: Require separate snoop tags set to regard snooping to be enabledAndreas Larsson1-1/+1
2013-07-10arch: sparc: kernel: check the memory length before use strcpy().Chen Gang1-0/+10
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+7
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds4-12/+35
2013-07-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+18
2013-07-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-4/+7
2013-07-10Merge tag 'metag-fixes-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2013-07-10Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-27/+24
2013-07-10Merge tag 'arc-v3.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-58/+62
2013-07-10Merge branch 'parisc-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-49/+94
2013-07-10Merge tag 'please-pull-fix-ia64-warnings' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-10/+10
2013-07-10microblaze: Move __NR_syscalls from uapiMichal Simek2-2/+3
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds62-193/+619
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-7/+93
2013-07-09ARM: 7778/1: smp_twd: twd_update_frequency need be run on all online CPUsJason Liu1-1/+1
2013-07-09ARM: 7782/1: Kconfig: Let ARM_ERRATA_364296 not depend on CONFIG_SMPFabio Estevam1-1/+1
2013-07-09parisc: Fix gcc miscompilation in pa_memcpy()Helge Deller1-29/+50
2013-07-09parisc: Ensure volatile space register %sr1 is not clobberedJohn David Anglin2-3/+4
2013-07-09parisc: optimize mtsp(0,sr) inline assemblyHelge Deller1-3/+6
2013-07-09parisc: switch to gzip-compressed vmlinuz kernelHelge Deller3-11/+18
2013-07-09parisc: more capabilities info in /proc/cpuinfoHelge Deller1-3/+16
2013-07-09arm: add support for LZ4-compressed kernelKyungsik Lee8-2/+24
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt5-141/+4
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt121-164/+277
2013-07-09reboot: arm: prepare reboot_mode for moving to generic kernel codeRobin Holt4-9/+10
2013-07-09reboot: arm: remove unused restart_mode fields from some arm subarchsRobin Holt4-6/+0
2013-07-09reboot: unicore32: prepare reboot_mode for moving to generic kernel codeRobin Holt3-7/+7
2013-07-09reboot: x86: prepare reboot_mode for moving to generic kernel codeRobin Holt1-5/+7
2013-07-09ptrace/x86: flush_ptrace_hw_breakpoint() shoule clear the virtual debug regis...Oleg Nesterov1-0/+3
2013-07-09ptrace/x86: cleanup ptrace_set_debugreg()Oleg Nesterov1-18/+8
2013-07-09ptrace/x86: ptrace_write_dr7() should create bp if !disabledOleg Nesterov1-7/+10
2013-07-09ptrace/x86: introduce ptrace_register_breakpoint()Oleg Nesterov1-36/+50
2013-07-09ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7()Oleg Nesterov1-33/+20
2013-07-09ptrace/x86: simplify the "disable" logic in ptrace_write_dr7()Oleg Nesterov1-25/+15
2013-07-09ptrace/sh: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov1-4/+0
2013-07-09ptrace/arm: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov1-8/+0
2013-07-09ptrace/powerpc: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov1-26/+4
2013-07-09ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov1-23/+5
2013-07-09mm/pgtable: don't accumulate addr during pgd prepopulate pmdWanpeng Li1-3/+1
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner6-19/+24
2013-07-09metag: checksum.h: fix carry in csum_tcpudp_nofoldJames Hogan1-1/+2
2013-07-09ARM: mm: fix boot on SA1110 AssabetRussell King1-1/+1
2013-07-09ARM: 7781/1: mmu: Add debug_ll_io_init() mappings to early mappingsStephen Boyd1-1/+1
2013-07-09ARM: 7780/1: add missing linker section markup to head-common.SStephen Warren1-0/+3
2013-07-09ARM: omap2: add select of TI_PRIV_EDMAOlof Johansson1-0/+1
2013-07-09smp: refine bf561 smpboot codeSteven Miao2-14/+11
2013-07-09bf609: stmmac: fix build after stmmac_mdio_bus_data changedSteven Miao1-1/+0
2013-07-09bf609: add cpu revision 0.1Sonic Zhang1-1/+1
2013-07-09bf609: rename bfin6xx_spi to bfin_spi3Scott Jiang2-11/+11
2013-07-09kgdb: blackfin: include irq_regs.h in kgdb.cSonic Zhang1-0/+1
2013-07-08perf tools: fix a typo of a Power7 event nameRunzhen Wang1-6/+6
2013-07-08[IA64] sim: Add casts to avoid assignment warningsLuck, Tony1-10/+10
2013-07-08xtensa: remove the second argument of __bio_kmap_atomic()Zhao Hongjiang1-2/+2
2013-07-08xtensa: add static function tracer supportMax Filippov6-2/+78
2013-07-08xtensa: Flat DeviceTree copy not future-safeVineet Gupta1-1/+1
2013-07-08xtensa: check TLB sanity on return to userspaceMax Filippov3-1/+131
2013-07-08xtensa: adjust boot parameters address when INITIALIZE_XTENSA_MMU_INSIDE_VMLI...Max Filippov2-3/+12
2013-07-08xtensa: bootparams: fix typoBaruch Siach1-1/+1
2013-07-08xtensa: tell git to ignore generated .dtb filesBaruch Siach1-0/+1
2013-07-08xtensa: ccount based sched_clockBaruch Siach2-0/+9
2013-07-08xtensa: ccount based clockevent implementationBaruch Siach2-32/+79
2013-07-08xtensa: consolidate ccount access routinesBaruch Siach2-12/+4
2013-07-08xtensa: cleanup ccount frequency trackingBaruch Siach5-12/+8
2013-07-08xtensa: timex.h: remove unused symbolsBaruch Siach1-7/+0
2013-07-08xtensa: tell git to ignore copied zlib source filesBaruch Siach1-0/+3
2013-07-08Merge branch 'timers-core-for-linus' of https://git.kernel.org/cgit/linux/ker...Chris Zankel436-3429/+6116
2013-07-07Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds10-351/+31
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds32-302/+99
2013-07-06Merge branch 'for-v3.11' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-8/+32
2013-07-06Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-52/+243
2013-07-06Merge tag 'xenarm-for-3.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-0/+4
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds3-5/+3
2013-07-06ARM: exynos: select PM_GENERIC_DOMAINS only when usedArnd Bergmann1-1/+1
2013-07-06ARM: ixp4xx: avoid circular header dependencyArnd Bergmann3-1/+5
2013-07-05ARM: OMAP: omap_common_late_init may be unusedArnd Bergmann1-1/+1
2013-07-05ARM: sti: move DEBUG_STI_UART into alphabetical orderArnd Bergmann1-10/+10
2013-07-05ARM: OMAP: build mach-omap code only if neededArnd Bergmann2-74/+78
2013-07-05ARM: zynq: use DT_MACHINE_STARTArnd Bergmann1-1/+1
2013-07-05ARM: omap5: omap5 has SCU and TWDArnd Bergmann1-0/+2
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds15-2387/+1017
2013-07-05mmc: bcm281xx SDHCI driverChristian Daudt1-0/+7
2013-07-05perf/x86/amd: Do not print an error when the device is not presentPeter Zijlstra1-3/+1
2013-07-05MIPS: jz4740: Correct clock gate bit for DMA controllerMaarten ter Huurne1-1/+1
2013-07-05MIPS: jz4740: Remove custom DMA APILars-Peter Clausen3-364/+1
2013-07-05MIPS: jz4740: Register jz4740 DMA deviceLars-Peter Clausen3-0/+23
2013-07-05MIPS: jz4740: Acquire and enable DMA controller clockMaarten ter Huurne1-2/+22
2013-07-05dmaengine: PL08x: Avoid collisions with get_signal() macroMark Brown3-6/+6
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds3-28/+27
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds16-68/+155
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner366-2805/+5033
2013-07-04Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+10
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-15/+15
2013-07-04Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds23-90/+12
2013-07-04consolidate per-arch stack overflow debugging optionsDave Hansen23-90/+12
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds151-1136/+6595
2013-07-04KVM: VMX: mark unusable segment as nonpresentGleb Natapov1-2/+9
2013-07-04arm64: KVM: Kconfig integrationMarc Zyngier3-0/+54
2013-07-04ARM: OMAP2+: omap2plus_defconfig: Enable appended DTB supportTom Rini1-0/+2
2013-07-04ARM: OMAP2+: Enable TI_EDMA in omap2plus_defconfigJoel Fernandes1-0/+1
2013-07-04ARM: OMAP2+: omap2plus_defconfig: enable DRA752 thermal support by defaultEduardo Valentin1-0/+1
2013-07-04ARM: OMAP2+: omap2plus_defconfig: enable TI bandgap driverEduardo Valentin1-0/+11