summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds1-0/+4
2012-12-18Merge branch 'slab/next' into slab/for-linusPekka Enberg3-7/+15
2012-12-18Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds17-122/+135
2012-12-18virtio: add drv_to_virtio to make code clearlyWanlong Gao1-0/+5
2012-12-18virtio: use dev_to_virtio wrapper in virtioWanlong Gao1-1/+5
2012-12-18virtio: move queue_index and num_free fields into core struct virtqueue.Rusty Russell1-1/+13
2012-12-18nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-3/+3
2012-12-18llist/xen-blkfront: implement safe version of llist_for_each_entryRoger Pau Monne1-0/+25
2012-12-18Merge tag 'omap-for-v3.8/fixes-for-merge-window-v4-signed' of git://git.kerne...Olof Johansson2-0/+54
2012-12-18fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov1-0/+2
2012-12-18fs, epoll: add procfs fdinfo helperCyrill Gorcunov1-0/+3
2012-12-18procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov1-2/+2
2012-12-18prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita1-0/+2
2012-12-18random32: rename random32 to prandomAkinobu Mita1-5/+12
2012-12-18linux/compiler.h: add __must_hold macro for functions called with a lock heldJosh Triplett1-0/+2
2012-12-18pidns: remove unused is_container_init()Gao feng1-6/+0
2012-12-18exec: use -ELOOP for max recursion depthKees Cook1-2/+0
2012-12-18ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov1-0/+2
2012-12-18kstrto*: add documentationEldad Zack1-0/+33
2012-12-18compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-0/+3
2012-12-18percpu_rw_semaphore: add lockdep annotationsOleg Nesterov1-1/+9
2012-12-18percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrOleg Nesterov1-2/+2
2012-12-18percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov1-70/+13
2012-12-18string: introduce helper to get base file name from given pathAndy Shevchenko1-0/+11
2012-12-18backlight: add of_find_backlight_by_node()Thierry Reding1-0/+10
2012-12-18drivers/video/backlight/lp855x_bl.c: use generic PWM functionsKim, Milo1-7/+2
2012-12-18lseek: the "whence" argument is called "whence"Andrew Morton3-10/+10
2012-12-18include/linux/init.h: use the stringify operator for the __define_initcall macroMatthew Leach1-20/+20
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds9-14/+58
2012-12-18Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt17-54/+250
2012-12-18Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds13-330/+1473
2012-12-17Revert "bdi: add a user-tunable cpu_list for the bdi flusher threads"Linus Torvalds1-4/+0
2012-12-17Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+17
2012-12-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-0/+22
2012-12-17Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds21-131/+1494
2012-12-17Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-8/+12
2012-12-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+7
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-15/+3
2012-12-17Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-18/+223
2012-12-16Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-...Tony Lindgren2-0/+54
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel3-0/+113
2012-12-16Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds1-0/+2
2012-12-16Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-24/+26
2012-12-16Merge tag 'fbdev-for-3.8' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds1-0/+9
2012-12-16Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds1-0/+17
2012-12-16Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-2/+5
2012-12-16NFSv4.1: Move the RPC timestamp out of the slot.Trond Myklebust1-0/+1
2012-12-15Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-1/+13
2012-12-15Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-6/+27
2012-12-15ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren1-0/+51