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.13.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
2010-03-13
ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h
Christoph Hellwig
11
-42
/
+6
2010-03-13
ptrace: use ptrace_request() in the remaining architectures
Christoph Hellwig
3
-72
/
+3
2010-03-13
nodemask: fix the declaration of NODEMASK_ALLOC()
Miao Xie
1
-1
/
+1
2010-03-13
memcg: update maintainer list
KAMEZAWA Hiroyuki
1
-1
/
+1
2010-03-13
memcg: fix oom kill behavior
KAMEZAWA Hiroyuki
3
-41
/
+107
2010-03-13
memcg: fix typos in memcg_test.txt
Kirill A. Shutemov
1
-2
/
+2
2010-03-13
memcg: update memcg_test.txt to describe memory thresholds
Kirill A. Shutemov
1
-0
/
+21
2010-03-13
cgroups: add simple listener of cgroup events to documentation
Kirill A. Shutemov
1
-0
/
+110
2010-03-13
cgroups: remove events before destroying subsystem state objects
Kirill A. Shutemov
3
-12
/
+8
2010-03-13
cgroups: fix race between userspace and kernelspace
Kirill A. Shutemov
1
-15
/
+17
2010-03-13
memcg: handle panic_on_oom=always case
KAMEZAWA Hiroyuki
3
-2
/
+10
2010-03-13
memcg: update memcg_test.txt
Daisuke Nishimura
1
-2
/
+20
2010-03-13
memcg : share event counter rather than duplicate
KAMEZAWA Hiroyuki
1
-45
/
+41
2010-03-13
memcg: update threshold and softlimit at commit
KAMEZAWA Hiroyuki
1
-20
/
+18
2010-03-13
memcg: use generic percpu instead of private implementation
KAMEZAWA Hiroyuki
1
-121
/
+63
2010-03-13
memcg: typo in comment to mem_cgroup_print_oom_info()
Kirill A. Shutemov
1
-1
/
+1
2010-03-13
memcg: implement memory thresholds
Kirill A. Shutemov
2
-1
/
+327
2010-03-13
memcg: rework usage of stats by soft limit
Kirill A. Shutemov
1
-8
/
+10
2010-03-13
memcg: extract mem_group_usage() from mem_cgroup_read()
Kirill A. Shutemov
1
-22
/
+32
2010-03-13
cgroup: implement eventfd-based generic API for notifications
Kirill A. Shutemov
4
-1
/
+272
2010-03-13
memcg: improve performance in moving swap charge
Daisuke Nishimura
1
-15
/
+60
2010-03-13
memcg: move charges of anonymous swap
Daisuke Nishimura
6
-38
/
+223
2010-03-13
memcg: avoid oom during moving charge
Daisuke Nishimura
1
-2
/
+51
2010-03-13
memcg: improve performance in moving charge
Daisuke Nishimura
1
-54
/
+98
2010-03-13
memcg: move charges of anonymous page
Daisuke Nishimura
1
-10
/
+284
2010-03-13
memcg: add interface to move charge at task migration
Daisuke Nishimura
2
-6
/
+147
2010-03-13
cgroups: clean up cgroup_pidlist_find() a bit
Li Zefan
1
-5
/
+3
2010-03-13
cgroups: blkio subsystem as module
Ben Blum
6
-17
/
+61
2010-03-13
cgroups: fix CONTENTS in cgroups documentation
Kirill A. Shutemov
1
-0
/
+1
2010-03-13
cgroups: subsystem module unloading
Ben Blum
3
-28
/
+148
2010-03-13
cgroups: subsystem module loading interface
Ben Blum
3
-5
/
+153
2010-03-13
cgroups: revamp subsys array
Ben Blum
2
-18
/
+88
2010-03-13
cgroup: introduce coalesce css_get() and css_put()
Daisuke Nishimura
2
-5
/
+12
2010-03-13
cgroup: introduce cancel_attach()
Daisuke Nishimura
3
-8
/
+47
2010-03-13
Documentation/email-clients.txt: update gmail information
Dave Young
1
-21
/
+9
2010-03-13
scripts/kernel-doc: fix empty function description section
Randy Dunlap
1
-1
/
+1
2010-03-13
Documentation: remove obsolete voyager.txt file
Bartlomiej Zolnierkiewicz
1
-95
/
+0
2010-03-13
Documentation/SubmitChecklist: add rule #1
Randy Dunlap
1
-2
/
+6
2010-03-13
Documentation/vm/: split txt and source files
Randy Dunlap
6
-173
/
+209
2010-03-13
Documentation/fs/: split txt and source files
Randy Dunlap
5
-35
/
+50
2010-03-13
Documentation/laptop/: split txt and source files
Randy Dunlap
5
-170
/
+178
2010-03-13
Documentation/timers/: split txt and source files
Randy Dunlap
5
-272
/
+282
2010-03-13
ufs: make solaris fsck happy
Evgeniy Dushistov
1
-2
/
+7
2010-03-13
fs/ufs: recognize Solaris-specific file system state
Alex Viskovatoff
2
-0
/
+9
2010-03-13
drivers/char/mem.c: cleanups
Andrew Morton
1
-102
/
+102
2010-03-13
/dev/mem: dont allow seek to last page
Wu Fengguang
1
-6
/
+13
2010-03-13
fbdev: bfin-lq035q1-fb: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2010-03-13
video: fix first line of kernel-doc for a few functions
Ben Hutchings
1
-4
/
+4
2010-03-13
obsolete config in kernel source: LWMON5
Christoph Egger
1
-13
/
+0
2010-03-13
drivers/video/via: fix continuation line formats
Joe Perches
2
-10
/
+10
[next]