index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-10
fs/proc/task_nommu.c: don't use priv->task->mm
Oleg Nesterov
1
-8
/
+10
2014-10-10
fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()
Oleg Nesterov
1
-6
/
+26
2014-10-10
fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()
Oleg Nesterov
1
-14
/
+7
2014-10-10
fs/proc/task_mmu.c: update m->version in the main loop in m_start()
Oleg Nesterov
1
-1
/
+4
2014-10-10
fs/proc/task_mmu.c: reintroduce m->version logic
Oleg Nesterov
1
-0
/
+21
2014-10-10
fs/proc/task_mmu.c: introduce m_next_vma() helper
Oleg Nesterov
1
-5
/
+10
2014-10-10
fs/proc/task_mmu.c: simplify m_start() to make it readable
Oleg Nesterov
1
-24
/
+10
2014-10-10
fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic
Oleg Nesterov
1
-34
/
+1
2014-10-10
fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()
Oleg Nesterov
1
-6
/
+3
2014-10-10
fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()
Oleg Nesterov
1
-5
/
+3
2014-10-10
fs/proc/task_mmu.c: simplify the vma_stop() logic
Oleg Nesterov
1
-16
/
+19
2014-10-10
fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()
Oleg Nesterov
2
-9
/
+29
2014-10-10
proc: introduce proc_mem_open()
Oleg Nesterov
2
-15
/
+23
2014-10-10
fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()
Oleg Nesterov
1
-28
/
+16
2014-10-10
fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()
Oleg Nesterov
1
-5
/
+3
2014-10-10
softlockup: make detector be aware of task switch of processes hogging cpu
chai wen
1
-1
/
+17
2014-10-10
ocfs2: fix deadlock due to wrong locking order
Junxiao Bi
2
-31
/
+31
2014-10-10
ocfs2: fix deadlock between o2hb thread and o2net_wq
Joseph Qi
3
-1
/
+21
2014-10-10
ocfs2: don't fire quorum before connection established
Junxiao Bi
1
-2
/
+3
2014-10-10
fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()
Rob Jones
1
-18
/
+5
2014-10-10
fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()
Rob Jones
1
-59
/
+19
2014-10-10
fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()
Rob Jones
1
-25
/
+14
2014-10-10
ocfs2: remove unused code in dlm_new_lockres()
Xue jiufei
1
-3
/
+0
2014-10-10
ocfs2/dlm: call dlm_lockres_put without resource spinlock
alex chen
1
-2
/
+5
2014-10-10
ocfs2: call o2quo_exit() if malloc failed in o2net_init()
Joseph Qi
1
-7
/
+11
2014-10-10
ocfs2: fix shift left operations overflow
Joseph Qi
2
-2
/
+2
2014-10-10
ocfs2/dlm: refactor error handling in dlm_alloc_ctxt
Joseph Qi
1
-20
/
+22
2014-10-10
fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()
Andrew Morton
1
-1
/
+1
2014-10-10
score: use Kbuild logic to include <asm-generic/sections.h>
Geert Uytterhoeven
2
-6
/
+1
2014-10-10
ntfs: remove bogus space
Andrea Gelmini
1
-1
/
+1
2014-10-10
ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...
Anton Altaparmakov
2
-3
/
+4
2014-10-10
m32r: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-1
/
+0
2014-10-10
m32r: use Kbuild logic to include <asm-generic/sections.h>
Geert Uytterhoeven
2
-7
/
+1
2014-10-10
fanotify: enable close-on-exec on events' fd when requested in fanotify_init()
Yann Droneaud
1
-1
/
+1
2014-10-10
fsnotify: don't put user context if it was never assigned
Sasha Levin
1
-2
/
+4
2014-10-10
fs/notify/group.c: make fsnotify_final_destroy_group() static
Andrew Morton
2
-4
/
+1
2014-10-10
cris: use Kbuild logic to include <asm-generic/sections.h>
Geert Uytterhoeven
2
-7
/
+1
2014-10-10
mn10300: use Kbuild logic to include <asm-generic/sections.h>
Geert Uytterhoeven
2
-1
/
+1
2014-10-09
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
45
-203
/
+1356
2014-10-09
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
15
-80
/
+319
2014-10-09
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
43
-29
/
+133
2014-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1397
-37800
/
+153007
2014-10-09
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-0
/
+486
2014-10-09
Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
25
-98
/
+216
2014-10-09
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
108
-1299
/
+7609
2014-10-09
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
215
-1758
/
+11485
2014-10-09
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
181
-1576
/
+5355
2014-10-09
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
110
-4129
/
+261
2014-10-09
Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
48
-202
/
+327
2014-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
47
-181
/
+264
[next]