| Commit message (Expand) | Author | Age | Files | Lines |
* | sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() | Tejun Heo | 2013-11-29 | 2 | -21/+33 |
* | sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation | Tejun Heo | 2013-11-29 | 1 | -8/+29 |
* | sysfs, kernfs: introduce kernfs_notify() | Tejun Heo | 2013-11-29 | 2 | -4/+8 |
* | sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() | Tejun Heo | 2013-11-29 | 1 | -2/+7 |
* | sysfs, kernfs: introduce kernfs_create_file[_ns]() | Tejun Heo | 2013-11-29 | 1 | -0/+18 |
* | sysfs, kernfs: introduce kernfs_ops | Tejun Heo | 2013-11-29 | 1 | -0/+26 |
* | sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h | Tejun Heo | 2013-11-29 | 1 | -0/+18 |
* | sysfs, kernfs: introduce kernfs_create_dir[_ns]() | Tejun Heo | 2013-11-29 | 2 | -6/+17 |
* | Merge 3.13-rc2 into driver-core-next | Greg Kroah-Hartman | 2013-11-29 | 13 | -65/+166 |
|\ |
|
| * | Merge tag 'gpio-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2013-11-28 | 1 | -2/+9 |
| |\ |
|
| | * | gpiolib: use dedicated flags for GPIO properties | Alexandre Courbot | 2013-11-25 | 1 | -2/+9 |
| * | | Merge tag 'staging-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-11-27 | 1 | -0/+3 |
| |\ \ |
|
| | * \ | Merge tag 'fixes-for-3.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2013-11-25 | 1 | -0/+3 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | iio: hid_Sensors: fix crash during trigger unregister | Srinivas Pandruvada | 2013-11-02 | 1 | -0/+3 |
| * | | | Merge tag 'pm+acpi-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-11-27 | 3 | -1/+4 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'acpica' | Rafael J. Wysocki | 2013-11-27 | 2 | -1/+3 |
| | |\ \ \ |
|
| | | * | | | ACPICA: Update version to 20131115. | Bob Moore | 2013-11-21 | 1 | -1/+1 |
| | | * | | | ACPICA: Tests: Add CHECKSUM_ABORT protection for test utilities. | Lv Zheng | 2013-11-21 | 1 | -0/+2 |
| | | | | | | |
| | | \ \ \ | |
| | *-. \ \ \ | Merge branches 'acpi-hotplug', 'acpi-sysfs' and 'acpi-sleep' | Rafael J. Wysocki | 2013-11-25 | 1 | -0/+1 |
| | |\ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| | | * | | | | ACPI / hotplug: Fix conflicted PCI bridge notify handlers | Toshi Kani | 2013-11-20 | 1 | -0/+1 |
| * | | | | | | Merge tag 'trace-fixes-v3.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-11-26 | 1 | -2/+3 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | tracing: Allow events to have NULL strings | Steven Rostedt (Red Hat) | 2013-11-26 | 1 | -2/+3 |
| | |/ / / / / |
|
| * | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-11-26 | 1 | -0/+27 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | ARM: tegra: Provide dummy powergate implementation | Thierry Reding | 2013-11-25 | 1 | -0/+27 |
| | |/ / / / / |
|
| * | | | | | | slab.h: remove duplicate kmalloc declaration and fix kernel-doc warnings | Randy Dunlap | 2013-11-24 | 1 | -56/+46 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-11-23 | 5 | -4/+74 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | padata: make the sequence counter an atomic_t | Mathias Krause | 2013-10-30 | 1 | -2/+1 |
| | * | | | | | crypto: authenc - Export key parsing helper function | Mathias Krause | 2013-10-16 | 1 | -1/+11 |
| | * | | | | | crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks | James Yonan | 2013-10-07 | 1 | -1/+17 |
| | * | | | | | crypto: create generic version of ablk_helper | Ard Biesheuvel | 2013-09-24 | 2 | -0/+45 |
* | | | | | | | sysfs, kernfs: introduce kernfs_setattr() | Tejun Heo | 2013-11-27 | 1 | -0/+8 |
* | | | | | | | sysfs, kernfs: introduce kernfs_rename[_ns]() | Tejun Heo | 2013-11-27 | 1 | -0/+7 |
* | | | | | | | sysfs, kernfs: introduce kernfs_create_link() | Tejun Heo | 2013-11-27 | 1 | -0/+9 |
* | | | | | | | sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]() | Tejun Heo | 2013-11-27 | 1 | -0/+24 |
* | | | | | | | sysfs, kernfs: add skeletons for kernfs | Tejun Heo | 2013-11-27 | 2 | -2/+13 |
* | | | | | | | sysfs: drop kobj_ns_type handling, take #2 | Tejun Heo | 2013-11-27 | 1 | -0/+6 |
|/ / / / / / |
|
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-11-22 | 4 | -4/+66 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ... | Dave Airlie | 2013-11-21 | 1 | -1/+3 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | drm/ttm: Remove set_need_resched from the ttm fault handler | Thomas Hellstrom | 2013-11-20 | 1 | -1/+3 |
| * | | | | | | | Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin... | Dave Airlie | 2013-11-21 | 2 | -3/+61 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | drm/ttm: Add a minimal prime implementation for ttm base objects | Thomas Hellstrom | 2013-11-18 | 1 | -2/+59 |
| | * | | | | | | | drm/ttm: Allow execbuf util reserves without ticket | Thomas Hellstrom | 2013-11-18 | 1 | -1/+2 |
| | |/ / / / / / |
|
| * | | | | | | | Merge branch 'drm-next-3.13' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2013-11-21 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | drm/radeon/cik: Add macrotile mode array query | Michel Dänzer | 2013-11-18 | 1 | -0/+2 |
| | |/ / / / / / |
|
* | | | | | | | | Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-11-22 | 5 | -73/+71 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 2013-11-14 | 5 | -73/+71 |
* | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2013-11-22 | 4 | -43/+49 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | target_core_alua: Store supported ALUA states | Hannes Reinecke | 2013-11-20 | 1 | -0/+1 |
| * | | | | | | | | | target core: rename (ex,im)plict -> (ex,im)plicit | Hannes Reinecke | 2013-11-20 | 1 | -1/+1 |
| * | | | | | | | | | target: Convert se_device statistics to atomic_long_t | Nicholas Bellinger | 2013-11-13 | 1 | -5/+4 |