summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2012-03-08TTY: serialP, remove unused materialJiri Slaby
2012-03-08TTY: serialP, remove DECLARE_WAITQUEUE checkJiri Slaby
2012-03-08TTY: tty_driver, document tty->ops->shutdown limitationJiri Slaby
2012-03-08TTY: serial, simplify ASYNC_USR_MASKJiri Slaby
2012-03-08TTY: remove minor_num from tty_driverJiri Slaby
2012-03-08TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby
2012-03-08vt:tackle kbd_tableAlan Cox
2012-03-08Merge branch 'regulator' of git://github.com/hzhuang1/linux into next/driversOlof Johansson
2012-03-08Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson
2012-03-08Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson
2012-03-08DMA: PL330: Merge PL330 driver into drivers/dma/Boojin Kim
2012-03-08KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka
2012-03-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa
2012-03-08KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa
2012-03-07spi: create a message queueing infrastructureLinus Walleij
2012-03-07Merge tag 'rpmsg-fixes-and-more-for-3.4' of git://git.kernel.org/pub/scm/linu...Olof Johansson
2012-03-07netfilter: xt_CT: allow to attach timeout policy + glue codePablo Neira Ayuso
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso
2012-03-07netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to arrayPablo Neira Ayuso
2012-03-07netfilter: remove ipt_SAME.h and ipt_realm.hWANG Cong
2012-03-07netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger
2012-03-07netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso
2012-03-07netfilter: ctnetlink: add NAT support for expectationsPablo Neira Ayuso
2012-03-07netfilter: ctnetlink: allow to set expectation classPablo Neira Ayuso
2012-03-07netfilter: ipset: hash:net,iface timeout bug fixedJozsef Kadlecsik
2012-03-07netfilter: ipset: Exceptions support added to hash:*net* typesJozsef Kadlecsik
2012-03-07netfilter: ipset: Log warning when a hash type of set gets fullJozsef Kadlecsik
2012-03-07netfilter: ipset: expose userspace-relevant parts in ip_set.hJan Engelhardt
2012-03-07netfilter: ipset: use NFPROTO_ constantsJan Engelhardt
2012-03-07Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-07NFS: add filehandle crc for debug displayWeston Andros Adamson
2012-03-07writeback: fix typo in the writeback_control commentAndrew Morton
2012-03-07DMA: sa11x0: add SA-11x0 DMA driverRussell King
2012-03-07Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim
2012-03-07atomic: Allow atomic_inc_not_zero to be overriddenAnton Blanchard
2012-03-07regulator: Remove bq24022 regulator driverHeiko Stübner
2012-03-06mlx4_core: Get rid of redundant ext_port_cap flagsOr Gerlitz
2012-03-06svcrdma: silence a Sparse warningDan Carpenter
2012-03-06pinctrl: forward-declare struct deviceStephen Warren
2012-03-06pinctrl: split pincontrol states into its own headerLinus Walleij
2012-03-06net: Use bool for return value of dev_valid_name().David S. Miller
2012-03-06block: implement bio_associate_current()Tejun Heo
2012-03-06block: add io_context->active_refTejun Heo
2012-03-06block: ioc_task_link() can't failTejun Heo
2012-03-06blkcg: drop unnecessary RCU lockingTejun Heo
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo
2012-03-06blkcg: clear all request_queues on blkcg policy [un]registrationsTejun Heo
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo