| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-03-10 | USB: serial: use module_driver() macro | Greg Kroah-Hartman | 1 | -15/+2 |
| 2012-03-10 | driver-core: Allow additional parameters for module_driver | Lars-Peter Clausen | 1 | -3/+4 |
| 2012-03-10 | net: Use bool in netdevice.h helpers. | David S. Miller | 1 | -26/+26 |
| 2012-03-10 | net: Use bool in skbuff.h helper functions. | David S. Miller | 1 | -3/+3 |
| 2012-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+10 |
| 2012-03-10 | serial: introduce generic port in/out helpers | Paul Gortmaker | 1 | -0/+10 |
| 2012-03-10 | Merge 3.3-rc6 into driver-core-next | Greg Kroah-Hartman | 34 | -58/+134 |
| 2012-03-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 5 | -19/+127 |
| 2012-03-09 | Merge branch 'for-next' of github.com:rydberg/linux into next | Dmitry Torokhov | 2 | -2/+31 |
| 2012-03-09 | Merge commit 'v3.3-rc6' into next | Dmitry Torokhov | 344 | -2852/+9640 |
| 2012-03-09 | spi: Trivial warning fix | Shubhrajyoti D | 1 | -1/+1 |
| 2012-03-09 | spi: Add SuperH HSPI prototype driver | Kuninori Morimoto | 1 | -0/+34 |
| 2012-03-09 | genirq: Get rid of unnecessary irqaction field in task_struct | Alexander Gordeev | 1 | -5/+5 |
| 2012-03-09 | perf: Add ABI reference sizes | Stephane Eranian | 1 | -0/+2 |
| 2012-03-09 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -0/+8 |
| 2012-03-09 | powerpc/eeh: Introduce EEH device | Gavin Shan | 2 | -0/+17 |
| 2012-03-09 | driver-core: remove legacy iSeries hack | Stephen Rothwell | 1 | -4/+0 |
| 2012-03-09 | usb: cdc-wdm: adding usb_cdc_wdm_register subdriver support | Bjørn Mork | 1 | -0/+19 |
| 2012-03-09 | TTY: amiserial no longer needs serialP | Jiri Slaby | 1 | -49/+0 |
| 2012-03-09 | TTY: amiserial, stop using serial_state->{irq,type,line} | Jiri Slaby | 1 | -3/+0 |
| 2012-03-09 | TTY: simserial no longer needs serialP | Jiri Slaby | 1 | -2/+0 |
| 2012-03-09 | TTY: amiserial/simserial, use flags from tty_port | Jiri Slaby | 1 | -1/+0 |
| 2012-03-09 | TTY: amiserial/simserial, use count from tty_port | Jiri Slaby | 1 | -1/+0 |
| 2012-03-09 | TTY: amiserial/simserial, use close delays from tty_port | Jiri Slaby | 1 | -2/+0 |
| 2012-03-09 | TTY: amiserial/simserial, use tty_port | Jiri Slaby | 1 | -5/+2 |
| 2012-03-09 | TTY: serialP, merge serial_state and async_struct | Jiri Slaby | 1 | -7/+7 |
| 2012-03-09 | TTY: simserial, remove support of shared interrupts | Jiri Slaby | 1 | -2/+0 |
| 2012-03-09 | TTY: simserial/amiserial, use one instance of other members | Jiri Slaby | 1 | -5/+0 |
| 2012-03-09 | TTY: simserial, use only one copy of async flags | Jiri Slaby | 1 | -1/+0 |
| 2012-03-09 | driver core: move the deferred probe pointer into the private area | Greg Kroah-Hartman | 1 | -5/+0 |
| 2012-03-08 | drivercore: Add driver probe deferral mechanism | Grant Likely | 2 | -0/+6 |
| 2012-03-08 | TTY: amiserial, remove tasklet for tty_wakeup | Jiri Slaby | 1 | -8/+0 |
| 2012-03-08 | TTY: serialP, remove unused material | Jiri Slaby | 1 | -59/+0 |
| 2012-03-08 | TTY: serialP, remove DECLARE_WAITQUEUE check | Jiri Slaby | 1 | -6/+0 |
| 2012-03-08 | TTY: tty_driver, document tty->ops->shutdown limitation | Jiri Slaby | 1 | -0/+2 |
| 2012-03-08 | TTY: serial, simplify ASYNC_USR_MASK | Jiri Slaby | 1 | -2/+2 |
| 2012-03-08 | TTY: remove minor_num from tty_driver | Jiri Slaby | 1 | -1/+0 |
| 2012-03-08 | TTY: let alloc_tty_driver deduce the owner automatically | Jiri Slaby | 1 | -1/+4 |
| 2012-03-08 | vt:tackle kbd_table | Alan Cox | 3 | -8/+24 |
| 2012-03-08 | Merge branch 'regulator' of git://github.com/hzhuang1/linux into next/drivers | Olof Johansson | 8 | -42/+35 |
| 2012-03-08 | Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dt | Olof Johansson | 7 | -18/+35 |
| 2012-03-08 | Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 1 | -0/+26 |
| 2012-03-08 | DMA: PL330: Merge PL330 driver into drivers/dma/ | Boojin Kim | 1 | -1/+0 |
| 2012-03-08 | KVM: Allow host IRQ sharing for assigned PCI 2.3 devices | Jan Kiszka | 2 | -0/+8 |
| 2012-03-08 | KVM: Ensure all vcpus are consistent with in-kernel irqchip settings | Avi Kivity | 1 | -0/+7 |
| 2012-03-08 | KVM: Introduce kvm_memory_slot::arch and move lpage_info into it | Takuya Yoshikawa | 1 | -6/+5 |
| 2012-03-08 | KVM: Introduce gfn_to_index() which returns the index for a given level | Takuya Yoshikawa | 1 | -0/+7 |
| 2012-03-08 | spi: create a message queueing infrastructure | Linus Walleij | 1 | -0/+51 |
| 2012-03-08 | Merge tag 'rpmsg-fixes-and-more-for-3.4' of git://git.kernel.org/pub/scm/linu... | Olof Johansson | 1 | -66/+273 |
| 2012-03-07 | netfilter: xt_CT: allow to attach timeout policy + glue code | Pablo Neira Ayuso | 1 | -0/+12 |