summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-05-015-3/+24
|\
| * Input: st1232 - add reset pin handlingBastian Hecht2013-04-151-0/+13
| * Input: MT - handle semi-mt devices in coreHenrik Rydberg2013-04-081-0/+1
| * Merge tag 'v3.9-rc3' into nextDmitry Torokhov2013-03-18956-10440/+33221
| |\
| * | Input: add new keycodes for passenger control unitsDmitry Torokhov2013-03-121-0/+5
| * | devres: allow adding custom actions to the stackDmitry Torokhov2013-02-261-0/+4
| * | Input: auo-pixcir-ts - handle reset gpio directlyHeiko Stübner2013-02-251-3/+1
* | | Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-011-4/+6
|\ \ \
| * | | [media] omap3isp: Use the common clock frameworkLaurent Pinchart2013-04-151-4/+6
* | | | Merge branch 'ipc-scalability'Linus Torvalds2013-05-011-1/+1
|\ \ \ \
| * | | | ipc: sysv shared memory limited to 8TiBRobin Holt2013-05-011-1/+1
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-05-015-22/+34
|\ \ \ \ \
| * | | | | jbd2: trace when lock_buffer in do_get_write_access takes a long timeTheodore Ts'o2013-04-211-0/+21
| * | | | | buffer: add BH_Prio and BH_Meta flagsTheodore Ts'o2013-04-211-0/+4
| * | | | | jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetZheng Liu2013-04-191-1/+1
| * | | | | jbd2: reduce journal_head sizeJan Kara2013-04-121-9/+2
| * | | | | ext4: fix miscellaneous big endian warningsTheodore Ts'o2013-04-101-3/+3
| * | | | | jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov2013-04-041-0/+1
| * | | | | ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-04-041-0/+1
| * | | | | ext4: collapse handling of data=ordered and data=writeback codepathsTheodore Ts'o2013-04-031-9/+1
* | | | | | Merge tag 'tag-for-linus-3.10' of git://git.linaro.org/people/sumitsemwal/lin...Linus Torvalds2013-05-011-3/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | dma-buf: Add debugfs supportSumit Semwal2013-05-011-1/+4
| * | | | | dma-buf: replace dma_buf_export() with dma_buf_export_named()Sumit Semwal2013-05-011-2/+9
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-015-162/+86
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | syscalls.h: slightly reduce the jungles of macrosAl Viro2013-03-051-34/+15
| * | | | | get rid of union semop in sys_semctl(2) argumentsAl Viro2013-03-051-1/+1
| * | | | | make do_mremap() staticAl Viro2013-03-041-3/+0
| * | | | | get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro2013-03-041-13/+4
| * | | | | merge compat sys_ipc instancesAl Viro2013-03-041-0/+1
| * | | | | consolidate compat lookup_dcookie()Al Viro2013-03-041-0/+1
| * | | | | switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro2013-03-041-3/+2
| * | | | | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-041-0/+2
| * | | | | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro2013-03-041-1/+5
| * | | | | make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro2013-03-042-19/+0
| * | | | | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-043-31/+21
| * | | | | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro2013-03-041-2/+3
| * | | | | get rid of duplicate logics in __SC_....[1-6] definitionsAl Viro2013-03-042-62/+38
* | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-0119-66/+129
|\ \ \ \ \ \
| * | | | | | UAPI: remove empty Kbuild filesDavid Howells2013-05-012-4/+0
| * | | | | | kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)2013-05-011-3/+0
| * | | | | | pid_namespace.c/.h: simplify definesRaphael S.Carvalho2013-05-011-1/+3
| * | | | | | exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov2013-05-011-14/+4
| * | | | | | coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov2013-05-011-0/+1
| * | | | | | kmod: remove call_usermodehelper_fns()Lucas De Marchi2013-05-011-10/+1
| * | | | | | usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi2013-05-011-0/+8
| * | | | | | ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin2013-05-011-0/+12
| * | | | | | kernel/compat.c: make do_sysinfo() staticStephen Rothwell2013-05-011-2/+0
| * | | | | | lib/string_helpers: introduce generic string_unescapeAndy Shevchenko2013-05-011-0/+58
| * | | | | | include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du2013-05-011-0/+2
| * | | | | | kernel/smp.c: remove 'priv' of call_single_dataliguang2013-05-011-1/+0