summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-1328-134/+241
|\
| * ipc, msg: fix message length check for negative valuesMathias Krause2013-11-131-3/+3
| * rbtree: fix rbtree_postorder_for_each_entry_safe() iteratorJan Kara2013-11-131-7/+9
| * exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-132-3/+4
| * rtc: s5m-rtc: add real-time clock driver for s5m8767Sangbeom Kim2013-11-132-0/+12
| * init.h: document the existence of __initconstGeert Uytterhoeven2013-11-131-4/+2
| * list: introduce list_last_entry(), use list_{first,last}_entry()Oleg Nesterov2013-11-131-4/+15
| * list: change list_for_each_entry*() to use list_*_entry()Oleg Nesterov2013-11-131-22/+22
| * list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov2013-11-131-0/+16
| * lib/genalloc: add a helper function for DMA buffer allocationNicolin Chen2013-11-131-0/+2
| * bitops/find: clarify and extend documentationCody P Schafer2013-11-131-2/+10
| * backlight: lm3630: apply chip revisionDaniel Jeong2013-11-132-57/+65
| * backlight: lp855x_bl: support new LP8555 deviceMilo Kim2013-11-131-0/+19
| * sched: remove ARCH specific fpu_counter from task_structVineet Gupta2013-11-131-9/+0
| * jump_label: unlikely(x) > 0Roel Kluin2013-11-131-2/+2
| * errno.h: remove "NFS" from descriptions in commentsEric Sandeen2013-11-131-1/+1
| * syscalls.h: use gcc alias instead of assembler aliases for syscallsAndi Kleen2013-11-132-4/+4
| * mm: numa: return the number of base pages altered by protection changesMel Gorman2013-11-131-0/+1
| * mm: factor commit limit calculationJerome Marchand2013-11-131-0/+2
| * mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()KOSAKI Motohiro2013-11-131-6/+4
| * mm/memblock.c: introduce bottom-up allocation modeTang Chen2013-11-132-0/+28
| * writeback: do not sync data dirtied after sync startJan Kara2013-11-132-4/+4
| * tools/vm/page-types.c: support KPF_SOFTDIRTY bitNaoya Horiguchi2013-11-131-0/+1
| * mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameterZhang Yanfei2013-11-131-2/+1
| * mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes2013-11-131-3/+2
| * cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani2013-11-131-1/+7
| * mm: add a helper function to check may oom conditionQiang Huang2013-11-131-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-1313-72/+186
|\ \
| * | locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-091-1/+1
| * | locks: break delegations on linkJ. Bruce Fields2013-11-091-1/+1
| * | locks: break delegations on renameJ. Bruce Fields2013-11-091-1/+1
| * | locks: helper functions for delegation breakingJ. Bruce Fields2013-11-091-2/+37
| * | locks: break delegations on unlinkJ. Bruce Fields2013-11-091-1/+1
| * | locks: implement delegationsJ. Bruce Fields2013-11-091-3/+15
| * | locks: introduce new FL_DELEG lock flagJ. Bruce Fields2013-11-091-0/+1
| * | vfs: rename I_MUTEX_QUOTA now that it's not used for quotasJ. Bruce Fields2013-11-091-3/+6
| * | vfs: pull ext4's double-i_mutex-locking into common codeJ. Bruce Fields2013-11-091-0/+3
| * | vfs: split out vfs_getattr_nosecJ. Bruce Fields2013-11-091-0/+1
| * | VFS: Put a small type field into struct dentry::d_flagsDavid Howells2013-11-091-20/+83
| * | constify do_coredump() argumentAl Viro2013-11-092-3/+3
| * | constify copy_siginfo_to_user{,32}()Al Viro2013-11-092-2/+2
| * | ... and kill anon_inode_getfile_private()Al Viro2013-11-091-3/+0
| * | take anon inode allocation to libfs.cAl Viro2013-11-091-0/+1
| * | new helper: dump_align()Al Viro2013-11-091-0/+1
| * | dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-091-2/+1
| * | switch elf_coredump_extra_notes_write() to dump_emit()Al Viro2013-11-091-3/+3
| * | switch elf_core_write_extra_data() to dump_emit()Al Viro2013-11-091-1/+1
| * | switch elf_core_write_extra_phdrs() to dump_emit()Al Viro2013-11-091-2/+3
| * | new helper: dump_emit()Al Viro2013-11-092-0/+3
| * | no need to keep brlock macros anymore...Al Viro2013-11-091-10/+0