| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2015-11-06 | 1 | -4/+4 |
|\ |
|
| * | audit: audit_string_contains_control can be boolean | Yaowei Bai | 2015-11-04 | 1 | -1/+1 |
| * | audit: audit_dummy_context can be boolean | Yaowei Bai | 2015-11-04 | 1 | -3/+3 |
* | | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-11-05 | 8 | -116/+144 |
|\ \ |
|
| * | | cgroup: add cgroup_subsys->free() method and use it to fix pids controller | Tejun Heo | 2015-10-15 | 1 | -0/+1 |
| * | | cgroup: keep zombies associated with their original cgroups | Tejun Heo | 2015-10-15 | 2 | -3/+3 |
| * | | cgroup: make css_set_rwsem a spinlock and rename it to css_set_lock | Tejun Heo | 2015-10-15 | 1 | -3/+2 |
| * | | cgroup: don't hold css_set_rwsem across css task iteration | Tejun Heo | 2015-10-15 | 2 | -0/+7 |
| * | | cgroup: replace cgroup_has_tasks() with cgroup_is_populated() | Tejun Heo | 2015-10-15 | 1 | -2/+2 |
| * | | cgroup: make cgroup->nr_populated count the number of populated css_sets | Tejun Heo | 2015-10-15 | 1 | -4/+4 |
| * | | cgroup: Merge branch 'for-4.3-fixes' into for-4.4 | Tejun Heo | 2015-09-24 | 1 | -2/+8 |
| |\ \ |
|
| * | | | cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader() | Tejun Heo | 2015-09-22 | 1 | -0/+22 |
| * | | | memcg: generate file modified notifications on "memory.events" | Tejun Heo | 2015-09-21 | 1 | -0/+4 |
| * | | | cgroup: generalize obtaining the handles of and notifying cgroup files | Tejun Heo | 2015-09-18 | 2 | -2/+37 |
| * | | | cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE | Tejun Heo | 2015-09-18 | 1 | -5/+1 |
| * | | | cgroup: replace "cgroup.populated" with "cgroup.events" | Tejun Heo | 2015-09-18 | 1 | -1/+1 |
| * | | | cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() | Tejun Heo | 2015-09-18 | 1 | -58/+0 |
| * | | | cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled() | Tejun Heo | 2015-09-18 | 3 | -7/+2 |
| * | | | cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_... | Tejun Heo | 2015-09-18 | 1 | -0/+21 |
| * | | | jump_label: make static_key_enabled() work on static_key_true/false types too | Tejun Heo | 2015-09-18 | 1 | -7/+11 |
| * | | | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem | Tejun Heo | 2015-09-16 | 3 | -22/+25 |
* | | | | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 2015-11-05 | 1 | -0/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'for-4.3-fixes' into for-4.4 | Tejun Heo | 2015-11-03 | 150 | -786/+3974 |
| |\ \ \ \ |
|
| * | | | | | ata: ahci: find eSATA ports and flag them as removable | Manuel Lauss | 2015-09-30 | 1 | -0/+1 |
* | | | | | | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2015-11-05 | 3 | -16/+31 |
|\ \ \ \ \ \ |
|
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| *---. \ \ \ \ \ | Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',... | Mark Brown | 2015-11-04 | 2 | -1/+6 |
| |\ \ \ \ \ \ \ \
| | | |_|_|/ / / /
| | |/| | | | | | |
|
| | | | * | | | | | spi: pxa2xx: Add support for Intel Broxton | Jarkko Nikula | 2015-10-30 | 1 | -0/+1 |
| | | |/ / / / /
| | |/| | | | | |
|
| | | * | | | | | spi: Add THIS_MODULE to spi_driver in SPI core | Andrew F. Davis | 2015-10-28 | 1 | -1/+5 |
| | |/ / / / / |
|
| | | | | | | | |
| | \ \ \ \ \ | |
| *-. \ \ \ \ \ | Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/bcm63xx', 'spi... | Mark Brown | 2015-11-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | | |
|
| | | * | | | | | spi: bitbang: Replace spinlock by mutex | Nicolas Boichat | 2015-09-17 | 1 | -1/+1 |
| | |/ / / / / |
|
| * | | | | | | Merge remote-tracking branch 'spi/topic/doc' into spi-next | Mark Brown | 2015-11-04 | 1 | -14/+24 |
| |\ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| | * | | | | | spi: fix kernel-doc warnings about missing return desc in spi.h | Javier Martinez Canillas | 2015-10-23 | 1 | -14/+20 |
| | | | | | | | |
| | | \ \ \ \ | |
| | *-. \ \ \ \ | Merge branches 'topic/core' and 'topic/stats' of git://git.kernel.org/pub/scm... | Mark Brown | 2015-10-23 | 1 | -0/+4 |
| | |\ \ \ \ \ \
| | | | |/ / / /
| | | |/| | | | |
|
| | | | * | | | | spi: add transfer histogram statistics via sysfs | Martin Sperl | 2015-09-19 | 1 | -0/+4 |
| | | |/ / / / |
|
* | | | | | | | Merge tag 'regulator-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2015-11-05 | 2 | -7/+5 |
|\ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ | |
| | \ \ \ \ \ \ | |
| | \ \ \ \ \ \ | |
| | \ \ \ \ \ \ | |
| *---. \ \ \ \ \ \ | Merge remote-tracking branches 'regulator/topic/supply', 'regulator/topic/tps... | Mark Brown | 2015-11-04 | 1 | -7/+3 |
| |\ \ \ \ \ \ \ \ \
| | | | | |_|/ / / /
| | | | |/| | | | | |
|
| | | * | | | | | | | mfd: tps6105x: Use i2c regmap to access registers | Grigoryev Denis | 2015-10-05 | 1 | -7/+3 |
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ | |
| *-. | | | | | | | | | Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/an... | Mark Brown | 2015-11-04 | 1 | -0/+2 |
| |\ \| | | | | | | |
| | | |_|/ / / / / /
| | |/| | / / / / /
| | |_|_|/ / / / /
| |/| | | | | | | |
|
| | | * | | | | | | regulator: introduce min_dropout_uV | Sascha Hauer | 2015-10-16 | 1 | -0/+2 |
| | |/ / / / / / |
|
* | | | | | | | | Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-11-05 | 21 | -25/+568 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | clk: Add clk_hw_is_enabled() for use by clk providers | Joachim Eastwood | 2015-10-26 | 1 | -0/+1 |
| * | | | | | | | | clk: Add stubs for of_clk_*() APIs when CONFIG_OF=n | Stephen Boyd | 2015-10-26 | 1 | -0/+9 |
| * | | | | | | | | clk: Remove clk_{register,unregister}_multiplier() | Stephen Boyd | 2015-10-23 | 1 | -7/+0 |
| * | | | | | | | | Merge branch 'clk-iproc' into clk-next | Stephen Boyd | 2015-10-22 | 2 | -0/+123 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | clk: ns2: add clock support for Broadcom Northstar 2 SoC | Jon Mason | 2015-10-22 | 1 | -0/+72 |
| | * | | | | | | | | clk: nsp: add clock support for Broadcom Northstar Plus SoC | Jon Mason | 2015-10-22 | 1 | -0/+51 |
| | | |/ / / / / /
| | |/| | | | | | |
|
| * | | | | | | | | Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kern... | Stephen Boyd | 2015-10-22 | 2 | -0/+95 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | clk: sunxi: Add a driver for the PLL2 | Maxime Ripard | 2015-10-21 | 1 | -0/+53 |
| | * | | | | | | | | clk: Add a basic multiplier clock | Maxime Ripard | 2015-10-21 | 1 | -0/+42 |
| | |/ / / / / / / |
|
| * | | | | | | | | Merge branch 'clk-shmobile-for-v4.4' of git://git.kernel.org/pub/scm/linux/ke... | Michael Turquette | 2015-10-21 | 2 | -0/+78 |
| |\ \ \ \ \ \ \ \ |
|