summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-27/proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan2-3/+16
2010-10-27exit: add lock context annotation on find_new_reaper()Namhyung Kim1-0/+2
2010-10-27coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=yRoland McGrath1-2/+2
2010-10-27core_pattern: fix truncation by core_pattern handler with long parametersXiaotian Feng1-60/+95
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro8-20/+21
2010-10-27signals: annotate lock context change on ptrace_stop()Namhyung Kim1-0/+2
2010-10-27signals: annotate lock_task_sighand()Namhyung Kim2-2/+10
2010-10-27ptrace: cleanup arch_ptrace() on xtensaNamhyung Kim1-5/+6
2010-10-27ptrace: cleanup arch_ptrace() on umNamhyung Kim2-14/+11
2010-10-27ptrace: cleanup arch_ptrace() on tileNamhyung Kim1-2/+2
2010-10-27ptrace: cleanup arch_ptrace() on sparcNamhyung Kim2-38/+24
2010-10-27ptrace: cleanup arch_ptrace() on shNamhyung Kim2-24/+33
2010-10-27ptrace: cleanup arch_ptrace() on scoreNamhyung Kim1-2/+2
2010-10-27ptrace: cleanup arch_ptrace() on powerpcNamhyung Kim1-25/+26
2010-10-27ptrace: cleanup arch_ptrace() on pariscNamhyung Kim1-1/+1
2010-10-27ptrace: cleanup arch_ptrace() on mn10300Namhyung Kim1-9/+8
2010-10-27ptrace: cleanup arch_ptrace() on MIPSNamhyung Kim1-11/+11
2010-10-27ptrace: cleanup arch_ptrace() on microblazeNamhyung Kim1-1/+1
2010-10-27ptrace: cleanup arch_ptrace() on m68knommuNamhyung Kim1-29/+25
2010-10-27ptrace: cleanup arch_ptrace() on m68kNamhyung Kim1-23/+23
2010-10-27ptrace: cleanup arch_ptrace() on m32rNamhyung Kim1-4/+4
2010-10-27ptrace: cleanup arch_ptrace() on h8300Namhyung Kim1-15/+15
2010-10-27ptrace: cleanup arch_ptrace() on frvNamhyung Kim1-16/+13
2010-10-27ptrace: cleanup arch_ptrace() on crisNamhyung Kim2-16/+14
2010-10-27ptrace: cleanup arch_ptrace() and friends on BlackfinNamhyung Kim1-6/+7
2010-10-27ptrace: cleanup arch_ptrace() on avr32Namhyung Kim1-4/+4
2010-10-27ptrace: cleanup arch_ptrace() on ARMNamhyung Kim1-12/+13
2010-10-27ptrace: cleanup arch_ptrace() on x86Namhyung Kim1-6/+4
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim30-70/+101
2010-10-27ptrace: cleanup ptrace_request()Namhyung Kim1-7/+7
2010-10-27ptrace: change signature of sys_ptrace() and friendsNamhyung Kim3-10/+18
2010-10-27ptrace: annotate lock context change on exit_ptrace()Namhyung Kim1-0/+2
2010-10-27memcg: generic filestat update interfaceKAMEZAWA Hiroyuki1-7/+18
2010-10-27memcg: cpu hotplug aware quick acount_move detectionKAMEZAWA Hiroyuki1-7/+30
2010-10-27memcg: cpu hotplug aware percpu count updatesKAMEZAWA Hiroyuki1-9/+93
2010-10-27memcg: use for_each_mem_cgroupKAMEZAWA Hiroyuki1-87/+83
2010-10-27memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accout...KAMEZAWA Hiroyuki1-14/+85
2010-10-27memcg: fix race in file_mapped accouting flag managementKAMEZAWA Hiroyuki1-1/+2
2010-10-27cgroup: notify ns_cgroup deprecatedDaniel Lezcano2-0/+25
2010-10-27cgroups: add check for strcpy destination string overflowEvgeny Kuznetsov1-0/+2
2010-10-27cgroup: make the mount options parsing more accurateDaniel Lezcano1-30/+60
2010-10-27cgroup: add clone_children control fileDaniel Lezcano3-2/+55
2010-10-27cgroup_freezer: update_freezer_state() does incorrect state transitionsTomasz Buchert1-23/+15
2010-10-27cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen c...Tomasz Buchert1-7/+8
2010-10-27cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen()Tomasz Buchert1-10/+9
2010-10-27doc: clarify the behaviour of dirty_ratio/dirty_bytesAndrea Righi1-4/+8
2010-10-27isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directoryOndrej Zary1-0/+40
2010-10-27drivers/video/omap/blizzard.c: suspected typo in assignmentNicolas Kaiser1-1/+1
2010-10-27drivers/video/gbefb.c: eliminate memory leakJulia Lawall1-2/+4
2010-10-27fbmem: fix fb_read, fb_write unaligned accessesJames Hogan4-32/+82