OSDN Git Service

android-x86/kernel.git
2015-04-04 Greg Kroah... greybus: Documentation/sysfs: add a proposed sysfs...
2015-04-02 Alex Eldergreybus: reduce the ranting
2015-03-31 Greg Kroah... greybus: kernel_ver.h: add sysfs_create_groups() and...
2015-03-31 Greg Kroah... greybus: loopback: use the attribute groups, not group
2015-03-31 Greg Kroah... greybus: loopback: fix build breakage about SZ_4K
2015-03-31 Alexandre Bailongreybus: Add loopback protocol
2015-03-30 Alex Eldergreybus: es2: test apb1_log_task safely
2015-03-30 Alex Eldergreybus: es1: test apb1_log_task safely
2015-03-30 Alex Eldergreybus: manifest: use size_t for a size variable
2015-03-30 Johan Hovoldgreybus: operation: refactor response handling
2015-03-30 Johan Hovoldgreybus: hid: fix missing response on request errors
2015-03-30 Johan Hovoldgreybus: hid: fix missing input verification of report...
2015-03-30 Johan Hovoldgreybus: hid: fix null-deref on short report requests
2015-03-30 Johan Hovoldgreybus: hid: fix success response being sent on errors
2015-03-30 Johan Hovoldgreybus: hid: replace pr_err with dev_err
2015-03-30 Johan Hovoldgreybus: gpio: fix missing response on request errors
2015-03-30 Johan Hovoldgreybus: gpio: fix null-deref on unexpected irq requests
2015-03-30 Johan Hovoldgreybus: gpio: fix null-deref on short irq requests
2015-03-30 Johan Hovoldgreybus: operation: make incomplete-message errors...
2015-03-30 Johan Hovoldgreybus: operation: replace pr_err with dev_err
2015-03-30 Johan Hovoldgreybus: operation: fix incoming request payload size
2015-03-30 Johan Hovoldgreybus: operation: fix null-deref on operation destroy
2015-03-30 Johan Hovoldgreybus: operation: fix null-deref on operation cancel
2015-03-30 Johan Hovoldgreybus: operation: fix use-after-free and infinite...
2015-03-30 Johan Hovoldgreybus: operation: fix memory leak in request_send...
2015-03-30 Johan Hovoldgreybus: operation: fix use-after-free when sending...
2015-03-30 Johan Hovoldgreybus: operation: fix callback handling and documentation
2015-03-30 Johan Hovoldgreybus: operation: fix typo in comment
2015-03-30 Johan Hovoldgreybus: operation: fix missing symbol exports
2015-03-30 Viresh Kumargreybus: kernel_ver.h: include <linux/kernel.h> to...
2015-03-30 Greg Kroah... greybus: es2: sync up with recent es1.c changes
2015-03-30 Greg Kroah... greybus: debugfs: we shouldn't care if debugfs is worki...
2015-03-27 Alex Eldergreybus: get rid of {conceal,reveal}_urb()
2015-03-27 Alex Eldergreybus: clean up some small messes
2015-03-25 Greg Kroah... greybus: Merge branch 'es1-fixes' into master
2015-03-24 Viresh Kumargreybus: interface: put module->dev on failures
2015-03-24 Viresh Kumargreybus: Greybus: Place module_init/exit() right after...
2015-03-24 Viresh Kumargreybus: manifest: don't need to check for desc_size...
2015-03-24 Viresh Kumargreybus: manifest: descriptor size should be >= header...
2015-03-24 Greg Kroah... greybus: es1: allow the debug log to be stopped
2015-03-24 Greg Kroah... greybus: es1: separate usb_log enable/disable logic...
2015-03-24 Greg Kroah... greybus: es1: fix checkpatch warning about blank lines...
2015-03-24 Greg Kroah... greybus: es1: move debugfs function to use kstrotoint_f...
2015-03-24 Greg Kroah... greybus: es1: decimal modes are not what are wanted...
2015-03-24 Greg Kroah... greybus: es1: struct file_operations needs to be const
2015-03-24 Greg Kroah... greybus: es1: no need to check for NULL on debugfs_remove()
2015-03-24 Greg Kroah... greybus: es1: use <linux/uaccess.h> and not <asm/uaccess.h>
2015-03-24 Greg Kroah... greybus: es1: fix tiny whitespace issues
2015-03-24 Greg Kroah... greybus: es1: fix build warning for apb1_log_enable_write
2015-03-24 Alexandre Bailongreybus: Dump log from APB1
2015-03-24 Viresh Kumargreybus: core: Don't initialize greybus if it is disabled
2015-03-19 Johan Hovoldgreybus: gpio: add error messages to callbacks not...
2015-03-19 Johan Hovoldgreybus: gpio: refuse to set value of input pins
2015-03-19 Johan Hovoldgreybus: gpio: clean up line-state allocation
2015-03-19 Johan Hovoldgreybus: gpio: use dev_err and dev_warn
2015-03-19 Johan Hovoldgreybus: gpio: fix error handling
2015-03-19 Johan Hovoldgreybus: gpio: make gb_gpio_controller pointer naming...
2015-03-19 Johan Hovoldgreybus: gpio: remove unnecessary explicit cast
2015-03-19 Johan Hovoldgreybus: gpio: remove overly defensive argument verific...
2015-03-19 Johan Hovoldgreybus: gpio: remove redundant argument verification
2015-03-19 Johan Hovoldgreybus: gpio: remove incorrect todo comments
2015-03-19 Johan Hovoldgreybus: gpio: fix truncated debounce times
2015-03-19 Johan Hovoldgreybus: operation: remove unnecessary cast
2015-03-19 Johan Hovoldgreybus: operation: use dev_err in gb_operation_sync
2015-03-19 Johan Hovoldgreybus: connection: replace custom error function...
2015-03-19 Johan Hovoldgreybus: ap: clean up svc link management error path
2015-03-19 Johan Hovoldgreybus: ap: fix typo in comment
2015-03-19 Johan Hovoldgreybus: ap: fix svc handshake protocol check
2015-03-19 Johan Hovoldgreybus: usb: silence compiler warning
2015-03-19 Viresh Kumargreybus: hid: don't support OUTPUT report over interrup...
2015-03-19 Viresh Kumargreybus: core: place module_{init|exit}() right below...
2015-03-19 Viresh Kumargreybus: interface: remove double underscore from fn...
2015-03-19 Viresh Kumargreybus: operation: Fix comment mistake
2015-03-19 Viresh Kumargreybus: operation: s/status/result to match field...
2015-03-19 Alexandre Bailongreybus: Export greybus debugfs folder
2015-03-17 Johan Hovoldgreybus: uart: remove packed-attribute from line-coding...
2015-03-17 Johan Hovoldgreybus: pwm: fix config-request alignment
2015-03-17 Johan Hovoldgreybus: gpio: fix set-debounce request alignment
2015-03-17 Johan Hovoldgreybus: connection: fix oops after failed init
2015-03-17 Johan Hovoldgreybus: vibrator: fix memory leak in error path
2015-03-17 Johan Hovoldgreybus: pwm: fix memory leak in error path
2015-03-16 Viresh Kumargreybus: hid: add HID class driver
2015-03-12 Viresh Kumargreybus: gpb: Fix print mistakes
2015-03-03 Johan Hovoldgreybus: connection: fix locking in gb_hd_connection_find
2015-03-02 Alexandre Bailongreybus: gpio.c: fix a bad irq number
2015-03-02 Johan Hovoldgreybus: operation: fix locking issues
2015-03-02 Greg Kroah... greybus: es2: fix USB id to not be the same as ES1
2015-02-18 Johan Hovoldgreybus: gpio: fix memory leaks at init and exit
2015-02-18 Matt Portergreybus: gpio: add interrupt handling support
2015-02-14 Johan Hovoldgreybus: bundle: fix sleep-while-atomic in gb_bundle_de...
2015-02-12 Johan Hovoldgreybus: connection: fix non-atomic allocations under...
2015-02-04 Matt Portergreybus: operation: add missing gb_operation_response_s...
2015-01-27 Viresh Kumargreybus: spi:fix sparse warnings
2015-01-27 Michael Scottgreybus: build: android: Fix script which locates ...
2015-01-23 Viresh Kumargreybus: spi: add bridged-PHY spi protocol driver
2015-01-23 Greg Kroah... greybus: es1.c: wait until the last possible minute...
2015-01-23 Greg Kroah... greybus: ap.c: our workqueue should be ordered
2015-01-23 Michael Scottgreybus: build: android: add all greybus modules to...
2015-01-23 Michael Scottgreybus: build: android: replace hard-coded build desti...
2015-01-23 Greg Kroah... greybus: Revert "protocol: dedup protocol find code"
next