summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-29Linux 2.6.36-rc3v2.6.36-rc3Linus Torvalds1-1/+1
2010-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds5-26/+50
2010-08-29firewire: ohci: work around VIA and NEC PHY packet reception bugStefan Richter1-1/+9
2010-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-72/+98
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds13-581/+0
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds5-4/+14
2010-08-28Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-62/+135
2010-08-28Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds6-46/+74
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds6-12/+30
2010-08-28Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegraLinus Torvalds2-3/+1
2010-08-28Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds13-76/+95
2010-08-28Merge branch 'lguest' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds3-13/+15
2010-08-28Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-20/+20
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds14-107/+185
2010-08-28Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-5/+7
2010-08-28Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-24/+30
2010-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-2/+3
2010-08-28Alpha: Fix a missing comma in sys_osf_statfs()David Howells1-1/+1
2010-08-28NOMMU: Stub out vm_get_page_prot() if there's no MMUDavid Howells1-0/+8
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2-17/+10
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds31-80/+75
2010-08-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-309/+85
2010-08-28mm: fix hang on anon_vma->root->lockHugh Dickins1-3/+16
2010-08-28Merge branch 'fix/asoc' into for-linusTakashi Iwai1-1/+1
2010-08-28Merge branch 'fix/hda' into for-linusTakashi Iwai1-0/+1
2010-08-28ALSA: pcm: add more format namesDan Carpenter1-0/+6
2010-08-28sound: oss: fix uninitialized spinlockAkinobu Mita1-1/+1
2010-08-28ALSA: asihpi - Return hw error directly from oustream_write.Eliot Blennerhassett1-2/+5
2010-08-27net/ipv4: Eliminate kstrdup memory leakJulia Lawall1-2/+3
2010-08-27fsnotify: drop two useless bools in the fnsotify main loopEric Paris1-8/+5
2010-08-27fsnotify: fix list walk orderEric Paris1-6/+5
2010-08-27fanotify: Return EPERM when a process is not privilegedAndreas Gruenbacher1-1/+1
2010-08-27fanotify: resize pid and reorder structureTvrtko Ursulin1-3/+3
2010-08-27Blackfin: bf52x/bf54x boards: drop unused nand page sizeBarry Song5-5/+0
2010-08-27Blackfin: punt duplicate SPORT MMR definesMike Frysinger8-576/+0
2010-08-27ASoC: soc-core: fix debugfs_pop_time file permissionsAxel Lin1-1/+1
2010-08-27eCryptfs: Fix encrypted file name lookup regressionTyler Hicks2-8/+24
2010-08-27ecryptfs: properly mark init functionsJerome Marchand4-4/+4
2010-08-27fs/ecryptfs: Return -ENOMEM on memory allocation failureJulia Lawall1-0/+2
2010-08-27ARM: S5PV310: Fix on Secondary CPU startupChanghwan Youn4-2/+10
2010-08-27ARM: S5PV310: Bug fix on uclk1 and sclk_pwmJongpill Lee2-8/+15
2010-08-27ARM: S5PV310: Fix missed uart clocksJongpill Lee1-7/+37
2010-08-27ARM: S5PV310: Should be clk_sclk_apll not clk_mout_apllJongpill Lee1-3/+12
2010-08-27ARM: S5PV310: Fix on PLL setting for S5PV310Jongpill Lee1-2/+2
2010-08-27ARM: S5PV310: Add CMU block for S5PV310 ClockKukjin Kim4-31/+38
2010-08-27ARM: S5PV310: Fix on typo irqs.h of S5PV310Kukjin Kim1-4/+7
2010-08-27ARM: S5PV310: Fix on default ZRELADDR of ARCH_S5PV310Kukjin Kim1-1/+2
2010-08-27ARM: S5PV310: Fix on GPIO base addressesKyungmin Park1-2/+10
2010-08-27ARM: SAMSUNG: Fix on build warning regarding VMALLOC_END typeKukjin Kim4-4/+4
2010-08-26net/caif/cfrfml.c: use asm/unaligned.hJeff Mahoney1-1/+1
2010-08-27vgaarb: Wrap vga_(get|put) in CONFIG_VGA_ARBChris Wilson1-2/+13
2010-08-27drm/radeon/kms: add missing scratch update in dp_detectAlex Deucher1-0/+1
2010-08-27drm/modes: Fix CVT-R modeline generationAdam Jackson1-1/+4
2010-08-27drm: fix regression in drm locking since BKL removal.Arnd Bergmann1-0/+2
2010-08-27drm/radeon/kms: remove stray radeon_i2c_destroyAlex Deucher1-2/+0
2010-08-27drm: mm: fix range restricted allocationsDaniel Vetter1-10/+14
2010-08-27lguest: Odd FixesRusty Russell1-1/+1
2010-08-27lguest: clean up warnings in demonstration launcher.Rusty Russell2-12/+14
2010-08-27Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie7-61/+61
2010-08-27drm/nouveau: drop drm_global_mutex before sleeping in submission pathBen Skeggs1-0/+2
2010-08-27drm: export drm_global_mutex for drivers to useBen Skeggs1-0/+1
2010-08-26ax25: missplaced sock_put(sk)Bernard Pidoux F6BVP1-1/+1
2010-08-26qlge: reset the chip before freeing the buffersBreno Leitao1-2/+2
2010-08-26l2tp: test for ethernet header in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2010-08-26PM QoS: Fix inline documentation.Saravana Kannan1-4/+6
2010-08-26nfsd: fix NULL dereference in nfsd_statfs()Takashi Iwai1-6/+8
2010-08-26Merge commit 'v2.6.36-rc1' into HEADJ. Bruce Fields9485-771285/+605293
2010-08-26nfsd4: fix downgrade/lock logicJ. Bruce Fields2-16/+21
2010-08-26nfsd4: typo fix in find_any_fileJ. Bruce Fields1-1/+1
2010-08-26nfsd4: bad BUG() in preprocess_stateid_opJ. Bruce Fields1-1/+0
2010-08-26Cannot allocate memory error on mountSuresh Jayaraman1-1/+1
2010-08-26ceph: fix get_ticket_handler() error handlingDan Carpenter1-6/+9
2010-08-26ceph: don't BUG on ENOMEM during mds reconnectSage Weil1-3/+4
2010-08-26ceph: ceph_mdsc_build_path() returns an ERR_PTRDan Carpenter1-0/+4
2010-08-26amd64_edac: Do not report error overflow as a separate errorBorislav Petkov2-13/+2
2010-08-26ALSA: hda - Add Sony VAIO quirk for ALC269David Henningsson1-0/+1
2010-08-25tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro1-1/+2
2010-08-25tcp: fix three tcp sysctls tuningEric Dumazet1-17/+7
2010-08-26drm/nv20: Don't use pushbuf calls on the original nv20.Francisco Jerez1-2/+2
2010-08-26drm/nouveau: Fix TMDS on some DCB1.5 boards.Francisco Jerez1-14/+6
2010-08-26drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel.Francisco Jerez2-21/+27
2010-08-26drm/nv30: Apply modesetting to the correct slave encoderPatrice Mandin1-3/+5
2010-08-26drm/nouveau: Use a helper function to match PCI device/subsystem IDs.Francisco Jerez3-20/+16
2010-08-26drm/nv50: add dcb type 14 to enum to prevent compiler complaintBen Skeggs2-1/+2
2010-08-26[CIFS] Eliminate unused variable warningSteve French1-1/+2
2010-08-25libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issueMark Lord1-4/+0
2010-08-25sata_mv: fix broken DSM/TRIM support (v2)Mark Lord1-7/+37
2010-08-25libata: be less of a drama queen on empty data commandsTejun Heo1-4/+7
2010-08-25[libata] sata_dwc_460ex: signdness bugDan Carpenter1-1/+1
2010-08-25ahci: add HFLAG_YES_FBS and apply it to 88SE9128Tejun Heo3-2/+26
2010-08-25libata: remove no longer needed pata_winbond driverBartlomiej Zolnierkiewicz4-285/+14
2010-08-25pata_cmd64x: revert commit d62f5576Tejun Heo1-6/+0
2010-08-25ceph: Fix warningsAlan Cox1-5/+9
2010-08-25ceph: ceph_get_inode() returns an ERR_PTRDan Carpenter1-2/+2
2010-08-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+3
2010-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds15-279/+622
2010-08-25Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-25/+52
2010-08-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-0/+44
2010-08-25Merge branch 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+16
2010-08-25Merge branch '2.6.36-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-218/+261
2010-08-25Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove()Axel Lin1-2/+0
2010-08-25Input: mousedev - fix regression of inverting axesChristoph Fritz1-4/+4
2010-08-25MAINTAINERS: hwmon/coretemp: Change maintainersFenghua Yu1-2/+1
2010-08-25hwmon: (k8temp) Differentiate between AM2 and ASB1Andreas Herrmann1-3/+32
2010-08-25hwmon: (ads7871) Fix ads7871_probe error pathsAxel Lin1-19/+19
2010-08-25hwmon: (coretemp) Fix harmless build warningJean Delvare1-1/+0
2010-08-25perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flagLin Ming1-0/+2
2010-08-25tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard1-1/+1
2010-08-25tcp: Combat per-cpu skew in orphan tests.David S. Miller3-12/+19
2010-08-24ceph: initialize fields on new dentry_infosSage Weil1-1/+1
2010-08-24ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil4-7/+26
2010-08-24pxa168_eth: silence gcc warningsDan Carpenter1-3/+3
2010-08-24pxa168_eth: update call to phy_mii_ioctl()Dan Carpenter1-1/+1
2010-08-24pxa168_eth: fix error handling in propeDan Carpenter1-22/+22
2010-08-24pxa168_eth: remove unneeded null checkDan Carpenter1-4/+2
2010-08-24phylib: Fix race between returning phydev and calling adjust_linkAnton Vorontsov1-0/+2
2010-08-24Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+9
2010-08-24caif-driver: add HAS_DMA dependencyHeiko Carstens1-1/+1
2010-08-24Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+9
2010-08-24guard page for stacks that grow upwardsLuck, Tony3-8/+18
2010-08-24drm/i915: fix vblank wait test conditionJesse Barnes1-1/+1
2010-08-24PM QoS: Fix kzalloc() parameters swapped in pm_qos_power_open()David Alan Gilbert1-1/+1
2010-08-24xen: handle events as edge-triggeredJeremy Fitzhardinge1-1/+1
2010-08-24xen: use percpu interrupts for IPIs and VIRQsJeremy Fitzhardinge1-4/+15
2010-08-24Eliminate sparse warning - bad constant expressionshirishpargaonkar@gmail.com2-72/+128
2010-08-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds9-8/+30
2010-08-24intel_scu_ipc: fix IPC i2c write bugJianwei Yang1-1/+1
2010-08-24rar: Fix off by one errorOssama Othman1-1/+1
2010-08-24V4L/DVB: mantis: Fix IR_CORE dependencyIngo Molnar1-1/+1
2010-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds16-523/+595
2010-08-24MCE, AMD: Limit MCE decoding to current families for nowBorislav Petkov1-4/+8
2010-08-243c59x: Fix deadlock between boomerang_interrupt and boomerang_start_txNeil Horman1-1/+14
2010-08-24[S390] fix tlb flushing vs. concurrent /proc accessesMartin Schwidefsky8-6/+28
2010-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds31-118/+219
2010-08-24[S390] s390: fix build error (sys_execve)Sebastian Ott1-2/+2
2010-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds19-4219/+70
2010-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds5-22/+20
2010-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds5-37/+61
2010-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds25-126/+228
2010-08-23sparc64: Get rid of indirect p1275 PROM call buffer.David S. Miller7-297/+456
2010-08-24powerpc: Fix config dependency problem with MPIC_U3_HT_IRQSAndreas Schwab1-2/+1
2010-08-24via-pmu: Add compat_pmu_ioctlAndreas Schwab1-0/+42
2010-08-24powerpc: Wire up fanotify_init, fanotify_mark, prlimit64 syscallsAndreas Schwab3-1/+15
2010-08-24powerpc/pci: Fix checking for child bridges in PCI code.Grant Likely1-1/+2
2010-08-24powerpc: Fix typo in uImage targetAnatolij Gustschin1-1/+1
2010-08-24powerpc: Initialise paca->kstack before early_setup_secondaryMatt Evans1-3/+3
2010-08-24powerpc: Fix bogus it_blocksize in VIO iommu codeAnton Blanchard4-7/+8
2010-08-24powerpc: Inline ppc64_runlatch_offAnton Blanchard2-9/+14
2010-08-24powerpc: Correct smt_enabled=X boot option for > 2 threads per coreNathan Fontenot2-31/+43
2010-08-24powerpc: Silence xics_migrate_irqs_away() during cpu offlineSigned-off-by: Darren Hart1-2/+4
2010-08-24powerpc: Silence __cpu_up() under normal operationSigned-off-by: Darren Hart1-2/+2
2010-08-24powerpc: Re-enable preemption before cpu_die()Signed-off-by: Darren Hart1-1/+1
2010-08-24powerpc/pci: Drop unnecessary null testJulia Lawall1-2/+1
2010-08-24powerpc/powermac: Drop unnecessary null testJulia Lawall1-1/+1
2010-08-24powerpc/powermac: Drop unnecessary of_node_putJulia Lawall2-3/+0
2010-08-24powerpc/kdump: Stop all other CPUs before running crash handlersAnton Blanchard1-11/+13
2010-08-24powerpc/mm: Fix vsid_scrample typoAnton Blanchard1-1/+1
2010-08-24powerpc: Use is_32bit_task() helper to test 32 bit binaryDenis Kirjanov1-3/+3
2010-08-24powerpc: Export memstart_addr and kernstart_addr on ppc64Sonny Rao1-0/+2
2010-08-24powerpc: Make rwsem use "long" typeBenjamin Herrenschmidt1-27/+37
2010-08-24Merge remote branch 'jwb/merge' into mergeBenjamin Herrenschmidt6-12/+27
2010-08-23ARM: imx: fix build failure concerning otg/ulpiUwe Kleine-König4-6/+6
2010-08-23USB: ftdi_sio: add product ID for Lenz LI-USBGalen Seitz2-0/+4
2010-08-23USB: adutux: fix misuse of return value of copy_to_user()Kulikov Vasiliy1-1/+1
2010-08-23USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy1-2/+2
2010-08-23USB: xHCI: update ring dequeue pointer when process missed tdsAndiry Xu1-0/+4
2010-08-23USB: xhci: Remove buggy assignment in next_trb()John Youn1-1/+1
2010-08-23USB: ftdi_sio: Add ID for Ionics PlugComputerMartin Michlmayr2-0/+8
2010-08-23USB: serial: io_ti.c: don't return 0 if writing the download record failedRoel Kluin1-1/+1
2010-08-23USB: otg: twl4030: fix wrong assumption of starting stateFelipe Balbi1-1/+5
2010-08-23USB: gadget: Return -ENOMEM on memory allocation failureJulia Lawall1-0/+1
2010-08-23USB: gadget: fix composite kernel-doc warningsRandy Dunlap2-2/+3
2010-08-23USB: ssu100: set tty_flags in ssu100_process_packetBill Pemberton1-9/+29
2010-08-23USB: ssu100: add disconnect function for ssu100Bill Pemberton1-1/+1
2010-08-23USB: serial: export symbol usb_serial_generic_disconnectBill Pemberton1-0/+1
2010-08-23USB: ssu100: rework logic for TIOCMIWAITBill Pemberton1-35/+111
2010-08-23USB: ssu100: add register parameter to ssu100_setregisterBill Pemberton1-3/+4
2010-08-23USB: ssu100: remove duplicate #defines in ssu100Bill Pemberton1-55/+31
2010-08-23USB: ssu100: refine process_packet in ssu100Bill Pemberton1-6/+2
2010-08-23USB: ssu100: add locking for port private data in ssu100Bill Pemberton1-1/+8
2010-08-23USB: r8a66597-udc: return -ENOMEM if kzalloc() failsAxel Lin1-0/+1
2010-08-23USB: io_ti: check firmware version before updatingGreg Kroah-Hartman1-1/+1
2010-08-23USB: ftdi_sio: fix endianess of max packet sizeMichael Wileczka1-1/+1
2010-08-23USB: CP210x Fix Break On/OffCraig Shelley1-2/+2
2010-08-23USB: pl2303: New vendor and product idJef Driesen2-0/+5
2010-08-23USB: serial: fix leak of usb serial module refrence countMing Lei1-16/+7
2010-08-23USB: add device IDs for igotu to navmanRoss Burton1-0/+1
2010-08-23USB: isp1760: use a write barrier to ensure proper ndelay timingMichael Hennerich1-0/+2
2010-08-23USB: option: add Celot CT-650Michael Tokarev1-2/+5
2010-08-23USB: uvc_v4l2: cleanup test for end of loopDan Carpenter1-1/+1
2010-08-23qlcnic: fix poll implementationYinglin Luan1-1/+8
2010-08-23netxen: fix poll implementationYinglin Luan1-1/+8
2010-08-23bridge: netfilter: fix a memory leakChangli Gao1-1/+1
2010-08-24xfs: do not discard page cache data on EAGAINChristoph Hellwig1-3/+6
2010-08-24xfs: don't do memory allocation under the CIL context lockDave Chinner1-8/+26
2010-08-24xfs: Reduce log force overhead for delayed loggingDave Chinner3-118/+147
2010-08-24xfs: dummy transactions should not dirty VFS stateDave Chinner4-51/+26
2010-08-24xfs: ensure f_ffree returned by statfs() is non-negativeStuart Brodsky1-1/+6
2010-08-24xfs: handle negative wbc->nr_to_write during sync writebackDave Chinner1-2/+2
2010-08-24writeback: write_cache_pages doesn't terminate at nr_to_write <= 0Dave Chinner1-16/+10