summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-21of/flattree: Eliminate need to provide early_init_dt_scan_chosen_archGrant Likely4-10/+11
2010-10-21of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely5-44/+32
2010-10-18of/xsysace: Fix OF probing on little-endian systemsMichal Simek1-1/+2
2010-10-13of: use __be32 types for big-endian device tree dataJeremy Kerr2-3/+3
2010-10-13of/irq: remove references to NO_IRQ in drivers/of/platform.cAndres Salomon3-7/+45
2010-10-13of/promtree: add package-to-path support to pdtAndres Salomon2-1/+45
2010-10-13of/promtree: add of_pdt namespace to pdt codeAndres Salomon3-22/+22
2010-10-13of/promtree: no longer call prom_ functions directly; use an ops structureAndres Salomon3-24/+72
2010-10-11of/promtree: make drivers/of/pdt.c no longer sparc-onlyAndres Salomon8-25/+81
2010-10-09sparc: break out some PROM device-tree building code out into drivers/ofAndres Salomon2-189/+216
2010-10-09of/sparc: convert various prom_* functions to use phandleAndres Salomon23-144/+157
2010-10-08sparc: stop exporting openprom.h headerAndres Salomon1-1/+0
2010-10-08powerpc, of_serial: Endianness issues setting up the serial portsIan Munsie2-17/+17
2010-09-29of: MTD: Fix OF probing on little-endian systemsMichal Simek2-3/+3
2010-09-29of: GPIO: Fix OF probing on little-endian systemsMichal Simek1-3/+3
2010-09-29Linux 2.6.36-rc6Linus Torvalds1-1/+1
2010-09-29MN10300: Handle missing sys_cacheflush() when caching disabledDavid Howells2-8/+27
2010-09-29alpha: fix compile problem in arch/alpha/kernel/signal.cLinus Torvalds1-2/+2
2010-09-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-14/+24
2010-09-28ahci: fix module refcount breakage introduced by libahci splitTejun Heo4-14/+24
2010-09-28Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2010-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2-3/+4
2010-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds53-196/+444
2010-09-28hwmon (coretemp): Fix build breakage if SMP is undefinedGuenter Roeck1-0/+1
2010-09-28Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2010-09-28tcp: Fix >4GB writes on 64-bit.David S. Miller3-4/+5
2010-09-28Fix pktcdvd ioctl dev_minor range checkDan Rosenberg1-1/+1
2010-09-28MN10300: Default config choice GDBSTUB_TTYSM0 should be GDBSTUB_ON_TTYSM0David Howells1-1/+1
2010-09-28net/9p: Mount only matching virtio channelsSven Eckelmann1-1/+2
2010-09-28de2104x: fix ethtoolOndrej Zary1-2/+5
2010-09-28Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller1-3/+4
2010-09-28tproxy: check for transparent flag in ip_route_newportsUlrich Weber1-0/+2
2010-09-28ipv6: add IPv6 to neighbour table overflow warningUlrich Weber2-2/+2
2010-09-28tcp: fix TSO FACK loss marking in tcp_mark_head_lostYuchung Cheng1-1/+2
2010-09-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-2/+4
2010-09-27Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds27-81/+207
2010-09-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-11/+18
2010-09-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-0/+3
2010-09-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-4/+5
2010-09-27Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-10/+7
2010-09-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2-6/+14
2010-09-27Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2-1/+7
2010-09-27Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-0/+27
2010-09-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-24/+82
2010-09-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+13
2010-09-27mn10300: check __get_user/__put_user results...Al Viro1-6/+6
2010-09-27mn10300: get rid of set_fs(USER_DS) in sigframe setupAl Viro1-4/+0
2010-09-27mn10300: ->restart_block.fn needs to be reset on sigreturnAl Viro1-0/+3
2010-09-27mn10300: prevent double syscall restartsAl Viro1-3/+9
2010-09-27mn10300: avoid SIGSEGV delivery loopAl Viro1-2/+2