Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | params: suppress unused variable error, warn once just in case code changes. | Rusty Russell | 2015-06-23 | 1 | -0/+1 | |
| * | | | | | | | | | | kernel/module.c: avoid ifdefs for sig_enforce declaration | Luis R. Rodriguez | 2015-05-28 | 1 | -7/+2 | |
| * | | | | | | | | | | kernel/workqueue.c: remove ifdefs over wq_power_efficient | Luis R. Rodriguez | 2015-05-28 | 1 | -6/+1 | |
| * | | | | | | | | | | kernel/params.c: export param_ops_bool_enable_only | Luis R. Rodriguez | 2015-05-28 | 1 | -0/+1 | |
| * | | | | | | | | | | kernel/params.c: generalize bool_enable_only | Luis R. Rodriguez | 2015-05-28 | 2 | -31/+30 | |
| * | | | | | | | | | | kernel/module.c: use generic module param operaters for sig_enforce | Luis R. Rodriguez | 2015-05-28 | 1 | -7/+9 | |
| * | | | | | | | | | | kernel/params: constify struct kernel_param_ops uses | Luis R. Rodriguez | 2015-05-28 | 1 | -7/+7 | |
| * | | | | | | | | | | module: Rework module_addr_{min,max} | Peter Zijlstra | 2015-05-28 | 1 | -28/+52 | |
| * | | | | | | | | | | module: Use __module_address() for module_address_lookup() | Peter Zijlstra | 2015-05-28 | 1 | -10/+7 | |
| * | | | | | | | | | | module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACING | Peter Zijlstra | 2015-05-28 | 1 | -2/+28 | |
| * | | | | | | | | | | module: Optimize __module_address() using a latched RB-tree | Peter Zijlstra | 2015-05-28 | 1 | -5/+110 | |
| * | | | | | | | | | | seqlock: Introduce raw_read_seqcount_latch() | Peter Zijlstra | 2015-05-28 | 1 | -1/+1 | |
| * | | | | | | | | | | seqlock: Better document raw_write_seqcount_latch() | Peter Zijlstra | 2015-05-28 | 1 | -26/+1 | |
| * | | | | | | | | | | module: Sanitize RCU usage and locking | Peter Zijlstra | 2015-05-28 | 1 | -8/+32 | |
| * | | | | | | | | | | module, jump_label: Fix module locking | Peter Zijlstra | 2015-05-27 | 1 | -4/+6 | |
| * | | | | | | | | | | module: Annotate module version magic | Peter Zijlstra | 2015-05-27 | 1 | -3/+9 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2015-06-27 | 2 | -5/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | audit: Fix check of return value of strnlen_user() | Jan Kara | 2015-06-11 | 1 | -1/+1 | |
| * | | | | | | | | | | audit: obsolete audit_context check is removed in audit_filter_rules() | Mikhail Klementyev | 2015-05-29 | 1 | -3/+1 | |
| * | | | | | | | | | | audit: fix for typo in comment to function audit_log_link_denied() | Shailendra Verma | 2015-05-29 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-06-27 | 1 | -9/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | signals: don't abuse __flush_signals() in selinux_bprm_committed_creds() | Oleg Nesterov | 2015-06-04 | 1 | -9/+4 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2015-06-26 | 1 | -162/+322 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | workqueue: fix typos in comments | Shailendra Verma | 2015-05-29 | 1 | -4/+4 | |
| * | | | | | | | | | | | workqueue: move flush_scheduled_work() to workqueue.h | Lai Jiangshan | 2015-05-21 | 1 | -30/+0 | |
| * | | | | | | | | | | | workqueue: remove the lock from wq_sysfs_prep_attrs() | Lai Jiangshan | 2015-05-21 | 1 | -2/+2 | |
| * | | | | | | | | | | | workqueue: remove the declaration of copy_workqueue_attrs() | Lai Jiangshan | 2015-05-21 | 1 | -2/+0 | |
| * | | | | | | | | | | | workqueue: ensure attrs changes are properly synchronized | Lai Jiangshan | 2015-05-19 | 1 | -9/+21 | |
| * | | | | | | | | | | | workqueue: separate out and refactor the locking of applying attrs | Lai Jiangshan | 2015-05-19 | 1 | -33/+45 | |
| * | | | | | | | | | | | workqueue: simplify wq_update_unbound_numa() | Lai Jiangshan | 2015-05-18 | 1 | -15/+5 | |
| * | | | | | | | | | | | workqueue: wq_pool_mutex protects the attrs-installation | Lai Jiangshan | 2015-05-18 | 1 | -7/+20 | |
| * | | | | | | | | | | | workqueue: fix a typo | Chen Hanxiao | 2015-05-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | workqueue: function name in the comment differs from the real function name | Gong Zhaogang | 2015-05-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | workqueue: Allow modifying low level unbound workqueue cpumask | Lai Jiangshan | 2015-04-30 | 1 | -9/+118 | |
| * | | | | | | | | | | | workqueue: Create low-level unbound workqueues cpumask | Frederic Weisbecker | 2015-04-27 | 1 | -2/+27 | |
| * | | | | | | | | | | | workqueue: split apply_workqueue_attrs() into 3 stages | Lai Jiangshan | 2015-04-27 | 1 | -84/+115 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-06-26 | 2 | -131/+146 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cgroup: require write perm on common ancestor when moving processes on the de... | Tejun Heo | 2015-06-18 | 1 | -3/+27 | |
| * | | | | | | | | | | | cgroup: separate out cgroup_procs_write_permission() from __cgroup_procs_write() | Tejun Heo | 2015-06-18 | 1 | -14/+24 | |
| * | | | | | | | | | | | cgroup: fix uninitialised iterator in for_each_subsys_which | Aleksa Sarai | 2015-06-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | cgroup: replace explicit ss_mask checking with for_each_subsys_which | Aleksa Sarai | 2015-06-08 | 1 | -28/+16 | |
| * | | | | | | | | | | | cgroup: use bitmask to filter for_each_subsys | Aleksa Sarai | 2015-06-08 | 1 | -20/+33 | |
| * | | | | | | | | | | | cgroup: simplify threadgroup locking | Tejun Heo | 2015-05-26 | 1 | -35/+13 | |
| * | | | | | | | | | | | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem | Tejun Heo | 2015-05-26 | 2 | -61/+20 | |
| * | | | | | | | | | | | sched, cgroup: reorganize threadgroup locking | Tejun Heo | 2015-05-26 | 1 | -0/+42 | |
| * | | | | | | | | | | | cgroup: switch to unsigned long for bitmasks | Aleksa Sarai | 2015-05-18 | 1 | -19/+20 | |
| * | | | | | | | | | | | cgroup: fix some comment typos | Chen Hanxiao | 2015-04-23 | 1 | -2/+2 | |
* | | | | | | | | | | | | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-06-26 | 2 | -8/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge 4.1-rc7 into driver-core-next | Greg Kroah-Hartman | 2015-06-08 | 7 | -14/+33 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | driver-core: add driver module asynchronous probe support | Luis R. Rodriguez | 2015-05-20 | 1 | -2/+10 |