summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-28Linux 2.6.27-rc1v2.6.27-rc1Linus Torvalds1-2/+2
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds5-142/+409
2008-07-28Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds3-34/+36
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds36-568/+512
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-0/+1
2008-07-28Fix 'get_user_pages_fast()' with non-page-aligned start addressLinus Torvalds1-3/+6
2008-07-29lguest: turn Waker into a thread, not a processRusty Russell1-63/+57
2008-07-29lguest: Enlarge virtio ringsRusty Russell1-2/+2
2008-07-29lguest: Use GSO/IFF_VNET_HDR extensions on tun/tapRusty Russell1-14/+20
2008-07-29lguest: Remove 'network: no dma buffer!' warningRusty Russell1-2/+0
2008-07-29lguest: Adaptive timeoutRusty Russell1-1/+11
2008-07-29lguest: Tell Guest net not to notify us on every packet xmitRusty Russell1-13/+93
2008-07-29lguest: net block unneeded receive queue update notificationsRusty Russell1-1/+13
2008-07-29lguest: wrap last_avail accesses.Rusty Russell1-5/+11
2008-07-29lguest: use cpu capability accessorsAndrew Morton1-2/+2
2008-07-29lguest: virtio-rng supportRusty Russell1-0/+90
2008-07-29lguest: Support assigning a MAC addressMark McLoughlin1-33/+89
2008-07-29lguest: Don't leak /dev/zero fdMark McLoughlin1-0/+1
2008-07-29lguest: fix verbose printing of device features.Rusty Russell1-2/+2
2008-07-29lguest: fix switcher_page leak on unloadJohannes Weiner1-0/+1
2008-07-29lguest: Guest int3 fixRusty Russell1-7/+17
2008-07-29lguest: set max_pfn_mapped, growl loudly at Yinghai LuRusty Russell1-0/+3
2008-07-29mfd: accept pure device as a parent, not only platform_deviceDmitry Baryshkov3-11/+11
2008-07-28include/asm-generic/pgtable-nopmd.h: macros are noxious, reason #435Andrew Morton1-1/+5
2008-07-28sh7760fb: write colormap value to hardwareManuel Lauss1-0/+1
2008-07-28eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen1-12/+18
2008-07-28gpio: fix build on CONFIG_GPIO_SYSFS=nAtsushi Nemoto1-0/+1
2008-07-28bio-integrity: remove EXPORT_SYMBOL for bio_integrity_init_slab()Yoichi Yuasa1-1/+0
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi7-99/+167
2008-07-28kdump: update kdump documentation as kexec-tools-resting has been renamed kex...Simon Horman1-10/+10
2008-07-28spi_s3c24xx: really assign busnumBen Dooks2-0/+2
2008-07-28mpc52xx_psc_spi: fix block transferLuotao Fu1-15/+7
2008-07-28mm/hugetlb.c must #include <asm/io.h>Adrian Bunk1-0/+1
2008-07-28mmu-notifiers: coreAndrea Arcangeli15-13/+623
2008-07-28mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli4-0/+170
2008-07-28mmu-notifiers: add list_del_init_rcu()Andrea Arcangeli1-0/+28
2008-07-28arm: fix HAVE_CLK merge goofDavid Brownell1-1/+1
2008-07-28__ratelimit() cpu flags can't be staticAlexey Dobriyan1-1/+2
2008-07-28tmpfs: fix kernel BUG in shmem_delete_inodeHugh Dickins1-1/+2
2008-07-28exec: include pagemap.h again to fix buildHugh Dickins1-0/+1
2008-07-29mfd: add platform_data to mfd_cellMike Rapoport3-7/+12
2008-07-28x86/PCI: use dev_printk when possibleBjorn Helgaas4-76/+64
2008-07-28Merge branch 'core/generic-dma-coherent' of git://git.kernel.org/pub/scm/linu...Jesse Barnes16-339/+217
2008-07-28Merge branch 'cpus4096-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds19-141/+85
2008-07-28ipwireless: fix compile failureJames Bottomley1-1/+1
2008-07-28PCI: add D3 power state avoidance quirkAlan Cox3-0/+19
2008-07-29Merge branch 'linus' into core/generic-dma-coherentIngo Molnar5307-172291/+317323
2008-07-28PCI: fix bogus "'device' may be used uninitialized" warning in pci_slotMatthew Wilcox1-11/+7
2008-07-28PCI: add an option to allow ASPM enabled forciblyShaohua Li1-6/+14
2008-07-28PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li3-1/+16
2008-07-28PCI: disable ASPM per ACPI FADT settingShaohua Li4-0/+18
2008-07-28PCI MSI: Don't disable MSIs if the mask bit isn't supportedMatthew Wilcox1-3/+12
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar911-11708/+20191
2008-07-28Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jesse Barnes4-15/+18
2008-07-28PCI: handle 64-bit resources better on 32-bit machinesMatthew Wilcox1-2/+2
2008-07-28PCI: rewrite PCI BAR reading codeMatthew Wilcox1-119/+123
2008-07-28cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds3-134/+43
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar1107-11190/+46428
2008-07-28PCI: document pci_target_stateJesse Barnes1-0/+6
2008-07-28PCI hotplug: fix typo in pcie hotplug outputJesse Barnes1-1/+1
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-30/+390
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds3-3/+7
2008-07-28mfd: Coding style fixesBen Dooks2-17/+15
2008-07-28mfd: Use to_platform_device instead of container_ofBen Dooks1-2/+1
2008-07-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds38-260/+1039
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6Linus Torvalds2-3/+1
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds117-2019/+7917
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-28[SCSI] qla2xxx: fix msleep compile errorFUJITA Tomonori1-0/+1
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-28Remove deprecated virt_to_bus()Karsten Keil2-3/+1
2008-07-28sh: SuperH Mobile CEU and camera platform data for AP325RXAMagnus Damm1-1/+118
2008-07-28sh: Update smc911x platform data for AP325RXAMagnus Damm1-0/+10
2008-07-28sh: SuperH Mobile LCDC platform data for AP325RXAMagnus Damm1-1/+80
2008-07-28sh: Add SuperH Mobile CEU platform data for Migo-RMagnus Damm2-1/+177
2008-07-28sh: Add SuperH Mobile LCDC platform data for Migo-RMagnus Damm6-0/+284
2008-07-28sh: Move asid_cache() out of ifdef to fix SH-3/4 nommu build.Paul Mundt1-1/+2
2008-07-28sh: Workaround for __put_user_asm() bug with gcc 4.x on big-endian.Yoshinori Sato1-1/+2
2008-07-28sh: Wire up new syscalls.Paul Mundt4-2/+26
2008-07-28sh: fix uImage Entry PointYoshihiro Shimoda2-1/+9
2008-07-28sh_keysc: remove request_mem_region() and release_mem_region()Tetsuya Mukawa1-20/+7
2008-07-28sh: Don't miss pending signals returning to user mode after signal processingStuart MENEFY1-1/+1
2008-07-28sh: Use clk_always_enable() on sh7366Magnus Damm1-0/+15
2008-07-28sh: Use clk_always_enable() on sh7343 / SE77343Magnus Damm3-8/+15
2008-07-28sh: Use clk_always_enable() on sh7722 / Migo-R / SE7722Magnus Damm5-17/+20
2008-07-28sh: Use clk_always_enable() on sh7723 / ap325rxaMagnus Damm2-12/+16
2008-07-28sh: Introduce clk_always_enable() functionMagnus Damm1-0/+17
2008-07-28sh: Show all clocks and their state in /proc/clocksMagnus Damm1-9/+5
2008-07-28sh: Merge sh7343 and sh7722 clock codeMagnus Damm3-130/+41
2008-07-28sh: Add SuperH Mobile MSTPCR bits to clock frameworkMagnus Damm2-0/+119
2008-07-28sh: Use arch_flags to simplify sh7722 siu clock codeMagnus Damm1-38/+9
2008-07-28sh: Add arch_flags to struct clkMagnus Damm1-0/+1
2008-07-28fix sh ptep_get_and_clear breakageAdrian Bunk1-1/+1
2008-07-28sh: Renesas R0P7785LC0011RL board supportYoshihiro Shimoda10-0/+1876
2008-07-28sh: Add memory chunks to SH-Mobile UIO devicesMagnus Damm6-0/+75
2008-07-28sh: Export sh7366 VPU, VEU(1), VEU(2) using uio_pdrv_genirqMagnus Damm1-1/+80
2008-07-28sh: Export sh7723 VPU, VEU2H0, VEU2H1 using uio_pdrv_genirqMagnus Damm1-0/+79
2008-07-28sh: Export sh7722 VPU and VEU using uio_pdrv_genirqMagnus Damm1-0/+53
2008-07-28sh: Export sh7343 VPU and VEU using uio_pdrv_genirqMagnus Damm1-0/+53
2008-07-28sh2(A) exception handler updateYoshinori Sato6-90/+385
2008-07-28sh: update Solution Engine 7343Yoshihiro Shimoda4-577/+561
2008-07-28sh: update sh7343 codeYoshihiro Shimoda3-1/+138
2008-07-28sh: fix pg-sh4.c build breakage in linux-nextMagnus Damm1-1/+1
2008-07-28sh: enable I2C on the ap325rxa boardMagnus Damm1-0/+11
2008-07-28sh: add SuperH Mobile I2C platform data to sh7366Magnus Damm1-0/+21
2008-07-28sh: add SuperH Mobile I2C platform data to sh7723Magnus Damm1-0/+21
2008-07-28sh: add SuperH Mobile I2C platform data to sh7343Magnus Damm1-0/+42
2008-07-28sh: add interrupt ack code to sh4aYoshihiro Shimoda8-28/+76
2008-07-28sh: Fix up link error on SH-2 zImage with older binutils.Yoshinori Sato4-15/+12
2008-07-28sh: Conditionally re-enable IRQs in fault path.Stuart Menefy2-6/+9
2008-07-28sh: Record the major cut revision for probed SH-4A parts.Paul Mundt1-4/+5
2008-07-28sh: Optimized flush_icache_range() implementation.Chris Smith3-40/+38
2008-07-28sh: Stub in silicon cut in CPU info.Stuart Menefy3-0/+10
2008-07-28sh: Tidy up the SH-3 exception vector table.Paul Mundt1-19/+19
2008-07-28SH7619 add ethernet controler supportYoshinori Sato1-0/+24
2008-07-28sh: Remove sh_pcic_io_xxx function from Solution Engine IO codeNobuhiro Iwamatsu1-45/+14
2008-07-28sh: Fix Kconfig of AP-325RXANobuhiro Iwamatsu1-1/+1
2008-07-28sh: Clean up code of Solution Engine 770xNobuhiro Iwamatsu2-3/+3
2008-07-28sh: Update Solution Enginge 7712 defconfigNobuhiro Iwamatsu1-374/+285
2008-07-28sh: Solution Enginge 7710/7712 SH-Ether supportNobuhiro Iwamatsu2-0/+64
2008-07-28sh/kernel/ cleanupsAdrian Bunk9-42/+6
2008-07-28sh: make pcibios_max_latency staticAdrian Bunk1-1/+1
2008-07-28sh: make EARLY_PCI_OP's staticAdrian Bunk1-1/+1
2008-07-28sh/boards/dreamcast/rtc.c: make 2 functions staticAdrian Bunk1-2/+2
2008-07-28maple: tidy maple_driver code by removing redundant connect/disconnectAdrian McMenamin1-2/+0
2008-07-28sh: Renesas Solutions SH7763RDP board supportNobuhiro Iwamatsu8-0/+1289
2008-07-28sh: Add SCIF2 support for SH7763.Nobuhiro Iwamatsu3-14/+51
2008-07-28sh: Add support Renesas Solutions AP-325RXA boardYusuke Goda6-0/+1065
2008-07-28sh: Initial consolidation of the _32/_64 uaccess split.Paul Mundt3-416/+270
2008-07-28sh: Consolidate addr/access_ok across mmu/nommu on 32bit.Paul Mundt1-36/+3
2008-07-28sh: Use the common segment definitions for the _64 uaccess routines.Paul Mundt1-19/+0
2008-07-28sh: Add support for 16kB PAGE_SIZE.Paul Mundt4-1/+13
2008-07-28sh: Support variable page sizes on nommu.Paul Mundt1-3/+3
2008-07-28sh: Consolidate segment modifiers across mmu/nommu systems.Paul Mundt5-39/+33
2008-07-28sh: RSK+ 7203 board support.Paul Mundt5-0/+133
2008-07-28sh: Make dump_task dependent on ELF core.Paul Mundt1-1/+1
2008-07-28sh: Initial ELF FDPIC support.Paul Mundt6-4/+108
2008-07-28binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat.Paul Mundt1-20/+25
2008-07-28move arch/sh/lib/io.o to obj-yAdrian Bunk1-1/+3
2008-07-28sh dreamcast: export board_pci_channelsAdrian Bunk1-0/+2
2008-07-28sh: export get_cpu_subtypeAdrian Bunk1-0/+1
2008-07-28sh: Prevent leaking of CONFIG_SUPERH32 to userspace in asm/unistd.h.Khem Raj1-3/+11
2008-07-28sh: fix seq_file memory leakLi Zefan2-2/+2
2008-07-28powerpc: Disable 64K hugetlb support when doing 64K SPU mappingsBenjamin Herrenschmidt1-1/+8
2008-07-28powerpc/powermac: Fixup default serial port device for pmac_zilogBenjamin Herrenschmidt2-27/+89
2008-07-28powerpc/powermac: Use sane default baudrate for SCC debuggingBenjamin Herrenschmidt1-1/+11
2008-07-28powerpc/mm: Implement _PAGE_SPECIAL & pte_special() for 64-bitNick Piggin3-2/+6
2008-07-28powerpc: Show processor cache information in sysfsNathan Lynch1-0/+309
2008-07-28powerpc: Make core id information available to userspaceNathan Lynch3-0/+25
2008-07-28powerpc: Make core sibling information available to userspaceNathan Lynch3-0/+66
2008-07-28powerpc/vio: More fallout from dma_mapping_error API changeStephen Rothwell1-1/+1
2008-07-28ibmveth: Fix multiple errors with dma_mapping_error conversionStephen Rothwell1-4/+4
2008-07-28powerpc/pseries: Fix CMO sysdev attribute API change falloutStephen Rothwell1-2/+6
2008-07-28powerpc: Enable tracehook for the architectureRoland McGrath1-0/+1
2008-07-28powerpc: Add TIF_NOTIFY_RESUME support for tracehookRoland McGrath5-8/+20
2008-07-28powerpc: Add asm/syscall.h with the tracehook entry pointsRoland McGrath2-0/+85
2008-07-28powerpc: Make syscall tracing use tracehook.h helpersRoland McGrath3-27/+34
2008-07-28powerpc: Call tracehook_signal_handler() when setting up signal framesRoland McGrath1-1/+7
2008-07-28powerpc: Update cpu_sibling_maps dynamicallyNathan Lynch3-30/+29
2008-07-28powerpc: register_cpu_online should be __cpuinitNathan Lynch1-1/+1
2008-07-28powerpc: kill useless SMT code in prom_hold_cpusNathan Lynch1-36/+3
2008-07-28powerpc: Fix 8xx build failureKumar Gala1-0/+3
2008-07-28powerpc: Fix vio build warningsNathan Lynch1-2/+2
2008-07-28powerpc/booke: Clean up the hardware watchpoint supportKumar Gala4-11/+12
2008-07-28powerpc: Removed duplicated include in stacktrace.cHuang Weiyi1-1/+0
2008-07-28Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt9-105/+317
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