summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-07-092-13/+64
|\
| * Btrfs: update new flags for tracepointLiu Bo2013-06-141-12/+23
| * btrfs: device delete to get errors from the kernelAnand Jain2013-06-141-1/+40
| * Btrfs: add ioctl to wait for qgroup rescan completionJan Schmidt2013-06-141-0/+1
* | Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-096-29/+125
|\ \
| * \ Merge branch 'labeled-nfs' into linux-nextTrond Myklebust2013-06-285-9/+123
| |\ \
| | * | NFS: Client implementation of Labeled-NFSDavid Quigley2013-06-082-0/+8
| | * | NFS:Add labels to client function prototypesDavid Quigley2013-06-082-4/+6
| | * | NFSv4: Extend fattr bitmaps to support all 3 wordsDavid Quigley2013-06-081-1/+1
| | * | NFSv4: Introduce new label structureSteve Dickson2013-06-083-0/+37
| | * | NFSv4: Add label recommended attribute and NFSv4 flagsDavid Quigley2013-06-082-1/+4
| | * | NFSv4.2: Added NFS v4.2 support to the NFS clientSteve Dickson2013-06-081-0/+4
| | * | SELinux: Add new labeling type native labelsDavid Quigley2013-06-081-0/+3
| | * | LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley2013-06-081-3/+10
| | * | Security: Add Hook to test if the particular xattr is part of a MAC model.David Quigley2013-06-081-0/+14
| | * | Security: Add hook to calculate context based on a negative dentry.David Quigley2013-06-081-0/+27
| | * | NFS: Add NFSv4.2 protocol constantsSteve Dickson2013-05-131-0/+9
| * | | NFSv4: Close another NFSv4 recovery raceTrond Myklebust2013-06-061-0/+1
| * | | SUNRPC: Remove unused functions rpc_task_set/has_priorityTrond Myklebust2013-06-061-10/+0
| * | | SUNRPC: Remove the unused helpers task_for_each() and task_for_first()Trond Myklebust2013-06-061-9/+0
| * | | SUNRPC: Remove unused function rpc_queue_emptyTrond Myklebust2013-06-061-1/+0
| * | | NFSv4.1: Ensure that layoutget is called using the layout credentialTrond Myklebust2013-06-061-0/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-093-0/+12
|\ \ \
| * | | locks: move file_lock_list to a set of percpu hlist_heads and convert file_lo...Jeff Layton2013-07-081-0/+1
| * | | seq_file: add seq_list_*_percpu helpersJeff Layton2013-07-081-0/+6
| * | | helper for reading ->d_countAl Viro2013-07-051-0/+5
* | | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-07-076-11/+13
|\ \ \ \
| * | | | DMA: shdma: add DT supportGuennadi Liakhovetski2013-07-051-0/+2
| * | | | DMA: shdma: shdma_chan_filter() has to be in shdma-base.hGuennadi Liakhovetski2013-07-052-2/+1
| * | | | ARM: at91: dt: add header to define at_hdmac configurationLudovic Desroches2013-07-051-0/+27
| * | | | dmaengine: PL08x: Avoid collisions with get_signal() macroMark Brown2013-07-051-4/+4
| * | | | dmaengine: at_hdmac: extend hardware handshaking interface identificationNicolas Ferre2013-07-051-0/+4
| * | | | dma: imx-dma: Add oftree supportMarkus Pargmann2013-07-051-4/+2
| * | | | dma: of: Remove check on always true conditionLars-Peter Clausen2013-06-121-1/+0
* | | | | Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-072-22/+9
|\ \ \ \ \
| * | | | | modpost: remove all traces of cpuinit/cpuexit sectionsPaul Gortmaker2013-06-261-12/+0
| * | | | | init.h: remove __cpuinit sections from the kernelPaul Gortmaker2013-06-261-10/+9
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-069-15/+61
|\ \ \ \ \ \
| * | | | | | clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner2013-07-051-0/+1
| * | | | | | Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-0474-186/+387
| |\ \ \ \ \ \
| | * | | | | | posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker2013-07-031-5/+11
| * | | | | | | timekeeping: Indicate that clock was set in the pvclock gtod notifierDavid Vrabel2013-06-281-0/+7
| * | | | | | | Revert "dw_apb_timer_of.c: Remove parts that were picoxcell-specific"John Stultz2013-06-191-6/+0
| * | | | | | | sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-121-0/+21
| * | | | | | | alarmtimer: Add functions for timerfd supportTodd Poynor2013-05-291-0/+4
| * | | | | | | x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel2013-05-281-2/+2
| * | | | | | | dw_apb_timer_of.c: Remove parts that were picoxcell-specificPavel Machek2013-05-281-0/+6
| * | | | | | | ktime: Add __must_check prefix to ktime_to_timespec_condDaniel Borkmann2013-05-281-1/+2
| * | | | | | | ktime: Use macro NSEC_PER_USEC where appropriateLiu Ying2013-05-281-3/+4
| * | | | | | | clockevents: Implement unbind functionalityThomas Gleixner2013-05-161-0/+1