aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-25fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner1-2/+2
2010-10-25fs: allow for more than 2^31 filesEric Dumazet1-3/+3
2010-10-25MN10300: Fix the PERCPU() alignment to allow for workqueuesDavid Howells1-1/+3
2010-10-25kprobes: Remove redundant text_mutex lock in optimizeMasami Hiramatsu1-3/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-10-24sched_stat: Update sched_info_queue/dequeue() code commentsRakib Mullick1-19/+1
2010-10-23tracing: Fix 'faild' -> 'failed' typoJoe Perches1-1/+1
2010-10-23Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgentIngo Molnar1-7/+9
2010-10-23Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linus', 'x86-quirks-for-linus', 'x86-setup-for-linus', 'x86-uv-for-linus' and 'x86-vm86-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-10-22Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds7-127/+85
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-116/+194
2010-10-22kdb,debug_core: adjust master cpu switch logic against new debug_core lockingJason Wessel3-22/+9
2010-10-22debug_core: refactor locking for master/slave cpusJason Wessel2-50/+56
2010-10-22debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter()Dongdong Deng1-2/+5
2010-10-22kdb,kgdb: fix sparse fixupsJason Wessel1-8/+1
2010-10-22kdb: Fix oops in kdb_unregisterJason Wessel1-1/+1
2010-10-22kdb,ftdump: Remove reference to internal kdb includeJason Wessel1-1/+0
2010-10-22kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel3-40/+5
2010-10-22debug_core: stop rcu warnings on kernel resumeJason Wessel1-0/+2
2010-10-22debug_core: move all watch dog syncs to a single functionJason Wessel1-6/+9
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds10-0/+17
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-4/+0
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-11/+9
2010-10-22Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar1-6/+2
2010-10-22perf_events: Fix for transaction recovery in group_sched_in()Stephane Eranian1-2/+20
2010-10-22perf_events: Revert: Fix transaction recovery in group_sched_in()Stephane Eranian1-63/+13
2010-10-22sched, cgroup: Fixup broken cgroup movementPeter Zijlstra2-10/+23
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+1
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-591/+0