aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* Merge tag 'stable/for-linus-3.8-rc0-bugfix-tag' of git://git.kernel.org/pub/s...Linus Torvalds2012-12-18
|\
| * xen: Add EVTCHNOP_reset in Xen interface header files.Wei Liu2012-12-17
* | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-12-18
|\ \
| * \ Merge branch 'slab/next' into slab/for-linusPekka Enberg2012-12-18
| |\ \
| | * | slab: Simplify bootstrapChristoph Lameter2012-12-11
| | * | mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia2012-10-31
| | * | slub: Commonize slab_cache field in struct pageGlauber Costa2012-10-24
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-18
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2012-12-17
| |\ \ \ \
| * \ \ \ \ Merge branch 'merge' into nextBenjamin Herrenschmidt2012-11-25
| |\ \ \ \ \
| * | | | | | powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot2012-11-14
| * | | | | | powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2012-11-14
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-12-18
|\ \ \ \ \ \ \
| * | | | | | | Btrfs: parse parent 0 into correct value in tracepointLiu Bo2012-12-16
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-12-18
|\ \ \ \ \ \ \
| * | | | | | | NFSv4.1: Move the RPC timestamp out of the slot.Trond Myklebust2012-12-15
| * | | | | | | SUNRPC: Don't allow low priority tasks to pre-empt higher priority onesTrond Myklebust2012-12-05
| * | | | | | | NFSv4: Reorder the XDR structures to put sequence at the top, not bottomTrond Myklebust2012-12-05
| * | | | | | | NFSv4: Clean up handling of privileged operationsTrond Myklebust2012-12-05
| * | | | | | | NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust2012-12-05
| * | | | | | | NFS: Remove unused function slot_idxTrond Myklebust2012-12-05
| * | | | | | | NFSv4.1: Allow SEQUENCE to resize the slot table on the flyTrond Myklebust2012-12-05
| * | | | | | | NFSv4.1: Support dynamic resizing of the session slot tableTrond Myklebust2012-12-05
| * | | | | | | NFSv4.1: Reset the sequence number for slots that have been deallocatedTrond Myklebust2012-12-05
| * | | | | | | NFSv4.1: Ensure that the client tracks the server target_highest_slotidTrond Myklebust2012-12-05
| * | | | | | | NFSv4.1: Simplify struct nfs4_sequence_args tooTrond Myklebust2012-11-26
| * | | | | | | NFSv4.1: Label each entry in the session slot tables with its slot numberTrond Myklebust2012-11-26
| * | | | | | | NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointerTrond Myklebust2012-11-26
| * | | | | | | NFSv4.1: Shrink struct nfs4_sequence_res by moving sr_renewal_timeTrond Myklebust2012-11-21
| * | | | | | | NFSv4.1: Don't confuse CREATE_SESSION arguments and resultsTrond Myklebust2012-11-21
* | | | | | | | Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds2012-12-18
|\ \ \ \ \ \ \ \
| * | | | | | | | lib/raid6: Add AVX2 optimized gen_syndrome functionsYuanhan Liu2012-12-13
| * | | | | | | | lib/raid6: Add AVX2 optimized recovery functionsJim Kukunas2012-12-13
* | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov2012-12-17
| * | | | | | | | | fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-17
| * | | | | | | | | procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov2012-12-17
| * | | | | | | | | prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita2012-12-17
| * | | | | | | | | random32: rename random32 to prandomAkinobu Mita2012-12-17
| * | | | | | | | | linux/compiler.h: add __must_hold macro for functions called with a lock heldJosh Triplett2012-12-17
| * | | | | | | | | pidns: remove unused is_container_init()Gao feng2012-12-17
| * | | | | | | | | exec: use -ELOOP for max recursion depthKees Cook2012-12-17
| * | | | | | | | | ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov2012-12-17
| * | | | | | | | | kstrto*: add documentationEldad Zack2012-12-17
| * | | | | | | | | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-17
| * | | | | | | | | percpu_rw_semaphore: add lockdep annotationsOleg Nesterov2012-12-17
| * | | | | | | | | percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrOleg Nesterov2012-12-17
| * | | | | | | | | percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov2012-12-17
| * | | | | | | | | string: introduce helper to get base file name from given pathAndy Shevchenko2012-12-17
| * | | | | | | | | backlight: add of_find_backlight_by_node()Thierry Reding2012-12-17