summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-17Linux 2.6.33-rc1v2.6.33-rc1Linus Torvalds1-2/+2
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-45/+33
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds6-3/+24
2009-12-17Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-27/+29
2009-12-17Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-30/+766
2009-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds49-360/+4914
2009-12-17Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds255-4878/+18310
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds20-914/+1171
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds5-100/+118
2009-12-17Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds16-33/+2950
2009-12-17Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds20-29/+50
2009-12-17Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds13-41/+1418
2009-12-17Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds37-164/+607
2009-12-17printk: fix new kernel-doc warningsRandy Dunlap1-2/+2
2009-12-17readahead: add blk_run_backing_devHisashi Hifumi1-0/+12
2009-12-17rtc: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov3-0/+6
2009-12-17sdhci-of: add support for the wii sdhci controllerAlbert Herranz5-1/+82
2009-12-17sdhci-of: reorganize driver to support additional hardwareAlbert Herranz5-127/+224
2009-12-17sdhci-of: rename main driver file prior to reorganizationAlbert Herranz2-1/+3
2009-12-17sdhci: protect header file against multi inclusionAlbert Herranz1-0/+4
2009-12-17sdio: initialise SDIO functions and update card->sdio_funcs in lockstepMatt Fleming1-2/+3
2009-12-17sdio: fix reference counting in sdio_remove_func()Daniel Drake1-2/+5
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu7-53/+69
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov3-20/+20
2009-12-17nommu: ramfs: remove unused local varMike Frysinger1-1/+1
2009-12-17lib/vsprintf.c: document more vsnprintf extensionsUwe Kleine-König1-1/+12
2009-12-17vt: don't export vt_kmsg_redirect() to userspaceBernhard Walle1-0/+4
2009-12-17drivers/video/via/viafbdev.c: correct code taking the size of a pointerJulia Lawall1-2/+2
2009-12-17hwmon: I2C bus support for lis3lv02d and variant accelerometer chipsSamu Onkalo3-0/+201
2009-12-17reiserfs: truncate blocks not used by a writeJan Kara1-4/+14
2009-12-17cs5535: CS5535_MFGPT_DEFAULT_IRQ should depend on CS5535_MFGPTGeert Uytterhoeven1-0/+1
2009-12-17kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-no...WANG Cong1-1/+1
2009-12-17Merge branch 'cache' (early part)Russell King29-155/+224
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds10-20/+1
2009-12-17Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mas...Chris Mason1-4/+9
2009-12-17Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"Linus Torvalds3-1/+11
2009-12-17Btrfs: make sure fallocate properly starts a transactionChris Mason1-4/+9
2009-12-17Merge branch btrfs-master into for-linusChris Mason20-916/+1168
2009-12-17Btrfs: make metadata chunks smallerJosef Bacik2-11/+2
2009-12-17Btrfs: Show discard option in /proc/mountsMatthew Wilcox1-0/+2
2009-12-17Btrfs: deny sys_link across subvolumes.TARUISI Hiroaki1-0/+4
2009-12-17Btrfs: fail mount on bad mount optionsSage Weil1-1/+8
2009-12-17Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng1-1/+9
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng5-27/+47
2009-12-17Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng1-7/+3
2009-12-17Btrfs: Add delayed iputYan, Zheng9-18/+90
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng6-63/+96
2009-12-17Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng2-137/+212
2009-12-17Btrfs: Make fallocate(2) more ENOSPC friendlyYan, Zheng1-33/+32
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng2-16/+17
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng5-36/+55
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng4-56/+127
2009-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds24-163/+136
2009-12-17Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-scoreLinus Torvalds6-9/+31
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds17-611/+1981
2009-12-17kill I_LOCKChristoph Hellwig9-44/+39
2009-12-17fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig2-40/+23
2009-12-17fix up O_SYNC commentsChristoph Hellwig4-4/+4
2009-12-17spi: spi_txx9.c: use resource_size()hartleys1-4/+2
2009-12-17spi: spi_sh_sci.c: use resource_size()hartleys1-1/+1
2009-12-17spi: spi_mpc8xxx.c: use resource_size()hartleys1-1/+1
2009-12-17spi: spi_bfin5xx.c: use resource_size()hartleys1-1/+1
2009-12-17spi: atmel_spi.c: use resource_size()hartleys1-1/+1
2009-12-17VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_...Erez Zadok2-4/+52
2009-12-17spi: Add s3c64xx SPI Controller driverJassi Brar3-0/+1204
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok5-22/+9
2009-12-17atmel_spi: fix dma addr calculation for len > BUFFER_SIZEBen Nizette1-2/+2
2009-12-17spi_s3c24xx: add FIQ pseudo-DMA supportBen Dooks6-14/+392
2009-12-17vfs: remove extraneous NULL d_inode check from do_filp_openJeff Layton1-1/+1
2009-12-17fs: no games with DCACHE_UNHASHEDNick Piggin3-50/+0
2009-12-17fs: anon_inodes implement dnameNick Piggin1-0/+10
2009-12-17spi: controller driver for Designware SPI coreFeng Tang5-0/+1337
2009-12-17spidev: add proper section markersMike Frysinger1-8/+8
2009-12-17spidev: use DECLARE_BITMAP instead of declaring the arrayThadeu Lima de Souza Cascardo1-1/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds90-401/+556
2009-12-17Revert "fbdev: atafb - add palette register check"Geert Uytterhoeven1-3/+0
2009-12-17x86/ptrace: make genregs[32]_get/set more robustLinus Torvalds1-8/+8
2009-12-17backlight: mbp_nvidia_bl - add two more MacBookPro variantsDaniel Ritz1-0/+18
2009-12-17backlight: Pass device through notify callback in the pwm driverBen Dooks2-4/+7
2009-12-17leds: leds-pwm: Set led_classdev max_brightnessLars-Peter Clausen1-3/+2
2009-12-17leds: leds-lp3944.h - remove unneeded includesAntonio Ospite1-3/+0
2009-12-17leds: use default-on trigger for Cobalt QubeFlorian Fainelli1-1/+1
2009-12-17leds: drivers/leds/leds-ss4200.c: fix return statementakpm@linux-foundation.org1-1/+1
2009-12-17leds: leds-pca9532.h- indent with tabs, not spacesAntonio Ospite1-1/+1
2009-12-17leds: Add LED class driver for regulator driven LEDs.Antonio Ospite4-0/+295
2009-12-17backlight: PTR_ERR return of wrong pointer in cr_backlight_probe()Roel Kluin1-1/+1
2009-12-17leds: leds-cobalt-qube.c: use resource_size()H Hartley Sweeten1-1/+1
2009-12-17leds: leds-cobalt-raq.c - use resource_size()H Hartley Sweeten1-1/+1
2009-12-17score: include asm-generic/param.h in asm/delay.h.Chen Liqin1-0/+2
2009-12-17score: fixed pfn_valid define.Chen Liqin3-6/+2
2009-12-17score: add flush_dcahce_page and PG_dcache_dirty defineChen Liqin2-3/+27
2009-12-17regulator: wm831x_reg_read() failure unnoticed in wm831x_aldo_get_mode()Roel Kluin1-1/+1
2009-12-17twl-regulator: Fix reg_disable functionality for 4030 and 6030Juha Keski-Saari1-2/+2
2009-12-17twl-regulator: Add turnon delay to reg_enableJuha Keski-Saari1-1/+7
2009-12-17twl-regulator: Restore REMAP configuration in regulator probeJuha Keski-Saari1-0/+3
2009-12-17twl-regulator: Add turnon-delay and REMAP config to twlreg_info structJuha Keski-Saari1-41/+62
2009-12-17twl-regulator: Define critical regulators as always_onJuha Keski-Saari1-0/+13
2009-12-17twl-regulator: Add all twl4030 regulators to twlreg_infoJuha Keski-Saari1-9/+17
2009-12-17regulator: mc13783-regulator: correct the probing time.Alberto Panizzo1-2/+2
2009-12-17regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable}...Lars-Peter Clausen1-2/+2
2009-12-17regulator: core.c: Small coding style cleanup (indentation fixup)Stefan Roese1-6/+6
2009-12-17drivers/regulator: use PTR_ERR to get error codeJulia Lawall1-2/+2
2009-12-17regulator: consumer.h - fix build when consumer.h is #included first.Liam Girdwood1-0/+2
2009-12-17regulator/mc13783: various cleanupsUwe Kleine-König1-277/+112
2009-12-17regulator/mc13783: rename source file to match other driversUwe Kleine-König2-1/+1
2009-12-17Fix some AB3100 regulator issuesLinus Walleij1-21/+2
2009-12-17regulator: keep index within bounds in da9034_get_ldo12_voltage()Roel Kluin1-1/+1
2009-12-17regulator: Ensure val is initialised in 88pm8607 choose_voltage()Mark Brown1-1/+2
2009-12-17regulator: Remove duplicate consts from ab3100Mark Brown1-5/+5
2009-12-17regulator: Handle regulators without suspend mode configurationMark Brown2-4/+27
2009-12-17regulator: Factor out regulator name pretty printingMark Brown1-45/+38
2009-12-17regulator: Display actual settings with constraintsMark Brown1-13/+31
2009-12-17regulator: Also lift apply_uV into machine_constraints_voltage()Mark Brown1-17/+18
2009-12-17regulator: Factor out voltage constraint setupMark Brown1-27/+37
2009-12-17regulator: Report error codes for bulk operationsMark Brown1-4/+5
2009-12-17regulator: add 88PM8607 PMIC driverHaojian Zhuang3-0/+691
2009-12-17regulator: Implement WM831x BuckWise DC-DC convertor DVS supportMark Brown2-18/+206
2009-12-17regulator: add driver for MAX8660/8661Wolfram Sang4-0/+575
2009-12-17dio: fix use-after-freeAl Viro1-1/+1
2009-12-17Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2-2/+3
2009-12-17MIPS: Lasat: Fix botched changes to sysctl code.Ralf Baechle1-1/+1
2009-12-17RTC: rtc-cmos.c: Fix warning on MIPSWu Zhangjin1-1/+2
2009-12-17MIPS: Cleanup random differences beween lmo and Linus' kernel.Ralf Baechle1-2/+2
2009-12-17MIPS: No longer hardwire CONFIG_EMBEDDED to yMartin Michlmayr1-2/+0
2009-12-17MIPS: Fix and enhance built-in kernel command lineDmitri Vorobiev48-38/+123
2009-12-17MIPS: eXcite: Remove platform.Ralf Baechle75-3912/+0
2009-12-17MIPS: Loongson: Cleanups of serial port supportWu Zhangjin6-26/+51
2009-12-17MIPS: Lemote 2F: Suspend CS5536 MFGPT TimerWu Zhangjin1-0/+11
2009-12-17MIPS: Excite: move iodev_remove to .devexit.textUwe Kleine-König1-2/+2
2009-12-17MIPS: Lasat: Convert to proc_fops / seq_fileAlexey Dobriyan1-45/+68
2009-12-17MIPS: Cleanup signal code initializationRalf Baechle4-84/+70
2009-12-17MIPS: Modularize COP2 handlingRalf Baechle6-23/+140
2009-12-17MIPS: Move EARLY_PRINTK to Kconfig.debugRalf Baechle2-14/+14
2009-12-17MIPS: Yeeloong 2F: Cleanup reset logic using the new ec_write functionWu Zhangjin1-19/+2
2009-12-17MIPS: Yeeloong 2F: Add LID open event as the wakeup eventWu Zhangjin3-4/+72
2009-12-17MIPS: Yeeloong 2F: Add basic EC operationsWu Zhangjin3-1/+319
2009-12-17MIPS: Move several variables from .bss to .init.dataDmitri Vorobiev5-6/+6
2009-12-17MIPS: Tracing: Make function graph tracer work with -mmcount-ra-addressWu Zhangjin3-7/+38
2009-12-17MIPS: Tracing: Reserve $12(t0) for mcount-ra-address of gcc 4.5Wu Zhangjin1-13/+13
2009-12-17MIPS: Tracing: Make ftrace for MIPS work without -fno-omit-frame-pointerWu Zhangjin3-15/+106
2009-12-17MIPS: Tracing: Add dynamic function graph tracer for MIPSWu Zhangjin2-2/+33
2009-12-17MIPS: Tracing: Add function graph tracer support for MIPSWu Zhangjin3-0/+149
2009-12-17MIPS: Tracing: Add IRQENTRY_EXIT section for MIPSWu Zhangjin7-37/+53
2009-12-17MIPS: Tracing: Add dynamic function tracer supportWu Zhangjin6-1/+206
2009-12-17MIPS: Tracing: Add an endian argument to scripts/recordmcount.plWu Zhangjin2-3/+4
2009-12-17MIPS: Tracing: Enable HAVE_FUNCTION_TRACE_MCOUNT_TEST for MIPSWu Zhangjin2-0/+4
2009-12-17MIPS: Tracing: Add static function tracer support for MIPSWu Zhangjin6-1/+121
2009-12-17MIPS: Fixup last users of irq_chip->typename Thomas Gleixner5-6/+6
2009-12-17MIPS: Loongson 2F: Add CPU frequency scaling supportWu Zhangjin13-4/+524
2009-12-17MIPS: Add basic CPUFreq options.Wu Zhangjin2-0/+30
2009-12-17MIPS: Lemote 2F: Add cs5536 MFGPT timer supportWu Zhangjin5-0/+271
2009-12-17MIPS: Lemote 2F: Add Lynloong supportWu Zhangjin5-1/+7
2009-12-17MIPS: Lemote 2F: Add NAS supportWu Zhangjin5-1/+7
2009-12-17MIPS: PowerTV: Base files for Cisco PowerTV platformDavid VomLehn39-0/+6952
2009-12-17MIPS: Sibyte: Use hweight8 instead of counting bitsAkinobu Mita1-5/+2
2009-12-17MIPS: Yeeloong 2F: Add board specific suspend supportWu Zhangjin2-0/+79
2009-12-17MIPS: Loongson 2F: Add suspend support frameworkWu Zhangjin3-0/+172
2009-12-17MIPS: Add support for uncached accelerated mappings.Wu Zhangjin3-0/+74
2009-12-17MIPS: Loongson 2F: Cleanup the #if clausesWu Zhangjin6-11/+17
2009-12-17MIPS: Lemote 2F: Add defconfig fileWu Zhangjin1-0/+1836
2009-12-17MIPS: Lemote 2F: Add reset supportWu Zhangjin3-1/+180
2009-12-17MIPS: Lemote 2F: Add IRQ supportWu Zhangjin3-0/+143
2009-12-17MIPS: Lemote 2F: Add PCI supportWu Zhangjin3-1/+216
2009-12-17MIPS: Lemote 2F: Add basic CS5536 VSM supportWu Zhangjin12-0/+1533
2009-12-17MIPS: Lemote 2f: Enable legacy RTC driverWu Zhangjin1-1/+1
2009-12-17MIPS: Lemote 2F: Add a LEMOTE_MACH2F kernel optionWu Zhangjin3-0/+37
2009-12-17MIPS: Loongson: Add basic Loongson 2F supportWu Zhangjin10-20/+197
2009-12-17MIPS: oprofile: Only do performance counter handling for counter interruptsWu Zhangjin1-1/+4
2009-12-17MIPS: Loongson: Cleanup the serial port supportWu Zhangjin7-20/+60
2009-12-17MIPS: Loongson: Cleanup machtype supportWu Zhangjin3-9/+19
2009-12-17MIPS: Collect FPU emulator statistics per-CPU.David Daney3-50/+80
2009-12-17MIPS: Remove addinitrd and CONFIG_PROBE_INITRD_HEADERRalf Baechle7-168/+3
2009-12-17MIPS: Fuloong 2E: Update defconfig fileWu Zhangjin1-32/+61
2009-12-17MIPS: Bonito64: Make Loongson independent from Bonito64 code.Wu Zhangjin15-55/+352
2009-12-17MIPS: Loongson: Add serial port supportWu Zhangjin2-0/+72
2009-12-17MIPS: Loongson early_printk: Fix variable type of uart_baseWu Zhangjin1-5/+5
2009-12-17MIPS: Fuloong2e: Cleanup KconfigWu Zhangjin1-26/+26
2009-12-17MIPS: Loongson: Register reserved memory pagesWu Zhangjin1-0/+8
2009-12-17MIPS: MIPSsim: Remove unused codeDmitri Vorobiev3-35/+1
2009-12-17MIPS: Put PGD in C0_CONTEXT for 64-bit R2 processors.David Daney5-14/+68
2009-12-17MIPS: Add drotr and dins instructions to uasm.David Daney2-3/+20
2009-12-17Staging: octeon-ethernet: Convert to use PHY Abstraction Layer.David Daney9-281/+125
2009-12-17NET: Add Ethernet driver for Octeon MGMT devices.David Daney5-0/+1192
2009-12-17MIPS: Octeon: Add register definitions for MGMT Ethernet driver.David Daney2-0/+1442
2009-12-17MIPS: Octeon: Add platform devices MGMT Ethernet ports.David Daney1-0/+58
2009-12-17NET: Add driver for Octeon MDIO buses.David Daney4-0/+370
2009-12-17MIPS: Octeon: Add platform device for MDIO buses.David Daney1-0/+30
2009-12-17MIPS: Reorder operations in stackframe.h for better schedulingDavid Daney1-8/+12
2009-12-17MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZEDmitri Vorobiev8-19/+17
2009-12-17MIPS: IP22: Remove an unused functionDmitri Vorobiev2-7/+1
2009-12-17MIPS: Add support for GZIP / BZIP2 / LZMA compressed kernel imagesWu Zhangjin9-3/+558
2009-12-17cpumask: rename tsk_cpumask to tsk_cpus_allowedRusty Russell2-2/+2
2009-12-17cpumask: don't recommend set_cpus_allowed hack in Documentation/cpu-hotplug.txtRusty Russell1-32/+17
2009-12-17cpumask: avoid dereferencing struct cpumaskRusty Russell1-2/+2
2009-12-17cpumask: convert drivers/idle/i7300_idle.c to cpumask_var_tRusty Russell1-6/+9
2009-12-17cpumask: use modern cpumask style in drivers/scsi/fcoe/fcoe.cRusty Russell1-1/+1
2009-12-17cpumask: avoid deprecated function in mm/slab.cRusty Russell1-1/+1
2009-12-17cpumask: use cpu_online in kernel/perf_event.cRusty Russell1-1/+1
2009-12-16Fix breakage in shmem.cAl Viro1-0/+2
2009-12-17Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture supportGeert Uytterhoeven1-0/+10