index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-01
lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdef
Glauber Costa
1
-0
/
+2
2011-11-01
lib/bitmap.c: quiet sparse noise about address space
H Hartley Sweeten
1
-4
/
+6
2011-11-01
lib/spinlock_debug.c: print owner on spinlock lockup
Akinobu Mita
1
-9
/
+10
2011-11-01
lib/kstrtox: common code between kstrto*() and simple_strto*() functions
Alexey Dobriyan
3
-48
/
+68
2011-11-01
drivers/leds/leds-lp5521.c: check if reset is successful
Srinidhi KASAGAR
1
-0
/
+18
2011-11-01
leds: turn the blink_timer off before starting to blink
Antonio Ospite
1
-0
/
+2
2011-11-01
leds: save the delay values after a successful call to blink_set()
Antonio Ospite
1
-1
/
+4
2011-11-01
drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializing
David Daney
1
-1
/
+1
2011-11-01
drivers/leds/leds-lm3530.c: add __devexit_p where needed
Axel Lin
1
-1
/
+1
2011-11-01
drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_O...
Axel Lin
1
-3
/
+3
2011-11-01
drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform data
Magnus Damm
2
-1
/
+1
2011-11-01
drivers/leds/leds-renesas-tpu.c: update driver to use workqueue
Magnus Damm
1
-4
/
+17
2011-11-01
drivers/leds/leds-lm3530.c: remove obsolete cleanup for clientdata
Wolfram Sang
1
-1
/
+0
2011-11-01
drivers/leds/led-triggers.c: fix memory leak
Masakazu Mokuno
1
-1
/
+4
2011-11-01
leds: Renesas TPU LED driver
Magnus Damm
4
-0
/
+371
2011-11-01
backlight: rename corgibl_limit_intensity() to genericbl_limit_intensity()
Axel Lin
1
-2
/
+2
2011-11-01
drivers/video/backlight/l4f00242t03.c: use gpio_request_one() to simplify err...
Fabio Estevam
1
-11
/
+4
2011-11-01
backlight: fix broken regulator API usage in l4f00242t03
Mark Brown
4
-47
/
+24
2011-11-01
video/backlight: remove obsolete cleanup for clientdata
Wolfram Sang
1
-2
/
+0
2011-11-01
MAINTAINERS: add ASLR maintainer
Jiri Kosina
1
-0
/
+4
2011-11-01
MAINTAINERS: Linas has moved
Linas Vepstas
1
-1
/
+1
2011-11-01
MAINTAINERS: add new entry for ideapad-laptop
Ike Panhc
1
-0
/
+7
2011-11-01
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
61
-350
/
+324
2011-11-01
printk: remove bounds checking for log_prefix
William Douglas
1
-3
/
+0
2011-11-01
printk: fix bounds checking for log_prefix
William Douglas
1
-1
/
+1
2011-11-01
printk: add console_suspend module parameter
Yanmin Zhang
2
-0
/
+9
2011-11-01
printk: add module parameter ignore_loglevel to control ignore_loglevel
Yanmin Zhang
2
-0
/
+6
2011-11-01
kernel/sysctl.c: add cap_last_cap to /proc/sys/kernel
Dan Ballard
2
-0
/
+17
2011-11-01
watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTL
Vasily Averin
1
-2
/
+2
2011-11-01
stop_machine: make stop_machine safe and efficient to call early
Jeremy Fitzhardinge
1
-0
/
+22
2011-11-01
drivers/misc/ad525x_dpot-i2c.c: add i2c support for AD5161
Peter Korsgaard
1
-0
/
+1
2011-11-01
driver/misc/fsa9480.c fix potential null-pointer dereference
Jonghwan Choi
1
-1
/
+2
2011-11-01
lis3lv02d: make regulator API usage unconditional
Mark Brown
2
-23
/
+12
2011-11-01
lis3: remove the references to the global variable in core driver
Éric Piel
2
-103
/
+133
2011-11-01
lis3: change exported function to use passed parameter
Éric Piel
5
-9
/
+9
2011-11-01
lis3: use consistent naming of variables
Éric Piel
1
-60
/
+60
2011-11-01
lis3: free regulators if probe() fails
Éric Piel
1
-2
/
+7
2011-11-01
hp_accel: add HP ProBook 655x
Éric Piel
1
-0
/
+1
2011-11-01
lis3: add support for HP EliteBook 8540w
Éric Piel
1
-0
/
+1
2011-11-01
lis3: add support for HP EliteBook 2730p
Éric Piel
1
-0
/
+1
2011-11-01
lis3: update maintainer information
Éric Piel
1
-0
/
+1
2011-11-01
lis3lv02d: avoid divide by zero due to unchecked
Éric Piel
3
-9
/
+32
2011-11-01
drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get()
Jonathan Cameron
1
-39
/
+8
2011-11-01
hwmon: convert idr to ida and use ida_simple interface
Jonathan Cameron
1
-24
/
+8
2011-11-01
lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUT
Jiaju Zhang
1
-2
/
+3
2011-11-01
fs/pipe.c: add ->statfs callback for pipefs
Pavel Emelyanov
1
-0
/
+1
2011-11-01
alpha: wire up sendmmsg syscall
Michael Cree
2
-1
/
+3
2011-11-01
alpha: wire up accept4 syscall
Michael Cree
2
-1
/
+3
2011-11-01
mm/vmstat.c: cache align vm_stat
Dimitri Sivanich
1
-1
/
+1
2011-11-01
mm: munlock use mapcount to avoid terrible overhead
Hugh Dickins
1
-1
/
+9
[prev]
[next]