summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro2013-02-032-4/+2
* new helper: sigsp()Al Viro2013-02-031-0/+11
* new helper: signal_setup_done()Al Viro2013-02-031-0/+1
* new helper: get_signal()Al Viro2013-02-031-0/+18
* switch compat_sys_open* to COMPAT_SYSCALL_DEFINEAl Viro2013-02-031-1/+1
* generic sys_sigaction() and compat_sys_sigaction()Al Viro2013-02-033-0/+28
* generic sys_compat_rt_sigaction()Al Viro2013-02-031-0/+24
* consolidate kernel-side struct sigaction declarationsAl Viro2013-02-033-1/+21
* consolidate declarations of k_sigactionAl Viro2013-02-032-4/+7
* switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINEAl Viro2013-02-031-2/+0
* old sigsuspend variants in kernel/signal.cAl Viro2013-02-031-0/+8
* generic compat_sys_rt_sigqueueinfo()Al Viro2013-02-031-0/+4
* generic compat_sys_rt_sigpending()Al Viro2013-02-032-1/+4
* generic compat_sys_rt_sigprocmask()Al Viro2013-02-031-1/+7
* sanitize rt_sigaction() situation a bitAl Viro2013-02-032-5/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-01-201-0/+2
|\
| * CONFIG_GENERIC_SIGALTSTACK build breakage with asm-generic/syscalls.hVineet Gupta2012-12-261-0/+2
* | ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov2013-01-201-1/+0
* | Merge tag 'tty-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-01-181-1/+2
|\ \
| * | 8250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd2013-01-171-1/+2
* | | asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix buildKirill A. Shutemov2013-01-181-4/+2
* | | Merge tag 'pm+acpi-for-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-161-1/+1
|\ \ \
| * | | cpuidle: remove the power_specified field in the driverDaniel Lezcano2013-01-151-1/+1
| |/ /
* | | lockdep, rwsem: fix down_write_nest_lock() if !CONFIG_DEBUG_LOCK_ALLOCJiri Kosina2013-01-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-01-161-0/+1
|\ \ \
| * | | target: Introduce TCM_NO_SENSEHannes Reinecke2013-01-101-0/+1
* | | | module, async: async_synchronize_full() on module init iff async is usedTejun Heo2013-01-161-0/+1
* | | | Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2013-01-142-5/+7
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'asoc/fix/cs4271' into tmpMark Brown2013-01-101-1/+1
| |\ \ \ \
| | * | | | ASoC: cs4271: fix sparse warningDaniel Mack2012-12-021-1/+1
| * | | | | Merge remote-tracking branch 'asoc/fix/core' into tmpMark Brown2013-01-101-4/+6
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | ASoC: core: Fix SOC_DOUBLE_RANGE() macrosMark Brown2012-12-201-4/+6
* | | | | | Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-141-20/+0
|\ \ \ \ \ \
| * | | | | | Remove __dev* markings from init.hGreg Kroah-Hartman2013-01-101-20/+0
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-01-141-0/+3
|\ \ \ \ \ \
| * | | | | | net, wireless: overwrite default_ethtool_opsStanislaw Gruszka2013-01-111-0/+3
* | | | | | | Merge branch 'akpm' (incoming fixes from Andrew)Linus Torvalds2013-01-117-19/+31
|\ \ \ \ \ \ \
| * | | | | | | lib/rbtree.c: avoid the use of non-static __always_inlineMichel Lespinasse2013-01-111-3/+11
| * | | | | | | mm: compaction: partially revert capture of suitable high-order pageMel Gorman2013-01-112-3/+2
| * | | | | | | linux/audit.h: move ptrace.h include to kernel headerMike Frysinger2013-01-112-1/+1
| * | | | | | | audit: create explicit AUDIT_SECCOMP event typeKees Cook2013-01-112-1/+3
| * | | | | | | lockdep, rwsem: provide down_write_nest_lock()Jiri Kosina2013-01-112-0/+12
| * | | | | | | lib: cpu_rmap: avoid flushing all workqueuesDavid Decotigny2013-01-112-14/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-111-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intelDave Airlie2013-01-111-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | drm: Only evict the blocks required to create the requested holeChris Wilson2013-01-081-1/+1
| | | |_|_|/ / | | |/| | | |
* | / | | | | mm: compaction: Partially revert capture of suitable high-order pageMel Gorman2013-01-112-3/+2
|/ / / / / /
* | | | | | cred: Remove tgcred pointer from struct credMarc Dionne2013-01-091-1/+0
* | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-082-36/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | drm/exynos: consider both case of vflip and hflip.Eunchul Kim2013-01-041-0/+2