aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* kernfs: add missing kernfs_active() checks in directory operationsTejun Heo2014-02-07
* kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()Tejun Heo2014-02-07
* kernfs: rename kernfs_dir_ops to kernfs_syscall_opsTejun Heo2014-02-07
* kernfs: invoke dir_ops while holding active ref of the target nodeTejun Heo2014-02-07
* sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-02-07
* s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-07
* scsi: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-07
* pci: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-07
* kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-07
* kernfs: remove KERNFS_REMOVEDTejun Heo2014-02-07
* kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo2014-02-07
* kernfs: remove kernfs_addrm_cxtTejun Heo2014-02-07
* kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate()Tejun Heo2014-02-07
* kernfs: restructure removal path to fix possible premature returnTejun Heo2014-02-07
* kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo2014-02-07
* kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagTejun Heo2014-02-07
* dma-buf: avoid using IS_ERR_OR_NULLColin Cross2014-02-07
* Linus 3.14-rc1Linus Torvalds2014-02-02
* Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-02-02
|\
| * parisc: add flexible mmap memory layout supportHelge Deller2014-02-02
| * parisc: Make EWOULDBLOCK be equal to EAGAIN on pariscGuy Martin2014-02-02
| * parisc: convert uapi/asm/stat.h to use native types onlyHelge Deller2014-02-02
| * parisc: wire up sched_setattr and sched_getattrHelge Deller2014-02-02
| * parisc: fix cache-flushingHelge Deller2014-02-02
| * parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller2014-02-02
* | hpfs: optimize quad buffer loadingMikulas Patocka2014-02-02
* | hpfs: remember free spaceMikulas Patocka2014-02-02
|/
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-02-02
|\
| * hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errorsJean Delvare2014-02-02
| * hwmon: Fix SENSORS_LM75 dependencies to eliminate build errorsJean Delvare2014-02-02
* | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-02-02
|\ \
| * | mm: Fix warning on make htmldocs caused by slab.cMasanari Iida2014-01-31
| * | mm: slub: work around unneeded lockdep warningDave Hansen2014-01-31
| * | mm: sl[uo]b: fix misleading commentsDave Hansen2014-01-31
| * | slub: Fix possible format string bug.Tetsuo Handa2014-01-13
| * | slub: use lockdep_assert_heldPeter Zijlstra2014-01-13
| * | slub: Fix calculation of cpu slabsLi Zefan2013-12-29
| * | slab.h: remove duplicate kmalloc declaration and fix kernel-doc warningsRandy Dunlap2013-12-18
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2014-02-02
|\ \ \
| * | | tools/power turbostat: introduce -s to dump countersAndy Shevchenko2014-02-01
| * | | tools/power turbostat: remove unused command line optionAndy Shevchenko2014-02-01
| * | | turbostat: Add option to report joules consumed per sampleDirk Brandewie2014-01-18
| * | | turbostat: run on HSXLen Brown2014-01-18
| * | | turbostat: Add a .gitignore to ignore the compiled turbostat binaryJosh Triplett2014-01-18
| * | | turbostat: Clean up error handling; disambiguate error messages; use err and ...Josh Triplett2014-01-18
| * | | turbostat: Factor out common function to open file and exit on failureJosh Triplett2014-01-18
| * | | turbostat: Add a helper to parse a single int out of a fileJosh Triplett2014-01-18
| * | | turbostat: Check return value of fscanfJosh Triplett2014-01-18
| * | | turbostat: Use GCC's CPUID functions to support PICJosh Triplett2014-01-18
| * | | turbostat: Don't attempt to printf an off_t with %zxJosh Triplett2014-01-18