index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
socket.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-13
Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"
Greg Kroah-Hartman
1
-0
/
+3
2014-01-12
kernfs: remove unnecessary NULL check in __kernfs_remove()
Tejun Heo
1
-3
/
+0
2014-01-11
drivers/base: provide an infrastructure for componentised subsystems
Russell King
3
-1
/
+415
2014-01-11
sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()
Tejun Heo
4
-144
/
+1
2014-01-10
s390: use device_remove_file_self() instead of device_schedule_callback()
Tejun Heo
4
-27
/
+32
2014-01-10
scsi: use device_remove_file_self() instead of device_schedule_callback()
Tejun Heo
1
-13
/
+2
2014-01-10
pci: use device_remove_file_self() instead of device_schedule_callback()
Tejun Heo
1
-18
/
+6
2014-01-10
kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers
Tejun Heo
6
-0
/
+127
2014-01-10
kernfs: implement kernfs_{de|re}activate[_self]()
Tejun Heo
2
-2
/
+123
2014-01-10
kernfs: make kernfs_get_active() block if the node is deactivated but not rem...
Tejun Heo
1
-4
/
+21
2014-01-10
kernfs: remove kernfs_addrm_cxt
Tejun Heo
5
-121
/
+29
2014-01-10
kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()
Tejun Heo
3
-14
/
+35
2014-01-10
kernfs: restructure removal path to fix possible premature return
Tejun Heo
2
-53
/
+87
2014-01-10
kernfs: remove KERNFS_REMOVED
Tejun Heo
5
-43
/
+60
2014-01-10
kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()
Tejun Heo
2
-12
/
+20
2014-01-10
kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq
Tejun Heo
2
-18
/
+13
2014-01-10
kernfs: fix get_active failure handling in kernfs_seq_*()
Tejun Heo
1
-7
/
+44
2014-01-09
firmware_class: Fix the file size check
Ben Hutchings
1
-3
/
+3
2014-01-09
driver-core: Fix use-after-free triggered by bus_unregister()
Bart Van Assche
1
-2
/
+11
2014-01-09
firmware loader: Add sparse annotation
Bart Van Assche
1
-0
/
+1
2014-01-09
kobject: Fix source code comment spelling
Bart Van Assche
1
-1
/
+1
2014-01-05
Revert "kobject: introduce kobj_completion"
Greg Kroah-Hartman
2
-68
/
+0
2013-12-22
Linux 3.13-rc5
v3.13-rc5
Linus Torvalds
1
-1
/
+1
2013-12-22
aio: clean up and fix aio_setup_ring page mapping
Linus Torvalds
1
-35
/
+23
2013-12-21
aio/migratepages: make aio migrate pages sane
Benjamin LaHaise
3
-15
/
+53
2013-12-21
aio: fix kioctx leak introduced by "aio: Fix a trinity splat"
Benjamin LaHaise
1
-1
/
+2
2013-12-21
Don't set the INITRD_COMPRESS environment variable automatically
Linus Torvalds
1
-1
/
+3
2013-12-21
mm: fix build of split ptlock code
Olof Johansson
1
-1
/
+1
2013-12-20
pstore: Don't allow high traffic options on fragile devices
Luck, Tony
4
-2
/
+10
2013-12-20
mm: do not allocate page->ptl dynamically, if spinlock_t fits to long
Kirill A. Shutemov
5
-7
/
+8
2013-12-20
drivers: base: Add prototype declaration to the header file
Rashika Kheria
1
-0
/
+1
2013-12-20
mm: page_alloc: revert NUMA aspect of fair allocation policy
Johannes Weiner
1
-10
/
+9
2013-12-20
Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness ...
Mel Gorman
1
-2
/
+1
2013-12-20
mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support
Kirill A. Shutemov
1
-3
/
+2
2013-12-19
qla2xxx: Fix scsi_host leak on qlt_lport_register callback failure
Nicholas Bellinger
1
-0
/
+1
2013-12-19
target: Remove extra percpu_ref_init
Andy Grover
1
-7
/
+1
2013-12-19
Documentation: fix spelling in design-patterns
Linus Walleij
1
-2
/
+2
2013-12-19
devtmpfs: Calling delete_path() only when necessary
Axel Lin
1
-1
/
+1
2013-12-19
arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled events
Will Deacon
1
-20
/
+18
2013-12-19
ARC: Allow conditional multiple inclusion of uapi/asm/unistd.h
Vineet Gupta
1
-1
/
+7
2013-12-19
target/file: Update hw_max_sectors based on current block_size
Nicholas Bellinger
4
-5
/
+14
2013-12-19
iser-target: Move INIT_WORK setup into isert_create_device_ib_res
Nicholas Bellinger
1
-2
/
+4
2013-12-19
iscsi-target: Fix incorrect np->np_thread NULL assignment
Nicholas Bellinger
2
-6
/
+1
2013-12-19
mm/hugetlb: check for pte NULL pointer in __page_check_address()
Jianguo Wu
1
-0
/
+4
2013-12-19
fix build with make 3.80
Jan Beulich
1
-13
/
+7
2013-12-19
mm/mempolicy: fix !vma in new_vma_page()
Wanpeng Li
1
-6
/
+8
2013-12-19
MAINTAINERS: add Davidlohr as GPT maintainer
Davidlohr Bueso
1
-0
/
+6
2013-12-19
mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully
Jianguo Wu
1
-4
/
+10
2013-12-19
mm/compaction: respect ignore_skip_hint in update_pageblock_skip
Joonsoo Kim
1
-0
/
+4
2013-12-19
mm/mempolicy: correct putback method for isolate pages if failed
Joonsoo Kim
1
-1
/
+1
[next]