| Commit message (Expand) | Author | Age | Files | Lines |
* | cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty | Tejun Heo | 2013-01-07 | 1 | -0/+14 |
* | cpuset: pin down cpus and mems while a task is being attached | Tejun Heo | 2013-01-07 | 1 | -2/+26 |
* | cpuset: make CPU / memory hotplug propagation asynchronous | Tejun Heo | 2013-01-07 | 1 | -6/+48 |
* | cpuset: drop async_rebuild_sched_domains() | Tejun Heo | 2013-01-07 | 1 | -60/+16 |
* | cpuset: don't nest cgroup_mutex inside get_online_cpus() | Tejun Heo | 2013-01-07 | 1 | -4/+35 |
* | cpuset: reorganize CPU / memory hotplug handling | Tejun Heo | 2013-01-07 | 1 | -117/+104 |
* | cpuset: cleanup cpuset[_can]_attach() | Tejun Heo | 2013-01-07 | 1 | -17/+18 |
* | cpuset: introduce cpuset_for_each_child() | Tejun Heo | 2013-01-07 | 1 | -31/+54 |
* | cpuset: introduce CS_ONLINE | Tejun Heo | 2013-01-07 | 1 | -1/+10 |
* | cpuset: introduce ->css_on/offline() | Tejun Heo | 2013-01-07 | 1 | -22/+44 |
* | cpuset: remove fast exit path from remove_tasks_in_empty_cpuset() | Tejun Heo | 2013-01-07 | 1 | -8/+0 |
* | cpuset: remove unused cpuset_unlock() | Tejun Heo | 2013-01-07 | 1 | -11/+0 |
* | cgroup: implement cgroup_rightmost_descendant() | Tejun Heo | 2013-01-07 | 2 | -0/+27 |
* | cgroup: remove unused dummy cgroup_fork_callbacks() | Tejun Heo | 2013-01-07 | 1 | -1/+0 |
* | Linux 3.8-rc2v3.8-rc2 | Linus Torvalds | 2013-01-02 | 1 | -1/+1 |
* | Merge branch 'fixes-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-01-02 | 1 | -2/+3 |
|\ |
|
| * | leds: leds-gpio: set devm_gpio_request_one() flags param correctly | Javier Martinez Canillas | 2013-01-02 | 1 | -2/+3 |
* | | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 2013-01-02 | 5 | -14/+29 |
|\ \ |
|
| * | | watchdog: twl4030_wdt: add DT support | Aaro Koskinen | 2013-01-02 | 3 | -2/+23 |
| * | | watchdog: omap_wdt: eliminate unused variable and a compiler warning | Aaro Koskinen | 2013-01-02 | 1 | -1/+0 |
| * | | watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err... | Axel Lin | 2013-01-02 | 1 | -7/+6 |
| * | | watchdog: da9055: Fix invalid free of devm_ allocated data | Axel Lin | 2013-01-02 | 1 | -4/+0 |
* | | | Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he... | Linus Torvalds | 2013-01-02 | 6 | -55/+63 |
|\ \ \ |
|
| * | | | PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHz | Andy Lutomirski | 2012-12-26 | 2 | -2/+6 |
| * | | | PCI/PM: Do not suspend port if any subordinate device needs PME polling | Huang Ying | 2012-12-26 | 1 | -1/+19 |
| * | | | PCI: Add PCIe Link Capability link speed and width names | Bjorn Helgaas | 2012-12-26 | 1 | -0/+2 |
| * | | | PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check) | Myron Stowe | 2012-12-26 | 1 | -1/+2 |
| * | | | PCI: Remove spurious error for sriov_numvfs store and simplify flow | Bjorn Helgaas | 2012-12-26 | 1 | -51/+34 |
| | |/
| |/| |
|
* | | | UAPI: Strip _UAPI prefix on header install no matter the whitespace | David Howells | 2013-01-02 | 1 | -3/+3 |
* | | | UAPI: Remove empty Kbuild files | David Howells | 2013-01-02 | 8 | -8/+0 |
* | | | Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-01-02 | 3 | -6/+14 |
|\ \ \ |
|
| * | | | fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() static | Cong Ding | 2012-12-18 | 1 | -1/+1 |
| * | | | eCryptfs: fix to use list_for_each_entry_safe() when delete items | Wei Yongjun | 2012-12-18 | 1 | -3/+3 |
| * | | | eCryptfs: Avoid unnecessary disk read and data decryption during writing | Li Wang | 2012-11-07 | 1 | -2/+10 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-01-02 | 2 | -28/+29 |
|\ \ \ \ |
|
| * | | | | libceph: fix protocol feature mismatch failure path | Sage Weil | 2012-12-27 | 1 | -10/+4 |
| * | | | | libceph: WARN, don't BUG on unexpected connection states | Alex Elder | 2012-12-27 | 1 | -6/+5 |
| * | | | | libceph: always reset osds when kicking | Alex Elder | 2012-12-27 | 1 | -2/+2 |
| * | | | | libceph: move linger requests sooner in kick_requests() | Alex Elder | 2012-12-27 | 1 | -11/+19 |
* | | | | | mm: mempolicy: Convert shared_policy mutex to spinlock | Mel Gorman | 2013-01-02 | 2 | -21/+49 |
* | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-01-02 | 9 | -58/+152 |
|\ \ \ \ \ |
|
| * | | | | | ext4: avoid hang when mounting non-journal filesystems with orphan list | Theodore Ts'o | 2012-12-27 | 1 | -1/+2 |
| * | | | | | ext4: lock i_mutex when truncating orphan inodes | Theodore Ts'o | 2012-12-27 | 1 | -0/+2 |
| * | | | | | ext4: do not try to write superblock on ro remount w/o journal | Michael Tokarev | 2012-12-25 | 1 | -1/+1 |
| * | | | | | ext4: include journal blocks in df overhead calcs | Eric Sandeen | 2012-12-25 | 1 | -0/+4 |
| * | | | | | ext4: remove unaligned AIO warning printk | Eric Sandeen | 2012-12-25 | 1 | -8/+0 |
| * | | | | | ext4: fix an incorrect comment about i_mutex | Andy Lutomirski | 2012-12-25 | 1 | -2/+0 |
| * | | | | | ext4: fix deadlock in journal_unmap_buffer() | Jan Kara | 2012-12-25 | 3 | -25/+86 |
| * | | | | | ext4: split off ext4_journalled_invalidatepage() | Jan Kara | 2012-12-25 | 2 | -8/+29 |
| * | | | | | jbd2: fix assertion failure in jbd2_journal_flush() | Jan Kara | 2012-12-21 | 1 | -1/+2 |