Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | spi/mmc_spi: SPI bus locking API, using mutex | Ernst Schwab | 2010-06-28 | |
* | | | | | | | | | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2010-08-13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | bkl: Remove locked .ioctl file operation | Arnd Bergmann | 2010-08-13 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 | |
* | | | | | | | | | | dma-mapping: fix build errors on !HAS_DMA architectures | Heiko Carstens | 2010-08-13 | |
|/ / / / / / / / / | ||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-13 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| * | | | | | | | | net: make netpoll_rx return bool for !CONFIG_NETPOLL | John W. Linville | 2010-08-10 | |
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-08-10 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | Bluetooth: Use 3-DH5 payload size for default ERTM max PDU size | Mat Martineau | 2010-08-10 | |
| | * | | | | | | | | Bluetooth: Change default L2CAP ERTM retransmit timeout | Mat Martineau | 2010-08-10 | |
| * | | | | | | | | | net/sock.h: add missing kernel-doc notation | Randy Dunlap | 2010-08-10 | |
| * | | | | | | | | | etherdevice.h: fix kernel-doc typo | Randy Dunlap | 2010-08-10 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | Revert "fsnotify: store struct file not struct path" | Linus Torvalds | 2010-08-12 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2010-08-12 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | dm: factor out max_io_len_target_boundary | Mike Snitzer | 2010-08-11 | |
| * | | | | | | | | | dm: linear support discard | Mike Snitzer | 2010-08-11 | |
| * | | | | | | | | | dm: allow autoloading of dm mod | Peter Rajnoha | 2010-08-11 | |
| * | | | | | | | | | dm: rename map_info flush_request to target_request_nr | Mike Snitzer | 2010-08-11 | |
| * | | | | | | | | | dm ioctl: make bio or request based device type immutable | Mike Snitzer | 2010-08-11 | |
* | | | | | | | | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2010-08-12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | hwpoison: rename CONFIG | Naoya Horiguchi | 2010-08-11 | |
| * | | | | | | | | | | HWPOISON, hugetlb: isolate corrupted hugepage | Naoya Horiguchi | 2010-08-11 | |
| * | | | | | | | | | | hugetlb, rmap: add reverse mapping for hugepage | Naoya Horiguchi | 2010-08-11 | |
| * | | | | | | | | | | hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.h | Naoya Horiguchi | 2010-08-11 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2010-08-12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Make lib/raid6/test build correctly. | NeilBrown | 2010-08-11 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-08-12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | i2c: I2C bus multiplexer driver pca954x | Michael Lawnick | 2010-08-11 | |
| * | | | | | | | | | | i2c: Multiplexed I2C bus core support | Michael Lawnick | 2010-08-11 | |
| * | | | | | | | | | | i2c: Use a separate mutex for userspace client lists | Jean Delvare | 2010-08-11 | |
| * | | | | | | | | | | i2c: Move adapter locking helpers to i2c-core | Jean Delvare | 2010-08-11 | |
| * | | | | | | | | | | V4L/DVB: Use custom I2C probing function mechanism | Jean Delvare | 2010-08-11 | |
| * | | | | | | | | | | i2c: Add support for custom probe function | Jean Delvare | 2010-08-11 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2010-08-12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | param: don't deref arg in __same_type() checks | Rusty Russell | 2010-08-11 | |
| * | | | | | | | | | | param: add kerneldoc to moduleparam.h | Rusty Russell | 2010-08-11 | |
| * | | | | | | | | | | param: locking for kernel parameters | Rusty Russell | 2010-08-11 | |
| * | | | | | | | | | | param: make param sections const. | Rusty Russell | 2010-08-11 | |
| * | | | | | | | | | | param: add a free hook to kernel_param_ops. | Rusty Russell | 2010-08-11 | |
| * | | | | | | | | | | param: use ops in struct kernel_param, rather than get and set fns directly | Rusty Russell | 2010-08-11 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... | Linus Torvalds | 2010-08-12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | ab8500-mfd: add regulator support to ab8500 mfd device | Sundar R Iyer | 2010-08-11 | |
| * | | | | | | | | | | drivers: regulator: add Maxim 8998 driver | Kyungmin Park | 2010-08-11 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 2010-08-12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | mfd: Add TPS6586x driver | Mike Rapoport | 2010-08-12 | |
| * | | | | | | | | | | mfd: Get rid of now unused mc13783 private header | Uwe Kleine-König | 2010-08-12 | |
| * | | | | | | | | | | mfd: New mc13783 function exposing flags | Uwe Kleine-König | 2010-08-12 | |
| * | | | | | | | | | | mfd: Add stmpe auto sleep feature | Sundar R Iyer | 2010-08-12 | |
| * | | | | | | | | | | mfd: Add additional WM8994 GPIO functions | Mark Brown | 2010-08-12 | |
| * | | | | | | | | | | mfd: Add JZ4740 ADC driver | Lars-Peter Clausen | 2010-08-12 |