summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* module_param: make bool parameters really bool (core code)Rusty Russell2012-01-133-6/+6
* kernel/async: remove redundant declaration.Rusty Russell2012-01-131-2/+0
* printk: fix unnecessary module_param_name.Rusty Russell2012-01-131-1/+1
* module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-131-0/+24
* modules: sysfs - export: taint, coresize, initsizeKay Sievers2012-01-131-29/+64
* kernel/params: replace DEBUGP with pr_debugJim Cromie2012-01-131-10/+4
* module: replace DEBUGP with pr_debugJim Cromie2012-01-131-26/+20
* module: struct module_ref should contains long fieldsEric Dumazet2012-01-132-5/+5
* module: Fix performance regression on modules with large symbol tablesKevin Cernekee2012-01-131-44/+21
* module: Add comments describing how the "strmap" logic worksKevin Cernekee2012-01-131-0/+9
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-112-10/+7
|\
| * sched: Fix lockup by limiting load-balance retries on lock-breakPeter Zijlstra2012-01-111-3/+7
| * sched: Remove empty #ifdefsHiroshi Shimamoto2012-01-101-7/+0
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-111-0/+9
|\ \
| * | x86: Panic on detection of stack overflowMitsuo Hayasaka2011-12-051-0/+9
* | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-102-0/+4
|\ \ \
| * | | writeback: dirty ratelimit - think time compensationWu Fengguang2011-12-181-0/+1
| * | | writeback: charge leaked page dirties to active tasksWu Fengguang2011-12-181-0/+3
* | | | Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds2012-01-104-13/+95
|\ \ \ \
| * | | | user namespace: make signal.c respect user namespacesSerge E. Hallyn2012-01-101-3/+40
| * | | | workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo2012-01-101-10/+22
| * | | | signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming2012-01-101-0/+21
| * | | | tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki2012-01-101-0/+6
| * | | | PM/Hibernate: do not count debug pages as savableStanislaw Gruszka2012-01-101-0/+6
* | | | | Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-01-101-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3Avi Kivity2011-12-2712-306/+476
| |\ \ \ \
| * | | | | jump-label: export jump_label_inc/jump_label_decXiao Guangrong2011-12-271-0/+2
* | | | | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-098-261/+326
|\ \ \ \ \ \
| * | | | | | 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-121-47/+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-124-65/+63
| * | | | | | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2011-12-123-19/+100
| * | | | | | 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-121-0/+10
| * | | | | | threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo2011-12-122-11/+10
| * | | | | | cgroup: add cgroup_root_mutexTejun Heo2011-12-121-22/+42
* | | | | | | audit: always follow va_copy() with va_end()Jesper Juhl2012-01-081-2/+3
OpenPOWER on IntegriCloud