aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-28Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-16/+135
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds1-4/+4
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-242/+218
2010-10-27Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-1/+1
2010-10-27Remove duplicate includes from many filesZimny Lech1-1/+0
2010-10-27kernel/resource.c: handle reinsertion of an already-inserted resourceHuang Shijie1-0/+2
2010-10-27taskstats: use real microsecond granularity for CPU timesMichael Holzheu1-6/+4
2010-10-27taskstats: split fill_pid functionMichael Holzheu1-29/+21
2010-10-27taskstats: separate taskstats commandsMichael Holzheu1-40/+78
2010-10-27delayacct: align to 8 byte boundary on 64-bit systemsJeff Mahoney1-1/+7
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki1-0/+15
2010-10-27exit: add lock context annotation on find_new_reaper()Namhyung Kim1-0/+2
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro3-5/+5
2010-10-27signals: annotate lock context change on ptrace_stop()Namhyung Kim1-0/+2
2010-10-27signals: annotate lock_task_sighand()Namhyung Kim1-1/+2
2010-10-27ptrace: cleanup ptrace_request()Namhyung Kim1-7/+7
2010-10-27ptrace: change signature of sys_ptrace() and friendsNamhyung Kim1-6/+10
2010-10-27ptrace: annotate lock context change on exit_ptrace()Namhyung Kim1-0/+2
2010-10-27cgroup: notify ns_cgroup deprecatedDaniel Lezcano1-0/+8
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 Lezcano1-0/+39
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 cgroupsTomasz Buchert1-7/+8
2010-10-27cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen()Tomasz Buchert1-10/+9
2010-10-27Typedef SMP call function pointerDavid Howells1-4/+4
2010-10-27(trivial) Fix compiler warning in kernel/modules.cMichał Mirosław1-1/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-4/+5
2010-10-26docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap1-3/+3
2010-10-26printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim1-2/+0
2010-10-26printk: change type of 'boot_delay' to int *Namhyung Kim1-1/+1
2010-10-26printk: add lock context annotationNamhyung Kim1-0/+1
2010-10-26printk: fixup declaration of kmsg_reasonsNamhyung Kim1-1/+1
2010-10-26stop_machine: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-2/+2
2010-10-26kernel/stop_machine.c: fix unused variable warningRakib Mullick1-1/+1
2010-10-26fs: allow for more than 2^31 filesEric Dumazet1-3/+3
2010-10-26kernel/user.c: add lock release annotation on free_user()Namhyung Kim1-0/+1
2010-10-26workqueues: s/ON_STACK/ONSTACK/Andrew Morton1-1/+1
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich3-11/+11
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra1-2/+2
2010-10-26oom: add per-mm oom disable countYing Han2-1/+17
2010-10-26resources: support allocating space within a region from the top downBjorn Helgaas1-4/+94
2010-10-26resources: handle overflow when aligning start of available areaBjorn Helgaas1-8/+13
2010-10-26resources: ensure callback doesn't allocate outside available spaceBjorn Helgaas1-5/+11
2010-10-26resources: factor out resource_clip() to simplify find_resource()Bjorn Helgaas1-4/+11
2010-10-26resources: add a default alignf to simplify find_resource()Bjorn Helgaas1-2/+13
2010-10-26Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar1-163/+172
2010-10-25fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig1-1/+1
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-25new helper: ihold()Al Viro1-1/+1