summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | | | | debug_core: refactor locking for master/slave cpusJason Wessel2010-10-222-50/+56
| * | | | | | | | | | debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter()Dongdong Deng2010-10-221-2/+5
| * | | | | | | | | | kdb,kgdb: fix sparse fixupsJason Wessel2010-10-221-8/+1
| * | | | | | | | | | kdb: Fix oops in kdb_unregisterJason Wessel2010-10-221-1/+1
| * | | | | | | | | | kdb,ftdump: Remove reference to internal kdb includeJason Wessel2010-10-221-1/+0
| * | | | | | | | | | kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel2010-10-223-40/+5
| * | | | | | | | | | debug_core: stop rcu warnings on kernel resumeJason Wessel2010-10-221-0/+2
| * | | | | | | | | | debug_core: move all watch dog syncs to a single functionJason Wessel2010-10-221-6/+9
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-221-116/+194
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | workqueue: remove in_workqueue_context()Tejun Heo2010-10-191-15/+0
| * | | | | | | | | | workqueue: Clarify that schedule_on_each_cpu is synchronousTejun Heo2010-10-191-4/+6
| * | | | | | | | | | workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo2010-10-111-0/+7
| * | | | | | | | | | workqueue: fix HIGHPRI handling in keep_working()Tejun Heo2010-10-111-1/+3
| * | | | | | | | | | workqueue: add queue_work and activate_work trace pointsTejun Heo2010-10-051-0/+3
| * | | | | | | | | | workqueue: prepare for more tracepointsTejun Heo2010-10-051-3/+3
| * | | | | | | | | | workqueue: implement flush[_delayed]_work_sync()Tejun Heo2010-09-191-0/+56
| * | | | | | | | | | workqueue: factor out start_flush_work()Tejun Heo2010-09-191-27/+37
| * | | | | | | | | | workqueue: cleanup flush/cancel functionsTejun Heo2010-09-191-81/+94
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-2210-0/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-1510-0/+17
* | | | | | | | | | | Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-4/+0
|\ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud