index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
ia32
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-04
x86/compat: Remove sys32_vm86_warning
Brian Gerst
1
-14
/
+0
2015-03-04
x86/compat: Merge native and compat 32-bit syscall tables
Brian Gerst
2
-26
/
+0
2015-03-04
x86/compat: Remove compat_ni_syscall()
Brian Gerst
3
-10
/
+3
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-1
/
+1
2015-01-13
x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSET
Denys Vlasenko
1
-2
/
+2
2014-12-13
x86: hook up execveat system call
David Drysdale
2
-0
/
+2
2014-12-08
Merge branch 'iov_iter' into for-next
Al Viro
1
-1
/
+1
2014-11-19
assorted conversions to %p[dD]
Al Viro
1
-4
/
+4
2014-10-31
x86_64, entry: Fix out of bounds read on sysenter
Andy Lutomirski
1
-1
/
+1
2014-10-19
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-6
/
+6
2014-10-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+17
2014-10-09
handle suicide on late failure exits in execve() in search_binary_handler()
Al Viro
1
-16
/
+5
2014-10-06
x86_64, entry: Filter RFLAGS.NT on entry from userspace
Andy Lutomirski
1
-1
/
+17
2014-09-23
audit: x86: drop arch from __audit_syscall_entry() interface
Richard Guy Briggs
1
-6
/
+6
2014-05-05
x86, vdso: Reimplement vdso.so preparation in build-time C
Andy Lutomirski
1
-4
/
+4
2013-11-09
constify copy_siginfo_to_user{,32}()
Al Viro
1
-1
/
+1
2013-11-09
dump_skip(): dump_seek() replacement taking coredump_params
Al Viro
1
-1
/
+1
2013-11-09
aout: switch to dump_emit
Al Viro
1
-12
/
+8
2013-11-09
restore 32bit aout coredump
Al Viro
1
-34
/
+36
2013-09-04
Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2013-09-04
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2013-09-01
Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP
Al Viro
1
-1
/
+1
2013-07-23
x86/ia32/asm: Remove unused argument in macro
Ramkumar Ramachandra
1
-1
/
+1
2013-07-10
mm: remove free_area_cache
Michel Lespinasse
1
-2
/
+0
2013-07-02
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+0
2013-06-22
aout32 coredump compat fix
Al Viro
1
-1
/
+1
2013-05-28
x86/signals: Propagate RF EFLAGS bit through the signal restore call
Jiri Olsa
1
-2
/
+0
2013-05-09
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Al Viro
1
-9
/
+0
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-24
/
+6
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-94
/
+0
2013-04-30
coredump: factor out the setting of PF_DUMPCORE
Oleg Nesterov
1
-1
/
+0
2013-04-29
new helper: read_code()
Al Viro
1
-24
/
+6
2013-03-03
x86: sys32_kill and sys32_mprotect are pointless
Al Viro
1
-11
/
+0
2013-03-03
merge compat sys_ipc instances
Al Viro
2
-57
/
+0
2013-03-03
consolidate compat lookup_dcookie()
Al Viro
1
-6
/
+0
2013-03-03
convert sendfile{,64} to COMPAT_SYSCALL_DEFINE
Al Viro
1
-20
/
+0
2013-03-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-5
/
+0
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+2
2013-02-24
switch lseek to COMPAT_SYSCALL_DEFINE
Al Viro
1
-5
/
+0
2013-02-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-207
/
+26
2013-02-22
new helper: file_inode(file)
Al Viro
1
-4
/
+2
2013-02-14
x86: convert to ksignal
Al Viro
1
-20
/
+17
2013-02-03
x86: switch to generic old sigaction
Al Viro
1
-39
/
+0
2013-02-03
x86: switch to generic compat rt_sigaction()
Al Viro
1
-76
/
+0
2013-02-03
x86: switch to generic compat sched_rr_get_interval()
Al Viro
1
-17
/
+0
2013-02-03
x86,um: switch to generic old sigsuspend()
Al Viro
1
-7
/
+0
2013-02-03
x86: switch to generic compat rt_sigqueueinfo()
Al Viro
1
-15
/
+0
2013-02-03
x86: switch to generic compat rt_sigpending()
Al Viro
1
-24
/
+0
2013-02-03
x86: get rid of pt_regs argument in sigreturn variants
Al Viro
2
-8
/
+9
2013-02-03
x86: get rid of pt_regs argument of iopl(2)
Al Viro
1
-1
/
+0
[prev]
[next]