Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | thinkpad_acpi: signedness bugs getting current_mode | Dan Carpenter | 2015-03-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | | thinkpad_acpi: use DEVICE_ATTR_* macros | Bastien Nocera | 2015-03-03 | 1 | -52/+20 | |
| * | | | | | | | | | | | | thinkpad_acpi: Add support for more adaptive kbd buttons | Bastien Nocera | 2015-03-03 | 1 | -1/+79 | |
| * | | | | | | | | | | | | thinkpad_acpi: Add adaptive_kbd_mode sysfs attr | Bastien Nocera | 2015-03-03 | 1 | -9/+60 | |
| * | | | | | | | | | | | | thinkpad_acpi: Factor out get/set adaptive kbd mode | Bastien Nocera | 2015-03-03 | 1 | -23/+38 | |
| * | | | | | | | | | | | | thinkpad_acpi: Remember adaptive kbd presence | Bastien Nocera | 2015-03-03 | 1 | -19/+18 | |
* | | | | | | | | | | | | | Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-04-26 | 11 | -66/+1365 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | platform/chrome: chromeos_laptop - instantiate Atmel at primary address | Dmitry Torokhov | 2015-04-25 | 1 | -9/+26 | |
| * | | | | | | | | | | | | | platform/chrome: cros_ec_lpc - Depend on X86 || COMPILE_TEST | Javier Martinez Canillas | 2015-03-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | platform/chrome: cros_ec_lpc - Include linux/io.h header file | Javier Martinez Canillas | 2015-03-04 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | platform/chrome: fix platform_no_drv_owner.cocci warnings | kbuild test robot | 2015-03-04 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | platform/chrome: cros_ec_lightbar - fix duplicate const warning | Olof Johansson | 2015-03-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | platform/chrome: cros_ec_dev - fix Unknown escape '%' warning | Olof Johansson | 2015-03-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | platform/chrome: Expose Chrome OS Lightbar to users | Bill Richardson | 2015-02-27 | 4 | -1/+373 | |
| * | | | | | | | | | | | | | platform/chrome: Create sysfs attributes for the ChromeOS EC | Bill Richardson | 2015-02-27 | 4 | -1/+280 | |
| * | | | | | | | | | | | | | mfd: cros_ec: Instantiate ChromeOS EC character device | Javier Martinez Canillas | 2015-02-27 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | platform/chrome: Add Chrome OS EC userspace device interface | Bill Richardson | 2015-02-27 | 4 | -3/+327 | |
| * | | | | | | | | | | | | | platform/chrome: Add cros_ec_lpc driver for x86 devices | Bill Richardson | 2015-02-27 | 3 | -0/+332 | |
| * | | | | | | | | | | | | | mfd: cros_ec: Use fixed size arrays to transfer data with the EC | Javier Martinez Canillas | 2015-02-27 | 3 | -54/+25 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | v4l: xilinx: fix for include file movement | Stephen Rothwell | 2015-04-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2015-04-24 | 42 | -2156/+1569 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | target: Put TCMU under a new config option | Andy Grover | 2015-04-20 | 2 | -3/+4 | |
| * | | | | | | | | | | | | | target: Version 2 of TCMU ABI | Andy Grover | 2015-04-20 | 1 | -12/+34 | |
| * | | | | | | | | | | | | | target/file: Fix UNMAP with DIF protection support | Akinobu Mita | 2015-04-16 | 1 | -25/+61 | |
| * | | | | | | | | | | | | | target/file: Fix SG table for prot_buf initialization | Akinobu Mita | 2015-04-16 | 1 | -15/+6 | |
| * | | | | | | | | | | | | | target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabled | Akinobu Mita | 2015-04-16 | 1 | -7/+8 | |
| * | | | | | | | | | | | | | target: Make core_tmr_abort_task() skip TMFs | Bart Van Assche | 2015-04-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | target/sbc: Update sbc_dif_generate pr_debug output | Nicholas Bellinger | 2015-04-16 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | target/sbc: Make internal DIF emulation honor ->prot_checks | Nicholas Bellinger | 2015-04-16 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabled | Nicholas Bellinger | 2015-04-16 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | target: Ensure sess_prot_type is saved across session restart | Nicholas Bellinger | 2015-04-16 | 1 | -7/+15 | |
| * | | | | | | | | | | | | | target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_* | Akinobu Mita | 2015-04-14 | 1 | -3/+64 | |
| * | | | | | | | | | | | | | target: Remove the unused flag SCF_ACK_KREF | Bart Van Assche | 2015-04-14 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | target: Fix two sparse warnings | Bart Van Assche | 2015-04-14 | 2 | -0/+4 | |
| * | | | | | | | | | | | | | target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling | Nicholas Bellinger | 2015-04-14 | 2 | -9/+43 | |
| * | | | | | | | | | | | | | target: simplify the target template registration API | Christoph Hellwig | 2015-04-14 | 21 | -849/+321 | |
| * | | | | | | | | | | | | | target: simplify target_xcopy_init_pt_lun | Christoph Hellwig | 2015-04-08 | 1 | -23/+9 | |
| * | | | | | | | | | | | | | target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flag | Christoph Hellwig | 2015-04-08 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | target/rd: reduce code duplication in rd_execute_rw() | Akinobu Mita | 2015-04-08 | 1 | -34/+32 | |
| * | | | | | | | | | | | | | tcm_loop: fixup tpgt string to integer conversion | Ming Lin | 2015-04-08 | 1 | -8/+6 | |
| * | | | | | | | | | | | | | iser-target: Bump version to 1.0 | Sagi Grimberg | 2015-04-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | iser-target: Remove conn_ prefix from struct isert_conn members | Sagi Grimberg | 2015-04-08 | 2 | -148/+148 | |
| * | | | | | | | | | | | | | iser-target: Remove un-needed rdma_listen backlog | Sagi Grimberg | 2015-04-08 | 2 | -2/+1 | |
| * | | | | | | | | | | | | | iser-target: Remove redundant check on the device | Sagi Grimberg | 2015-04-08 | 1 | -4/+5 | |
| * | | | | | | | | | | | | | iser-target: Get rid of redundant max_accept | Sagi Grimberg | 2015-04-08 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | iser-target: Split some logic in isert_connect_request to routines | Sagi Grimberg | 2015-04-08 | 1 | -48/+70 | |
| * | | | | | | | | | | | | | iser-target: Rename device find/release routines | Sagi Grimberg | 2015-04-08 | 1 | -7/+6 | |
| * | | | | | | | | | | | | | iser-target: Rename rend/recv completion routines | Sagi Grimberg | 2015-04-08 | 1 | -5/+6 | |
| * | | | | | | | | | | | | | iser-target: Remove redundant assignment to local variable | Sagi Grimberg | 2015-04-08 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | iser-target: Introduce isert_[alloc|free]_comps | Sagi Grimberg | 2015-04-08 | 1 | -46/+60 |