summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-206-15/+75
|\
| * new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-192-0/+2
| * generic compat_sys_sigaltstack()Al Viro2012-12-191-0/+16
| * introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-191-0/+6
| * new helper: compat_user_stack_pointer()Al Viro2012-12-191-0/+3
| * new helper: restore_altstack()Al Viro2012-12-191-0/+2
| * new helper: current_user_stack_pointer()Al Viro2012-12-191-0/+4
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-193-15/+0
| * COMPAT_SYSCALL_DEFINE: infrastructureAl Viro2012-12-191-0/+42
* | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-12-204-6/+32
|\ \
| * | nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-171-3/+3
| * | svcrpc: track rpc data length separately from sk_tcplenJ. Bruce Fields2012-12-041-2/+9
| * | svcrpc: don't byte-swap sk_reclen in placeJ. Bruce Fields2012-12-041-1/+11
| * | svcrpc: Revert "sunrpc/cache.h: replace simple_strtoul"J. Bruce Fields2012-11-151-1/+5
| * | exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon2012-11-071-0/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-12-204-2/+4
|\ \ \
| * | | bdi_register: add __printf verification, fix arg mismatchJoe Perches2012-12-131-0/+1
| * | | libceph: remove 'osdtimeout' optionSage Weil2012-12-131-2/+0
| * | | libceph: define ceph_pg_pool_name_by_id()Alex Elder2012-11-011-0/+1
| * | | rbd: get parent spec for version 2 imagesAlex Elder2012-11-011-0/+2
* | | | Merge tag 'for-3.8-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2012-12-201-0/+413
|\ \ \ \
| * | | | f2fs: introduce accessor to retrieve number of dentry slotsNamjae Jeon2012-12-111-0/+3
| * | | | f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-111-3/+3
| * | | | f2fs: add on-disk layoutJaegeuk Kim2012-12-111-0/+410
* | | | | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-202-2/+14
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------. \ \ \ \ Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-163-0/+113
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | / / | | | | |_|_|_|/ / | | | |/| | | | |
| | | | | | * | | iommu/omap: Adapt to runtime pmOmar Ramirez Luna2012-12-031-1/+0
| | | | | | * | | iommu/omap: Migrate to hwmod frameworkOmar Ramirez Luna2012-12-031-1/+7
| | | | | | * | | Merge branch 'omap-for-v3.8/cleanup-headers-iommu' of git://git.kernel.org/pu...Joerg Roedel2012-12-032-0/+101
| | | | | |/| | |
| | * | | | | | | dma-debug: New interfaces to debug dma mapping errorsShuah Khan2012-10-241-0/+7
| | |/ / / / / /
* | | | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-202-4/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | virtio: add drv_to_virtio to make code clearlyWanlong Gao2012-12-181-0/+5
| * | | | | | | | virtio: use dev_to_virtio wrapper in virtioWanlong Gao2012-12-181-1/+5
| * | | | | | | | virtio: move queue_index and num_free fields into core struct virtqueue.Rusty Russell2012-12-181-1/+13
| * | | | | | | | virtio-scsi: Add real 2-clause BSD license to headerBryan Venteicher2012-10-221-2/+26
* | | | | | | | | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-202-0/+54
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'omap-for-v3.8/fixes-for-merge-window-v4-signed' of git://git.kerne...Olof Johansson2012-12-172-0/+54
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-...Tony Lindgren2012-12-162-0/+54
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren2012-12-141-0/+51
| | | * | | | | | | | | mfd: omap-usb-host: get rid of cpu_is_omap..() macrosRoger Quadros2012-12-141-0/+3
* | | | | | | | | | | | dma-buf: remove fallback for !CONFIG_DMA_SHARED_BUFFERMaarten Lankhorst2012-12-201-99/+0
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-12-191-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | usbnet: generic manage_power()Oliver Neukum2012-12-191-0/+2
| * | | | | | | | | | | | usbnet: handle PM failure gracefullyOliver Neukum2012-12-191-0/+1
| | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ \ \ \ \ \ Merge tags 'dt-for-linus', 'gpio-for-linus' and 'spi-for-linus' of git://git....Linus Torvalds2012-12-191-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | of: define struct device in of_platform.h if !OF_DEVICE and !OF_ADDRESSJonas Gorski2012-12-191-0/+1
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds2012-12-1910-98/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus widthMatthieu CASTET2012-12-031-0/+7
| * | | | | | | | | | | | | | | bcma: export PLL reading functionRafał Miłecki2012-11-221-0/+1
| * | | | | | | | | | | | | | | mtd: mtd_blkdevs: Replace request handler kthread with a workqueueEzequiel Garcia2012-11-211-1/+3