aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-12-16Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 37-21/+4861
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-1/+1
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Gravatar Linus Torvalds 6-34/+10
2009-12-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 18-293/+244
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Gravatar Linus Torvalds 131-13563/+6757
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Linus Torvalds 13-46/+27
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 6-18/+50
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-6/+0
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-9/+2
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 57-1091/+1897
2009-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 3-0/+351
2009-12-16Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 7-6/+327
2009-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par...Gravatar Linus Torvalds 7-25/+60
2009-12-16Merge git://git.infradead.org/iommu-2.6Gravatar Linus Torvalds 2-0/+13
2009-12-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 3-34/+52
2009-12-16switch alloc_file() to passing struct pathGravatar Al Viro 1-7/+8
2009-12-16sanitize do_pipe_flags() callers in archGravatar Al Viro 5-27/+2
2009-12-16ia64: use bitmap_find_next_zero_areaGravatar Akinobu Mita 1-14/+5
2009-12-16sparc: use bitmap_find_next_zero_areaGravatar Akinobu Mita 2-24/+9
2009-12-16iommu-helper: use bitmap libraryGravatar Akinobu Mita 5-11/+12
2009-12-16gru: function to generate chipset IPI valuesGravatar Jack Steiner 1-4/+20
2009-12-16x86: uv: update XPC to handle updated BIOS interfaceGravatar Robin Holt 2-16/+3
2009-12-16x86: uv: introduce uv_gpa_is_mmrGravatar Robin Holt 1-0/+7
2009-12-16x86: uv: introduce a means to translate from gpa -> socket_paddrGravatar Robin Holt 1-0/+13
2009-12-16dma-mapping: fix off-by-one error in dma_capable()Gravatar Jan Beulich 3-3/+3
2009-12-16elf: kill USE_ELF_CORE_DUMPGravatar Christoph Hellwig 26-30/+0
2009-12-16ptrace: x86: change syscall_trace_leave() to rely on tracehook when steppingGravatar Oleg Nesterov 1-14/+7
2009-12-16ptrace: x86: implement user_single_step_siginfo()Gravatar Oleg Nesterov 2-9/+23
2009-12-16ptrace: powerpc: implement user_single_step_siginfo()Gravatar Oleg Nesterov 2-0/+11
2009-12-16da850/omap-l138: add callback to control LCD panel powerGravatar Chaithrika U S 1-10/+14
2009-12-16fbdev: bfin-lq035q1-fb: new Blackfin Landscape LCD EZ-Extender driverGravatar Michael Hennerich 1-0/+28
2009-12-16V4L/DVB (13661): rj54n1cb0c: Add cropping, auto white balance, restrict sizes...Gravatar Guennadi Liakhovetski 1-2/+11
2009-12-16V4L/DVB (13659): soc-camera: convert to the new mediabus APIGravatar Guennadi Liakhovetski 1-1/+2
2009-12-16V4L/DVB (13650): soc-camera: switch drivers and platforms to use .priv in str...Gravatar Guennadi Liakhovetski 2-31/+39
2009-12-16sh: Fix test of unsigned in se7722_irq_demux()Gravatar Roel Kluin 1-3/+4
2009-12-16parisc: Fixup last users of irq_chip->typenameGravatar Thomas Gleixner 1-2/+2
2009-12-16parisc: Convert BUG() to use unreachable()Gravatar David Daney 1-2/+2
2009-12-16parisc: Replace old style lock init in smp.cGravatar Thomas Gleixner 1-3/+6
2009-12-16parisc: use sort() instead of home-made implementation (v2)Gravatar Helge Deller 1-14/+9
2009-12-16parisc: add CALLER_ADDR{0-6} macrosGravatar Helge Deller 2-0/+41
2009-12-16parisc: remove unused IRQSTAT_SIRQ_PEND and IRQSTAT_SZ definesGravatar Helge Deller 1-3/+0
2009-12-16parisc: remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2009-12-15Merge branch 'bugzilla-14700' into releaseGravatar Len Brown 1-1/+1
2009-12-16implement early_io{re,un}map for ia64Gravatar Luck, Tony 2-0/+13
2009-12-15x86: Fix kprobes build with non-gawk awkGravatar Jonathan Nieder 1-5/+5
2009-12-15Merge branch 'x86/mce' into x86/urgentGravatar Ingo Molnar 1-10/+12
2009-12-15Merge branch 'x86/asm' into x86/urgentGravatar Ingo Molnar 10-233/+148
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 74-701/+701
2009-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Gravatar Linus Torvalds 19-719/+6389
2009-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 31-210/+154