Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | kernel/resource.c: handle reinsertion of an already-inserted resource | Huang Shijie | 2010-10-27 | 1 | -0/+2 | |
* | | | | | | | | taskstats: use real microsecond granularity for CPU times | Michael Holzheu | 2010-10-27 | 1 | -6/+4 | |
* | | | | | | | | taskstats: split fill_pid function | Michael Holzheu | 2010-10-27 | 1 | -29/+21 | |
* | | | | | | | | taskstats: separate taskstats commands | Michael Holzheu | 2010-10-27 | 1 | -40/+78 | |
* | | | | | | | | delayacct: align to 8 byte boundary on 64-bit systems | Jeff Mahoney | 2010-10-27 | 1 | -1/+7 | |
* | | | | | | | | /proc/stat: fix scalability of irq sum of all cpu | KAMEZAWA Hiroyuki | 2010-10-27 | 1 | -0/+15 | |
* | | | | | | | | exit: add lock context annotation on find_new_reaper() | Namhyung Kim | 2010-10-27 | 1 | -0/+2 | |
* | | | | | | | | signals: move cred_guard_mutex from task_struct to signal_struct | KOSAKI Motohiro | 2010-10-27 | 3 | -5/+5 | |
* | | | | | | | | signals: annotate lock context change on ptrace_stop() | Namhyung Kim | 2010-10-27 | 1 | -0/+2 | |
* | | | | | | | | signals: annotate lock_task_sighand() | Namhyung Kim | 2010-10-27 | 1 | -1/+2 | |
* | | | | | | | | ptrace: cleanup ptrace_request() | Namhyung Kim | 2010-10-27 | 1 | -7/+7 | |
* | | | | | | | | ptrace: change signature of sys_ptrace() and friends | Namhyung Kim | 2010-10-27 | 1 | -6/+10 | |
* | | | | | | | | ptrace: annotate lock context change on exit_ptrace() | Namhyung Kim | 2010-10-27 | 1 | -0/+2 | |
* | | | | | | | | cgroup: notify ns_cgroup deprecated | Daniel Lezcano | 2010-10-27 | 1 | -0/+8 | |
* | | | | | | | | cgroups: add check for strcpy destination string overflow | Evgeny Kuznetsov | 2010-10-27 | 1 | -0/+2 | |
* | | | | | | | | cgroup: make the mount options parsing more accurate | Daniel Lezcano | 2010-10-27 | 1 | -30/+60 | |
* | | | | | | | | cgroup: add clone_children control file | Daniel Lezcano | 2010-10-27 | 1 | -0/+39 | |
* | | | | | | | | cgroup_freezer: update_freezer_state() does incorrect state transitions | Tomasz Buchert | 2010-10-27 | 1 | -23/+15 | |
* | | | | | | | | cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen c... | Tomasz Buchert | 2010-10-27 | 1 | -7/+8 | |
* | | | | | | | | cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen() | Tomasz Buchert | 2010-10-27 | 1 | -10/+9 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-10-26 | 3 | -4/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fs: use percpu counter for nr_dentry and nr_dentry_unused | Christoph Hellwig | 2010-10-25 | 1 | -1/+1 | |
| * | | | | | | | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 2010-10-25 | 1 | -0/+1 | |
| * | | | | | | | new helper: ihold() | Al Viro | 2010-10-25 | 1 | -1/+1 | |
| * | | | | | | | fs: Convert nr_inodes and nr_unused to per-cpu counters | Dave Chinner | 2010-10-25 | 1 | -2/+2 | |
| * | | | | | | | fs: allow for more than 2^31 files | Eric Dumazet | 2010-10-25 | 1 | -3/+3 | |
* | | | | | | | | docbook: add more wait/wake/completion to device-drivers docbook | Randy Dunlap | 2010-10-26 | 1 | -3/+3 | |
* | | | | | | | | printk: declare printk_ratelimit_state in ratelimit.h | Namhyung Kim | 2010-10-26 | 1 | -2/+0 | |
* | | | | | | | | printk: change type of 'boot_delay' to int * | Namhyung Kim | 2010-10-26 | 1 | -1/+1 | |
* | | | | | | | | printk: add lock context annotation | Namhyung Kim | 2010-10-26 | 1 | -0/+1 | |
* | | | | | | | | printk: fixup declaration of kmsg_reasons | Namhyung Kim | 2010-10-26 | 1 | -1/+1 | |
* | | | | | | | | stop_machine: convert cpu notifier to return encapsulate errno value | Akinobu Mita | 2010-10-26 | 1 | -2/+2 | |
* | | | | | | | | kernel/stop_machine.c: fix unused variable warning | Rakib Mullick | 2010-10-26 | 1 | -1/+1 | |
* | | | | | | | | fs: allow for more than 2^31 files | Eric Dumazet | 2010-10-26 | 1 | -3/+3 | |
* | | | | | | | | kernel/user.c: add lock release annotation on free_user() | Namhyung Kim | 2010-10-26 | 1 | -0/+1 | |
* | | | | | | | | workqueues: s/ON_STACK/ONSTACK/ | Andrew Morton | 2010-10-26 | 1 | -1/+1 | |
* | | | | | | | | use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages | Jan Beulich | 2010-10-26 | 3 | -11/+11 | |
* | | | | | | | | mm: strictly nested kmap_atomic() | Peter Zijlstra | 2010-10-26 | 1 | -2/+2 | |
* | | | | | | | | oom: add per-mm oom disable count | Ying Han | 2010-10-26 | 2 | -1/+17 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | MN10300: Fix the PERCPU() alignment to allow for workqueues | David Howells | 2010-10-25 | 1 | -1/+3 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 2 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | kernel/pm_qos_params.c: Remove unnecessary casts of private_data | Joe Perches | 2010-09-23 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-11 | 16 | -359/+556 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-10 | 79 | -5961/+6568 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix printk typo 'faild' | Paul Bolle | 2010-08-09 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ \ \ | ||||||
*---------. \ \ \ \ \ \ \ \ | Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu... | Linus Torvalds | 2010-10-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | softirqs: Make wakeup_softirqd static | Thomas Gleixner | 2010-09-22 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2010-10-22 | 7 | -127/+85 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | kdb,debug_core: adjust master cpu switch logic against new debug_core locking | Jason Wessel | 2010-10-22 | 3 | -22/+9 | |
| * | | | | | | | | | | | | | | | debug_core: refactor locking for master/slave cpus | Jason Wessel | 2010-10-22 | 2 | -50/+56 |