summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-101-6/+26
* fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()Oleg Nesterov2014-10-101-14/+7
* fs/proc/task_mmu.c: update m->version in the main loop in m_start()Oleg Nesterov2014-10-101-1/+4
* fs/proc/task_mmu.c: reintroduce m->version logicOleg Nesterov2014-10-101-0/+21
* fs/proc/task_mmu.c: introduce m_next_vma() helperOleg Nesterov2014-10-101-5/+10
* fs/proc/task_mmu.c: simplify m_start() to make it readableOleg Nesterov2014-10-101-24/+10
* fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov2014-10-101-34/+1
* fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()Oleg Nesterov2014-10-101-6/+3
* fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()Oleg Nesterov2014-10-101-5/+3
* fs/proc/task_mmu.c: simplify the vma_stop() logicOleg Nesterov2014-10-101-16/+19
* fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-102-9/+29
* proc: introduce proc_mem_open()Oleg Nesterov2014-10-102-15/+23
* fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()Oleg Nesterov2014-10-101-28/+16
* fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()Oleg Nesterov2014-10-101-5/+3
* softlockup: make detector be aware of task switch of processes hogging cpuchai wen2014-10-101-1/+17
* ocfs2: fix deadlock due to wrong locking orderJunxiao Bi2014-10-102-31/+31
* ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi2014-10-103-1/+21
* ocfs2: don't fire quorum before connection establishedJunxiao Bi2014-10-101-2/+3
* fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()Rob Jones2014-10-101-18/+5
* fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()Rob Jones2014-10-101-59/+19
* fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones2014-10-101-25/+14
* ocfs2: remove unused code in dlm_new_lockres()Xue jiufei2014-10-101-3/+0
* ocfs2/dlm: call dlm_lockres_put without resource spinlockalex chen2014-10-101-2/+5
* ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi2014-10-101-7/+11
* ocfs2: fix shift left operations overflowJoseph Qi2014-10-102-2/+2
* ocfs2/dlm: refactor error handling in dlm_alloc_ctxtJoseph Qi2014-10-101-20/+22
* fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()Andrew Morton2014-10-101-1/+1
* score: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2014-10-102-6/+1
* ntfs: remove bogus spaceAndrea Gelmini2014-10-101-1/+1
* ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov2014-10-102-3/+4
* m32r: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-101-1/+0
* m32r: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2014-10-102-7/+1
* fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud2014-10-101-1/+1
* fsnotify: don't put user context if it was never assignedSasha Levin2014-10-101-2/+4
* fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton2014-10-102-4/+1
* cris: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2014-10-102-7/+1
* mn10300: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2014-10-102-1/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-0945-203/+1356
|\
| * Merge tag 'irqchip-core-3.18-2' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner2014-10-036-24/+385
| |\
| | * Merge branch 'irqchip/gic' into irqchip/coreJason Cooper2014-10-021-21/+66
| | |\
| | | * irqchip: gic-v3: Implement CPU PM notifierSudeep Holla2014-09-141-11/+46
| | | * irqchip: gic-v3: Refactor gic_enable_redist to support both enabling and disa...Sudeep Holla2014-09-141-10/+20
| | * | Merge branch 'irqchip/broadcom' into irqchip/coreJason Cooper2014-10-023-1/+307
| | |\ \
| | | * | Documentation: bcm7120-l2: Add Broadcom BCM7120-style L2 bindingFlorian Fainelli2014-09-141-0/+86
| | | * | irqchip: bcm7120-l2: Add Broadcom BCM7120-style Level 2 interrupt controllerFlorian Fainelli2014-09-142-1/+221
| | * | | Merge branch 'irqchip/atmel' into irqchip/coreJason Cooper2014-10-022-2/+12
| | |\ \ \
| | | * | | irqchip: atmel-aic5: Add sama5d4 supportAlexandre Belloni2014-09-142-1/+11
| | | * | | irqchip: atmel-aic5: The sama5d3 has 48 IRQsAlexandre Belloni2014-09-141-1/+1
| | | |/ /
| * | | | Merge tag 'irqchip-core-3.18' of git://git.infradead.org/users/jcooper/linux ...Thomas Gleixner2014-09-1410113-454396/+436750
| |\| | |
| | * | | Merge branch 'irqchip/handle_domain' into irqchip/coreJason Cooper2014-09-1431-130/+116
| | |\ \ \