summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154 (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-25tile: sanitize copy_thread()Al Viro1-13/+11
2012-10-24hexagon: switch to generic sys_execve()Al Viro2-19/+1
2012-10-24hexagon: kernel_thread()/kernel_execve() conversionAl Viro7-98/+46
2012-10-23arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf10-57/+39
2012-10-23tile: switch to generic sys_execve()Al Viro8-49/+5
2012-10-22parisc: switch to saner kernel_execve() semanticsAl Viro3-20/+4
2012-10-20tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVEChris Metcalf6-76/+75
2012-10-20Drop struct pt_regs * argument in compat_sys_execve()Al Viro6-13/+6
2012-10-19ia64: switch to generic sys_execve()Al Viro3-22/+2
2012-10-19ia64: switch to generic kernel_thread()/kernel_execve()Al Viro5-107/+82
2012-10-19openrisc: use generic sys_execveJonas Bonn3-28/+2
2012-10-19openrisc: use generic kernel_thread/kernel_execveJonas Bonn3-102/+68
2012-10-19openrisc: pass correct arg to schedule_tailJonas Bonn2-3/+7
2012-10-17arm64: Use generic sys_execve() implementationCatalin Marinas7-54/+2
2012-10-17arm64: Use generic kernel_execve() implementationCatalin Marinas3-44/+2
2012-10-17arm64: Use generic kernel_thread() implementationCatalin Marinas4-59/+29
2012-10-17m68k: switch to saner kernel_execve() semanticsAl Viro3-8/+1
2012-10-17sparc32: switch to generic sys_execve()Al Viro4-49/+4
2012-10-17sparc32: switch to generic kernel_execve()Al Viro4-27/+13
2012-10-17sparc32: switch to generic kernel_thread()Al Viro4-81/+56
2012-10-17sparc32: bury the remnants of LOWSYS tricksAl Viro1-13/+2
2012-10-17sparc64: convert to generic execveAl Viro6-71/+12
2012-10-15mips: switch to saner kernel_execve() semanticsAl Viro3-12/+2
2012-10-15c6x: switch to saner kernel_execve() semanticsAl Viro3-12/+2
2012-10-15parisc: optimizations in copy_thread() and friendsAl Viro2-87/+27
2012-10-15parisc: switch to generic sys_execve()Al Viro5-92/+2
2012-10-15parisc: switch to generic kernel_execve()Al Viro3-32/+7
2012-10-15parisc: switch to generic kernel_thread()Al Viro3-89/+18
2012-10-15ia64: don't mess with ar_bspstore in kernel_thread()Al Viro1-5/+4
2012-10-15ia64: dead code in copy_thread() since 2004Al Viro1-9/+0
2012-10-15ia64: clone() had been unused since 2004Al Viro1-6/+0
2012-10-15MIPS: Switch over to generic sys_execve and kernel_execve.Ralf Baechle7-76/+19
2012-10-15mips: switch to generic kernel_thread()Al Viro5-44/+30
2012-10-15sparc64: switch to generic kernel_execve()Al Viro3-27/+6
2012-10-15sparc64: take fprs_write() and friends to start_thread()Al Viro3-13/+9
2012-10-15sparc64: switch to generic kernel_thread()Al Viro5-82/+42
2012-10-15sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro9-30/+29
2012-10-14Linux 3.7-rc1v3.7-rc1Linus Torvalds1-2/+2
2012-10-14x86, boot: Explicitly include autoconf.h for hostprogsMatt Fleming1-1/+2
2012-10-14perf: Fix UAPI falloutIngo Molnar10-11/+11
2012-10-13ARM: config: make sure that platforms are ordered by option stringRussell King1-38/+38
2012-10-13ARM: config: sort select statements alphanumericallyRussell King39-767/+765
2012-10-13UAPI: (Scripted) Disintegrate include/linux/byteorderDavid Howells6-206/+214
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells578-30108/+32659
2012-10-13UAPI: Unexport linux/blk_types.hDavid Howells2-61/+59
2012-10-13UAPI: Unexport part of linux/ppp-comp.hDavid Howells1-0/+4
2012-10-13perf: Handle new rbtree implementationMarkus Trippelsdorf2-1/+4
2012-10-13procfs: don't need a PATH_MAX allocation to hold a string representation of a...Jeff Layton1-2/+3
2012-10-13vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton2-20/+50
2012-10-13audit: make audit_inode take struct filenameJeff Layton5-19/+42