summaryrefslogtreecommitdiffstats
path: root/net/socket.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-13Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"Greg Kroah-Hartman1-0/+3
2014-01-12kernfs: remove unnecessary NULL check in __kernfs_remove()Tejun Heo1-3/+0
2014-01-11drivers/base: provide an infrastructure for componentised subsystemsRussell King3-1/+415
2014-01-11sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo4-144/+1
2014-01-10s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo4-27/+32
2014-01-10scsi: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo1-13/+2
2014-01-10pci: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo1-18/+6
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo6-0/+127
2014-01-10kernfs: implement kernfs_{de|re}activate[_self]()Tejun Heo2-2/+123
2014-01-10kernfs: make kernfs_get_active() block if the node is deactivated but not rem...Tejun Heo1-4/+21
2014-01-10kernfs: remove kernfs_addrm_cxtTejun Heo5-121/+29
2014-01-10kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()Tejun Heo3-14/+35
2014-01-10kernfs: restructure removal path to fix possible premature returnTejun Heo2-53/+87
2014-01-10kernfs: remove KERNFS_REMOVEDTejun Heo5-43/+60
2014-01-10kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo2-12/+20
2014-01-10kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo2-18/+13
2014-01-10kernfs: fix get_active failure handling in kernfs_seq_*()Tejun Heo1-7/+44
2014-01-09firmware_class: Fix the file size checkBen Hutchings1-3/+3
2014-01-09driver-core: Fix use-after-free triggered by bus_unregister()Bart Van Assche1-2/+11
2014-01-09firmware loader: Add sparse annotationBart Van Assche1-0/+1
2014-01-09kobject: Fix source code comment spellingBart Van Assche1-1/+1
2014-01-05Revert "kobject: introduce kobj_completion"Greg Kroah-Hartman2-68/+0
2013-12-22Linux 3.13-rc5v3.13-rc5Linus Torvalds1-1/+1
2013-12-22aio: clean up and fix aio_setup_ring page mappingLinus Torvalds1-35/+23
2013-12-21aio/migratepages: make aio migrate pages saneBenjamin LaHaise3-15/+53
2013-12-21aio: fix kioctx leak introduced by "aio: Fix a trinity splat"Benjamin LaHaise1-1/+2
2013-12-21Don't set the INITRD_COMPRESS environment variable automaticallyLinus Torvalds1-1/+3
2013-12-21mm: fix build of split ptlock codeOlof Johansson1-1/+1
2013-12-20pstore: Don't allow high traffic options on fragile devicesLuck, Tony4-2/+10
2013-12-20mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov5-7/+8
2013-12-20drivers: base: Add prototype declaration to the header fileRashika Kheria1-0/+1
2013-12-20mm: page_alloc: revert NUMA aspect of fair allocation policyJohannes Weiner1-10/+9
2013-12-20Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness ...Mel Gorman1-2/+1
2013-12-20mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov1-3/+2
2013-12-19qla2xxx: Fix scsi_host leak on qlt_lport_register callback failureNicholas Bellinger1-0/+1
2013-12-19target: Remove extra percpu_ref_initAndy Grover1-7/+1
2013-12-19Documentation: fix spelling in design-patternsLinus Walleij1-2/+2
2013-12-19devtmpfs: Calling delete_path() only when necessaryAxel Lin1-1/+1
2013-12-19arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon1-20/+18
2013-12-19ARC: Allow conditional multiple inclusion of uapi/asm/unistd.hVineet Gupta1-1/+7
2013-12-19target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger4-5/+14
2013-12-19iser-target: Move INIT_WORK setup into isert_create_device_ib_resNicholas Bellinger1-2/+4
2013-12-19iscsi-target: Fix incorrect np->np_thread NULL assignmentNicholas Bellinger2-6/+1
2013-12-19mm/hugetlb: check for pte NULL pointer in __page_check_address()Jianguo Wu1-0/+4
2013-12-19fix build with make 3.80Jan Beulich1-13/+7
2013-12-19mm/mempolicy: fix !vma in new_vma_page()Wanpeng Li1-6/+8
2013-12-19MAINTAINERS: add Davidlohr as GPT maintainerDavidlohr Bueso1-0/+6
2013-12-19mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu1-4/+10
2013-12-19mm/compaction: respect ignore_skip_hint in update_pageblock_skipJoonsoo Kim1-0/+4
2013-12-19mm/mempolicy: correct putback method for isolate pages if failedJoonsoo Kim1-1/+1