summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-07-02Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-62/+116
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-25/+25
2013-07-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-11/+12
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds19-116/+1101
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2013-07-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2013-07-02Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-28/+18
2013-07-02Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds73-704/+3452
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds61-3529/+365
2013-07-02Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds261-2610/+13440
2013-07-02Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds31-128/+792
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds369-16099/+17799
2013-07-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds158-8694/+1721
2013-07-02Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds42-122/+148
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds15-26/+8
2013-07-02Merge tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-5/+62
2013-07-02Merge tag 'usb-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-29/+163
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds39-133/+21
2013-07-01Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/...Catalin Marinas12-225/+328
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar195-1121/+1893
2013-06-30powerpc/eeh: Fix fetching bus for single-dev-PEGavin Shan1-1/+2
2013-06-29Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-7/+14
2013-06-29ARM: dt: Only print warning, not WARN() on bad cpu map in device treeOlof Johansson1-2/+3
2013-06-30powerpc/pci: Improve device hotplug initializationGuenter Roeck1-5/+12
2013-06-29Merge branch 'devel-stable' into for-nextRussell King75-285/+2235
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King35-153/+459
2013-06-29ARM: 7775/1: mm: Remove do_sect_fault from LPAE codeSteven Capper1-0/+2
2013-06-29ARM: 7777/1: Avoid extra calls to the C compilerDouglas Anderson1-25/+31
2013-06-29ARM: 7774/1: Fix dtb dependency to use order-only prerequisitesDouglas Anderson1-1/+2
2013-06-29proc_powerpc: switch to fixed_size_llseek()Al Viro1-18/+2
2013-06-29more open-coded file_inode() callsAl Viro1-1/+1
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro3-0/+3
2013-06-29[readdir] constify ->actorAl Viro2-14/+11
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro1-1/+1
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-1/+1
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro2-2/+6
2013-06-29sparc: __pci_mmap_set_flags() is uselessAl Viro1-10/+0
2013-06-29mn10300: don't bother with VM_IOAl Viro1-1/+1
2013-06-29hose_mmap_page_range(): io_remap_pfn_range() will set all those flags...Al Viro1-1/+0
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro33-105/+3
2013-06-28mn10300: Use early_param() to parse "mem=" parameterAkira Takeuchi1-33/+21
2013-06-28mn10300: Allow to pass array name to get_user()Akira Takeuchi1-1/+1
2013-06-28x86/ioremap: Correct function name outputBorislav Petkov1-4/+4
2013-06-28Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar1-10/+5
2013-06-28x86/tboot: Provide debugfs interfaces to access TXT logQiaowei Ren1-0/+73
2013-06-28powerpc/eeh: Add eeh_dev to the cache during bootThadeu Lima de Souza Cascardo1-2/+2
2013-06-27Merge tag 'msm-clock-for-3.11b' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson20-614/+181
2013-06-27Merge branch 'msm/fixes' into next/lateOlof Johansson3-4/+4
2013-06-27x86/mce: Update MCE severity condition checkChen Gong1-10/+5
2013-06-27Merge tag 'davinci-for-v3.11/dt' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann3-4/+4