aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate includes from many filesZimny Lech2010-10-271-1/+0
* kernel/resource.c: handle reinsertion of an already-inserted resourceHuang Shijie2010-10-271-0/+2
* taskstats: use real microsecond granularity for CPU timesMichael Holzheu2010-10-271-6/+4
* taskstats: split fill_pid functionMichael Holzheu2010-10-271-29/+21
* taskstats: separate taskstats commandsMichael Holzheu2010-10-271-40/+78
* delayacct: align to 8 byte boundary on 64-bit systemsJeff Mahoney2010-10-271-1/+7
* /proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki2010-10-271-0/+15
* exit: add lock context annotation on find_new_reaper()Namhyung Kim2010-10-271-0/+2
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-273-5/+5
* signals: annotate lock context change on ptrace_stop()Namhyung Kim2010-10-271-0/+2
* signals: annotate lock_task_sighand()Namhyung Kim2010-10-271-1/+2
* ptrace: cleanup ptrace_request()Namhyung Kim2010-10-271-7/+7
* ptrace: change signature of sys_ptrace() and friendsNamhyung Kim2010-10-271-6/+10
* ptrace: annotate lock context change on exit_ptrace()Namhyung Kim2010-10-271-0/+2
* cgroup: notify ns_cgroup deprecatedDaniel Lezcano2010-10-271-0/+8
* cgroups: add check for strcpy destination string overflowEvgeny Kuznetsov2010-10-271-0/+2
* cgroup: make the mount options parsing more accurateDaniel Lezcano2010-10-271-30/+60
* cgroup: add clone_children control fileDaniel Lezcano2010-10-271-0/+39
* cgroup_freezer: update_freezer_state() does incorrect state transitionsTomasz Buchert2010-10-271-23/+15
* cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen c...Tomasz Buchert2010-10-271-7/+8
* cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen()Tomasz Buchert2010-10-271-10/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-263-4/+5
|\
| * fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig2010-10-251-1/+1
| * fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
| * new helper: ihold()Al Viro2010-10-251-1/+1
| * fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner2010-10-251-2/+2
| * fs: allow for more than 2^31 filesEric Dumazet2010-10-251-3/+3
* | docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap2010-10-261-3/+3
* | printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim2010-10-261-2/+0
* | printk: change type of 'boot_delay' to int *Namhyung Kim2010-10-261-1/+1
* | printk: add lock context annotationNamhyung Kim2010-10-261-0/+1
* | printk: fixup declaration of kmsg_reasonsNamhyung Kim2010-10-261-1/+1
* | stop_machine: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-10-261-2/+2
* | kernel/stop_machine.c: fix unused variable warningRakib Mullick2010-10-261-1/+1
* | fs: allow for more than 2^31 filesEric Dumazet2010-10-261-3/+3
* | kernel/user.c: add lock release annotation on free_user()Namhyung Kim2010-10-261-0/+1
* | workqueues: s/ON_STACK/ONSTACK/Andrew Morton2010-10-261-1/+1
* | use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-263-11/+11
* | mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-261-2/+2
* | oom: add per-mm oom disable countYing Han2010-10-262-1/+17
* | MN10300: Fix the PERCPU() alignment to allow for workqueuesDavid Howells2010-10-251-1/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-242-2/+2
|\
| * kernel/pm_qos_params.c: Remove unnecessary casts of private_dataJoe Perches2010-09-231-1/+1
| * Merge branch 'master' into for-nextJiri Kosina2010-08-1116-359/+556
| |\
| * \ Merge branch 'master' into for-nextJiri Kosina2010-08-1079-5961/+6568
| |\ \
| * | | fix printk typo 'faild'Paul Bolle2010-08-091-1/+1
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*---------. \ \ \ Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds2010-10-231-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | softirqs: Make wakeup_softirqd staticThomas Gleixner2010-09-221-1/+1
* | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-10-227-127/+85
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kdb,debug_core: adjust master cpu switch logic against new debug_core lockingJason Wessel2010-10-223-22/+9