aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-10-26printk: declare printk_ratelimit_state in ratelimit.hGravatar Namhyung Kim 1-2/+0
2010-10-26printk: change type of 'boot_delay' to int *Gravatar Namhyung Kim 1-1/+1
2010-10-26printk: add lock context annotationGravatar Namhyung Kim 1-0/+1
2010-10-26printk: fixup declaration of kmsg_reasonsGravatar Namhyung Kim 1-1/+1
2010-10-26stop_machine: convert cpu notifier to return encapsulate errno valueGravatar Akinobu Mita 1-2/+2
2010-10-26kernel/stop_machine.c: fix unused variable warningGravatar Rakib Mullick 1-1/+1
2010-10-26fs: allow for more than 2^31 filesGravatar Eric Dumazet 1-3/+3
2010-10-26kernel/user.c: add lock release annotation on free_user()Gravatar Namhyung Kim 1-0/+1
2010-10-26workqueues: s/ON_STACK/ONSTACK/Gravatar Andrew Morton 1-1/+1
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesGravatar Jan Beulich 3-11/+11
2010-10-26mm: strictly nested kmap_atomic()Gravatar Peter Zijlstra 1-2/+2
2010-10-26oom: add per-mm oom disable countGravatar Ying Han 2-1/+17
2010-10-25MN10300: Fix the PERCPU() alignment to allow for workqueuesGravatar David Howells 1-1/+3
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 2-2/+2
2010-10-23Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Gravatar Linus Torvalds 1-1/+1
2010-10-22Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Gravatar Linus Torvalds 7-127/+85
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-116/+194
2010-10-22kdb,debug_core: adjust master cpu switch logic against new debug_core lockingGravatar Jason Wessel 3-22/+9
2010-10-22debug_core: refactor locking for master/slave cpusGravatar Jason Wessel 2-50/+56
2010-10-22debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter()Gravatar Dongdong Deng 1-2/+5
2010-10-22kdb,kgdb: fix sparse fixupsGravatar Jason Wessel 1-8/+1
2010-10-22kdb: Fix oops in kdb_unregisterGravatar Jason Wessel 1-1/+1
2010-10-22kdb,ftdump: Remove reference to internal kdb includeGravatar Jason Wessel 1-1/+0
2010-10-22kdb: Allow kernel loadable modules to add kdb shell functionsGravatar Jason Wessel 3-40/+5
2010-10-22debug_core: stop rcu warnings on kernel resumeGravatar Jason Wessel 1-0/+2
2010-10-22debug_core: move all watch dog syncs to a single functionGravatar Jason Wessel 1-6/+9
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 10-0/+17
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-4/+0
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 2-11/+9
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-0/+1
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-591/+0
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-1/+1
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 7-29/+376
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 15-720/+839
2010-10-21Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+11
2010-10-21Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-15/+22
2010-10-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-15/+16
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-103/+489
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 24-1369/+2876
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 14-95/+741
2010-10-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-27/+34
2010-10-21security: remove unused parameter from security_task_setscheduler()Gravatar KOSAKI Motohiro 2-4/+4
2010-10-20Merge branch 'linus' into irq/coreGravatar Ingo Molnar 9-21/+40
2010-10-19Merge branch 'devel-stable' into develGravatar Russell King 7-10/+29
2010-10-19Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 6-131/+373
2010-10-19tracing: Fix compile issue for trace_sched_wakeup.cGravatar Steven Rostedt 1-2/+1
2010-10-19futex: Fix errors in nested key ref-countingGravatar Darren Hart 1-15/+16
2010-10-19blktrace: remove the big kernel lockGravatar Arnd Bergmann 1-11/+3
2010-10-19rtmutex-tester: make it build without BKLGravatar Arnd Bergmann 1-0/+6
2010-10-19workqueue: remove in_workqueue_context()Gravatar Tejun Heo 1-15/+0