summaryrefslogtreecommitdiffstats
path: root/fs/squashfs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-01dma-buf: Add debugfs supportSumit Semwal2-1/+162
2013-05-01dma-buf: replace dma_buf_export() with dma_buf_export_named()Sumit Semwal3-8/+27
2013-05-01Hexagon: add v4 CS regs to core copyout macroRichard Kuo1-3/+12
2013-05-01Hexagon: use correct translation for VMALLOC_STARTRichard Kuo1-2/+1
2013-05-01Hexagon: use correct translations for DMA mappingsRichard Kuo2-10/+22
2013-05-01Hexagon: fix return value for notify_resume case in do_work_pendingRichard Kuo1-0/+1
2013-05-01Hexagon: fix signal number for user mem faultsRichard Kuo1-2/+2
2013-05-01Hexagon: remove two Kconfig entriesPaul Bolle1-9/+0
2013-05-01arch: remove CONFIG_GENERIC_FIND_NEXT_BIT againPaul Bolle2-6/+0
2013-05-01Hexagon: update copyright datesRichard Kuo20-20/+20
2013-05-01Hexagon: add translation types for __vmnewmapRichard Kuo1-0/+7
2013-05-01Hexagon: fix signal.c compile errorRichard Kuo1-0/+2
2013-05-01Hexagon: break up user fn/arg register settingRichard Kuo1-1/+2
2013-05-01Hexagon: use generic sys_fork, sys_vfork, and sys_cloneRichard Kuo2-0/+5
2013-05-01Hexagon: fix psp/sp macroRichard Kuo1-2/+1
2013-05-01Hexagon: fix up int enable/disable at ret_from_forkRichard Kuo1-2/+11
2013-05-01Hexagon: add IOMEM and _relaxed IO macrosRichard Kuo1-0/+14
2013-05-01Hexagon: switch to using the device type for IO mappingsRichard Kuo1-5/+4
2013-05-01Hexagon: don't print info for offline CPU'sRichard Kuo1-0/+5
2013-05-01Hexagon: add support for single-stepping (v4+)Richard Kuo6-1/+38
2013-05-01Hexagon: use correct work mask when checking for more workRichard Kuo1-1/+1
2013-05-01Hexagon: add support for additional exceptionsRichard Kuo1-0/+10
2013-05-01Hexagon: fix initial page table setup prior to jump to VARichard Kuo1-12/+73
2013-05-01Hexagon: remove keyring related callRichard Kuo1-3/+0
2013-05-01Hexagon: check to if we will overflow the signal stackRichard Kuo1-0/+4
2013-05-01Hexagon: Signal and return path fixesRichard Kuo5-88/+84
2013-05-01Hexagon: add support for new v4+ registersRichard Kuo8-48/+206
2013-05-01Hexagon: add individual register access for switch_stackRichard Kuo1-6/+43
2013-05-01Hexagon: use defines for MIN_KERNEL_SEG calculationRichard Kuo1-1/+1
2013-05-01Hexagon: use GENERIC_CPU_DEVICESRichard Kuo3-53/+2
2013-05-01Hexagon: change arch version config to allow comparisonsRichard Kuo3-31/+10
2013-05-01Hexagon: add support for ARCH_PFN_OFFSETRichard Kuo8-55/+91
2013-05-01Hexagon: fix __atomic_add_unlessRichard Kuo1-9/+11
2013-05-01Hexagon: clean up generic headers in KbuildRichard Kuo1-1/+1
2013-05-01Documentation/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-10/+10
2013-05-01ethernet/emac/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-05-01sparc/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-2/+2
2013-05-01powerpc/xmon/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-05-01ARM/etm/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-05-01power/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-05-01kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-05-01lib/decompress.c: fix initconstAndi Kleen1-1/+1
2013-05-01notifier-error-inject: fix module names in KconfigAkinobu Mita1-2/+2
2013-05-01kernel/sys.c: make prctl(PR_SET_MM) generally availableAmnon Shiloh1-8/+2
2013-05-01UAPI: remove empty Kbuild filesDavid Howells2-4/+0
2013-05-01menuconfig: print more info for symbol without promptsWengmeiling1-7/+20
2013-05-01init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig displayMike Frysinger1-40/+40
2013-05-01kconfig menu: move Virtualization drivers near other virtualization optionsRandy Dunlap1-2/+2
2013-05-01Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd16-76/+31
2013-05-01relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)1-4/+1