summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1: Move the RPC timestamp out of the slot.Trond Myklebust2012-12-151-0/+1
* SUNRPC: Don't allow low priority tasks to pre-empt higher priority onesTrond Myklebust2012-12-061-1/+0
* NFSv4: Reorder the XDR structures to put sequence at the top, not bottomTrond Myklebust2012-12-061-69/+69
* NFSv4: Clean up handling of privileged operationsTrond Myklebust2012-12-061-1/+2
* NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust2012-12-062-59/+1
* NFS: Remove unused function slot_idxTrond Myklebust2012-12-061-5/+0
* NFSv4.1: Allow SEQUENCE to resize the slot table on the flyTrond Myklebust2012-12-061-0/+1
* NFSv4.1: Support dynamic resizing of the session slot tableTrond Myklebust2012-12-061-0/+1
* NFSv4.1: Reset the sequence number for slots that have been deallocatedTrond Myklebust2012-12-062-0/+2
* NFSv4.1: Ensure that the client tracks the server target_highest_slotidTrond Myklebust2012-12-062-2/+5
* NFSv4.1: Simplify struct nfs4_sequence_args tooTrond Myklebust2012-11-261-2/+1
* NFSv4.1: Label each entry in the session slot tables with its slot numberTrond Myklebust2012-11-261-0/+1
* NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointerTrond Myklebust2012-11-262-1/+2
* NFSv4.1: Shrink struct nfs4_sequence_res by moving sr_renewal_timeTrond Myklebust2012-11-211-1/+1
* NFSv4.1: Don't confuse CREATE_SESSION arguments and resultsTrond Myklebust2012-11-211-0/+3
* hashtable: introduce a small and naive hashtableSasha Levin2012-11-021-0/+192
* Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-11-011-13/+2
|\
| * KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong2012-10-311-13/+2
* | Merge tag 'md-3.7-fixes' of git://neil.brown.name/mdLinus Torvalds2012-10-303-443/+1
|\ \ | |/ |/|
| * Merge tag 'disintegrate-raid-20121009' of git://git.infradead.org/users/dhowe...NeilBrown2012-10-163-443/+1
| |\
| | * UAPI: (Scripted) Disintegrate include/linux/raidDavid Howells2012-10-093-443/+1
* | | percpu-rw-semaphores: use rcu_read_lock_schedMikulas Patocka2012-10-281-4/+4
* | | percpu-rw-semaphores: use light/heavy barriersMikulas Patocka2012-10-281-13/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-261-1/+2
|\ \ \
| * | | tcp: add SYN/data info to TCP_INFOYuchung Cheng2012-10-221-1/+2
* | | | Merge tag 'staging-3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-261-0/+16
|\ \ \ \
| * | | | iio: Add some helper macros for unit conversionLars-Peter Clausen2012-10-191-0/+16
| | |/ / | |/| |
* | | | Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-10-261-1/+1
|\ \ \ \
| * | | | dynamic_debug: Remove unnecessary __usedJoe Perches2012-10-241-1/+1
* | | | | Merge tag 'char-misc-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-10-262-1/+14
|\ \ \ \ \
| * | | | | extcon: MAX77693: Add platform data for MUIC device to initialize registersChanwoo Choi2012-10-231-0/+13
| * | | | | extcon: standard cable names definition and declaration changedanish kumar2012-10-221-1/+1
| |/ / / /
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-261-0/+1
|\ \ \ \ \
| * | | | | x86, mm: Trim memory in memblock to be page alignedYinghai Lu2012-10-241-0/+1
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-261-3/+7
|\ \ \ \ \ \
| * | | | | | perf, cpu hotplug: Use cached value of smp_processor_id()Srivatsa S. Bhat2012-10-241-3/+4
| * | | | | | perf, cpu hotplug: Run CPU_STARTING notifiers with irqs disabledSrivatsa S. Bhat2012-10-241-0/+3
| |/ / / / /
* | | | | | rbtree: include linux/compiler.h for definition of __always_inlineWill Deacon2012-10-251-0/+1
* | | | | | Merge tag 'spi-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-10-241-2/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | spi: tsc2005: delete soon-obsolete e-mail addressAaro Koskinen2012-10-171-2/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-10-211-11/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | uprobes: Introduce prepare_uprobe()Oleg Nesterov2012-10-071-10/+0
| * | | | uprobes: Kill UTASK_BP_HIT stateOleg Nesterov2012-09-291-1/+0
* | | | | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-10-192-7/+2
|\ \ \ \ \
| * | | | | pidns: remove recursion from free_pid_ns()Cyrill Gorcunov2012-10-191-7/+1
| * | | | | linux/coredump.h needs asm/siginfo.hRichard Weinberger2012-10-191-0/+1
* | | | | | Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-10-193-82/+9
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'disintegrate-tty-20121009' of git://git.infradead.org/users/dhowel...Greg Kroah-Hartman2012-10-172-64/+0
| |\ \ \ \ \ \
| | * | | | | | UAPI: (Scripted) Disintegrate include/linux/hsiDavid Howells2012-10-092-64/+0
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman2012-10-14697-68756/+5697
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |