index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove lots of double-semicolons
Fernando Carrijo
2009-01-08
9
-9
/
+9
*
romfs: romfs_iget() - unsigned ino >= 0 is always true
roel kluin
2009-01-08
1
-6
/
+6
*
vmcore: remove saved_max_pfn check
Magnus Damm
2009-01-08
1
-2
/
+0
*
w1: send status messages after command processing
Evgeniy Polyakov
2009-01-08
3
-8
/
+76
*
w1: added w1 reset command
Evgeniy Polyakov
2009-01-08
3
-0
/
+10
*
w1: move w1 commands from defines to enum
Evgeniy Polyakov
2009-01-08
1
-5
/
+8
*
w1: allow master IO commands
Evgeniy Polyakov
2009-01-08
1
-65
/
+77
*
w1: documentation update
Evgeniy Polyakov
2009-01-08
1
-38
/
+91
*
w1: list slaves commands
Evgeniy Polyakov
2009-01-08
1
-17
/
+85
*
w1: add touch block command
Evgeniy Polyakov
2009-01-08
4
-4
/
+35
*
w1: add list masters w1 command
Evgeniy Polyakov
2009-01-08
2
-0
/
+57
*
w1: add 1-wire master driver for i.MX27 / i.MX31
Sascha Hauer
2009-01-08
5
-0
/
+232
*
tpm: clean up tpm_nsc driver for platform_device suspend/resume compliance
David Smith
2009-01-08
1
-13
/
+22
*
misc: add dell-laptop driver
Matthew Garrett
2009-01-08
4
-0
/
+454
*
dcdbas: export functionality for use in other drivers
Matthew Garrett
2009-01-08
2
-4
/
+7
*
ELF: implement AT_RANDOM for glibc PRNG seeding
Kees Cook
2009-01-08
2
-3
/
+15
*
mqueue: fix si_pid value in mqueue do_notify()
Sukadev Bhattiprolu
2009-01-08
1
-1
/
+2
*
pid: generalize task_active_pid_ns
Eric W. Biederman
2009-01-08
3
-7
/
+9
*
pid: implement ns_of_pid
Eric W. Biederman
2009-01-08
1
-0
/
+18
*
cpuset: remove remaining pointers to cpumask_t
Li Zefan
2009-01-08
2
-17
/
+21
*
cpuset: convert cpuset->cpus_allowed to cpumask_var_t
Li Zefan
2009-01-08
1
-40
/
+60
*
cpuset: don't allocate trial cpuset on stack
Li Zefan
2009-01-08
1
-33
/
+60
*
cpuset: convert cpuset_attach() to use cpumask_var_t
Li Zefan
2009-01-08
1
-5
/
+9
*
cpuset: remove on stack cpumask_t in cpuset_can_attach()
Li Zefan
2009-01-08
1
-6
/
+5
*
cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()
Li Zefan
2009-01-08
1
-3
/
+3
*
cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into to...
Miao Xie
2009-01-08
1
-3
/
+7
*
cpuset: rcu_read_lock() to protect task_cs()
Lai Jiangshan
2009-01-08
1
-8
/
+3
*
cgroups: add css_tryget()
Paul Menage
2009-01-08
2
-11
/
+88
*
cgroups: use hierarchy_mutex in memory controller
Paul Menage
2009-01-08
1
-8
/
+6
*
cgroups: add a per-subsystem hierarchy_mutex
Paul Menage
2009-01-08
3
-4
/
+52
*
memcg: fix shmem's swap accounting
KAMEZAWA Hiroyuki
2009-01-08
4
-102
/
+76
*
memcg: fix LRU accounting for SwapCache
KAMEZAWA Hiroyuki
2009-01-08
1
-9
/
+50
*
memcg: use css_tryget in memcg
KAMEZAWA Hiroyuki
2009-01-08
1
-36
/
+62
*
memcg: fix double free and make refcnt sane
KAMEZAWA Hiroyuki
2009-01-08
1
-15
/
+6
*
memcg: fix swap accounting leak
KAMEZAWA Hiroyuki
2009-01-08
3
-13
/
+46
*
memcg: change try_to_free_pages to hierarchical_reclaim
Daisuke Nishimura
2009-01-08
1
-8
/
+4
*
memcg: avoid deadlock caused by race between oom and cpuset_attach
Daisuke Nishimura
2009-01-08
2
-2
/
+5
*
memcg: remove mem_cgroup_try_charge
Daisuke Nishimura
2009-01-08
2
-28
/
+1
*
memcg: don't trigger oom at page migration
Daisuke Nishimura
2009-01-08
1
-1
/
+1
*
memcg: explain details and test document
KAMEZAWA Hiroyuki
2009-01-08
1
-0
/
+311
*
memcg: show real limit under hierarchy mode
KAMEZAWA Hiroyuki
2009-01-08
1
-0
/
+35
*
memcg: fix calculation of active_ratio
KOSAKI Motohiro
2009-01-08
3
-37
/
+34
*
memcg: swappiness
KOSAKI Motohiro
2009-01-08
4
-11
/
+86
*
memcg: protect prev_priority
KOSAKI Motohiro
2009-01-08
1
-1
/
+17
*
memcg: rename scan global lru
KAMEZAWA Hiroyuki
2009-01-08
1
-16
/
+16
*
memcg: show reclaim stat
KOSAKI Motohiro
2009-01-08
2
-0
/
+55
*
memcg: remove mem_cgroup_cal_reclaim()
KOSAKI Motohiro
2009-01-08
3
-48
/
+10
*
memcg: add zone_reclaim_stat
KOSAKI Motohiro
2009-01-08
4
-23
/
+83
*
memcg: add mem_cgroup_zone_nr_pages()
KOSAKI Motohiro
2009-01-08
3
-1
/
+25
*
memcg: add inactive_anon_is_low()
KOSAKI Motohiro
2009-01-08
3
-15
/
+77
[next]