summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-10fs/proc/task_nommu.c: don't use priv->task->mmOleg Nesterov1-8/+10
2014-10-10fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov1-6/+26
2014-10-10fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()Oleg Nesterov1-14/+7
2014-10-10fs/proc/task_mmu.c: update m->version in the main loop in m_start()Oleg Nesterov1-1/+4
2014-10-10fs/proc/task_mmu.c: reintroduce m->version logicOleg Nesterov1-0/+21
2014-10-10fs/proc/task_mmu.c: introduce m_next_vma() helperOleg Nesterov1-5/+10
2014-10-10fs/proc/task_mmu.c: simplify m_start() to make it readableOleg Nesterov1-24/+10
2014-10-10fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov1-34/+1
2014-10-10fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()Oleg Nesterov1-6/+3
2014-10-10fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()Oleg Nesterov1-5/+3
2014-10-10fs/proc/task_mmu.c: simplify the vma_stop() logicOleg Nesterov1-16/+19
2014-10-10fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2-9/+29
2014-10-10proc: introduce proc_mem_open()Oleg Nesterov2-15/+23
2014-10-10fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()Oleg Nesterov1-28/+16
2014-10-10fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()Oleg Nesterov1-5/+3
2014-10-10softlockup: make detector be aware of task switch of processes hogging cpuchai wen1-1/+17
2014-10-10ocfs2: fix deadlock due to wrong locking orderJunxiao Bi2-31/+31
2014-10-10ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi3-1/+21
2014-10-10ocfs2: don't fire quorum before connection establishedJunxiao Bi1-2/+3
2014-10-10fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()Rob Jones1-18/+5
2014-10-10fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()Rob Jones1-59/+19
2014-10-10fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones1-25/+14
2014-10-10ocfs2: remove unused code in dlm_new_lockres()Xue jiufei1-3/+0
2014-10-10ocfs2/dlm: call dlm_lockres_put without resource spinlockalex chen1-2/+5
2014-10-10ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi1-7/+11
2014-10-10ocfs2: fix shift left operations overflowJoseph Qi2-2/+2
2014-10-10ocfs2/dlm: refactor error handling in dlm_alloc_ctxtJoseph Qi1-20/+22
2014-10-10fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()Andrew Morton1-1/+1
2014-10-10score: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2-6/+1
2014-10-10ntfs: remove bogus spaceAndrea Gelmini1-1/+1
2014-10-10ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov2-3/+4
2014-10-10m32r: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+0
2014-10-10m32r: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2-7/+1
2014-10-10fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud1-1/+1
2014-10-10fsnotify: don't put user context if it was never assignedSasha Levin1-2/+4
2014-10-10fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton2-4/+1
2014-10-10cris: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2-7/+1
2014-10-10mn10300: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2-1/+1
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds45-203/+1356
2014-10-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-80/+319
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds43-29/+133
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1397-37800/+153007
2014-10-09Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-0/+486
2014-10-09Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-98/+216
2014-10-09Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds108-1299/+7609
2014-10-09Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds215-1758/+11485
2014-10-09Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds181-1576/+5355
2014-10-09Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds110-4129/+261
2014-10-09Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds48-202/+327
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller47-181/+264