Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | virtio: add virtio IDs file | Fernando Luis Vazquez Cao | 2009-09-23 | 7 | -17/+17 | |
| * | | | | | | | | virtio: make add_buf return capacity remaining | Rusty Russell | 2009-09-23 | 1 | -1/+1 | |
* | | | | | | | | | fs: change sys_truncate length parameter type | Heiko Carstens | 2009-09-23 | 1 | -2/+1 | |
* | | | | | | | | | Merge branch 'x86/orig_ax' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Linus Torvalds | 2009-09-23 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | asm-generic: syscall_get_nr returns int | Roland McGrath | 2009-09-22 | 1 | -2/+6 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | jbd.h: bitfields should be unsigned | H Hartley Sweeten | 2009-09-23 | 1 | -1/+1 | |
* | | | | | | | | | davinci-fb-frame-buffer-driver-for-ti-da8xx-omap-l1xx-v4 | Sudhakar Rajashekhara | 2009-09-23 | 1 | -3/+0 | |
* | | | | | | | | | davinci: fb: Frame Buffer driver for TI DA8xx/OMAP-L1xx | Sudhakar Rajashekhara | 2009-09-23 | 1 | -0/+106 | |
* | | | | | | | | | mfd/gpio: add a GPIO interface to the UCB1400 MFD chip driver via gpiolib | Marek Vasut | 2009-09-23 | 1 | -0/+19 | |
* | | | | | | | | | gpio: add MC33880 driver | Richard Röjfors | 2009-09-23 | 1 | -0/+10 | |
* | | | | | | | | | gpiolib: allow exported GPIO nodes to be named using sysfs links | Jani Nikula | 2009-09-23 | 2 | -0/+19 | |
* | | | | | | | | | spi: handle TX-only/RX-only | David Brownell | 2009-09-23 | 1 | -36/+3 | |
* | | | | | | | | | spi: prefix modalias with "spi:" | Anton Vorontsov | 2009-09-23 | 1 | -0/+1 | |
* | | | | | | | | | spi: add support for device table matching | Anton Vorontsov | 2009-09-23 | 2 | -2/+18 | |
* | | | | | | | | | spi.h: add missing kernel-doc for struct spi_master | Randy Dunlap | 2009-09-23 | 1 | -0/+2 | |
* | | | | | | | | | ramfs: move RAMFS_MAGIC to include/linux/magic.h | maximilian attems | 2009-09-23 | 1 | -0/+1 | |
* | | | | | | | | | kcore: register module area in generic way | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -0/+8 | |
* | | | | | | | | | kcore: register vmemmap range | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -0/+1 | |
* | | | | | | | | | walk system ram range | KAMEZAWA Hiroyuki | 2009-09-23 | 2 | -8/+4 | |
* | | | | | | | | | kcore: add kclist types | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -2/+11 | |
* | | | | | | | | | kcore: use usual list for kclist | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -1/+1 | |
* | | | | | | | | | procfs: provide stack information for threads | Stefani Seibold | 2009-09-23 | 1 | -0/+1 | |
* | | | | | | | | | mmc: make SDIO device/driver struct accessors public | Nicolas Pitre | 2009-09-23 | 1 | -0/+3 | |
* | | | | | | | | | sdio: add MMC_QUIRK_LENIENT_FN0 | Ohad Ben-Cohen | 2009-09-23 | 1 | -0/+7 | |
* | | | | | | | | | sdio: add CD disable support | Ohad Ben-Cohen | 2009-09-23 | 1 | -1/+2 | |
* | | | | | | | | | mmc: check status after MMC SWITCH command | Adrian Hunter | 2009-09-23 | 1 | -0/+1 | |
* | | | | | | | | | mmc: add mmc card sleep and awake support | Jarkko Lavinen | 2009-09-23 | 3 | -0/+9 | |
* | | | | | | | | | mmc: add ability to save power by powering off cards | Adrian Hunter | 2009-09-23 | 1 | -0/+3 | |
* | | | | | | | | | mmc: add MMC_CAP_NONREMOVABLE host capability | Adrian Hunter | 2009-09-23 | 1 | -0/+1 | |
* | | | | | | | | | mmc: allow host claim / release nesting | Adrian Hunter | 2009-09-23 | 2 | -0/+3 | |
* | | | | | | | | | mmc: add 'enable' and 'disable' methods to mmc host | Adrian Hunter | 2009-09-23 | 1 | -0/+47 | |
* | | | | | | | | | asm/sections: add text/data checking functions for arches to override | Mike Frysinger | 2009-09-23 | 1 | -0/+16 | |
* | | | | | | | | | getrusage: fill ru_maxrss value | Jiri Pirko | 2009-09-23 | 1 | -0/+10 | |
* | | | | | | | | | kmap_types.h: rename D macro | Andi Kleen | 2009-09-23 | 1 | -23/+24 | |
* | | | | | | | | | Make sure the value in abs() does not get truncated if it is greater than 2^32 | Rolf Eike Beer | 2009-09-23 | 1 | -1/+1 | |
* | | | | | | | | | anonfd: split interface into file creation and install | Davide Libenzi | 2009-09-23 | 2 | -0/+9 | |
* | | | | | | | | | BUILD_BUG_ON(): fix it and a couple of bogus uses of it | Jan Beulich | 2009-09-23 | 4 | -6/+9 | |
* | | | | | | | | | printk_once(): use bool for boolean flag | Roland Dreier | 2009-09-23 | 1 | -2/+2 | |
* | | | | | | | | | proc connector: add event for process becoming session leader | Scott James Remnant | 2009-09-23 | 1 | -0/+10 | |
* | | | | | | | | | seq_file: constify seq_operations | James Morris | 2009-09-23 | 1 | -1/+1 | |
* | | | | | | | | | generic-ipi: make struct call_function_data lockless | Xiao Guangrong | 2009-09-23 | 1 | -0/+12 | |
* | | | | | | | | | Move magic numbers into magic.h | Nick Black | 2009-09-23 | 1 | -0/+5 | |
* | | | | | | | | | printk: add printk_delay to make messages readable for some scenarios | Dave Young | 2009-09-23 | 1 | -0/+2 | |
* | | | | | | | | | include/linux/kmemcheck.h: fix a trillion warnings | Andrew Morton | 2009-09-23 | 1 | -1/+3 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg... | Linus Torvalds | 2009-09-22 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | kmemcheck: add missing braces to do-while in kmemcheck_annotate_bitfield | Johannes Berg | 2009-09-21 | 1 | -1/+4 | |
* | | | | | | | | | Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2009-09-22 | 13 | -105/+200 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | nfsd: return success for non-NFS4 nfs4_state_start | Stephen Rothwell | 2009-09-17 | 1 | -1/+1 | |
| * | | | | | | | | | nfsd41: Backchannel: Setup sequence information | Ricardo Labiaga | 2009-09-15 | 1 | -0/+1 | |
| * | | | | | | | | | nfsd41: Backchannel: Server backchannel RPC wait queue | Ricardo Labiaga | 2009-09-15 | 1 | -0/+4 |