| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-10-27 | 3 | -4/+5 |
|\ |
|
| * | fs: use percpu counter for nr_dentry and nr_dentry_unused | Christoph Hellwig | 2010-10-26 | 1 | -1/+1 |
| * | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 2010-10-26 | 1 | -0/+1 |
| * | new helper: ihold() | Al Viro | 2010-10-26 | 1 | -1/+1 |
| * | fs: Convert nr_inodes and nr_unused to per-cpu counters | Dave Chinner | 2010-10-26 | 1 | -2/+2 |
| * | fs: allow for more than 2^31 files | Eric Dumazet | 2010-10-26 | 1 | -3/+3 |
* | | docbook: add more wait/wake/completion to device-drivers docbook | Randy Dunlap | 2010-10-27 | 1 | -3/+3 |
* | | printk: declare printk_ratelimit_state in ratelimit.h | Namhyung Kim | 2010-10-27 | 1 | -2/+0 |
* | | printk: change type of 'boot_delay' to int * | Namhyung Kim | 2010-10-27 | 1 | -1/+1 |
* | | printk: add lock context annotation | Namhyung Kim | 2010-10-27 | 1 | -0/+1 |
* | | printk: fixup declaration of kmsg_reasons | Namhyung Kim | 2010-10-27 | 1 | -1/+1 |
* | | stop_machine: convert cpu notifier to return encapsulate errno value | Akinobu Mita | 2010-10-27 | 1 | -2/+2 |
* | | kernel/stop_machine.c: fix unused variable warning | Rakib Mullick | 2010-10-27 | 1 | -1/+1 |
* | | fs: allow for more than 2^31 files | Eric Dumazet | 2010-10-27 | 1 | -3/+3 |
* | | kernel/user.c: add lock release annotation on free_user() | Namhyung Kim | 2010-10-27 | 1 | -0/+1 |
* | | workqueues: s/ON_STACK/ONSTACK/ | Andrew Morton | 2010-10-27 | 1 | -1/+1 |
* | | use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages | Jan Beulich | 2010-10-27 | 3 | -11/+11 |
* | | mm: strictly nested kmap_atomic() | Peter Zijlstra | 2010-10-27 | 1 | -2/+2 |
* | | oom: add per-mm oom disable count | Ying Han | 2010-10-27 | 2 | -1/+17 |
* | | MN10300: Fix the PERCPU() alignment to allow for workqueues | David Howells | 2010-10-26 | 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-23 | 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 |
| * | | | | | | | | | | debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter() | Dongdong Deng | 2010-10-22 | 1 | -2/+5 |
| * | | | | | | | | | | kdb,kgdb: fix sparse fixups | Jason Wessel | 2010-10-22 | 1 | -8/+1 |
| * | | | | | | | | | | kdb: Fix oops in kdb_unregister | Jason Wessel | 2010-10-22 | 1 | -1/+1 |
| * | | | | | | | | | | kdb,ftdump: Remove reference to internal kdb include | Jason Wessel | 2010-10-22 | 1 | -1/+0 |
| * | | | | | | | | | | kdb: Allow kernel loadable modules to add kdb shell functions | Jason Wessel | 2010-10-22 | 3 | -40/+5 |
| * | | | | | | | | | | debug_core: stop rcu warnings on kernel resume | Jason Wessel | 2010-10-22 | 1 | -0/+2 |
| * | | | | | | | | | | debug_core: move all watch dog syncs to a single function | Jason Wessel | 2010-10-22 | 1 | -6/+9 |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-10-23 | 1 | -116/+194 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | workqueue: remove in_workqueue_context() | Tejun Heo | 2010-10-19 | 1 | -15/+0 |
| * | | | | | | | | | | workqueue: Clarify that schedule_on_each_cpu is synchronous | Tejun Heo | 2010-10-19 | 1 | -4/+6 |
| * | | | | | | | | | | workqueue: add and use WQ_MEM_RECLAIM flag | Tejun Heo | 2010-10-11 | 1 | -0/+7 |
| * | | | | | | | | | | workqueue: fix HIGHPRI handling in keep_working() | Tejun Heo | 2010-10-11 | 1 | -1/+3 |
| * | | | | | | | | | | workqueue: add queue_work and activate_work trace points | Tejun Heo | 2010-10-05 | 1 | -0/+3 |
| * | | | | | | | | | | workqueue: prepare for more tracepoints | Tejun Heo | 2010-10-05 | 1 | -3/+3 |
| * | | | | | | | | | | workqueue: implement flush[_delayed]_work_sync() | Tejun Heo | 2010-09-19 | 1 | -0/+56 |
| * | | | | | | | | | | workqueue: factor out start_flush_work() | Tejun Heo | 2010-09-19 | 1 | -27/+37 |
| * | | | | | | | | | | workqueue: cleanup flush/cancel functions | Tejun Heo | 2010-09-19 | 1 | -81/+94 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 10 | -0/+17 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 10 | -0/+17 |
* | | | | | | | | | | | Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -4/+0 |
|\ \ \ \ \ \ \ \ \ \ \ |
|