summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-24Linux 2.6.31-rc1v2.6.31-rc1Linus Torvalds1-2/+2
2009-06-24Revert "PCI: use ACPI _CRS data by default"Linus Torvalds5-6/+6
2009-06-24Merge git://git.infradead.org/battery-2.6Linus Torvalds8-17/+420
2009-06-24Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-18/+23
2009-06-24another race fix in jfs_check_acl()Al Viro1-6/+7
2009-06-24Get "no acls for this inode" right, fix shmem breakageAl Viro4-10/+13
2009-06-24audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALLEric Paris1-2/+2
2009-06-24inline functions left without protection of ifdef (acl)Markus Trippelsdorf1-1/+2
2009-06-24Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-21/+24
2009-06-24futex: Fix the write access fault problem for realThomas Gleixner1-21/+24
2009-06-24SLUB: Don't pass __GFP_FAIL for the initial allocationPekka Enberg1-2/+8
2009-06-24Don't warn about order-1 allocations with __GFP_NOFAILLinus Torvalds1-2/+2
2009-06-24Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds63-492/+996
2009-06-24Staging: octeon-ethernet: Fix race freeing transmit buffers.David Daney4-66/+106
2009-06-24Staging: octeon-ethernet: Convert to use net_device_ops.David Daney10-396/+390
2009-06-24MIPS: Cavium: Add CPU hotplugging code.Ralf Baechle5-2/+365
2009-06-24MIPS: SMP: Allow suspend and hibernation if CPU hotplug is availableRalf Baechle1-2/+2
2009-06-24MIPS: Add arch generic CPU hotplugRalf Baechle7-7/+78
2009-06-24DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE setAtsushi Nemoto1-8/+12
2009-06-24MIPS: Sibyte: Fix build error if CONFIG_SERIAL_SB1250_DUART is undefined.Ralf Baechle1-3/+4
2009-06-24MIPS: MIPSsim: Fix build error if MSC01E_INT_BASE is undefined.Ralf Baechle1-0/+1
2009-06-24MIPS: Hibernation: Remove SMP TLB and cacheflushing code.Ralf Baechle1-9/+0
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle39-1/+39
2009-06-24MIPS: bug.h Build fix - include <linux/compiler.h>.Ralf Baechle1-0/+1
2009-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds35-435/+3993
2009-06-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2009-06-24Merge branch 'audit.b63' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-621/+733
2009-06-24MAINTAINERS: Change mailing list info for CRISJesper Nilsson1-1/+1
2009-06-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds45-1057/+1926
2009-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds58-823/+456
2009-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds39-88/+149
2009-06-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-6/+10
2009-06-24Remove low_latency flag setting from nozomi and mxser driversChuck Ebbert2-4/+0
2009-06-24tty: fix tty_port_block_til_ready waitingJiri Slaby1-1/+1
2009-06-24pci: use pci_ioremap_bar() in drivers/serialArjan van de Ven2-6/+3
2009-06-24synclink_gt: fix transmit race and timeoutPaul Fulghum1-42/+30
2009-06-24jsm: clean up "serial: jsm: correctly support 4 8 port boards"Andrew Morton1-2/+2
2009-06-24kgdb: kgdboc console poll hooks for serial_txx9 uartAtsushi Nemoto1-21/+92
2009-06-24switch xfs to generic acl caching helpersAl Viro4-75/+9
2009-06-24helpers for acl caching + switch to thoseAl Viro10-333/+155
2009-06-24switch shmem to inode->i_aclAl Viro3-36/+10
2009-06-24switch reiserfs to inode->i_aclAl Viro5-55/+4
2009-06-24switch reiserfs to usual conventions for caching ACLsAl Viro3-21/+16
2009-06-24reiserfs: minimal fix for ACL cachingAl Viro1-1/+1
2009-06-24switch nilfs2 to inode->i_aclAl Viro3-22/+0
2009-06-24switch btrfs to inode->i_aclAl Viro4-27/+9
2009-06-24switch jffs2 to inode->i_aclAl Viro5-48/+19
2009-06-24switch jfs to inode->i_aclAl Viro4-41/+15
2009-06-24switch ext4 to inode->i_aclAl Viro5-40/+10
2009-06-24switch ext3 to inode->i_aclAl Viro5-40/+10
2009-06-24switch ext2 to inode->i_aclAl Viro5-41/+11
2009-06-24add caching of ACLs in struct inodeAl Viro2-0/+17
2009-06-24fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...Ankit Jain5-29/+139
2009-06-24cleanup __writeback_single_inodeChristoph Hellwig1-50/+50
2009-06-24... and the same for vfsmount id/mount group idAl Viro2-6/+26
2009-06-24Make allocation of anon devices cheaperAl Viro1-1/+6
2009-06-24update Documentation/filesystems/LockingChristoph Hellwig1-21/+22
2009-06-24devpts: remove module-related codeH. Peter Anvin1-10/+0
2009-06-24VFS: Switch init_mount_tree() to use the new create_mnt_ns() helperTrond Myklebust1-9/+2
2009-06-24vfs: fix nd->root leak in do_filp_open()J. R. Okajima1-1/+10
2009-06-24reiserfs: remove stray unlock_super in reiserfs_resizeChristoph Hellwig1-1/+0
2009-06-24udf: remove redundant tests on unsignedRoel Kluin1-5/+4
2009-06-24bnx2: Fix the behavior of ethtool when ONBOOT=noOoiwa Naohiro1-1/+9
2009-06-24asus-laptop: remove EXPERIMENTAL dependencyCorentin Chary1-1/+1
2009-06-24asus-laptop: use pr_fmt and pr_<level>Corentin Chary1-24/+26
2009-06-24eeepc-laptop: cpufv updatesCorentin Chary1-1/+76
2009-06-24eeepc-laptop: sync eeepc-laptop with asus_acpiCorentin Chary1-4/+15
2009-06-24asus_acpi: Deprecate in favor of asus-laptopCorentin Chary1-2/+2
2009-06-24acpi4asus: update MAINTAINER and KConfig linksCorentin Chary2-9/+10
2009-06-24asus-laptop: platform dev as parent for led and backlightCorentin Chary1-21/+19
2009-06-24eeepc-laptop: enable camera by defaultPekka Enberg1-0/+12
2009-06-24Merge branch 'bjorn-notify' into releaseLen Brown7-153/+66
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown39-843/+1700
2009-06-24ACPI: Rename ACPI processor device bus IDZhao Yakui1-1/+10
2009-06-24acerhdf: Acer Aspire One fan controlPeter Feuerer4-0/+627
2009-06-24Fix rule eviction order for AUDIT_DIRAl Viro4-23/+72
2009-06-24Audit: clean up all op= output to include string quotingEric Paris6-24/+24
2009-06-23Audit: move audit_get_nd completely into audit_watchEric Paris3-24/+23
2009-06-23audit: seperate audit inode watches into a subfileEric Paris6-506/+572
2009-06-23Audit: clean up audit_receive_skbEric Paris1-17/+18
2009-06-23Audit: cleanup netlink mesg handlingEric Paris1-15/+15
2009-06-23Audit: unify the printk of an skb when auditd not aroundEric Paris1-17/+22
2009-06-23Audit: dereferencing krule as if it were an audit_watchEric Paris1-34/+24
2009-06-23Audit: better estimation of execve record lengthEric Paris1-2/+2
2009-06-23Audit: fix audit watch use after freeEric Paris1-0/+2
2009-06-23ACPI: video: DMI workaround broken Acer 7720 BIOS enabling display brightnessZhang Rui1-0/+8
2009-06-23ACPI: run ACPI device hot removal in kacpi_hotplug_wqZhang Rui1-12/+8
2009-06-23ACPI: Add the reference count to avoid unloading ACPI video bus twiceZhao Yakui3-9/+38
2009-06-23ACPI: DMI to disable Vista compatibility on some Sony laptopsZhang Rui1-0/+16
2009-06-23ACPI: fix a deadlock in hotplug caseZhang Rui1-9/+16
2009-06-23Show the physical device node of backlight class device.Zhang Rui1-0/+6
2009-06-23Merge git://git.infradead.org/iommu-2.6Linus Torvalds5-77/+416
2009-06-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-111/+309
2009-06-23Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds3-0/+634
2009-06-23qla3xxx: Don't sleep while holding lock.Ron Mercer1-0/+3
2009-06-23qla3xxx: Give the PHY time to come out of reset.Ron Mercer1-1/+2
2009-06-23ipv4 routing: Ensure that route cache entries are usable and reclaimable with...Neil Horman1-3/+23
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu6-7/+5
2009-06-24i2c: driver for the Synopsys DesignWare I2C controllerBaruch Siach3-0/+634
2009-06-23Intel-IOMMU, intr-remap: source-id checkingWeidong Han4-3/+136
2009-06-23Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free itWeidong Han1-14/+26
2009-06-23IOMMU Identity Mapping Support (drivers/pci/intel_iommu.c)Fenghua Yu1-60/+254
2009-06-23nvidiafb: fix boot-time printk stringMikael Pettersson1-2/+1
2009-06-23h8/300: fix incorrect "select" directives in arch/h8300/Kconfig.cpu.Robert P. J. Day1-4/+4
2009-06-23mm: fix handling of pagesets for downed cpusDimitri Sivanich1-3/+3
2009-06-23rmap: fixup page_referenced() for nommu systemsMike Frysinger1-1/+8
2009-06-23mm: pass mm to grab_swap_tokenHugh Dickins3-24/+22
2009-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds7-35/+52
2009-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds10-34/+554
2009-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds46-604/+1245
2009-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds6-21/+35
2009-06-23Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2-30/+27
2009-06-23mm: don't rely on flags coincidenceHugh Dickins1-2/+4
2009-06-23hugetlb: fault flags instead of write_accessHugh Dickins2-10/+11
2009-06-23Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds7-9/+36
2009-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds17-183/+464
2009-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds12-83/+1840
2009-06-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds59-489/+2322
2009-06-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-10/+420
2009-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2-5/+4
2009-06-23Merge branches 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier6-15/+30
2009-06-23RDMA: Add __init/__exit macros to addr.c and cma.cPeter Huewe2-4/+4
2009-06-23IB/ehca: Bump version numberAlexander Schmidt1-1/+1
2009-06-23mm: fix incorrect page removal from LRUKAMEZAWA Hiroyuki1-1/+1
2009-06-24sh: Fix up HAVE_PERF_COUNTERS typo.Paul Mundt1-1/+1
2009-06-23kmemleak: Do not force the slab debugging Kconfig optionsCatalin Marinas1-2/+3
2009-06-23kmemleak: use pr_fmtJoe Perches1-28/+24
2009-06-23asm-generic: add dummy pgprot_noncached()Paul Mundt1-0/+4
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley20-38/+38
2009-06-23net: let KS8842 driver depend on HAS_IOMEMHeiko Carstens1-0/+1
2009-06-23can: let SJA1000 driver depend on HAS_IOMEMHeiko Carstens1-1/+1
2009-06-23netxen: fix firmware init handshakeDhananjay Phadke2-18/+22
2009-06-23netxen: fix build with without CONFIG_PMDhananjay Phadke1-0/+4
2009-06-23sh: Fix up more dma-mapping fallout.Paul Mundt1-6/+6
2009-06-23sh: SH7786 SMP support.Paul Mundt3-24/+18
2009-06-23sh: Wire up the uncached fixmap on sh64 as well.Paul Mundt1-2/+0
2009-06-23sh: Use local TLB flush in set_pte_phys().Paul Mundt1-1/+1
2009-06-23sh: Provide cpu_idle_wait() to fix up cpuidle/SMP build.Paul Mundt3-1/+26
2009-06-23CRISv10: remove redundant tests on unsignedRoel Kluin1-2/+2
2009-06-23[WATCHDOG] wdt_pci.c: remove #ifdef CONFIG_WDT_501_PCIWim Van Sebroeck2-74/+66
2009-06-23[WATCHDOG] hpwdt: Add NMI priority optionTom Mingarelli2-9/+36
2009-06-23[WATCHDOG] OMAP fixes: enable clock in probe, trigger timer reloadUlrik Bech Hald1-0/+7
2009-06-23V4L/DVB (12131): BUGFIX: An incorrect Carrier Recovery Loop optimization tabl...Manu Abraham1-3/+6
2009-06-23V4L/DVB (12130): Fix a redundant compiler warningManu Abraham1-1/+1
2009-06-23V4L/DVB (12003): v4l2: Move bounding code outside I2C ifdef blockTrent Piepho1-1/+2
2009-06-23V4L/DVB (11913): cx231xx: TRY_FMT should not actually set anythingTrent Piepho3-23/+7
2009-06-23V4L/DVB (11912): em28xx: Use v4l bounding/alignment functionTrent Piepho1-26/+12
2009-06-23V4L/DVB (11911): cx231xx: Use v4l bounding/alignment functionTrent Piepho1-13/+3
2009-06-23V4L/DVB (11910): mt9: Use v4l bounding/alignment functionTrent Piepho3-29/+9
2009-06-23V4L/DVB (11909): cx23885: Use v4l bounding/alignment functionTrent Piepho1-9/+2
2009-06-23V4L/DVB (11908): w8968cf: Use v4l bounding/alignment functionTrent Piepho1-21/+14
2009-06-23V4L/DVB (11907): cx88: Use v4l bounding/alignment functionTrent Piepho1-9/+2
2009-06-23V4L/DVB (11906): saa7134: Use v4l bounding/alignment functionTrent Piepho1-9/+2
2009-06-23V4L/DVB (11905): vivi: Use v4l bounding/alignment functionTrent Piepho1-9/+2
2009-06-23V4L/DVB (11904): zoran: Use v4l bounding/alignment functiobTrent Piepho1-10/+4
2009-06-23V4L/DVB (11903): sh_mobile_ceu_camera: Use v4l bounding/alignment functionTrent Piepho1-10/+2
2009-06-23V4L/DVB (11902): pxa-camera: Use v4l bounding/alignment functionTrent Piepho1-27/+7
2009-06-23V4L/DVB (11901): v4l2: Create helper function for bounding and aligning imagesTrent Piepho2-1/+84
2009-06-23V4L/DVB (12128): v4l2: update framework documentation.Hans Verkuil1-0/+24
2009-06-23V4L/DVB (12125): v4l2: add new s_config subdev ops and v4l2_i2c_new_subdev_cf...Hans Verkuil3-1/+127
2009-06-23V4L/DVB (12122): pvrusb2: De-obfuscate code which handles routing schemesMike Isely3-20/+20
2009-06-23V4L/DVB (12121): pvrusb2: Improve handling of routing schemesMike Isely4-32/+44
2009-06-23V4L/DVB (12120): pvrusb2: Change initial default frequency settingMike Isely1-2/+2
2009-06-23V4L/DVB (12119): pvrusb2: Re-fix hardware scaling on video standard changeMike Isely1-0/+1
2009-06-23V4L/DVB (12118): pvrusb2: Fix hardware scaling when used with cx25840Mike Isely1-24/+31
2009-06-23V4L/DVB (12116): cx23885: ensure correct IF freq is used on HVR1200 & HVR1700Michael Krufky1-0/+10
2009-06-23V4L/DVB (12115): tda10048: add missing entry to pll_tab for 3.8 MHz IFMichael Krufky1-0/+1
2009-06-23V4L/DVB (12112): cx231xx: fix uninitialized variable.Hans Verkuil1-1/+1
2009-06-23V4L/DVB (12111): tcm825x: remove incorrect __exit_p wrapperHans Verkuil1-2/+2
2009-06-23V4L/DVB (12109): radio-tea5764: fix incorrect rxsubchans valueHans Verkuil1-1/+3
2009-06-23V4L/DVB (12108): v4l2-i2c-drv.h: add comment describing when not to use this ...Hans Verkuil1-1/+4
2009-06-23V4L/DVB (12107): smscoreapi: fix compile warningHans Verkuil1-2/+2
2009-06-23V4L/DVB (12104): ivtv/cx18: fix regression: class controls are no longer seenHans Verkuil3-0/+6
2009-06-23V4L/DVB (12102): em28xx: add Remote control support for EVGA inDtubeDevin Heitmueller3-0/+27
2009-06-23V4L/DVB (12101): em28xx: add support for EVGA inDtubeDevin Heitmueller4-0/+51
2009-06-23V4L/DVB (12100): em28xx: make sure the analog GPIOs are set if we used a card...Devin Heitmueller1-0/+6
2009-06-23V4L/DVB (12098): Create table for customize stv0900 ts registers.Igor M. Liplianin4-5/+42
2009-06-23V4L/DVB (12097): Implement reading uncorrected blocks for stv0900Abylay Ospan1-0/+39
2009-06-23V4L/DVB (12096): Bug fix: stv0900 register read must using i2c in one transac...Abylay Ospan1-20/+20
2009-06-23V4L/DVB (12095): Change lnbh24 configure bits for NetUP card.Igor M. Liplianin1-2/+4
2009-06-23V4L/DVB (12093): gspca_sonixj: Name saturation control saturation, not colorHans de Goede1-2/+2
2009-06-23V4L/DVB (12092): gspca_sonixj + ov7630: invert vflip control instead of chang...Hans de Goede1-9/+9
2009-06-23V4L/DVB (12091): gspca_sonixj: Add light frequency controlHans de Goede1-10/+123
2009-06-23V4L/DVB (12090): gspca_sonixj: enable autogain control for the ov7620Hans de Goede1-2/+2
2009-06-23V4L/DVB (12089): gspca_sonixj: increase 640x480 frame-buffersizeHans de Goede1-1/+2
2009-06-23V4L/DVB (12088): Mark the v4l1 uvcvideo quickcam messenger driver as deprecatedHans de Goede1-1/+4
2009-06-23V4L/DVB (12087): gspca_sonixj: enable support for 0c45:613e cameraHans de Goede1-3/+4
2009-06-23V4L/DVB (12086): gspca_sonixj: Fix control index numberingHans de Goede1-3/+9
2009-06-23V4L/DVB (12085): gspca_ov519: constify ov518 inititial register value tablesHans de Goede1-3/+3
2009-06-23V4L/DVB (12084): ov511: mark as deprecatedHans de Goede1-1/+5
2009-06-23V4L/DVB (12083): ov511: remove ov518 usb id's from the driverHans de Goede1-2/+0
2009-06-23V4L/DVB (12082): gspca_stv06xx: Add support for st6422 bridge and sensorHans de Goede7-15/+577
2009-06-23V4L/DVB (12081): gspca_ov519: Cleanup some sensor special casesHans de Goede1-20/+4
2009-06-23V4L/DVB (12080): gspca_ov519: Fix ov518+ with OV7620AE (Trust spacecam 320)Hans de Goede1-36/+55
2009-06-23V4L/DVB (12079): gspca_ov519: add support for the ov511 bridgeHans de Goede2-13/+521
2009-06-23V4L/DVB (12078): gspca_ov519: Better default contrast for ov6630Hans de Goede1-1/+4
2009-06-23V4L/DVB (12077): gspca_ov519: Fix 320x240 with ov7660 sensorHans de Goede1-2/+6
2009-06-23V4L/DVB (12076): gspca_ov519: Fix led inversion with some camsHans de Goede1-3/+13
2009-06-23V4L/DVB (12075): gspca_ov519: check ov518 packet numbersHans de Goede1-6/+23
2009-06-23V4L/DVB (12074): gspca_ov519: Add 320x240 and 160x120 support for cif sensor ...Hans de Goede1-3/+30