Age | Commit message (Expand) | Author | Files | Lines |
2008-12-29 | V4L/DVB (9578): v4l core: add support for enumerating frame sizes and intervals | Mauro Carvalho Chehab | 1 | -0/+6 |
2008-12-29 | V4L/DVB (9530): Add new pixel format VYUY 16 bits wide. | Robert Jarzmik | 1 | -0/+1 |
2008-12-29 | V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_... | Kay Sievers | 1 | -2/+2 |
2008-12-29 | V4L/DVB (9503): v4l: remove inode argument from video_usercopy | Hans Verkuil | 2 | -6/+3 |
2008-12-29 | V4L/DVB (9488): Add ov772x driver | Kuninori Morimoto | 2 | -0/+22 |
2008-12-29 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p... | Linus Torvalds | 3 | -6/+48 |
2008-12-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2 | -33/+5 |
2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 90 | -998/+2651 |
2008-12-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -1/+3 |
2008-12-28 | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2 | -1/+46 |
2008-12-28 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -6/+4 |
2008-12-28 | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 20 | -256/+744 |
2008-12-28 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 9 | -8/+96 |
2008-12-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 17 | -383/+614 |
2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 6 | -15/+166 |
2008-12-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 14 | -229/+449 |
2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2 | -1/+2 |
2008-12-28 | m68k: use the new byteorder headers | Harvey Harrison | 1 | -11/+5 |
2008-12-28 | m68k: machw.h cleanup | Finn Thain | 1 | -22/+0 |
2008-12-26 | netlink: fix (theoretical) overrun in message iteration | Vegard Nossum | 1 | -1/+1 |
2008-12-26 | sctp: Implement socket option SCTP_GET_ASSOC_NUMBER | Wei Yongjun | 1 | -0/+2 |
2008-12-25 | Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/core | Ingo Molnar | 8 | -18/+30 |
2008-12-25 | [S390] __page_to_pfn warnings | Martin Schwidefsky | 1 | -1/+1 |
2008-12-25 | [S390] iucv: Locking free version of iucv_message_(receive|send) | Hendrik Brueckner | 1 | -0/+45 |
2008-12-25 | Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/rin... | Ingo Molnar | 8 | -6/+37 |
2008-12-25 | sched, trace: update trace_sched_wakeup() | Peter Zijlstra | 1 | -2/+2 |
2008-12-25 | Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/core | Ingo Molnar | 2 | -2/+6 |
2008-12-25 | Merge branch 'topic/udev-id-rename' into to-push | Takashi Iwai | 1 | -49/+57 |
2008-12-25 | Merge branch 'topic/snd-hrtimer' into to-push | Takashi Iwai | 1 | -0/+1 |
2008-12-25 | Merge branch 'topic/jack-mechanical' into to-push | Takashi Iwai | 2 | -0/+2 |
2008-12-25 | Merge branch 'topic/hda' into to-push | Takashi Iwai | 2 | -0/+2 |
2008-12-25 | Merge branch 'topic/cs5535audio' into to-push | Takashi Iwai | 1 | -0/+2 |
2008-12-25 | Merge branch 'topic/ca0106' into to-push | Takashi Iwai | 2 | -4/+26 |
2008-12-25 | Merge branch 'topic/asoc' into to-push | Takashi Iwai | 7 | -176/+359 |
2008-12-25 | Merge branch 'next' into for-linus | James Morris | 17 | -383/+614 |
2008-12-25 | crypto: aes - Precompute tables | Herbert Xu | 1 | -4/+4 |
2008-12-25 | libcrc32c: Add crc32c_le macro | Herbert Xu | 1 | -0/+3 |
2008-12-25 | libcrc32c: Move implementation to crypto crc32c | Herbert Xu | 1 | -4/+1 |
2008-12-25 | crypto: hash - Export shash through hash | Herbert Xu | 3 | -2/+10 |
2008-12-25 | crypto: hash - Add import/export interface | Herbert Xu | 3 | -5/+22 |
2008-12-25 | crypto: hash - Export shash through ahash | Herbert Xu | 1 | -1/+1 |
2008-12-25 | crypto: hash - Add shash interface | Herbert Xu | 3 | -0/+113 |
2008-12-25 | crypto: api - Rebirth of crypto_alloc_tfm | Herbert Xu | 2 | -1/+13 |
2008-12-25 | crypto: api - Move type exit function into crypto_tfm | Herbert Xu | 2 | -1/+2 |
2008-12-24 | Merge branch 'linus' into tracing/hw-branch-tracing | Ingo Molnar | 4 | -3/+10 |
2008-12-24 | Merge branch 'fix/hda' into topic/hda | Takashi Iwai | 3 | -3/+10 |
2008-12-24 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+3 |
2008-12-23 | Merge branch 'x86/irq' into x86/core | Ingo Molnar | 1 | -8/+0 |
2008-12-23 | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',... | Ingo Molnar | 8 | -0/+96 |
2008-12-23 | Merge branch 'x86/apic' into x86/irq | Ingo Molnar | 6 | -16/+24 |