index
:
kernel_samsung_crespo.git
replicant-4.2
kernel/samsung/crespo
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
asus-laptop: document sysfs interface
Corentin Chary
2009-08-28
1
-0
/
+52
*
asus-laptop: document the module
Corentin Chary
2009-08-28
1
-0
/
+258
*
asus-laptop: Add "calculator" hotkey
Corentin Chary
2009-08-28
1
-0
/
+1
*
asus-laptop: Add suport for another "Media" key
Corentin Chary
2009-08-28
1
-0
/
+1
*
asus-laptop: handle keyboard backlight keys
Corentin Chary
2009-08-28
1
-0
/
+2
*
asus-laptop: Add support for Keyboard backlight
Corentin Chary
2009-08-28
1
-2
/
+77
*
asus-laptop: set maximum led brightness
Corentin Chary
2009-08-28
1
-6
/
+7
*
asus-laptop: Map X50R hotkeys
Corentin Chary
2009-08-28
1
-0
/
+3
*
asus-laptop: Add *_led_get() functions
Corentin Chary
2009-08-28
1
-0
/
+8
*
asus-laptop: Show HRWS in infos and fix output format
Corentin Chary
2009-08-28
1
-2
/
+12
*
led: document sysfs interface
Corentin Chary
2009-08-28
2
-4
/
+33
*
video/lcd: document sysfs interface
Corentin Chary
2009-08-28
1
-0
/
+23
*
video/backlight: document sysfs interface
Corentin Chary
2009-08-28
1
-0
/
+36
*
eeepc-laptop: document sysfs interface
Corentin Chary
2009-08-28
1
-0
/
+50
*
eeepc-laptop: add rfkill support for the Wimax in ASUS Eee PC 1000HG
Corentin Chary
2009-08-28
1
-0
/
+13
*
eeepc-laptop: switch to dev_pm_ops
Alan Jenkins
2009-08-28
1
-6
/
+19
*
eeepc-laptop: correct the description of the hibernation abort bug
Alan Jenkins
2009-08-28
1
-5
/
+4
*
eeepc-laptop: check the 3G rfkill state on resume
Alan Jenkins
2009-08-28
1
-0
/
+3
*
eeepc-laptop: remove redundant rfkill_set_sw_state in resume handler
Alan Jenkins
2009-08-28
1
-2
/
+1
*
eeepc-laptop: make input device a child of the platform device
Alan Jenkins
2009-08-28
1
-29
/
+41
*
eeepc-laptop: fix ordering of init and exit functions
Alan Jenkins
2009-08-28
1
-61
/
+59
*
eeepc-laptop: fix pci hotplug race on load and unload
Alan Jenkins
2009-08-28
1
-32
/
+45
*
eeepc-laptop: use a mutex to serialize pci hotplug (resume vs. notify)
Alan Jenkins
2009-08-28
1
-8
/
+13
*
eeepc-laptop: don't touch the pci slot if it was claimed by a different driver
Alan Jenkins
2009-08-28
1
-5
/
+8
*
Linux 2.6.31-rc8
Linus Torvalds
2009-08-27
1
-1
/
+1
*
module: workaround duplicate section names
James Bottomley
2009-08-27
1
-1
/
+2
*
module: fix BUG_ON() for powerpc (and other function descriptor archs)
Rusty Russell
2009-08-27
1
-2
/
+4
*
xenfb: connect to backend before registering fb
Jeremy Fitzhardinge
2009-08-27
1
-4
/
+4
*
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
2009-08-27
2
-85
/
+177
|
\
|
*
inotify: Ensure we alwasy write the terminating NULL.
Eric W. Biederman
2009-08-27
1
-7
/
+6
|
*
inotify: fix locking around inotify watching in the idr
Eric Paris
2009-08-27
1
-10
/
+40
|
*
inotify: do not BUG on idr entries at inotify destruction
Eric Paris
2009-08-27
1
-2
/
+31
|
*
inotify: seperate new watch creation updating existing watches
Eric Paris
2009-08-27
1
-69
/
+103
*
|
lmb: Remove __init from lmb_end_of_DRAM()
Benjamin Herrenschmidt
2009-08-27
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
2009-08-27
10
-134
/
+107
|
\
\
|
*
|
9p: update documentation pointers
Eric Van Hensbergen
2009-08-17
1
-0
/
+3
|
*
|
9p: remove unnecessary v9fses->options which duplicates the mount string
Abhishek Kulkarni
2009-08-17
3
-35
/
+10
|
*
|
net/9p: insulate the client against an invalid error code sent by a 9p server
Abhishek Kulkarni
2009-08-17
2
-7
/
+2
|
*
|
9p: Add missing cast for the error return value in v9fs_get_inode
Abhishek Kulkarni
2009-08-17
1
-1
/
+1
|
*
|
9p: Remove redundant inode uid/gid assignment
Abhishek Kulkarni
2009-08-17
1
-5
/
+0
|
*
|
9p: Fix possible regressions when ->get_sb fails.
Abhishek Kulkarni
2009-08-17
1
-4
/
+7
|
*
|
9p: Fix v9fs show_options
Abhishek Kulkarni
2009-08-17
1
-2
/
+2
|
*
|
9p: Fix possible memleak in v9fs_inode_from fid.
Abhishek Kulkarni
2009-08-17
1
-9
/
+4
|
*
|
9p: minor comment fixes
Abhishek Kulkarni
2009-08-17
5
-24
/
+21
|
*
|
9p: Fix possible inode leak in v9fs_get_inode.
Abhishek Kulkarni
2009-08-17
1
-49
/
+56
|
*
|
9p: Check for error in return value of v9fs_fid_add
Abhishek Kulkarni
2009-08-17
1
-1
/
+4
*
|
|
ipv4: make ip_append_data() handle NULL routing table
Julien TINNES
2009-08-27
1
-0
/
+2
*
|
|
AFS: Stop readlink() on AFS crashing due to NULL 'file' ptr
David Howells
2009-08-27
1
-3
/
+15
|
|
/
|
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-08-26
2
-16
/
+47
|
\
\
|
*
|
virtio: net refill on out-of-memory
Rusty Russell
2009-08-26
1
-15
/
+46
[next]