summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-01-097-72/+134
|\
| * Merge branch 'pxa/fixes-non-critical' into next/fixes-non-criticalArnd Bergmann2011-12-282-15/+8
| |\
| | * MAINTAINERS: update pxa and mmpHaojian Zhuang2011-12-281-15/+7
| | * ARM: pxa: Include linux/export.h in balloon3.cAxel Lin2011-12-281-0/+1
| * | Merge branch 'omap/fixes-non-critical-part2' into next/fixes-non-criticalOlof Johansson2011-12-223-55/+92
| |\ \
| | * | ARM: OMAP4: clock: Add CPU local timer clock nodeSantosh Shilimkar2011-12-161-0/+9
| | * | ARM: OMAP4: hwmod: Don't wait for the idle status if modulemode is not supportedBenoit Cousson2011-12-161-49/+49
| | * | ARM: OMAP: AM3517/3505: fix crash on boot due to incorrect voltagedomain dataPaul Walmsley2011-12-161-6/+34
| * | | Merge branch 'omap/fixes-hwmod' into next/fixes-non-criticalOlof Johansson2011-12-22374-2735/+3599
| |\ \ \ | | |/ /
| | * | Merge branch 'hwmod_data_fixes_3.2rc' of git://git.pwsan.com/linux-2.6 into f...Tony Lindgren2011-12-161-5/+13
| | |\ \
| | | * | ARM: OMAP: hwmod data: fix the panic on Nokia RM-680 during bootAaro Koskinen2011-12-151-1/+13
| * | | | Merge branch 'omap/fixes-non-critical' into next/fixes-non-criticalOlof Johansson2011-12-131-1/+21
| |\ \ \ \
| | * \ \ \ Merge branch 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2011-12-131-1/+21
| | |\ \ \ \ | |/ / / / /
| | * | | | ARM: OMAP2+: DMA: Workaround for invalid destination positionPeter Ujfalusi2011-12-091-1/+9
| | * | | | ARM: OMAP2+: DMA: Workaround for invalid source positionPeter Ujfalusi2011-12-091-0/+12
| |/ / / /
* | | | | tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt2012-01-092-2/+2
* | | | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-01-099-236/+62
|\ \ \ \ \
| * | | | | percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2011-12-229-236/+62
* | | | | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-0915-349/+470
|\ \ \ \ \ \
| * | | | | | cgroup: fix to allow mounting a hierarchy by nameLi Zefan2012-01-051-3/+3
| * | | | | | cgroup: move assignement out of condition in cgroup_attach_proc()Dan Carpenter2012-01-041-2/+5
| * | | | | | cgroup: Remove task_lock() from cgroup_post_fork()Frederic Weisbecker2011-12-271-3/+12
| * | | | | | cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()Kirill A. Shutemov2011-12-271-0/+2
| * | | | | | cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as staticKirill A. Shutemov2011-12-271-2/+2
| * | | | | | cgroup: only need to check oldcgrp==newgrp onceMandeep Singh Baines2011-12-221-16/+6
| * | | | | | cgroup: remove redundant get/put of task structMandeep Singh Baines2011-12-221-9/+2
| * | | | | | cgroup: remove redundant get/put of old css_set from migrateMandeep Singh Baines2011-12-221-20/+8
| * | | | | | cgroup: Remove unnecessary task_lock before fetching css_set on migrationFrederic Weisbecker2011-12-211-10/+10
| * | | | | | cgroup: Drop task_lock(parent) on cgroup_fork()Frederic Weisbecker2011-12-211-6/+17
| * | | | | | cgroups: remove redundant get/put of css_set from css_set_check_fetched()Mandeep Singh Baines2011-12-191-8/+2
| * | | | | | resource cgroups: remove bogus castDavidlohr Bueso2011-12-131-2/+1
| * | | | | | cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()Tejun Heo2011-12-123-70/+5
| * | | | | | cgroup, cpuset: don't use ss->pre_attach()Tejun Heo2011-12-121-17/+12
| * | | | | | cgroup: don't use subsys->can_attach_task() or ->attach_task()Tejun Heo2011-12-125-82/+91
| * | | | | | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2011-12-127-43/+158
| * | | | | | cgroup: improve old cgroup handling in cgroup_attach_proc()Tejun Heo2011-12-121-24/+42
| * | | | | | cgroup: always lock threadgroup during migrationTejun Heo2011-12-121-35/+27
| * | | | | | threadgroup: extend threadgroup_lock() to cover exit and execTejun Heo2011-12-122-6/+51
| * | | | | | threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo2011-12-124-31/+29
| * | | | | | cgroup: add cgroup_root_mutexTejun Heo2011-12-121-22/+42
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-0935-111/+201
|\ \ \ \ \ \ \
| * | | | | | | ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-0919-22/+3
| * | | | | | | ext{3,4}: Fix potential race when setversion ioctl updates inodeDjalal Harouni2012-01-092-2/+10
| * | | | | | | udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara2012-01-091-0/+6
| * | | | | | | ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara2012-01-091-3/+21
| * | | | | | | jbd: Remove j_barrier mutexJan Kara2012-01-093-21/+22
| * | | | | | | reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney2012-01-091-10/+14
| * | | | | | | reiserfs: Fix quota mount option parsingJan Kara2012-01-091-1/+2
| * | | | | | | udf: Treat symlink component of type 2 as /Jan Kara2012-01-091-4/+10
| * | | | | | | udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2012-01-092-6/+21