index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-12
nsproxy: remove INIT_NSPROXY()
Alexey Dobriyan
4
-19
/
+12
2010-03-12
pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig()
Oleg Nesterov
1
-4
/
+3
2010-03-12
ipmi: remove ipmi_smi.h self-include
Corey Minyard
1
-1
/
+0
2010-03-12
ipmi: fix slave_addrs setting to actually work
Bela Lubkin
1
-2
/
+3
2010-03-12
ipmi: add parameter to limit CPU usage in kipmid
Martin Wilck
2
-2
/
+76
2010-03-12
ipc: use rlimit helpers
Jiri Slaby
2
-3
/
+2
2010-03-12
copy_signal() cleanup: clean tty_audit_fork()
Veaceslav Falico
1
-1
/
+0
2010-03-12
copy_signal() cleanup: clean thread_group_cputime_init()
Veaceslav Falico
2
-13
/
+0
2010-03-12
copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()
Veaceslav Falico
3
-19
/
+0
2010-03-12
copy_signal() cleanup: use zalloc and remove initializations
Veaceslav Falico
1
-26
/
+1
2010-03-12
m32r: use generic ptrace_resume code
Christoph Hellwig
2
-68
/
+31
2010-03-12
cris arch-v32: use generic ptrace_resume code
Christoph Hellwig
2
-79
/
+31
2010-03-12
cris arch-v10: use generic ptrace_resume code
Christoph Hellwig
1
-51
/
+0
2010-03-12
xtensa: use generic ptrace_resume code
Christoph Hellwig
2
-45
/
+12
2010-03-12
um: use generic ptrace_resume code
Christoph Hellwig
2
-54
/
+18
2010-03-12
mips: use generic ptrace_resume code
Christoph Hellwig
1
-30
/
+0
2010-03-12
microblaze: use generic ptrace_resume code
Christoph Hellwig
1
-37
/
+0
2010-03-12
m68knommu: use generic ptrace_resume code
Christoph Hellwig
1
-56
/
+0
2010-03-12
h8300: use generic ptrace_resume code
Christoph Hellwig
4
-51
/
+13
2010-03-12
avr32: use generic ptrace_resume code
Christoph Hellwig
2
-46
/
+9
2010-03-12
arm: use generic ptrace_resume code
Christoph Hellwig
3
-62
/
+14
2010-03-12
alpha: use generic ptrace_resume code
Christoph Hellwig
2
-47
/
+13
2010-03-12
ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h
Christoph Hellwig
11
-42
/
+6
2010-03-12
ptrace: use ptrace_request() in the remaining architectures
Christoph Hellwig
3
-72
/
+3
2010-03-12
nodemask: fix the declaration of NODEMASK_ALLOC()
Miao Xie
1
-1
/
+1
2010-03-12
memcg: update maintainer list
KAMEZAWA Hiroyuki
1
-1
/
+1
2010-03-12
memcg: fix oom kill behavior
KAMEZAWA Hiroyuki
3
-41
/
+107
2010-03-12
memcg: fix typos in memcg_test.txt
Kirill A. Shutemov
1
-2
/
+2
2010-03-12
memcg: update memcg_test.txt to describe memory thresholds
Kirill A. Shutemov
1
-0
/
+21
2010-03-12
cgroups: add simple listener of cgroup events to documentation
Kirill A. Shutemov
1
-0
/
+110
2010-03-12
cgroups: remove events before destroying subsystem state objects
Kirill A. Shutemov
3
-12
/
+8
2010-03-12
cgroups: fix race between userspace and kernelspace
Kirill A. Shutemov
1
-15
/
+17
2010-03-12
memcg: handle panic_on_oom=always case
KAMEZAWA Hiroyuki
3
-2
/
+10
2010-03-12
memcg: update memcg_test.txt
Daisuke Nishimura
1
-2
/
+20
2010-03-12
memcg : share event counter rather than duplicate
KAMEZAWA Hiroyuki
1
-45
/
+41
2010-03-12
memcg: update threshold and softlimit at commit
KAMEZAWA Hiroyuki
1
-20
/
+18
2010-03-12
memcg: use generic percpu instead of private implementation
KAMEZAWA Hiroyuki
1
-121
/
+63
2010-03-12
memcg: typo in comment to mem_cgroup_print_oom_info()
Kirill A. Shutemov
1
-1
/
+1
2010-03-12
memcg: implement memory thresholds
Kirill A. Shutemov
2
-1
/
+327
2010-03-12
memcg: rework usage of stats by soft limit
Kirill A. Shutemov
1
-8
/
+10
2010-03-12
memcg: extract mem_group_usage() from mem_cgroup_read()
Kirill A. Shutemov
1
-22
/
+32
2010-03-12
cgroup: implement eventfd-based generic API for notifications
Kirill A. Shutemov
4
-1
/
+272
2010-03-12
memcg: improve performance in moving swap charge
Daisuke Nishimura
1
-15
/
+60
2010-03-12
memcg: move charges of anonymous swap
Daisuke Nishimura
6
-38
/
+223
2010-03-12
memcg: avoid oom during moving charge
Daisuke Nishimura
1
-2
/
+51
2010-03-12
memcg: improve performance in moving charge
Daisuke Nishimura
1
-54
/
+98
2010-03-12
memcg: move charges of anonymous page
Daisuke Nishimura
1
-10
/
+284
2010-03-12
memcg: add interface to move charge at task migration
Daisuke Nishimura
2
-6
/
+147
2010-03-12
cgroups: clean up cgroup_pidlist_find() a bit
Li Zefan
1
-5
/
+3
2010-03-12
cgroups: blkio subsystem as module
Ben Blum
6
-17
/
+61
[next]