Age | Commit message (Expand) | Author |
2014-01-13 | Revert "kernfs: implement kernfs_{de|re}activate[_self]()" | Greg Kroah-Hartman |
2014-01-13 | Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr... | Greg Kroah-Hartman |
2014-01-13 | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow... | Greg Kroah-Hartman |
2014-01-10 | drivers/base: provide an infrastructure for componentised subsystems | Russell King |
2014-01-10 | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() | Tejun Heo |
2014-01-10 | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers | Tejun Heo |
2014-01-10 | kernfs: implement kernfs_{de|re}activate[_self]() | Tejun Heo |
2014-01-10 | kernfs: remove kernfs_addrm_cxt | Tejun Heo |
2014-01-10 | kernfs: restructure removal path to fix possible premature return | Tejun Heo |
2014-01-10 | kernfs: remove KERNFS_REMOVED | Tejun Heo |
2014-01-10 | kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() | Tejun Heo |
2014-01-10 | kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq | Tejun Heo |
2014-01-04 | Revert "kobject: introduce kobj_completion" | Greg Kroah-Hartman |
2013-12-24 | Merge 3.13-rc5 into staging-next | Greg Kroah-Hartman |
2013-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds |
2013-12-21 | aio/migratepages: make aio migrate pages sane | Benjamin LaHaise |
2013-12-20 | pstore: Don't allow high traffic options on fragile devices | Luck, Tony |
2013-12-20 | mm: do not allocate page->ptl dynamically, if spinlock_t fits to long | Kirill A. Shutemov |
2013-12-20 | drivers: base: Add prototype declaration to the header file | Rashika Kheria |
2013-12-20 | mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support | Kirill A. Shutemov |
2013-12-20 | Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2013-12-19 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-12-19 | target/file: Update hw_max_sectors based on current block_size | Nicholas Bellinger |
2013-12-18 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds |
2013-12-18 | mm: numa: guarantee that tlb_flush_pending updates are visible before page ta... | Mel Gorman |
2013-12-18 | mm: fix TLB flush race between migration, and change_protection_range | Rik van Riel |
2013-12-18 | mm: numa: avoid unnecessary disruption of NUMA hinting during migration | Mel Gorman |
2013-12-18 | kexec: migrate to reboot cpu | Vivek Goyal |
2013-12-17 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2013-12-17 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-12-17 | kernfs: add kernfs_dir_ops | Tejun Heo |
2013-12-17 | kernfs: mark static names with KERNFS_STATIC_NAME | Tejun Heo |
2013-12-17 | kernfs: add @mode to kernfs_create_dir[_ns]() | Tejun Heo |
2013-12-17 | perf: Document the new transaction sample type | Vince Weaver |
2013-12-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2013-12-15 | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2013-12-15 | Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2013-12-13 | xen/block: Correctly define structures in public headers on ARM32 and ARM64 | Julien Grall |
2013-12-12 | Merge branch 'akpm' (fixes from Andrew) | Linus Torvalds |
2013-12-12 | mfd/rtc: s5m: fix register updating by adding regmap for RTC | Krzysztof Kozlowski |
2013-12-12 | include/linux/kernel.h: make might_fault() a nop for !MMU | Axel Lin |
2013-12-12 | include/linux/hugetlb.h: make isolate_huge_page() an inline | Naoya Horiguchi |
2013-12-13 | Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin... | Dave Airlie |
2013-12-12 | Merge tag 'sound-3.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2013-12-12 | net: make neigh_priv_len in struct net_device 16bit instead of 8bit | Sebastian Siewior |
2013-12-12 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2013-12-12 | word-at-a-time: provide generic big-endian zero_bytemask implementation | Will Deacon |
2013-12-12 | dcache: allow word-at-a-time name hashing with big-endian CPUs | Will Deacon |
2013-12-12 | Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2013-12-11 | kernfs: s/sysfs/kernfs/ in constants | Tejun Heo |