summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-03-04Linux 2.6.25-rc4v2.6.25-rc4Linus Torvalds1-1/+1
2008-03-04module: allow ndiswrapper to use GPL-only symbolsPavel Roskin1-1/+8
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds24-115/+127
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds12-220/+216
2008-03-04[IPCONFIG]: The kernel gets no IP from some DHCP serversStephen Hemminger1-2/+2
2008-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller7-73/+70
2008-03-04Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds14-48/+180
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds7-116/+39
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds11-50/+40
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds14-68/+129
2008-03-04kprobes: fix a null pointer bug in register_kretprobe()Masami Hiramatsu1-17/+26
2008-03-04input: add I2C to config since the driver makes several i2c*() callsRandy Dunlap1-3/+3
2008-03-04ext3: fix mount option parsingJosef Bacik1-1/+1
2008-03-04hugetlb: fix pool shrinking while in restricted cpusetNishanth Aravamudan1-4/+22
2008-03-04hugetlb: close a difficult to trigger reservation raceAdam Litke1-4/+13
2008-03-04md: the md RAID10 resync thread could cause a md RAID10 array deadlockK.Tanaka1-0/+2
2008-03-04md: fix possible raid1/raid10 deadlock on read error during resyncNeilBrown2-4/+18
2008-03-04md: don't attempt read-balancing for raid10 'far' layoutsKeld Simonsen1-3/+9
2008-03-04md: lock access to rdev attributes properlyNeilBrown1-9/+26
2008-03-04md: make sure a reshape is started when device switches to read-writeNeilBrown1-0/+1
2008-03-04md: clean up irregularity with raid autodetectNeilBrown2-1/+4
2008-03-04md: guard against possible bad array geometry in v1 metadataNeilBrown1-2/+6
2008-03-04md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown2-2/+19
2008-03-04md: fix deadlock in md/raid1 and md/raid10 when handling a read errorNeilBrown2-43/+81
2008-03-04iommu: parisc: make the IOMMUs respect the segment boundary limitsFUJITA Tomonori3-18/+58
2008-03-04iommu: parisc: pass struct device to iommu_alloc_rangeFUJITA Tomonori3-7/+7
2008-03-04iommu: export iommu_is_span_boundary helper functionFUJITA Tomonori2-4/+9
2008-03-04hisax_fcpcipnp: move request_irq later in probeKyle McMartin1-17/+17
2008-03-04eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow1-26/+76
2008-03-04cris: correct syscall numbers in unistd.h for timerfd_settime and timerfd_get...Jesper Nilsson1-3/+3
2008-03-04cris: correct usage of __user for copy to and from user space in lib/usercopy...Jesper Nilsson3-46/+11
2008-03-04ACPI: thinkpad-acpi: fix hotkey_get_tablet_modeHenrique de Moraes Holschuh1-1/+2
2008-03-04fs/reiserfs/super.c: correct use of ! and &Julia Lawall1-1/+1
2008-03-04drivers/serial/m32r_sio.c: correct use of ! and &Julia Lawall1-1/+1
2008-03-04drivers/isdn: correct use of ! and &Julia Lawall2-4/+5
2008-03-04drivers/char/isicom.c: correct use of ! and &Julia Lawall1-1/+1
2008-03-04memcg: fix oops on NULL lru listHugh Dickins1-8/+9
2008-03-04memcg: simplify force_empty and move_listsHirokazu Takahashi1-49/+13
2008-03-04memcg: fix mem_cgroup_move_lists lockingHugh Dickins1-6/+43
2008-03-04memcg: css_put after remove_listHugh Dickins1-6/+6
2008-03-04memcg: remove clear_page_cgroup and atomicsHugh Dickins1-63/+43
2008-03-04memcg: memcontrol uninlined and staticHugh Dickins1-17/+11
2008-03-04memcg: memcontrol whitespace cleanupsHugh Dickins1-66/+28
2008-03-04memcg: remove mem_cgroup_unchargeHugh Dickins2-28/+15
2008-03-04memcg: mem_cgroup_charge never NULLHugh Dickins2-43/+27
2008-03-04memcg: bad page if page_cgroup when freeHugh Dickins3-25/+28
2008-03-04memcg: fix VM_BUG_ON from page migrationHugh Dickins1-5/+14
2008-03-04memcg: when do_swap's do_wp_page failsHugh Dickins1-6/+3
2008-03-04memcg: page_cache_release not __free_pageHugh Dickins1-2/+2
2008-03-04memcg: move_lists on page not page_cgroupHugh Dickins4-7/+9
2008-03-04memcg: mm_match_cgroup not vm_match_cgroupHugh Dickins3-5/+5
2008-03-04markers: add an if(0) to __mark_check_format()Mathieu Desnoyers1-1/+7
2008-03-04markers: don't risk NULL deref in markerJesper Juhl1-4/+5
2008-03-04.gitignore: ignore emacs backup and temporary files.Chris Dearman1-0/+2
2008-03-04alpha: remove unused DEBUG_FORCEDAC define in IOMMUFUJITA Tomonori1-1/+0
2008-03-04alpha: make IOMMU respect the segment boundary limitsFUJITA Tomonori1-6/+34
2008-03-04alpha: IOMMU had better access to the free space bitmap at only one placeFUJITA Tomonori1-13/+15
2008-03-04alpha: convert IOMMU to use ALIGN()FUJITA Tomonori1-3/+3
2008-03-04include falloc.h in header-yEric Sandeen1-0/+1
2008-03-04CRIS: Import string.c (memcpy) from newlib: fixes compile error with gcc 4Jesper Nilsson2-317/+345
2008-03-04ipwireless: fix potential tty == NULL dereferenceDavid Sterba1-1/+4
2008-03-04sm501: add support for the SM502 programmable PLLVille Syrjala3-36/+133
2008-03-04sm501: remove a duplicated tableVille Syrjala1-32/+13
2008-03-04sm501fb: fix timing limitsVille Syrjala1-2/+4
2008-03-04sm501fb: set transp.offset to 0 in 8bpp and 16bpp modesVille Syrjala1-0/+2
2008-03-04sm501fb: RGB offsets are reversed in 16bpp modesVille Syrjala1-4/+4
2008-03-04sm501fb: direct color visual does not workVille Syrjala1-1/+3
2008-03-04ndelay(): switch to C function to avoid 64-bit divisionAndrew Morton1-1/+7
2008-03-04ds1wm: report bus reset errorAnton Vorontsov1-9/+9
2008-03-04ds1wm: should check for IS_ERR(clk) instead of NULLAnton Vorontsov1-2/+3
2008-03-04powerpc: mpc5200: fix build error on mpc52xx_psc_spi device driverGrant Likely1-3/+8
2008-03-04pktcdvd: reduce stack consumptionPeter Osterlund1-8/+13
2008-03-04add noinline_for_stackAndrew Morton1-0/+6
2008-03-04tridentfb: resource management fixes in probe functionKrzysztof Helt1-17/+48
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh8-26/+30
2008-03-04Kprobes: move kprobe examples to samples/Ananth N Mavinakayanahalli7-239/+287
2008-03-04Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli15-16/+19
2008-03-04VT notifier fix for VT switchSamuel Thibault1-0/+1
2008-03-04alloc_percpu() fails to allocate percpu dataEric Dumazet1-1/+14
2008-03-04vfs: fix NULL pointer dereference in fsync_buffers_list()Jan Kara1-1/+1
2008-03-04zlc_setup(): handle jiffies wraparoundKOSAKI Motohiro1-1/+2
2008-03-04Fix "Malformed early option 'loglevel'"Alex Riesen1-1/+1
2008-03-04core dump: user_regset writebackRoland McGrath1-0/+15
2008-03-04Add memory resource controller maintainersakpm@linux-foundation.org1-0/+11
2008-03-04Control Groups: add Paul Menage as maintainerPaul Menage1-0/+6
2008-03-04gpio: <linux/gpio.h> and "no GPIO support here" stubsDavid Brownell2-4/+107
2008-03-04specialix.c: fix possible double-unlockHarvey Harrison1-1/+0
2008-03-04rtc: add support for the S-35390A RTC chipByron Bradley3-0/+326
2008-03-04Memory Resource Controller use strstrip while parsing argumentsBalbir Singh2-3/+4
2008-03-04CRIS v10: Include mm.h instead of vmstat.h in kernel/time.cJesper Nilsson1-1/+1
2008-03-04serial: add PNP ID GVC0303 for Archtek 3334BRV ISA modemBjorn Helgaas1-0/+2
2008-03-04update checkpatch.pl to version 0.15Andy Whitcroft1-117/+206
2008-03-04cgroup: fix default notify_on_release settingLi Zefan1-1/+3
2008-03-04b43legacy: Fix module init messageMichael Buesch1-1/+1
2008-03-04rndis_wlan: fix broken data copyJussi Kivilinna1-5/+3
2008-03-04libertas: compare the current command with responseSebastian Siewior1-3/+1
2008-03-04libertas: fix sanity check on sequence number in command responseDavid Woodhouse1-2/+2
2008-03-04p54: fix eeprom parser length sanity checksJohannes Berg1-7/+11
2008-03-04p54: fix EEPROM structure endiannessJohannes Berg2-5/+5
2008-03-04ssb: Add pcibios_enable_device() return value checkYoichi Yuasa1-1/+4
2008-03-04rc80211-pid: fix rate adjustmentStefano Brivio1-49/+43
2008-03-04pci: hotplug: pciehp: fix error code path in hpc_power_off_slotKenji Kaneshige1-2/+3
2008-03-04PCI: Add DECLARE_PCI_DEVICE_TABLE macroJonas Bonn2-2/+14
2008-03-04PCI: fix up error messages for pci_bus registeringGreg Kroah-Hartman1-4/+6
2008-03-04PCI: fix section mismatch warning in pci_scan_child_busSam Ravnborg6-9/+9
2008-03-04PCI: consolidate duplicated MSI enable functionsBjorn Helgaas1-30/+6
2008-03-04PCI: use dev_printk in quirk messagesBjorn Helgaas1-3/+2
2008-03-04USB: ftdi_sio - really enable EM1010PCSven Andersen1-0/+1
2008-03-04USB: remove incorrect struct class_device from the printer gadgetTony Jones1-1/+0
2008-03-04USB: pxa2xx_udc: fix misuse of clock enable/disable callsDmitry Baryshkov2-39/+53
2008-03-04USB: ftdi_sio: Workaround for broken Matrix Orbital serial portKevin Vance2-0/+31
2008-03-04USB: Add support for AXESSTEL MV110H CDMA modemDaniel Kozák1-0/+4
2008-03-04usb-storage: update earlier scatter-gather bug fixAlan Stern1-1/+1
2008-03-04USB: isp116x: fix enumeration on bootAnti Sullin2-10/+6
2008-03-04USB: ehci: handle large bulk URBs correctly (again)Misha Zhilin1-1/+1
2008-03-04USB: spruce up the device blacklistAlan Stern1-9/+12
2008-03-04USB: fix comment of struct usb_interfaceLei Ming1-2/+1
2008-03-04USB: update Kconfig entry for USB_SUSPENDAlan Stern1-4/+5
2008-03-04usb: Add support for the mos7820/7840-based B&B USB/RS485 converter to mos7840.cDavid Ludlow1-1/+14
2008-03-04debugfs: fix sparse warningsHarvey Harrison2-4/+5
2008-03-04Driver core: Fix cleanup when failing device_add().Cornelia Huck1-2/+3
2008-03-04driver core: Remove dpm_sysfs_remove() from error path of device_add()Rafael J. Wysocki1-1/+0
2008-03-04PM: fix new mutex-locking bug in the PM coreAlan Stern1-1/+1
2008-03-04PM: Do not acquire device semaphores upfront during suspendRafael J. Wysocki3-99/+17
2008-03-04kobject: properly initialize ksetsGreg Kroah-Hartman1-6/+5
2008-03-04sysfs: CONFIG_SYSFS_DEPRECATED fixIngo Molnar1-0/+4
2008-03-04driver core: fix up Kconfig text for CONFIG_SYSFS_DEPRECATEDGreg Kroah-Hartman1-3/+4
2008-03-04[IA64] fix ia64 kprobes compilationAdrian Bunk2-4/+5
2008-03-04[ESP]: Add select on AUTHENCHerbert Xu2-2/+2
2008-03-04[TCP]: Improve ipv4 established hash function.David S. Miller1-1/+2
2008-03-04[IA64] move gcc_intrin.h from header-y to unifdef-yDoug Chapman1-1/+1
2008-03-04[IA64] workaround tiger ia64_sal_get_physical_id_info hangAlex Chiang2-0/+11
2008-03-04[IA64] move defconfig to arch/ia64/configs/Adrian Bunk2-0/+2
2008-03-04[IA64] Fix irq migration in multiple vector domainKenji Kaneshige4-33/+120
2008-03-04[IA64] signal(ia64_ia32): add a signal stack overflow checkShi Weihua1-1/+12
2008-03-04[IA64] signal(ia64): add a signal stack overflow checkShi Weihua1-9/+27
2008-03-04[IA64] CONFIG_SGI_SN2 - auto select NUMA and ACPI_NUMAJes Sorensen1-0/+2
2008-03-04[NETPOLL]: Revert two bogus cleanups that broke netconsole.David S. Miller2-7/+12
2008-03-04x86: a P4 is a P6 not an i486Hugh Dickins1-1/+1
2008-03-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2008-03-04Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-36/+24
2008-03-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds7-2/+1285
2008-03-04scsi: missing add of padded bytes to io completion byte countJens Axboe1-1/+1
2008-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds5-354/+70
2008-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds3-7/+12
2008-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds11-80/+156
2008-03-04ioat: fix 'ack' handling, driver must ensure that 'ack' is zeroDan Williams1-0/+2
2008-03-04dmaengine: fix sparse warningDan Williams1-1/+1
2008-03-04fsldma: do not cleanup descriptors in hardirq contextDan Williams1-1/+0
2008-03-04dmaengine: add driver for Freescale MPC85xx DMA controllerZhang Wei5-1/+1283
2008-03-04sched: revert load_balance_monitor() changesPeter Zijlstra5-354/+70
2008-03-04x86/xen: fix DomU boot problemIan Campbell1-1/+2
2008-03-04x86: not set node to cpu_to_node if the node is not onlineYinghai Lu1-2/+6
2008-03-04x86, i387: fix ptrace leakage using init_fpu()Suresh Siddha1-4/+4
2008-03-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds19-153/+245
2008-03-04m68k{,nommu}: Wire up new timerfd syscallsGeert Uytterhoeven4-6/+14
2008-03-04m68knommu: fix fec driver interrupt racesGreg Ungerer1-4/+4
2008-03-04m68knommu: declare do_IRQ()Greg Ungerer1-0/+2
2008-03-04m68knommu: remove duplicate hw_tick() codeGreg Ungerer1-10/+0
2008-03-04m68knommu: update defconfigGreg Ungerer1-56/+56
2008-03-04Build fix for drivers/s390/char/defkeymap.cTony Breeds1-1/+1
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds29-615/+410
2008-03-04freezer vs stopped or tracedRoland McGrath2-19/+26
2008-03-04x86: disable KVM for Voyager and friendsRandy Dunlap1-1/+1
2008-03-04KVM: VMX: Avoid rearranging switched guest msrs while they are loadedAvi Kivity1-0/+1
2008-03-04KVM: MMU: Fix race when instantiating a shadow pteAvi Kivity2-11/+6
2008-03-04KVM: Route irq 0 to vcpu 0 exclusivelyAvi Kivity1-0/+8
2008-03-04KVM: Avoid infinite-frequency local apic timerAvi Kivity1-0/+4
2008-03-04KVM: make MMU_DEBUG compile againMarcelo Tosatti2-2/+2
2008-03-04KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti1-3/+3
2008-03-04KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel1-0/+22
2008-03-04KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus6-40/+75
2008-03-04block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP backJens Axboe1-2/+7
2008-03-04block: fix shadowed variable warning in blk-map.cHarvey Harrison1-3/+3
2008-03-04block: remove extern on function definitionHarvey Harrison1-1/+1
2008-03-04cciss: remove READ_AHEAD define and use block layer defaultsMike Miller1-3/+0
2008-03-04make cdrom.c:check_for_audio_disc() staticAdrian Bunk1-2/+2
2008-03-04block/genhd.c: proper externsAdrian Bunk2-2/+4
2008-03-04unexport blk_rq_map_user_iovAdrian Bunk1-1/+0
2008-03-04unexport blk_{get,put}_queueAdrian Bunk1-2/+0
2008-03-04block/genhd.c: cleanupsAdrian Bunk2-3/+5
2008-03-04proper prototype for blk_dev_init()Adrian Bunk2-2/+4
2008-03-04block/blk-tag.c should #include "blk.h"Adrian Bunk1-0/+2
2008-03-04Fix DMA access of block device in 64-bit kernel on some non-x86 systems with ...Yang Shi1-1/+1
2008-03-04block: separate out padding from alignmentTejun Heo4-8/+34
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori7-18/+13
2008-03-04resubmit: cciss: procfs updates to display info about manyMike Miller2-103/+160
2008-03-04splice: only return -EAGAIN if there's hope of more dataJens Axboe1-4/+8
2008-03-04block: fix kernel-docbook parameters and filesRandy Dunlap3-1/+4
2008-03-03[PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_closeall()Jarek Poplawski1-1/+6
2008-03-03Subject: [PPPOL2TP] add missing sock_put() in pppol2tp_recv_dequeue()Jarek Poplawski1-0/+1
2008-03-04Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French47-594/+593
2008-03-03[PATCH] fs/ocfs2/aops.c: Correct use of ! and &Julia Lawall1-1/+1
2008-03-03[2.6 patch] ocfs2: make dlm_do_assert_master() staticAdrian Bunk1-3/+3
2008-03-03[2.6 patch] make ocfs2_downconvert_thread() staticAdrian Bunk1-1/+1
2008-03-03[2.6 patch] fs/ocfs2/: possible cleanupsAdrian Bunk4-22/+15
2008-03-03[PATCH] ocfs2: le*_add_cpu conversionMarcin Slusarz2-5/+3
2008-03-03ocfs2: Fix writeout in ocfs2_data_convert_worker()Mark Fasheh1-1/+1
2008-03-03ocfs2: Enable localalloc for local mountsSunil Mushran1-3/+0
2008-03-03[SPARC]: Fix link errors with gcc-4.3David S. Miller3-207/+203