index
:
kernel_samsung_aries.git
replicant-4.2
kernel/samsung/aries
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout).
Nick Pelly
2011-06-14
1
-0
/
+1
*
Bluetooth: Increase timeout for legacy pairing from 10 seconds to 40 seconds.
Nick Pelly
2011-06-14
1
-1
/
+1
*
Bluetooth: Do not attempt to send dlci disconnect when in BT_CONFIG.
Nick Pelly
2011-06-14
1
-1
/
+0
*
serial_core: Add wake_peer uart operation which is called before starting UAR...
San Mehat
2011-06-14
2
-0
/
+4
*
rfkill: Introduce CONFIG_RFKILL_PM and use instead of CONFIG_PM to power down
Nick Pelly
2011-06-14
2
-0
/
+9
*
wl127x-rfkill: Add power control driver for TI WL127X Bluetooth chips
Nick Pelly
2011-06-14
4
-0
/
+165
*
kernel_debugger_core: add interrupt-context debugger core
Brian Swetland
2011-06-14
4
-0
/
+128
*
printk: Fix log_buf_copy termination.
Arve Hjønnevåg
2011-06-14
1
-2
/
+2
*
Revert "printk: remove unused code from kernel/printk.c"
Arve Hjønnevåg
2011-06-14
1
-0
/
+39
*
net: Replace AID_NET_RAW checks with capable(CAP_NET_RAW).
Chia-chi Yeh
2011-06-14
2
-47
/
+22
*
security: Add AID_NET_RAW and AID_NET_ADMIN capability check in cap_capable().
Chia-chi Yeh
2011-06-14
2
-0
/
+10
*
net: PPPoPNS and PPPoLAC fixes.
Chia-chi Yeh
2011-06-14
3
-125
/
+184
*
net: add PPP on PPTP Network Server (PPPoPNS) driver.
Chia-chi Yeh
2011-06-14
5
-1
/
+373
*
net: add PPP on L2TP Access Concentrator (PPPoLAC) driver.
Chia-chi Yeh
2011-06-14
5
-1
/
+414
*
cgroup: Add generic cgroup subsystem permission checks.
San Mehat
2011-06-14
4
-0
/
+34
*
fs: yaffs: don't force YAFFS_TRACE_ALWAYS for all trace levels
Dima Zavin
2011-06-14
1
-1
/
+1
*
fs: yaffs: Import yaffs from Thu Dec 23 13:31:37 2010 +1300
Arve Hjønnevåg
2011-06-14
45
-0
/
+15355
*
fs: block_dump: Don't display inode changes if block_dump < 2
San Mehat
2011-06-14
1
-1
/
+1
*
tiwlan: Add abstract wifi control functions support
Dmitry Shmidt
2011-06-14
1
-0
/
+32
*
usb: gadget: android: fix compilation on 2.6.37
Dima Zavin
2011-06-14
1
-4
/
+2
*
USB: gadget: composite: Use separate switches for connected and config state
Mike Lockwood
2011-06-14
2
-16
/
+39
*
USB: gadget: acm,rndis: IAD class, subclass & prot should match 1st iface
John Michelau
2011-06-14
1
-3
/
+10
*
USB: gadget: composite: Dynamically set IAD bFirstInterface
John Michelau
2011-06-14
1
-0
/
+15
*
USB: gadget: android Fix gadget descriptor compliance for IAD's
John Michelau
2011-06-14
1
-13
/
+43
*
usb: gadget: Multiple ACM gadget instances
John Michelau
2011-06-14
3
-5
/
+42
*
usb: gadget: Fixed Android gadget function discovery & product matching
John Michelau
2011-06-14
1
-9
/
+56
*
usb: gadget: rndis: don't use dev_get_stats
Benoit Goby
2011-06-14
1
-2
/
+21
*
USB: gadget: f_mtp: Zero length packet fixes
Mike Lockwood
2011-06-14
1
-7
/
+16
*
USB: gadget: f_mtp: Support for file transfer length greater than 4 gigabytes
Mike Lockwood
2011-06-14
2
-12
/
+36
*
USB: gadget: f_mtp: Return zero result for successful file transfer.
Mike Lockwood
2011-06-14
1
-6
/
+8
*
USB: gadget: f_mtp: MTP driver cleanup:
Mike Lockwood
2011-06-14
1
-138
/
+95
*
usb: gadget: android: Remove WAKEUP flag from bmAttributes
Benoit Goby
2011-06-14
1
-3
/
+0
*
USB: gadget: android: Disable MTP when RNDIS function is enabled.
Mike Lockwood
2011-06-14
1
-3
/
+3
*
USB: gadget: f_mtp: Add ioctl for sending events via the interrupt endpoint
Mike Lockwood
2011-06-14
2
-5
/
+94
*
drivers: usb: gadget: rndis: Fix section mismatch warning
Dmitry Shmidt
2011-06-14
1
-1
/
+1
*
drivers: usb: gadget: mass_storage: Fix section mismatch warning
Dmitry Shmidt
2011-06-14
1
-1
/
+1
*
drivers: usb: gadget: Fix section mismatch warning
Dmitry Shmidt
2011-06-14
1
-3
/
+3
*
USB: composite: Add usb_composite_force_reset utility to force enumeration
Mike Lockwood
2011-06-14
3
-11
/
+33
*
USB: gadget: android: Remove unused function android_usb_set_connected()
Mike Lockwood
2011-06-14
2
-12
/
+0
*
USB: gadget: composite: Move switch_set_state calls to a work queue
Mike Lockwood
2011-06-14
2
-2
/
+17
*
USB: gadget: f_mtp: USB gadget function driver for MTP and PTP device support.
Mike Lockwood
2011-06-14
4
-0
/
+1244
*
USB: composite: Add support for functions overriding USB_DT_STRING descriptors
Mike Lockwood
2011-06-14
1
-0
/
+15
*
USB: gadget: composite: Add userspace notifications for USB state changes
Mike Lockwood
2011-06-14
5
-11
/
+52
*
USB: gadget: f_mass_storage: Integrate android customizations
Mike Lockwood
2011-06-14
3
-3020
/
+81
*
USB: android gadget: mass storage: Fix format issue for Vista Host
Velempati Chiranjeevi
2011-06-14
1
-3
/
+4
*
USB: gadget: f_mass_storage: Defer handling interface changes until it is safe.
Mike Lockwood
2011-06-14
1
-11
/
+28
*
USB: gadget: android: mass_storage: Use spin_lock_irqsave/spin_unlock_irqrestore
Arve Hjønnevåg
2011-06-14
1
-23
/
+29
*
USB: gadget: android: check for null _android_dev in android_register_function()
Mike Lockwood
2011-06-14
1
-1
/
+1
*
USB: gadget: f_mass_storage: Flush writes after every 4 MB.
Mike Lockwood
2011-06-14
1
-1
/
+13
*
USB: gadget: f_rndis: Add platform data for RNDIS vendor ID and MAC address.
Mike Lockwood
2011-06-14
2
-10
/
+44
[next]