Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-11 | 4 | -1/+33 | |
|\ | ||||||
| * | vfs: remove unused MNT_STRICTATIME | Miklos Szeredi | 2010-08-11 | 1 | -1/+0 | |
| * | vfs: show unreachable paths in getcwd and proc | Miklos Szeredi | 2010-08-11 | 2 | -0/+6 | |
| * | vfs: add helpers to get root and pwd | Miklos Szeredi | 2010-08-11 | 1 | -0/+27 | |
| * | V7: Adjust sanity checks for some volumes | Lubomir Rintel | 2010-08-11 | 1 | -0/+11 | |
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-08-11 | 3 | -21/+21 | |
|\ \ | ||||||
| * \ | Merge branches 'master' and 'devel' into for-linus | Russell King | 2010-08-10 | 3 | -21/+21 | |
| |\ \ | ||||||
| | * \ | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into dev... | Russell King | 2010-08-06 | 2 | -5/+21 | |
| | |\ \ | ||||||
| | | * | | sh: add a reparent function to DIV6 clocks | Guennadi Liakhovetski | 2010-08-04 | 1 | -5/+14 | |
| | | * | | sh: add a list of parent configurations to struct clk | Guennadi Liakhovetski | 2010-08-04 | 1 | -0/+4 | |
| | | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2010-08-04 | 31 | -150/+247 | |
| | | |\ \ | ||||||
| | | * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2010-07-05 | 39 | -132/+482 | |
| | | |\ \ \ | ||||||
| | | * \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2010-05-31 | 114 | -802/+2757 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | serial: add a new port type, found on some sh-mobile SoCs | Guennadi Liakhovetski | 2010-05-24 | 1 | -0/+3 | |
| | | * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2010-05-24 | 187 | -1158/+5585 | |
| | | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2010-05-20 | 87 | -475/+1296 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | \ \ \ \ \ \ | ||||||
| | | | \ \ \ \ \ \ | ||||||
| | | *-. \ \ \ \ \ \ | Merge branches 'genesis/dmaengine', 'genesis/intc-extension' and 'genesis/i2c... | Paul Mundt | 2010-04-07 | 34 | -73/+100 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | dmaengine: shdma: Enable on SH-Mobile ARM | Magnus Damm | 2010-04-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/... | Russell King | 2010-08-06 | 1 | -16/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | [ARM] wm97xx_batt: remove now useless header file | Marek Vasut | 2010-08-05 | 1 | -16/+0 | |
* | | | | | | | | | | | | | kfifo: replace the old non generic API | Stefani Seibold | 2010-08-11 | 2 | -1326/+711 | |
* | | | | | | | | | | | | | kfifo: add the new generic kfifo API | Stefani Seibold | 2010-08-11 | 1 | -0/+844 | |
* | | | | | | | | | | | | | kfifo: kfifo_is_{full,empty} should return bools, not ints | Robert P. J. Day | 2010-08-11 | 1 | -2/+2 | |
* | | | | | | | | | | | | | fs/sysv: v7: adjust sanity checks for some volumes | Lubomir Rintel | 2010-08-11 | 1 | -0/+11 | |
* | | | | | | | | | | | | | lib/bug.c: add oops end marker to WARN implementation | Anton Blanchard | 2010-08-11 | 1 | -0/+1 | |
* | | | | | | | | | | | | | panic: keep blinking in spite of long spin timer mode | TAMUKI Shoichi | 2010-08-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | dma-mapping: unify dma_get_cache_alignment implementations | FUJITA Tomonori | 2010-08-11 | 1 | -0/+8 | |
* | | | | | | | | | | | | | dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN | FUJITA Tomonori | 2010-08-11 | 3 | -5/+11 | |
* | | | | | | | | | | | | | memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() | KOSAKI Motohiro | 2010-08-11 | 1 | -3/+2 | |
* | | | | | | | | | | | | | memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask | KOSAKI Motohiro | 2010-08-11 | 1 | -2/+1 | |
* | | | | | | | | | | | | | memcg: use find_lock_task_mm() in memory cgroups oom | KAMEZAWA Hiroyuki | 2010-08-11 | 1 | -0/+2 | |
* | | | | | | | | | | | | | gpio: sx150x: add Semtech I2C sx150x gpio expander driver | Gregory Bean | 2010-08-11 | 1 | -0/+78 | |
* | | | | | | | | | | | | | gpio: max730x: make pullups configurable via platformdata | Marc Kleine-Budde | 2010-08-11 | 1 | -0/+8 | |
* | | | | | | | | | | | | | sdio: allow non-standard SDIO cards | Grazvydas Ignotas | 2010-08-11 | 1 | -0/+2 | |
* | | | | | | | | | | | | | mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume | Maxim Levitsky | 2010-08-11 | 1 | -0/+3 | |
* | | | | | | | | | | | | | mmc: implement SD-combo (IO+mem) support | Michal Miroslaw | 2010-08-11 | 1 | -0/+1 | |
* | | | | | | | | | | | | | mmc: recognize CSD structure | Kyungmin Park | 2010-08-11 | 2 | -0/+2 | |
* | | | | | | | | | | | | | virtio_9p.h: include linux/types.h | Randy Dunlap | 2010-08-11 | 1 | -0/+1 | |
* | | | | | | | | | | | | | include/linux/fs.h: complete hexification of FMODE_* constants | Andrew Morton | 2010-08-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | i2c.h: fix kernel-doc warnings | Randy Dunlap | 2010-08-10 | 1 | -0/+2 | |
* | | | | | | | | | | | | | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-10 | 11 | -310/+292 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | block: make sure that REQ_* types are seen even with CONFIG_BLOCK=n | Jens Axboe | 2010-08-10 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | block: fix missing export of blk_types.h | Jens Axboe | 2010-08-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | drbd: revert "delay probes", feature is being re-implemented differently | Lars Ellenberg | 2010-08-07 | 2 | -5/+6 | |
| * | | | | | | | | | | | | | writeback: optimize periodic bdi thread wakeups | Artem Bityutskiy | 2010-08-07 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | writeback: move last_active to bdi | Artem Bityutskiy | 2010-08-07 | 1 | -6/+7 | |
| * | | | | | | | | | | | | | writeback: simplify bdi code a little | Artem Bityutskiy | 2010-08-07 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | writeback: harmonize writeback threads naming | Artem Bityutskiy | 2010-08-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | coda: fixup clash with block layer REQ_* defines | Jens Axboe | 2010-08-07 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of... | Tejun Heo | 2010-08-07 | 3 | -187/+204 |