summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-08-161-4/+4
|\
| * Merge branch 'linus' into releaseLen Brown2010-08-15301-2984/+7887
| |\
| * | ACPI, APEI, Rename CPER and GHES severity constantsHuang Ying2010-08-081-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/cleanupLinus Torvalds2010-08-1510-268/+262Star
|\ \ \
| * | | include: replace unifdef-y with header-ySam Ravnborg2010-08-1410-268/+262Star
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-08-141-0/+21
|\ \ \ \ | |/ / / |/| | |
| * | | hwmon: (ltc4245) Expose all GPIO pins as analog voltagesIra W. Snyder2010-08-141-0/+21
| | |/ | |/|
* | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-142-0/+17
|\ \ \ | |/ / |/| |
| * | Merge commit 'v2.6.35-rc6' into spi/testGrant Likely2010-07-2630-147/+214
| |\ \
| * | | spi/spi-gpio: add support for controllers without MISO or MOSI pinMarek Szyprowski2010-07-041-0/+5
| * | | spi/mmc_spi: SPI bus locking API, using mutexErnst Schwab2010-06-291-0/+12
* | | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-08-141-3/+2Star
|\ \ \ \
| * | | | bkl: Remove locked .ioctl file operationArnd Bergmann2010-08-141-3/+2Star
* | | | | Mark arguments to certain syscalls as being constDavid Howells2010-08-144-17/+17
* | | | | dma-mapping: fix build errors on !HAS_DMA architecturesHeiko Carstens2010-08-131-0/+2
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-132-2/+2
|\ \ \ \
| * | | | net: make netpoll_rx return bool for !CONFIG_NETPOLLJohn W. Linville2010-08-111-1/+1
| * | | | etherdevice.h: fix kernel-doc typoRandy Dunlap2010-08-101-1/+1
* | | | | Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-122-24/+29
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2010-08-123-4/+18
|\ \ \ \ \
| * | | | | dm: factor out max_io_len_target_boundaryMike Snitzer2010-08-121-0/+6
| * | | | | dm: linear support discardMike Snitzer2010-08-121-0/+6
| * | | | | dm: allow autoloading of dm modPeter Rajnoha2010-08-122-0/+2
| * | | | | dm: rename map_info flush_request to target_request_nrMike Snitzer2010-08-121-2/+2
| * | | | | dm ioctl: make bio or request based device type immutableMike Snitzer2010-08-121-2/+2
* | | | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-08-125-20/+39
|\ \ \ \ \ \
| * | | | | | hwpoison: rename CONFIGNaoya Horiguchi2010-08-111-2/+2
| * | | | | | HWPOISON, hugetlb: isolate corrupted hugepageNaoya Horiguchi2010-08-111-0/+2
| * | | | | | hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi2010-08-114-10/+13
| * | | | | | hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.hNaoya Horiguchi2010-08-113-10/+24
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-08-121-0/+2
|\ \ \ \ \ \
| * | | | | | Make lib/raid6/test build correctly.NeilBrown2010-08-111-0/+2
* | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-123-16/+110
|\ \ \ \ \ \ \
| * | | | | | | i2c: I2C bus multiplexer driver pca954xMichael Lawnick2010-08-111-0/+47
| * | | | | | | i2c: Multiplexed I2C bus core supportMichael Lawnick2010-08-112-0/+54
| * | | | | | | i2c: Use a separate mutex for userspace client listsJean Delvare2010-08-111-0/+1
| * | | | | | | i2c: Move adapter locking helpers to i2c-coreJean Delvare2010-08-111-17/+3Star
| * | | | | | | V4L/DVB: Use custom I2C probing function mechanismJean Delvare2010-08-111-0/+3
| * | | | | | | i2c: Add support for custom probe functionJean Delvare2010-08-111-2/+5
| |/ / / / / /
* | | | | | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-67/+221
|\ \ \ \ \ \ \
| * | | | | | | param: don't deref arg in __same_type() checksRusty Russell2010-08-111-5/+5
| * | | | | | | param: add kerneldoc to moduleparam.hRusty Russell2010-08-111-26/+95
| * | | | | | | param: locking for kernel parametersRusty Russell2010-08-111-0/+56
| * | | | | | | param: make param sections const.Rusty Russell2010-08-111-1/+1
| * | | | | | | param: add a free hook to kernel_param_ops.Rusty Russell2010-08-111-0/+2
| * | | | | | | param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-111-48/+75
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-08-124-0/+221
|\ \ \ \ \ \ \
| * | | | | | | ab8500-mfd: add regulator support to ab8500 mfd deviceSundar R Iyer2010-08-112-0/+31
| * | | | | | | drivers: regulator: add Maxim 8998 driverKyungmin Park2010-08-112-0/+190
| |/ / / / / /
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2010-08-126-220/+286
|\ \ \ \ \ \ \