summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: add NO_GENERIC_PCI_IOPORT_MAPMichael S. Tsirkin2012-01-313-1/+14
* Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-01-288-551/+33
|\
| * sysfs: Complain bitterly about attempts to remove files from nonexistent dire...Eric W. Biederman2012-01-242-1/+10
| * stable: update documentation to ask for kernel versionGreg Kroah-Hartman2012-01-241-1/+2
| * base/core.c:fix typo in comment in function device_addmajianpeng2012-01-241-1/+1
| * Documentation: devres: add allocation functions to list of supported callsWolfram Sang2012-01-241-0/+4
| * Documentation update for the driver model coreAlan Stern2012-01-241-0/+15
| * kernel-doc: fix new warnings in driver-coreRandy Dunlap2012-01-241-4/+5
| * kernel-doc: fix new warnings in debugfsRandy Dunlap2012-01-241-1/+1
| * kernel-doc: fix new warnings in device.hRandy Dunlap2012-01-241-5/+10
| * driver core: remove drivers/base/sys.c and include/linux/sysdev.hGreg Kroah-Hartman2012-01-223-548/+1
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-282-6/+4
|\ \
| * | lguest: remove reference from Documentation/virtual/00-INDEXRusty Russell2012-01-281-2/+0
| * | virtio: correct the memory barrier in virtqueue_kick_prepare()Jason Wang2012-01-281-3/+3
| * | virtio: fix typos of memory barriersJason Wang2012-01-281-1/+1
* | | Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2012-01-282-7/+27
|\ \ \
| * | | xen/granttable: Disable grant v2 for HVM domains.Konrad Rzeszutek Wilk2012-01-271-2/+5
| * | | Merge commit 'v3.3-rc1' into stable/for-linus-fixes-3.3Konrad Rzeszutek Wilk2012-01-2710125-323722/+541661
| |\ \ \ | | | |/ | | |/|
| * | | x86: xen: size struct xen_spinlock to always fit in arch_spinlock_tDavid Vrabel2012-01-241-5/+22
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-289-36/+60
|\ \ \ \
| * | | | Btrfs: fix reservations in btrfs_page_mkwriteChris Mason2012-01-271-2/+8
| * | | | Btrfs: advance window_start if we're using a bitmapJosef Bacik2012-01-261-0/+1
| * | | | btrfs: mask out gfp flags in releasepageDavid Sterba2012-01-261-0/+7
| * | | | Btrfs: fix enospc error caused by wrong checks of the chunkMiao Xie2012-01-261-22/+27
| * | | | Btrfs: do not defrag a file partiallyLiu Bo2012-01-261-1/+1
| * | | | Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.cStefan Behrens2012-01-261-5/+6
| * | | | Btrfs: use cluster->window_start when allocating from a cluster bitmapJosef Bacik2012-01-261-1/+1
| * | | | Btrfs: Check for NULL page in extent_range_uptodateMitch Harder2012-01-261-0/+2
| * | | | btrfs: Fix busyloops in transaction waiting codeJan Kara2012-01-261-2/+4
| * | | | Btrfs: make sure a bitmap has enough bytesJosef Bacik2012-01-261-1/+1
| * | | | Btrfs: fix uninit warning in backref.cJan Schmidt2012-01-261-2/+2
* | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-01-2810-26/+51
|\ \ \ \ \
| * | | | | watchdog: iTCO_wdt: add Intel Lynx Point DeviceIDsSeth Heasley2012-01-271-0/+35
| * | | | | watchdog: via_wdt: Set min_timeout and max_timeout for wdt_devAxel Lin2012-01-271-2/+2
| * | | | | watchdog: Fix typo "unexpectdly"Masanari Iida2012-01-272-2/+2
| * | | | | watchdog: wafer5823wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD optionsAxel Lin2012-01-271-2/+2
| * | | | | watchdog: wm8350_wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD optionsAxel Lin2012-01-271-2/+2
| * | | | | watchdog: Return proper error in nuc900wdt_probe if misc_register failsAxel Lin2012-01-271-1/+2
| * | | | | watchdog: Staticise nuc900_wdtAxel Lin2012-01-271-1/+1
| * | | | | watchdog: via_wdt: Staticise wdt_pci_tableAxel Lin2012-01-271-1/+1
| * | | | | watchdog: omap_wdt.c: Fix the mismatch of pm_runtime enable and disableShubhrajyoti D2012-01-271-0/+2
| * | | | | watchdog: dw_wdt.c: use devm_request_and_ioremapJulia Lawall2012-01-271-5/+1
| * | | | | watchdog: imx2_wdt.c: use devm_request_and_ioremapJulia Lawall2012-01-271-10/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-01-2869-827/+428
|\ \ \ \ \
| * | | | | ARM: 7304/1: ioremap: fix boundary check when reusing static mappingPawel Moll2012-01-271-1/+2
| * | | | | Merge branch 'sa11x0-mcp-fixes' into fixesRussell King2012-01-2637-509/+596
| |\ \ \ \ \
| | * | | | | MFD: ucb1x00-ts: fix resume failureRussell King2012-01-221-27/+5
| | * | | | | MFD: ucb1x00-core: fix gpiolib direction_output handlingRussell King2012-01-211-6/+12
| | * | | | | MFD: ucb1x00-core: fix missing restore of io output data on resumeRussell King2012-01-211-0/+1
| | * | | | | MFD: mcp-core: fix mcp_priv() to be more type safeRussell King2012-01-211-1/+4
OpenPOWER on IntegriCloud