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
2009-01-08
fix similar typos to successfull
Coly Li
19
-22
/
+22
2009-01-08
Make various things static
Roel Kluin
3
-6
/
+5
2009-01-08
generic swap(): dcache: use swap() instead of private do_switch()
Wu Fengguang
1
-9
/
+5
2009-01-08
generic swap(): sched: remove local swap() macro
Wu Fengguang
1
-2
/
+0
2009-01-08
generic swap(): ext4: remove local swap() macro
Wu Fengguang
1
-4
/
+0
2009-01-08
generic swap(): ext3: remove local swap() macro
Wu Fengguang
1
-4
/
+0
2009-01-08
generic swap(): introduce global macro swap(a, b)
Wu Fengguang
1
-0
/
+6
2009-01-08
generic swap(): lib/sort.c: rename swap to swap_func
Wu Fengguang
1
-14
/
+16
2009-01-08
generic swap(): iphase: rename swap() to swap_byte_order()
Wu Fengguang
1
-3
/
+3
2009-01-08
generic swap(): sparc: rename swap() to swap_ulong()
Wu Fengguang
1
-2
/
+3
2009-01-08
remove lots of double-semicolons
Fernando Carrijo
9
-9
/
+9
2009-01-08
romfs: romfs_iget() - unsigned ino >= 0 is always true
roel kluin
1
-6
/
+6
2009-01-08
vmcore: remove saved_max_pfn check
Magnus Damm
1
-2
/
+0
2009-01-08
w1: send status messages after command processing
Evgeniy Polyakov
3
-8
/
+76
2009-01-08
w1: added w1 reset command
Evgeniy Polyakov
3
-0
/
+10
2009-01-08
w1: move w1 commands from defines to enum
Evgeniy Polyakov
1
-5
/
+8
2009-01-08
w1: allow master IO commands
Evgeniy Polyakov
1
-65
/
+77
2009-01-08
w1: documentation update
Evgeniy Polyakov
1
-38
/
+91
2009-01-08
w1: list slaves commands
Evgeniy Polyakov
1
-17
/
+85
2009-01-08
w1: add touch block command
Evgeniy Polyakov
4
-4
/
+35
2009-01-08
w1: add list masters w1 command
Evgeniy Polyakov
2
-0
/
+57
2009-01-08
w1: add 1-wire master driver for i.MX27 / i.MX31
Sascha Hauer
5
-0
/
+232
2009-01-08
tpm: clean up tpm_nsc driver for platform_device suspend/resume compliance
David Smith
1
-13
/
+22
2009-01-08
misc: add dell-laptop driver
Matthew Garrett
4
-0
/
+454
2009-01-08
dcdbas: export functionality for use in other drivers
Matthew Garrett
2
-4
/
+7
2009-01-08
ELF: implement AT_RANDOM for glibc PRNG seeding
Kees Cook
2
-3
/
+15
2009-01-08
mqueue: fix si_pid value in mqueue do_notify()
Sukadev Bhattiprolu
1
-1
/
+2
2009-01-08
pid: generalize task_active_pid_ns
Eric W. Biederman
3
-7
/
+9
2009-01-08
pid: implement ns_of_pid
Eric W. Biederman
1
-0
/
+18
2009-01-08
cpuset: remove remaining pointers to cpumask_t
Li Zefan
2
-17
/
+21
2009-01-08
cpuset: convert cpuset->cpus_allowed to cpumask_var_t
Li Zefan
1
-40
/
+60
2009-01-08
cpuset: don't allocate trial cpuset on stack
Li Zefan
1
-33
/
+60
2009-01-08
cpuset: convert cpuset_attach() to use cpumask_var_t
Li Zefan
1
-5
/
+9
2009-01-08
cpuset: remove on stack cpumask_t in cpuset_can_attach()
Li Zefan
1
-6
/
+5
2009-01-08
cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()
Li Zefan
1
-3
/
+3
2009-01-08
cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into to...
Miao Xie
1
-3
/
+7
2009-01-08
cpuset: rcu_read_lock() to protect task_cs()
Lai Jiangshan
1
-8
/
+3
2009-01-08
cgroups: add css_tryget()
Paul Menage
2
-11
/
+88
2009-01-08
cgroups: use hierarchy_mutex in memory controller
Paul Menage
1
-8
/
+6
2009-01-08
cgroups: add a per-subsystem hierarchy_mutex
Paul Menage
3
-4
/
+52
2009-01-08
memcg: fix shmem's swap accounting
KAMEZAWA Hiroyuki
4
-102
/
+76
2009-01-08
memcg: fix LRU accounting for SwapCache
KAMEZAWA Hiroyuki
1
-9
/
+50
2009-01-08
memcg: use css_tryget in memcg
KAMEZAWA Hiroyuki
1
-36
/
+62
2009-01-08
memcg: fix double free and make refcnt sane
KAMEZAWA Hiroyuki
1
-15
/
+6
2009-01-08
memcg: fix swap accounting leak
KAMEZAWA Hiroyuki
3
-13
/
+46
2009-01-08
memcg: change try_to_free_pages to hierarchical_reclaim
Daisuke Nishimura
1
-8
/
+4
2009-01-08
memcg: avoid deadlock caused by race between oom and cpuset_attach
Daisuke Nishimura
2
-2
/
+5
2009-01-08
memcg: remove mem_cgroup_try_charge
Daisuke Nishimura
2
-28
/
+1
2009-01-08
memcg: don't trigger oom at page migration
Daisuke Nishimura
1
-1
/
+1
2009-01-08
memcg: explain details and test document
KAMEZAWA Hiroyuki
1
-0
/
+311
[next]