summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-09-30new helper: current_pt_regs()Al Viro1-0/+4
2012-09-30preparation for generic kernel_thread()Al Viro1-0/+3
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller3-80/+35
2012-09-29uprobes: Kill UTASK_BP_HIT stateOleg Nesterov1-1/+0
2012-09-29efi: Fix the ACPI BGRT driver for images located in EFI boot services memoryJosh Triplett2-0/+23
2012-09-29efi: Add a function to look up existing IO memory mappingsJosh Triplett1-0/+1
2012-09-29efi: Defer freeing boot services memory until after ACPI initJosh Triplett1-0/+5
2012-09-29Merge tag 'iommu-fixes-v3.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-18/+24
2012-09-29Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-0/+2
2012-09-29mtd: nand: increase max OOB size to 640Brian Norris1-1/+1
2012-09-29mtd: add helpers to get the supportted ONFI timing modeHuang Shijie1-0/+25
2012-09-29mtd: add helpers to set/get features for ONFI nandHuang Shijie1-0/+14
2012-09-29mtd: nand: expand description of read_page method in comment headerMike Dunn1-2/+4
2012-09-29mtd: basic (read only) driver for BCMA serial flashRafał Miłecki1-0/+2
2012-09-29Merge commit '371a00448f95adaa612cf1a0b31a11e7093bc706' of 'git://git.kernel....David Woodhouse4-5/+144
2012-09-29mtd: nand: Added a device flag for subpage read supportJeff Westfahl1-3/+4
2012-09-29mtd: fix kernel-doc warning in include/linux/mtd/nand.hRandy Dunlap1-0/+1
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-3/+0
2012-09-29mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris1-3/+0
2012-09-29mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driverRoland Stigge1-0/+20
2012-09-29mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driverRoland Stigge1-0/+20
2012-09-29mm/slab: Fix kmem_cache_alloc_node_trace() declarationEzequiel Garcia1-7/+7
2012-09-29mfd: DA9055 core driverAshish Jangam3-0/+825
2012-09-29Merge branch 'arnds-jiffies-fix' into fortglx/3.7/timeJohn Stultz1-0/+3
2012-09-29time/jiffies: bring back unconditional LATCH definitionArnd Bergmann1-2/+3
2012-09-29NFS: Clean up the pNFS layoutget interfaceTrond Myklebust1-1/+0
2012-09-29SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust1-2/+1
2012-09-29NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust1-0/+1
2012-09-29NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust1-2/+6
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-10/+49
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-80/+35
2012-09-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypas...Mark Brown6-1/+96
2012-09-28Merge branches 'spi-drivers' and 'spi-mxs' into spi-nextMark Brown3-0/+171
2012-09-28firewire: addendum to address handler RCU conversionStefan Richter1-2/+10
2012-09-28virtio: support reserved vqsMichael S. Tsirkin1-0/+2
2012-09-28virtio: introduce an API to set affinity for a virtqueueJason Wang1-0/+21
2012-09-28virtio-ring: move queue_index to vring_virtqueueJason Wang2-1/+4
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-4/+32
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris38-66/+192
2012-09-28net: struct napi_struct fields reorderingEric Dumazet1-4/+2
2012-09-27[media] add LNA support for DVB APIAntti Palosaari1-1/+3
2012-09-27fs: reserve fallocate flag codepointTheodore Ts'o1-0/+1
2012-09-27scatterlist: add sg_nentsMaxim Levitsky1-0/+1
2012-09-27dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko1-0/+5
2012-09-27dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko1-0/+2
2012-09-27NFC: LLCP raw socket supportThierry Escande1-0/+11
2012-09-27fs: fix include/percpu-rwsem.h export errorJens Axboe1-1/+1
2012-09-27switch simple cases of fget_light to fdgetAl Viro1-2/+3
2012-09-27new helpers: fdget()/fdput()Al Viro1-0/+26
2012-09-27make get_file() return its argumentAl Viro1-1/+5