summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* new helper: done_path_create()Al Viro2012-07-291-3/+1Star
* pull unlock+dput() out into do_spu_create()Al Viro2012-07-292-16/+11Star
* spufs: pull unlock-and-dput() up into spufs_create()Al Viro2012-07-291-23/+10Star
* spufs_create_context(): simplify failure exitsAl Viro2012-07-291-7/+1Star
* move spu_forget() into spufs_rmdir()Al Viro2012-07-291-6/+5Star
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-221-10/+8Star
* spufs: shift dget/mntget towards dentry_open()Al Viro2012-07-221-28/+18Star
* x86/vsyscall: allow seccomp filter in vsyscall=emulateWill Drewry2012-07-131-4/+31
* Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-07-132-4/+15
|\
| * SH: Convert out[bwl] macros to inline functionsCorey Minyard2012-07-121-3/+14
| * sh: Fix up se7721 GPIOLIB=y build warnings.Paul Mundt2012-07-021-1/+1
* | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-131-0/+1
|\ \
| * \ Merge branch 'for-upstream-master' of git://github.com/agraf/linux-2.6Avi Kivity2012-07-111-0/+1
| |\ \
| | * | powerpc/kvm: Fix "PR" KVM implementation of H_CEDEBenjamin Herrenschmidt2012-07-111-0/+1
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-1217-31/+26Star
|\ \ \ \
| * | | | xtensa: fix incorrect memsetAlan Cox2012-07-121-1/+1
| * | | | h8300/uaccess: add mising __clear_user()Geert Uytterhoeven2012-07-121-0/+2
| * | | | h8300/uaccess: remove assignment to __gu_val in unhandled case of get_user()Geert Uytterhoeven2012-07-121-1/+0Star
| * | | | h8300/time: add missing #include <asm/irq_regs.h>Geert Uytterhoeven2012-07-121-0/+1
| * | | | h8300/signal: fix typo "statis"Geert Uytterhoeven2012-07-121-1/+1
| * | | | h8300/pgtable: add missing #include <asm-generic/pgtable.h>Geert Uytterhoeven2012-07-121-0/+3
| * | | | mn10300: use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*"Geert Uytterhoeven2012-07-121-2/+2
| * | | | mn10300: mm/dma-alloc.c needs <linux/export.h>Geert Uytterhoeven2012-07-121-0/+1
| * | | | mn10300: kernel/traps.c needs <linux/export.h>Geert Uytterhoeven2012-07-121-0/+1
| * | | | mn10300: kernel/internal.h needs <linux/irqreturn.h>Geert Uytterhoeven2012-07-121-0/+2
| * | | | mn10300: remove duplicate definition of PTRACE_O_TRACESYSGOODGeert Uytterhoeven2012-07-121-3/+0Star
| * | | | mn10300: move setup_jiffies_interrupt() to cevt-mn10300.cGeert Uytterhoeven2012-07-127-23/+12Star
* | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2012-07-111-2/+7
|\ \ \ \ \
| * | | | | arch/tile: big-endian: properly bswap instruction bundles when backtracingChris Metcalf2012-06-181-2/+7
* | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-118-15/+44
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'omap-fixes-for-v3.5-rc6' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2012-07-105-10/+30
| |\ \ \ \ \ \
| | * | | | | | ARM: OMAP2+: omap2plus_defconfig: EHCI driver is not stable, disable itKevin Hilman2012-07-091-1/+0Star
| | * | | | | | Merge branch 'for_3.5/fixes/pm-3' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren2012-07-064-9/+30
| | |\ \ \ \ \ \
| | | * | | | | | ARM: OMAP2+: hwmod code/clockdomain data: fix 32K sync timerPaul Walmsley2012-07-064-9/+30
| * | | | | | | | ARM: shmobile: fix platsmp.c build when ARCH_SH73A0=nMagnus Damm2012-07-061-0/+5
| * | | | | | | | Merge branch 'ux500/fixes-3.5' into fixesArnd Bergmann2012-07-062-5/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: ux500: Over-ride the DT device naming scheme for pinctrlLee Jones2012-07-061-0/+2
| | * | | | | | | | ARM: ux500: Fix build errors/warnings when MACH_UX500_DT is not setLee Jones2012-07-062-5/+7
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | MN10300: Fix a missing semicolonDavid Howells2012-07-111-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge tag 'fixes-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2012-07-101-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | mips: pci-lantiq: Fix check for valid gpioRoland Stigge2012-07-051-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | powerpc/numa: Avoid stupid uninitialized warning from gccBenjamin Herrenschmidt2012-07-101-1/+1
* | | | | | | | powerpc: Fix build of some debug irq codeBenjamin Herrenschmidt2012-07-102-3/+3
* | | | | | | | powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt2012-07-104-12/+64
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-07-0711-28/+59
|\ \ \ \ \ \ \
| * | | | | | | ARM: fix warning caused by wrongly typed arm_dma_limitRussell King2012-07-051-1/+1
| * | | | | | | ARM: fix warnings about atomic64_readRussell King2012-07-051-1/+1
| * | | | | | | ARM: 7440/1: kprobes: only test 'sub pc, pc, #1b-2b+8-2' on ARMv6Rabin Vincent2012-07-051-2/+2
| * | | | | | | ARM: 7441/1: perf: return -EOPNOTSUPP if requested mode exclusion is unavailableWill Deacon2012-07-051-1/+1
| * | | | | | | ARM: 7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK"Will Deacon2012-07-053-13/+28