| Commit message (Expand) | Author | Age | Files | Lines |
* | sysfs: In sysfs_chmod_file lazily propagate the mode change. | Eric W. Biederman | 2009-12-11 | 1 | -23/+8 |
* | sysfs: Implement sysfs_getattr & sysfs_permission | Eric W. Biederman | 2009-12-11 | 4 | -17/+54 |
* | sysfs: Nicely indent sysfs_symlink_inode_operations | Eric W. Biederman | 2009-12-11 | 1 | -4/+4 |
* | sysfs: Update s_iattr on link and unlink. | Eric W. Biederman | 2009-12-11 | 1 | -0/+18 |
* | sysfs: Fix locking and factor out sysfs_sd_setattr | Eric W. Biederman | 2009-12-11 | 2 | -20/+32 |
* | sysfs: Simplify iattr time assignments | Eric W. Biederman | 2009-12-11 | 1 | -6/+3 |
* | sysfs: Simplify sysfs_chmod_file semantics | Eric W. Biederman | 2009-12-11 | 1 | -9/+1 |
* | sysfs: Use dentry_ops instead of directly playing with the dcache | Eric W. Biederman | 2009-12-11 | 1 | -27/+46 |
* | sysfs: Rename sysfs_d_iput to sysfs_dentry_iput | Eric W. Biederman | 2009-12-11 | 1 | -2/+2 |
* | sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutex | Eric W. Biederman | 2009-12-11 | 1 | -12/+29 |
* | debugfs: fix create mutex racy fops and private data | Mathieu Desnoyers | 2009-12-11 | 1 | -23/+32 |
* | Driver core: Don't remove kobjects in device_shutdown. | Eric W. Biederman | 2009-12-11 | 1 | -3/+0 |
* | firmware_class: make request_firmware_nowait more useful | Johannes Berg | 2009-12-11 | 7 | -20/+33 |
* | Driver-Core: devtmpfs - set root directory mode to 0755 | Kay Sievers | 2009-12-11 | 1 | -1/+1 |
* | Driver Core: devtmpfs: cleanup node on device creation error | Kay Sievers | 2009-12-11 | 1 | -0/+2 |
* | Driver Core: devtmpfs: do not remove non-kernel-created directories | Kay Sievers | 2009-12-11 | 1 | -23/+16 |
* | Driver Core: devtmpfs: use sys_mount() | Kay Sievers | 2009-12-11 | 2 | -8/+3 |
* | Driver core: devtmpfs: prevent concurrent subdirectory creation and removal | Kay Sievers | 2009-12-11 | 1 | -10/+16 |
* | Driver Core: devtmpfs: ignore umask while setting file mode | Kay Sievers | 2009-12-11 | 1 | -10/+16 |
* | sysfs: mark a locally-only used function static | Stefan Richter | 2009-12-11 | 1 | -1/+2 |
* | hpilo: add locking comment | David Altobelli | 2009-12-11 | 1 | -1/+12 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2009-12-10 | 4 | -15/+166 |
|\ |
|
| * | workqueue: Add debugobjects support | Thomas Gleixner | 2009-11-16 | 4 | -15/+166 |
* | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Linus Torvalds | 2009-12-10 | 11 | -79/+107 |
|\ \ |
|
| * | | xen: try harder to balloon up under memory pressure. | Ian Campbell | 2009-12-04 | 1 | -26/+5 |
| * | | Xen balloon: fix totalram_pages counting. | Gianluca Guida | 2009-12-04 | 1 | -3/+4 |
| * | | xen: explicitly create/destroy stop_machine workqueues outside suspend/resume... | Ian Campbell | 2009-12-03 | 1 | -1/+11 |
| * | | xen: improve error handling in do_suspend. | Ian Campbell | 2009-12-03 | 1 | -9/+11 |
| * | | xen: don't leak IRQs over suspend/resume. | Ian Campbell | 2009-12-03 | 1 | -0/+3 |
| * | | xen: call clock resume notifier on all CPUs | Ian Campbell | 2009-12-03 | 1 | -1/+14 |
| * | | xen: use iret for return from 64b kernel to 32b usermode | Jeremy Fitzhardinge | 2009-12-03 | 1 | -2/+2 |
| * | | xen: don't call dpm_resume_noirq() with interrupts disabled. | Jeremy Fitzhardinge | 2009-12-03 | 1 | -4/+3 |
| * | | xen: register runstate info for boot CPU early | Jeremy Fitzhardinge | 2009-12-03 | 1 | -0/+2 |
| * | | xen: register runstate on secondary CPUs | Ian Campbell | 2009-12-03 | 1 | -0/+1 |
| * | | xen: register timer interrupt with IRQF_TIMER | Ian Campbell | 2009-12-03 | 1 | -1/+1 |
| * | | xen: correctly restore pfn_to_mfn_list_list after resume | Ian Campbell | 2009-12-03 | 3 | -1/+4 |
| * | | xen: restore runstate_info even if !have_vcpu_info_placement | Jeremy Fitzhardinge | 2009-12-03 | 1 | -14/+11 |
| * | | xen: re-register runstate area earlier on resume. | Ian Campbell | 2009-12-03 | 3 | -3/+5 |
| * | | xen: wait up to 5 minutes for device connetion | Paolo Bonzini | 2009-12-03 | 1 | -4/+16 |
| * | | xen: improvement to wait_for_devices() | Paolo Bonzini | 2009-12-03 | 1 | -3/+6 |
| * | | xen: fix is_disconnected_device/exists_disconnected_device | Paolo Bonzini | 2009-12-03 | 1 | -6/+7 |
| * | | xen/xenbus: make DEVICE_ATTR()s static | Jeremy Fitzhardinge | 2009-12-03 | 1 | -3/+3 |
* | | | Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jer... | Linus Torvalds | 2009-12-10 | 8 | -5/+10 |
|\ \ \ |
|
| * | | | xen pvfb: Inhibit VM_IO flag to be set on vmalloc-ed framebuffers. | Konrad Rzeszutek Wilk | 2009-12-03 | 1 | -1/+1 |
| * | | | fb-defio: Inhibit VM_IO flag to be set on vmalloc-ed framebuffers. | Konrad Rzeszutek Wilk | 2009-12-03 | 3 | -3/+3 |
| * | | | fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag. | Konrad Rzeszutek Wilk | 2009-12-03 | 2 | -1/+4 |
| * | | | Fix toogle whether xenbus driver should be built as module or part of kernel. | Konrad Rzeszutek Wilk | 2009-10-08 | 2 | -0/+2 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2009-12-10 | 14 | -53/+46 |
|\ \ \ \ |
|
| * | | | | dlm: always use GFP_NOFS | David Teigland | 2009-11-30 | 14 | -53/+46 |
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2009-12-10 | 21 | -514/+677 |
|\ \ \ \ \ |
|