summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-03-05Merge branch 'depends/irqdomain' into next/driversArnd Bergmann4-63/+177
2012-03-05Merge tag 'tegra-soc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-0/+34
2012-02-28Merge branch 'imx/driver' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Arnd Bergmann9-13/+69
2012-02-27devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely1-2/+10
2012-02-27irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely2-4/+5
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2-1/+6
2012-02-23Merge tag 'usb-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-8/+2
2012-02-22Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2012-02-22Merge branch 'lpc32xx/drivers' into next/driversArnd Bergmann33-45/+186
2012-02-22sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds1-1/+1
2012-02-22asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake2-0/+56
2012-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2012-02-20digsig: changed type of the timestampDmitry Kasatkin1-2/+2
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+20
2012-02-16irq_domain: constify irq_domain_opsGrant Likely1-7/+7
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely1-0/+12
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely1-1/+0
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely1-41/+4
2012-02-16of/address: add empty static inlines for !CONFIG_OFGrant Likely1-4/+29
2012-02-16irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely1-1/+19
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-9/+15
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely1-4/+42
2012-02-16crypto: sha512 - use standard ror64()Alexey Dobriyan1-0/+20
2012-02-15irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely1-20/+64
2012-02-14vfs: Provide function to get superblock and wait for it to thawJan Kara1-0/+1
2012-02-14mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon1-2/+4
2012-02-14mmc: core: Fix PowerOff Notify suspend/resumeGirish K S1-0/+4
2012-02-14mmc: core: add the capability for broken voltageJaehoon Chung1-0/+1
2012-02-14mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma1-0/+19
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-15/+5
2012-02-11USB: Remove duplicate USB 3.0 hub feature #defines.Sarah Sharp1-8/+2
2012-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-14/+73
2012-02-11netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman1-8/+40
2012-02-10Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+9
2012-02-10Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-1/+8
2012-02-09Merge branch '3.3-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+4
2012-02-08cdrom: move shared static to cdrom_device_infoPaolo Bonzini1-1/+2
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo1-6/+0
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo1-2/+1
2012-02-08Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6Linus Torvalds1-0/+5
2012-02-08Merge tag 'v3.3-rc2' into depends/rmk/for-armsocOlof Johansson34-375/+116
2012-02-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+10
2012-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds1-0/+2
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo2-6/+2
2012-02-07target: Change target_submit_cmd() to return voidAndy Grover1-1/+1
2012-02-07ARM: tegra: emc: convert tegra2_emc to a platform driverOlof Johansson1-0/+34
2012-02-07exec: fix use-after-free bug in setup_new_exec()Heiko Carstens1-1/+2
2012-02-06writeback: fix dereferencing NULL bdi->dev on trace_writeback_queueWu Fengguang1-1/+4
2012-02-05ipv4: reset flowi parameters on route connectJulian Anastasov2-0/+14