aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-31security: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2-2/+2
2011-10-31kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko5-64/+64
2011-10-31lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2-8/+13
2011-10-31lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu1-2/+1
2011-10-31lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui1-2/+2
2011-10-31lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdefGlauber Costa1-0/+2
2011-10-31lib/bitmap.c: quiet sparse noise about address spaceH Hartley Sweeten1-4/+6
2011-10-31lib/spinlock_debug.c: print owner on spinlock lockupAkinobu Mita1-9/+10
2011-10-31lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan3-48/+68
2011-10-31drivers/leds/leds-lp5521.c: check if reset is successfulSrinidhi KASAGAR1-0/+18
2011-10-31leds: turn the blink_timer off before starting to blinkAntonio Ospite1-0/+2
2011-10-31leds: save the delay values after a successful call to blink_set()Antonio Ospite1-1/+4
2011-10-31drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializingDavid Daney1-1/+1
2011-10-31drivers/leds/leds-lm3530.c: add __devexit_p where neededAxel Lin1-1/+1
2011-10-31drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_OP_MODE registerAxel Lin1-3/+3
2011-10-31drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform dataMagnus Damm2-1/+1
2011-10-31drivers/leds/leds-renesas-tpu.c: update driver to use workqueueMagnus Damm1-4/+17
2011-10-31drivers/leds/leds-lm3530.c: remove obsolete cleanup for clientdataWolfram Sang1-1/+0
2011-10-31drivers/leds/led-triggers.c: fix memory leakMasakazu Mokuno1-1/+4
2011-10-31leds: Renesas TPU LED driverMagnus Damm4-0/+371
2011-10-31backlight: rename corgibl_limit_intensity() to genericbl_limit_intensity()Axel Lin1-2/+2
2011-10-31drivers/video/backlight/l4f00242t03.c: use gpio_request_one() to simplify error handlingFabio Estevam1-11/+4
2011-10-31backlight: fix broken regulator API usage in l4f00242t03Mark Brown4-47/+24
2011-10-31video/backlight: remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2011-10-31MAINTAINERS: add ASLR maintainerJiri Kosina1-0/+4
2011-10-31MAINTAINERS: Linas has movedLinas Vepstas1-1/+1
2011-10-31MAINTAINERS: add new entry for ideapad-laptopIke Panhc1-0/+7
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches61-350/+324
2011-10-31printk: remove bounds checking for log_prefixWilliam Douglas1-3/+0
2011-10-31printk: fix bounds checking for log_prefixWilliam Douglas1-1/+1
2011-10-31printk: add console_suspend module parameterYanmin Zhang2-0/+9
2011-10-31printk: add module parameter ignore_loglevel to control ignore_loglevelYanmin Zhang2-0/+6
2011-10-31kernel/sysctl.c: add cap_last_cap to /proc/sys/kernelDan Ballard2-0/+17
2011-10-31watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTLVasily Averin1-2/+2
2011-10-31stop_machine: make stop_machine safe and efficient to call earlyJeremy Fitzhardinge1-0/+22
2011-10-31drivers/misc/ad525x_dpot-i2c.c: add i2c support for AD5161Peter Korsgaard1-0/+1
2011-10-31driver/misc/fsa9480.c fix potential null-pointer dereferenceJonghwan Choi1-1/+2
2011-10-31lis3lv02d: make regulator API usage unconditionalMark Brown2-23/+12
2011-10-31lis3: remove the references to the global variable in core driverÉric Piel2-103/+133
2011-10-31lis3: change exported function to use passed parameterÉric Piel5-9/+9
2011-10-31lis3: use consistent naming of variablesÉric Piel1-60/+60
2011-10-31lis3: free regulators if probe() failsÉric Piel1-2/+7
2011-10-31hp_accel: add HP ProBook 655xÉric Piel1-0/+1
2011-10-31lis3: add support for HP EliteBook 8540wÉric Piel1-0/+1
2011-10-31lis3: add support for HP EliteBook 2730pÉric Piel1-0/+1
2011-10-31lis3: update maintainer informationÉric Piel1-0/+1
2011-10-31lis3lv02d: avoid divide by zero due to uncheckedÉric Piel3-9/+32
2011-10-31drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get()Jonathan Cameron1-39/+8
2011-10-31hwmon: convert idr to ida and use ida_simple interfaceJonathan Cameron1-24/+8
2011-10-31lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUTJiaju Zhang1-2/+3