summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie3-28/+39
2012-04-30dynamic_debug: fix leading spaces in dynamic_debug.hJim Cromie1-2/+2
2012-04-30dynamic_debug: replace if (verbose) pr_info with macro vpr_infoJim Cromie1-46/+35
2012-04-30Revert "w1: Add 1-wire slave device driver for DS28E04-100"Greg Kroah-Hartman4-473/+0
2012-04-30Extcon: Notify changed state for only one cable to notifeeChanwoo Choi1-1/+8
2012-04-25Extcon: check for allocation failureDan Carpenter1-0/+2
2012-04-24lib/kobject.c : Remove redundant check in create_diryan1-7/+5
2012-04-24drivers/base/core.c: Fix a typo in commentyan1-1/+1
2012-04-24Remove "switch" class in drivers/staging/android/switchMyungJoo Ham8-424/+6
2012-04-20Documentation/extcon: porting guide for Android kernel switch driver.MyungJoo Ham1-0/+124
2012-04-20Extcon: support mutually exclusive relation between cables.MyungJoo Ham3-13/+160
2012-04-20Extcon: support multiple states at a device.MyungJoo Ham3-20/+667
2012-04-20Extcon: support notification based on the state changes.Donggeun Kim2-0/+104
2012-04-20Extcon: support generic GPIO extcon driverMyungJoo Ham4-0/+229
2012-04-20Extcon (external connector): import Android's switch class and modify.MyungJoo Ham7-0/+369
2012-04-20Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman6-76/+46
2012-04-20docs: update HOWTO for 2.6.x -> 3.x versioningKees Cook1-16/+16
2012-04-19driver core: check start node in klist_iter_init_nodeHannes Reinecke6-46/+76
2012-04-19drivers/base/bus.c: local variables should not be exposed globallyH Hartley Sweeten1-2/+1
2012-04-19driver core: fix dma-buf.c kernel-doc warningsRandy Dunlap1-6/+6
2012-04-19core.c: fix 'the the' typoPeter Korsgaard1-2/+2
2012-04-19devtmpfs: fix 'the the' typoPeter Korsgaard1-3/+3
2012-04-19w1: w1_ds28e04: unlock on error path in w1_f1C_write_pio()Dan Carpenter1-1/+3
2012-04-12w1: Disable irqs during 1-wire bus operations, extend 1-wire reset pulseMarkus Franke1-4/+18
2012-04-12w1: Add 1-wire slave device driver for DS28E04-100Markus Franke4-0/+471
2012-04-10w1: fix slave driver registration error messageDmitry Artamonow1-1/+1
2012-04-10hv: fix return type of hv_post_message()Dan Carpenter2-2/+2
2012-04-08Linux 3.4-rc2v3.4-rc2Linus Torvalds1-1/+1
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+8
2012-04-07Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-12/+36
2012-04-07Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds20-105/+147
2012-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-4/+4
2012-04-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-3/+6
2012-04-07Merge branch '3.4-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-7/+19
2012-04-07tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad1-5/+8
2012-04-07tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad3-2/+11
2012-04-07Merge branches 'idle-fix' and 'misc' into releaseLen Brown10325-288310/+497155
2012-04-07MAINTAINERS: Update git url for ACPIIgor Murzov1-1/+1
2012-04-07Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds33-300/+501
2012-04-07Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-5/+8
2012-04-07Merge tag 'mmc-fixes-for-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-218/+299
2012-04-07Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds2-32/+49
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverToshi Kani1-1/+4
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-376/+602
2012-04-06xen/pcifront: avoid pci_frontend_enable_msix() falsely returning successJan Beulich1-0/+1
2012-04-06xen/pciback: fix XEN_PCI_OP_enable_msix resultJan Beulich1-1/+1
2012-04-06xen/smp: Remove unnecessary call to smp_processor_id()Srivatsa S. Bhat1-1/+1
2012-04-06xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io...Konrad Rzeszutek Wilk1-1/+3
2012-04-06xen: only check xen_platform_pci_unplug if hvmIgor Mammedov2-2/+2
2012-04-06net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3