index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
Hexagon: use generic sys_fork, sys_vfork, and sys_clone
Richard Kuo
2013-05-01
2
-0
/
+5
|
*
|
|
|
|
|
Hexagon: fix psp/sp macro
Richard Kuo
2013-05-01
1
-2
/
+1
|
*
|
|
|
|
|
Hexagon: fix up int enable/disable at ret_from_fork
Richard Kuo
2013-05-01
1
-2
/
+11
|
*
|
|
|
|
|
Hexagon: add IOMEM and _relaxed IO macros
Richard Kuo
2013-05-01
1
-0
/
+14
|
*
|
|
|
|
|
Hexagon: switch to using the device type for IO mappings
Richard Kuo
2013-05-01
1
-5
/
+4
|
*
|
|
|
|
|
Hexagon: don't print info for offline CPU's
Richard Kuo
2013-05-01
1
-0
/
+5
|
*
|
|
|
|
|
Hexagon: add support for single-stepping (v4+)
Richard Kuo
2013-05-01
6
-1
/
+38
|
*
|
|
|
|
|
Hexagon: use correct work mask when checking for more work
Richard Kuo
2013-05-01
1
-1
/
+1
|
*
|
|
|
|
|
Hexagon: add support for additional exceptions
Richard Kuo
2013-05-01
1
-0
/
+10
|
*
|
|
|
|
|
Hexagon: fix initial page table setup prior to jump to VA
Richard Kuo
2013-05-01
1
-12
/
+73
|
*
|
|
|
|
|
Hexagon: remove keyring related call
Richard Kuo
2013-05-01
1
-3
/
+0
|
*
|
|
|
|
|
Hexagon: check to if we will overflow the signal stack
Richard Kuo
2013-05-01
1
-0
/
+4
|
*
|
|
|
|
|
Hexagon: Signal and return path fixes
Richard Kuo
2013-05-01
5
-88
/
+84
|
*
|
|
|
|
|
Hexagon: add support for new v4+ registers
Richard Kuo
2013-05-01
8
-48
/
+206
|
*
|
|
|
|
|
Hexagon: add individual register access for switch_stack
Richard Kuo
2013-05-01
1
-6
/
+43
|
*
|
|
|
|
|
Hexagon: use defines for MIN_KERNEL_SEG calculation
Richard Kuo
2013-05-01
1
-1
/
+1
|
*
|
|
|
|
|
Hexagon: use GENERIC_CPU_DEVICES
Richard Kuo
2013-05-01
3
-53
/
+2
|
*
|
|
|
|
|
Hexagon: change arch version config to allow comparisons
Richard Kuo
2013-05-01
3
-31
/
+10
|
*
|
|
|
|
|
Hexagon: add support for ARCH_PFN_OFFSET
Richard Kuo
2013-05-01
8
-55
/
+91
|
*
|
|
|
|
|
Hexagon: fix __atomic_add_unless
Richard Kuo
2013-05-01
1
-9
/
+11
|
*
|
|
|
|
|
Hexagon: clean up generic headers in Kbuild
Richard Kuo
2013-05-01
1
-1
/
+1
*
|
|
|
|
|
|
tty: fix up atime/mtime mess, take three
Linus Torvalds
2013-05-01
2
-2
/
+5
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
87
-1489
/
+539
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
syscalls.h: slightly reduce the jungles of macros
Al Viro
2013-03-05
1
-34
/
+15
|
*
|
|
|
|
get rid of union semop in sys_semctl(2) arguments
Al Viro
2013-03-05
7
-71
/
+91
|
*
|
|
|
|
make do_mremap() static
Al Viro
2013-03-04
3
-9
/
+1
|
*
|
|
|
|
sparc: no need to sign-extend in sync_file_range() wrapper
Al Viro
2013-03-04
2
-2
/
+1
|
*
|
|
|
|
ppc compat wrappers for add_key(2) and request_key(2) are pointless
Al Viro
2013-03-04
2
-19
/
+2
|
*
|
|
|
|
x86: trim sys_ia32.h
Al Viro
2013-03-04
1
-5
/
+0
|
*
|
|
|
|
x86: sys32_kill and sys32_mprotect are pointless
Al Viro
2013-03-04
3
-15
/
+2
|
*
|
|
|
|
get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPC
Al Viro
2013-03-04
4
-132
/
+73
|
*
|
|
|
|
merge compat sys_ipc instances
Al Viro
2013-03-04
15
-315
/
+52
|
*
|
|
|
|
consolidate compat lookup_dcookie()
Al Viro
2013-03-04
18
-60
/
+20
|
*
|
|
|
|
convert vmsplice to COMPAT_SYSCALL_DEFINE
Al Viro
2013-03-04
6
-30
/
+24
|
*
|
|
|
|
switch getrusage() to COMPAT_SYSCALL_DEFINE
Al Viro
2013-03-04
6
-27
/
+16
|
*
|
|
|
|
switch epoll_pwait to COMPAT_SYSCALL_DEFINE
Al Viro
2013-03-04
5
-63
/
+50
|
*
|
|
|
|
convert sendfile{,64} to COMPAT_SYSCALL_DEFINE
Al Viro
2013-03-04
20
-175
/
+54
|
*
|
|
|
|
switch signalfd{,4}() to COMPAT_SYSCALL_DEFINE
Al Viro
2013-03-04
4
-45
/
+33
|
*
|
|
|
|
make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect
Al Viro
2013-03-04
9
-89
/
+31
|
*
|
|
|
|
make HAVE_SYSCALL_WRAPPERS unconditional
Al Viro
2013-03-04
10
-30
/
+0
|
*
|
|
|
|
consolidate cond_syscall and SYSCALL_ALIAS declarations
Al Viro
2013-03-04
29
-209
/
+44
|
*
|
|
|
|
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
Al Viro
2013-03-04
9
-127
/
+23
|
*
|
|
|
|
get rid of duplicate logics in __SC_....[1-6] definitions
Al Viro
2013-03-04
2
-62
/
+38
*
|
|
|
|
|
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2013-05-01
214
-1690
/
+2820
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Documentation/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-05-01
1
-10
/
+10
|
*
|
|
|
|
|
ethernet/emac/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-05-01
1
-1
/
+1
|
*
|
|
|
|
|
sparc/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-05-01
1
-2
/
+2
|
*
|
|
|
|
|
powerpc/xmon/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-05-01
1
-1
/
+1
|
*
|
|
|
|
|
ARM/etm/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-05-01
1
-1
/
+1
|
*
|
|
|
|
|
power/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
2013-05-01
1
-1
/
+1
[prev]
[next]