summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds9-214/+199
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds206-8528/+9486
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds506-361/+403
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-50/+58
2008-07-28SubmittingPatches: add git pull & diffstat format infoRandy Dunlap1-0/+26
2008-07-28more sysdev API change fallout - drivers/base/memory.cStephen Rothwell1-1/+2
2008-07-28ACPI/CPUIDLE: prevent setting pm_idle to NULLThomas Gleixner2-5/+12
2008-07-28Merge branch 'i2c-for-linus' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds5-29/+426
2008-07-28ipwireless: Preallocate received packet buffers with MRU sizeDavid Sterba3-1/+8
2008-07-28ipwireless: Put packets to pool startDavid Sterba1-2/+2
2008-07-28ipwireless: Increase PPP outgoing queue sizeDavid Sterba2-3/+5
2008-07-28ipwireless: Explicitly request io and mem regionsDavid Sterba2-34/+50
2008-07-28ipwireless: Constify buffer variablesDavid Sterba3-14/+16
2008-07-28ipwireless: Do not return value from sending funcsDavid Sterba1-12/+3
2008-07-28ipwireless: Remove endian-dependent bitfieldsDavid Sterba1-13/+38
2008-07-28ipwireless: Glue splitted printk strings backDavid Sterba2-18/+12
2008-07-28ipwireless: Remove pt_regs from interrupt handlerDavid Sterba2-2/+2
2008-07-28ipwireless: Rename spinlock variables to lockDavid Sterba2-71/+71
2008-07-28ipwireless: Remove unused definesDavid Sterba2-11/+7
2008-07-28ipwireless: Misc cleanupsDavid Sterba1-32/+18
2008-07-28i2c: Blackfin I2C Driver: Functional power management supportMichael Hennerich1-11/+24
2008-07-28i2c: Documentation: upgrading clients HOWTOBen Dooks1-0/+281
2008-07-28i2c: S3C24XX I2C frequency scaling support.Ben Dooks1-13/+103
2008-07-28i2c: i2c_gpio: keep probe resident for hotplugged devices.Ben Dooks1-4/+5
2008-07-28i2c: S3C2410: Pass the I2C bus number via drivers platform dataBen Dooks2-1/+13
2008-07-28stop_machine: fix up ftrace.cRusty Russell1-3/+3
2008-07-28stop_machine: Wean existing callers off stop_machine_run()Rusty Russell5-14/+14
2008-07-28stop_machine(): stop_machine_run() changed to use cpu maskRusty Russell3-25/+39
2008-07-28Hotplug CPU: don't check cpu_online after take_cpu_downRusty Russell1-2/+2
2008-07-28Simplify stop_machineRusty Russell3-190/+136
2008-07-28stop_machine: add ALL_CPUS optionJason Baron2-8/+32
2008-07-28module: fix build warning with !CONFIG_KALLSYMSWANG Cong1-12/+13
2008-07-27Merge ../linux-2.6Mauro Carvalho Chehab81-945/+787
2008-07-27sparc: Set CONFIG_HAVE_ARCH_TRACEHOOKDavid S. Miller1-0/+1
2008-07-27sparc: Add task_pt_regs().David S. Miller1-0/+1
2008-07-27sparc: Add call to tracehook_signal_handler().David S. Miller1-0/+2
2008-07-27sparc: Create and use TIF_NOTIFY_RESUME.David S. Miller3-4/+22
2008-07-27sparc: Use tracehook routines in syscall_trace().David S. Miller2-17/+21
2008-07-27sparc64: tracehook: CONFIG_HAVE_ARCH_TRACEHOOKRoland McGrath1-0/+1
2008-07-27sparc: Add user_stack_pointer().David S. Miller2-0/+2
2008-07-27sparc64: tracehook_signal_handlerRoland McGrath2-0/+6
2008-07-27sparc64: tracehook: TIF_NOTIFY_RESUMERoland McGrath3-6/+13
2008-07-27sparc: Add asm/syscall.hDavid S. Miller1-0/+120
2008-07-27sparc64: tracehook syscallRoland McGrath3-22/+17
2008-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/sparcDavid S. Miller493-312/+197
2008-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller243-2691/+5942
2008-07-27Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-4/+5
2008-07-27Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/x8...Linus Torvalds1-3/+5
2008-07-27Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds73-881/+733
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi5-57/+44