aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-03alpha: remove stray debris left in copy_process()Al Viro1-1/+0
2013-02-03take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro5-8/+2
2013-02-03mips: use sane prototype for sys_rt_sigsuspend()Al Viro1-5/+1
2013-02-03new helper: sigsp()Al Viro1-0/+11
2013-02-03new helper: signal_setup_done()Al Viro2-0/+10
2013-02-03new helper: get_signal()Al Viro1-0/+18
2013-02-03switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro2-60/+66
2013-02-03convert futex compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro1-9/+10
2013-02-03switch compat_sys_open* to COMPAT_SYSCALL_DEFINEAl Viro2-8/+5
2013-02-03generic sys_sigaction() and compat_sys_sigaction()Al Viro5-0/+117
2013-02-03generic sys_compat_rt_sigaction()Al Viro3-0/+76
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro26-81/+48
2013-02-03consolidate declarations of k_sigactionAl Viro19-69/+9
2013-02-03switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINEAl Viro1-4/+3
2013-02-03switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINEAl Viro3-14/+16
2013-02-03switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINEAl Viro1-3/+3
2013-02-03switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINEAl Viro1-5/+3
2013-02-03old sigsuspend variants in kernel/signal.cAl Viro3-0/+35
2013-02-03generic compat_sys_rt_sigqueueinfo()Al Viro3-13/+39
2013-02-03generic compat_sys_rt_sigpending()Al Viro4-18/+42
2013-02-03generic compat_sys_rt_sigprocmask()Al Viro4-2/+63
2013-02-03consolidate rt_sigsuspend()Al Viro2-18/+23
2013-02-03sanitize rt_sigaction() situation a bitAl Viro11-30/+20
2013-02-03switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINEAl Viro1-5/+5
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov3-29/+1
2013-01-19sys_clone() needs asmlinkage_protectAl Viro1-2/+4
2013-01-19make sure that /linuxrc has std{in,out,err}Al Viro1-0/+4
2013-01-18asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix buildKirill A. Shutemov1-4/+2
2013-01-17Linux 3.8-rc4Linus Torvalds1-1/+1
2013-01-17USB: io_ti: Fix NULL dereference in chase_port()Wolfgang Frisch1-0/+3
2013-01-17USB: option: add TP-LINK HSUPA Modem MA180Bjørn Mork1-0/+6
2013-01-17USB: option: blacklist network interface on ONDA MT8205 4G LTEBjørn Mork1-1/+2
2013-01-17staging/sb105x: PARPORT config is not good enough must use PARPORT_PCSteven Rostedt1-1/+1
2013-01-17staging: wlan-ng: Fix clamping of returned SSID lengthTormod Volden1-1/+1
2013-01-178250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd4-1/+52
2013-01-17pty: return EINVAL for TIOCGPTN for BSD ptysJiri Slaby1-0/+2
2013-01-17staging: vt6656: Fix inconsistent structure packingBen Hutchings4-24/+19
2013-01-17Drivers: hv: balloon: Fix a memory leakK. Y. Srinivasan1-10/+13
2013-01-17Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msgK. Y. Srinivasan1-4/+8
2013-01-16xfs: recalculate leaf entry pointer after compacting a dir2 blockEric Sandeen1-2/+4
2013-01-16xfs: remove int casts from debug dquot soft limit timer assertsBrian Foster1-2/+2
2013-01-16xfs: fix the multi-segment log buffer formatMark Tinguely2-5/+15
2013-01-16xfs: fix segment in xfs_buf_item_format_segmentMark Tinguely1-5/+15
2013-01-16xfs: rename bli_format to avoid confusion with bli_formatsMark Tinguely3-24/+24
2013-01-16xfs: use b_maps[] for discontiguous buffersMark Tinguely2-9/+9
2013-01-16xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.Andrew Cooper1-1/+0
2013-01-16Tell the world we gave up on pushing CC_OPTIMIZE_FOR_SIZEKirill Smelkov1-1/+1
2013-01-16mfd, TWL4030: TWL4030 need select REGMAP_I2CChuansheng Liu1-0/+1
2013-01-16drivers/base/cpu.c: Fix typo in commentRalf Baechle1-1/+1
2013-01-16lockdep, rwsem: fix down_write_nest_lock() if !CONFIG_DEBUG_LOCK_ALLOCJiri Kosina1-1/+1