| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: don't use alloc_bootmem_low() where not strictly needed | Jan Beulich | 2009-09-22 | 1 | -1/+1 |
* | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 2009-09-22 | 4 | -10/+6 |
* | md: avoid use of broken kzalloc mempool | Sage Weil | 2009-09-22 | 1 | -1/+2 |
* | mm: oom analysis: add shmem vmstat | KOSAKI Motohiro | 2009-09-22 | 1 | -0/+2 |
* | mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output | KOSAKI Motohiro | 2009-09-22 | 1 | -0/+3 |
* | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 50 | -55/+53 |
* | const: mark remaining super_operations const | Alexey Dobriyan | 2009-09-22 | 5 | -6/+5 |
* | drivers/mfd/ab3100-core.c: fix powerpc build error | Andrew Morton | 2009-09-22 | 1 | -1/+1 |
* | drivers/media/dvb/pt1/pt1.c needs vmalloc.h | Andrew Morton | 2009-09-22 | 1 | -0/+1 |
* | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2009-09-21 | 1 | -2/+2 |
|\ |
|
| * | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -2/+2 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-09-21 | 1 | -1/+0 |
|\ \ |
|
| * \ | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2009-09-20 | 87 | -1288/+13502 |
| |\ \ |
|
| * | | | x86: Trivial whitespace cleanups | Felipe Contreras | 2009-09-20 | 1 | -1/+0 |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2009-09-21 | 208 | -3870/+48553 |
|\ \ \ \ |
|
| * | | | | V4L/DVB (13033): pt1: Don't use a deprecated DMA_BIT_MASK macro | Mauro Carvalho Chehab | 2009-09-19 | 1 | -1/+1 |
| * | | | | V4L/DVB (13029): radio-si4713: remove #include <linux/version.h> | Huang Weiyi | 2009-09-19 | 1 | -1/+0 |
| * | | | | V4L/DVB (13027): go7007: convert printks to v4l2_info | Pete Eberlein | 2009-09-19 | 1 | -12/+11 |
| * | | | | V4L/DVB (13026): s2250-board: Implement brightness and contrast controls | Pete Eberlein | 2009-09-19 | 1 | -5/+72 |
| * | | | | V4L/DVB (13025): s2250-board: Fix memory leaks | Pete Eberlein | 2009-09-19 | 1 | -2/+8 |
| * | | | | V4L/DVB (13024): go7007: Implement vidioc_g_std and vidioc_querystd | Pete Eberlein | 2009-09-19 | 1 | -17/+35 |
| * | | | | V4L/DVB (13023): go7007: Merge struct gofh and go declarations | Pete Eberlein | 2009-09-19 | 1 | -42/+21 |
| * | | | | V4L/DVB (13022): go7007: Fix mpeg controls | Pete Eberlein | 2009-09-19 | 1 | -28/+16 |
| * | | | | V4L/DVB (13021): go7007: Fix whitespace and line lengths | Pete Eberlein | 2009-09-19 | 1 | -23/+25 |
| * | | | | V4L/DVB (13020): go7007: Updates to Kconfig and Makefile | Pete Eberlein | 2009-09-19 | 2 | -10/+94 |
| * | | | | V4L/DVB (13019): video: initial support for ADV7180 | Richard Röjfors | 2009-09-19 | 3 | -0/+212 |
| * | | | | V4L/DVB (13018): kzalloc failure ignored in au8522_probe() | Roel Kluin | 2009-09-19 | 1 | -0/+5 |
| * | | | | V4L/DVB (13017): gspca: kmalloc failure ignored in sd_start() | Roel Kluin | 2009-09-19 | 1 | -0/+2 |
| * | | | | V4L/DVB (13016): kmalloc failure ignored in lgdt3304_attach() and s921_attach() | Roel Kluin | 2009-09-19 | 2 | -0/+4 |
| * | | | | V4L/DVB (13015): kmalloc failure ignored in m920x_firmware_download() | Roel Kluin | 2009-09-19 | 1 | -0/+2 |
| * | | | | V4L/DVB (13014): Add support for Compro VideoMate E800 (DVB-T part only) | Vladimir Geroy | 2009-09-19 | 3 | -0/+14 |
| * | | | | V4L/DVB (13013): FM TX: si4713: Kconfig: Fixed two typos. | Matti J. Aaltonen | 2009-09-19 | 1 | -1/+1 |
| * | | | | V4L/DVB (13012): uvc: introduce missing kfree | Julia Lawall | 2009-09-19 | 1 | -3/+4 |
| * | | | | V4L/DVB (13011): Change tuner type of BeholdTV cards | Dmitry Belimov | 2009-09-19 | 1 | -7/+7 |
| * | | | | V4L/DVB (13009): gspca - stv06xx-hdcs: Reduce exposure range | James Blanford | 2009-09-19 | 2 | -52/+22 |
| * | | | | V4L/DVB (13008): gspca - stv06xx-hdcs: Fixup exposure | James Blanford | 2009-09-19 | 1 | -18/+31 |
| * | | | | V4L/DVB (13007): gspca - stv06xx-hdcs: Add exposure and gain ctrls to hdcs_1020 | Erik Andrén | 2009-09-19 | 1 | -1/+29 |
| * | | | | V4L/DVB (13006): gspca - stv06xx: Fix a misindentation | Erik Andrén | 2009-09-19 | 1 | -2/+2 |
| * | | | | V4L/DVB (13005): gspca - stv06xx: Translate swedish comments to english | Erik Andrén | 2009-09-19 | 1 | -8/+7 |
| * | | | | V4L/DVB (13004): gspca - stv06xx: Harmonize the debug macros when tracing wri... | Erik Andrén | 2009-09-19 | 1 | -8/+7 |
| * | | | | V4L/DVB (13003): Correct dangerous and inefficient msecs_to_jiffies() calcula... | Andreas Mohr | 2009-09-19 | 3 | -6/+12 |
| * | | | | V4L/DVB (13002): Adds support for Zolid Hybrid PCI card: | Henk Vergonet | 2009-09-19 | 3 | -0/+57 |
| * | | | | V4L/DVB (13001): Key filter for BeholdTV cards. | Dmitri Belimov | 2009-09-19 | 1 | -0/+4 |
| * | | | | V4L/DVB (13000): add driver for 774 Friio White USB ISDB-T receiver | Akihiro Tsukada | 2009-09-19 | 6 | -0/+1118 |
| * | | | | V4L/DVB (12999): Add a driver for Earthsoft PT1 | Mauro Carvalho Chehab | 2009-09-19 | 9 | -1/+2284 |
| * | | | | V4L/DVB (12997): Add the DTV_ISDB_TS_ID property for ISDB_S | HIRANO Takahito | 2009-09-19 | 2 | -0/+11 |
| * | | | | V4L/DVB(12993b): gl860: Prevent a potential risk of zeroing a floating pointer | Mauro Carvalho Chehab | 2009-09-19 | 1 | -0/+2 |
| * | | | | V4L/DVB (12993a): saa7164: Fix compilation warning on i386 | Mauro Carvalho Chehab | 2009-09-19 | 1 | -4/+4 |
| * | | | | V4L/DVB (12906d): V4L : vpif updates for DM6467 vpif capture driver | Muralidharan Karicheri | 2009-09-19 | 2 | -26/+98 |
| * | | | | V4L/DVB (12906c): V4L : vpif capture driver for DM6467 | Muralidharan Karicheri | 2009-09-19 | 2 | -0/+2333 |