summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | params: suppress unused variable error, warn once just in case code changes.Rusty Russell2015-06-231-0/+1
| * | | | | | | | | | kernel/module.c: avoid ifdefs for sig_enforce declarationLuis R. Rodriguez2015-05-281-7/+2Star
| * | | | | | | | | | kernel/workqueue.c: remove ifdefs over wq_power_efficientLuis R. Rodriguez2015-05-281-6/+1Star
| * | | | | | | | | | kernel/params.c: export param_ops_bool_enable_onlyLuis R. Rodriguez2015-05-281-0/+1
| * | | | | | | | | | kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez2015-05-282-31/+30Star
| * | | | | | | | | | kernel/module.c: use generic module param operaters for sig_enforceLuis R. Rodriguez2015-05-281-7/+9
| * | | | | | | | | | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-7/+7
| * | | | | | | | | | module: Rework module_addr_{min,max}Peter Zijlstra2015-05-281-28/+52
| * | | | | | | | | | module: Use __module_address() for module_address_lookup()Peter Zijlstra2015-05-281-10/+7Star
| * | | | | | | | | | module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra2015-05-281-2/+28
| * | | | | | | | | | module: Optimize __module_address() using a latched RB-treePeter Zijlstra2015-05-281-5/+110
| * | | | | | | | | | seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra2015-05-281-1/+1
| * | | | | | | | | | seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra2015-05-281-26/+1Star
| * | | | | | | | | | module: Sanitize RCU usage and lockingPeter Zijlstra2015-05-281-8/+32
| * | | | | | | | | | module, jump_label: Fix module lockingPeter Zijlstra2015-05-271-4/+6
| * | | | | | | | | | module: Annotate module version magicPeter Zijlstra2015-05-271-3/+9
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-06-272-5/+3Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | audit: Fix check of return value of strnlen_user()Jan Kara2015-06-111-1/+1
| * | | | | | | | | | audit: obsolete audit_context check is removed in audit_filter_rules()Mikhail Klementyev2015-05-291-3/+1Star
| * | | | | | | | | | audit: fix for typo in comment to function audit_log_link_denied()Shailendra Verma2015-05-291-1/+1
* | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-271-9/+4Star
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Oleg Nesterov2015-06-041-9/+4Star
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-06-271-162/+322
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | workqueue: fix typos in commentsShailendra Verma2015-05-291-4/+4
| * | | | | | | | | | | workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan2015-05-211-30/+0Star
| * | | | | | | | | | | workqueue: remove the lock from wq_sysfs_prep_attrs()Lai Jiangshan2015-05-211-2/+2
| * | | | | | | | | | | workqueue: remove the declaration of copy_workqueue_attrs()Lai Jiangshan2015-05-211-2/+0Star
| * | | | | | | | | | | workqueue: ensure attrs changes are properly synchronizedLai Jiangshan2015-05-191-9/+21
| * | | | | | | | | | | workqueue: separate out and refactor the locking of applying attrsLai Jiangshan2015-05-191-33/+45
| * | | | | | | | | | | workqueue: simplify wq_update_unbound_numa()Lai Jiangshan2015-05-181-15/+5Star
| * | | | | | | | | | | workqueue: wq_pool_mutex protects the attrs-installationLai Jiangshan2015-05-181-7/+20
| * | | | | | | | | | | workqueue: fix a typoChen Hanxiao2015-05-131-1/+1
| * | | | | | | | | | | workqueue: function name in the comment differs from the real function nameGong Zhaogang2015-05-111-1/+1
| * | | | | | | | | | | workqueue: Allow modifying low level unbound workqueue cpumaskLai Jiangshan2015-04-301-9/+118
| * | | | | | | | | | | workqueue: Create low-level unbound workqueues cpumaskFrederic Weisbecker2015-04-271-2/+27
| * | | | | | | | | | | workqueue: split apply_workqueue_attrs() into 3 stagesLai Jiangshan2015-04-271-84/+115
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-272-131/+146
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cgroup: require write perm on common ancestor when moving processes on the de...Tejun Heo2015-06-181-3/+27
| * | | | | | | | | | | cgroup: separate out cgroup_procs_write_permission() from __cgroup_procs_write()Tejun Heo2015-06-181-14/+24
| * | | | | | | | | | | cgroup: fix uninitialised iterator in for_each_subsys_whichAleksa Sarai2015-06-101-1/+1
| * | | | | | | | | | | cgroup: replace explicit ss_mask checking with for_each_subsys_whichAleksa Sarai2015-06-081-28/+16Star
| * | | | | | | | | | | cgroup: use bitmask to filter for_each_subsysAleksa Sarai2015-06-081-20/+33
| * | | | | | | | | | | cgroup: simplify threadgroup lockingTejun Heo2015-05-271-35/+13Star
| * | | | | | | | | | | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-272-61/+20Star
| * | | | | | | | | | | sched, cgroup: reorganize threadgroup lockingTejun Heo2015-05-271-0/+42
| * | | | | | | | | | | cgroup: switch to unsigned long for bitmasksAleksa Sarai2015-05-181-19/+20
| * | | | | | | | | | | cgroup: fix some comment typosChen Hanxiao2015-04-231-2/+2
* | | | | | | | | | | | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-272-8/+21
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 4.1-rc7 into driver-core-nextGreg Kroah-Hartman2015-06-087-14/+33
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | driver-core: add driver module asynchronous probe supportLuis R. Rodriguez2015-05-201-2/+10