index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vm_area_operations: kill ->migrate()
Al Viro
2014-12-17
2
-12
/
+0
*
new helper: iter_is_iovec()
Al Viro
2014-12-17
1
-0
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-12-17
10
-48
/
+49
|
\
|
*
make default ->i_fop have ->open() fail with ENXIO
Al Viro
2014-12-11
1
-1
/
+0
|
*
make nameidata completely opaque outside of fs/namei.c
Al Viro
2014-12-11
1
-22
/
+3
|
*
Merge branch 'nsfs' into for-next
Al Viro
2014-12-11
8
-25
/
+46
|
|
\
|
|
*
take the targets of /proc/*/ns/* symlinks to separate fs
Al Viro
2014-12-11
3
-13
/
+20
|
|
*
bury struct proc_ns in fs/proc
Al Viro
2014-12-04
1
-7
/
+2
|
|
*
copy address of proc_ns_ops into ns_common
Al Viro
2014-12-04
1
-0
/
+3
|
|
*
new helpers: ns_alloc_inum/ns_free_inum
Al Viro
2014-12-04
1
-0
/
+3
|
|
*
make proc_ns_operations work with struct ns_common * instead of void *
Al Viro
2014-12-04
1
-5
/
+5
|
|
*
common object embedded into various struct ....ns
Al Viro
2014-12-04
6
-5
/
+18
*
|
|
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2014-12-17
4
-26
/
+137
|
\
\
\
|
*
|
|
sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt
Jeff Layton
2014-12-09
1
-0
/
+94
|
*
|
|
sunrpc: convert to lockless lookup of queued server threads
Jeff Layton
2014-12-09
2
-3
/
+4
|
*
|
|
sunrpc: fix potential races in pool_stats collection
Jeff Layton
2014-12-09
1
-3
/
+3
|
*
|
|
sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it
Jeff Layton
2014-12-09
2
-1
/
+4
|
*
|
|
sunrpc: convert sp_task_pending flag to use atomic bitops
Jeff Layton
2014-12-09
1
-1
/
+3
|
*
|
|
sunrpc: move rq_cachetype field to better optimize space
Jeff Layton
2014-12-09
1
-1
/
+1
|
*
|
|
sunrpc: move rq_splice_ok flag into rq_flags
Jeff Layton
2014-12-09
2
-4
/
+5
|
*
|
|
sunrpc: move rq_dropme flag into rq_flags
Jeff Layton
2014-12-09
2
-5
/
+5
|
*
|
|
sunrpc: move rq_usedeferral flag to rq_flags
Jeff Layton
2014-12-09
2
-5
/
+6
|
*
|
|
sunrpc: move rq_local field to rq_flags
Jeff Layton
2014-12-09
2
-2
/
+3
|
*
|
|
sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it
Jeff Layton
2014-12-09
2
-6
/
+15
|
*
|
|
Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch
J. Bruce Fields
2014-12-09
22
-39
/
+344
|
|
\
\
\
|
*
|
|
|
sunrpc: eliminate the XPT_DETACHED flag
Jeff Layton
2014-12-01
1
-4
/
+3
|
*
|
|
|
merge nfs bugfixes into nfsd for-3.19 branch
J. Bruce Fields
2014-11-19
86
-203
/
+997
|
|
\
\
\
\
|
*
|
|
|
|
VFS: Rename do_fallocate() to vfs_fallocate()
Anna Schumaker
2014-11-07
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-12-16
4
-5
/
+41
|
\
\
\
\
\
\
|
*
|
|
|
|
|
iommu: store DT-probed IOMMU data privately
Robin Murphy
2014-12-05
1
-10
/
+2
|
*
|
|
|
|
|
dma-mapping: detect and configure IOMMU in of_dma_configure
Will Deacon
2014-12-01
1
-1
/
+7
|
*
|
|
|
|
|
iommu: provide helper function to configure an IOMMU for an of master
Will Deacon
2014-12-01
1
-0
/
+6
|
*
|
|
|
|
|
iommu: add new iommu_ops callback for adding an OF device
Will Deacon
2014-12-01
1
-0
/
+6
|
*
|
|
|
|
|
dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops
Will Deacon
2014-12-01
1
-5
/
+2
|
*
|
|
|
|
|
iommu: provide early initialisation hook for IOMMU drivers
Will Deacon
2014-12-01
3
-0
/
+29
*
|
|
|
|
|
|
Merge tag 'linux-kselftest-3.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-12-16
2
-3
/
+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
kcmp: Move kcmp.h into uapi
Michael Ellerman
2014-12-02
2
-3
/
+4
*
|
|
|
|
|
|
|
Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2014-12-16
1
-0
/
+7
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
tracing: Add tp_printk cmdline to have tracepoints go to printk()
Steven Rostedt (Red Hat)
2014-12-15
1
-0
/
+1
|
*
|
|
|
|
|
|
|
tracing: Move enabling tracepoints to just after rcu_init()
Steven Rostedt (Red Hat)
2014-12-15
1
-0
/
+6
|
*
|
|
|
|
|
|
|
tracing/sched: Check preempt_count() for current when reading task->state
Steven Rostedt (Red Hat)
2014-12-13
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
2014-12-16
1
-0
/
+40
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
leds: Add support for setting brightness in a synchronous way
Jacek Anaszewski
2014-11-14
1
-0
/
+8
|
*
|
|
|
|
|
|
|
|
leds: implement sysfs interface locking mechanism
Jacek Anaszewski
2014-11-14
1
-0
/
+32
*
|
|
|
|
|
|
|
|
|
Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-12-16
5
-5
/
+368
|
\
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
\
Merge 3.18-rc7 into staging-work.
Greg Kroah-Hartman
2014-12-03
31
-27
/
+115
|
|
\
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
\
\
Merge 3.18-rc4 into staging-next
Greg Kroah-Hartman
2014-11-10
4
-27
/
+111
|
|
\
\
\
\
\
\
\
\
\
\
\
|
|
|
|
/
/
/
/
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
Merge tag 'iio-for-3.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2014-11-05
2
-5
/
+13
|
|
\
\
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
|
|
iio: inkern: Add of_xlate function to struct iio_info
Ivan T. Ivanov
2014-10-25
1
-0
/
+8
|
|
*
|
|
|
|
|
|
|
|
|
|
iio:imu: changed structure name from st_sensors to st_sensor_settings
Denis CIOCCA
2014-10-04
1
-5
/
+5
[next]