Age | Commit message (Expand) | Author | Files | Lines |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 1 | -2/+1 |
2016-12-22 | Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+1 |
2016-12-22 | Merge branches 'acpica' and 'acpi-scan' | Rafael J. Wysocki | 1 | -4/+1 |
2016-12-21 | ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users | Lv Zheng | 1 | -4/+1 |
2016-12-21 | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working... | Linus Torvalds | 3 | -234/+407 |
2016-12-19 | mailbox: mailbox-test: allow reserved areas in SRAM | Sudeep Holla | 1 | -2/+10 |
2016-12-19 | mailbox: mailbox-test: add support for fasync/poll | Sudeep Holla | 1 | -8/+71 |
2016-12-19 | mailbox: bcm-pdc: Remove unnecessary void* casts | Rob Rice | 1 | -21/+20 |
2016-12-19 | mailbox: bcm-pdc: Simplify interrupt handler logic | Rob Rice | 1 | -25/+13 |
2016-12-19 | mailbox: bcm-pdc: Performance improvements | Rob Rice | 1 | -36/+49 |
2016-12-19 | mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptors | Rob Rice | 1 | -12/+11 |
2016-12-19 | mailbox: bcm-pdc: Convert from threaded IRQ to tasklet | Rob Rice | 1 | -32/+25 |
2016-12-19 | mailbox: bcm-pdc: Try to improve branch prediction | Rob Rice | 1 | -13/+13 |
2016-12-19 | mailbox: bcm-pdc: streamline rx code | Rob Rice | 1 | -60/+48 |
2016-12-19 | mailbox: bcm-pdc: Convert from interrupts to poll for tx done | Rob Rice | 1 | -62/+145 |
2016-12-19 | mailbox: bcm-pdc: PDC driver leaves debugfs files after removal | Steve Lin | 1 | -4/+2 |
2016-12-19 | mailbox: bcm-pdc: Changes so mbox client can be removed / re-inserted | Steve Lin | 1 | -8/+46 |
2016-12-19 | mailbox: bcm-pdc: Use octal permissions rather than symbolic | Rob Rice | 1 | -1/+2 |
2016-12-19 | mailbox: sti: Fix module autoload for OF registration | Javier Martinez Canillas | 1 | -0/+1 |
2016-12-19 | mailbox: mailbox-test: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
2016-12-16 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 3 | -0/+490 |
2016-11-18 | mailbox: tegra-hsp: Use after free in tegra_hsp_remove_doorbells() | Dan Carpenter | 1 | -2/+2 |
2016-11-18 | mailbox: Add Tegra HSP driver | Thierry Reding | 3 | -0/+490 |
2016-11-15 | mailbox: PCC: Fix lockdep warning when request PCC channel | Hoan Tran | 1 | -6/+7 |
2016-10-07 | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working... | Linus Torvalds | 3 | -0/+217 |
2016-10-02 | Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc' | Rafael J. Wysocki | 1 | -71/+245 |
2016-09-07 | mailbox: Add Platform Message-Handling-Unit variant driver | Neil Armstrong | 3 | -0/+217 |
2016-08-31 | mailbox: pcc: Support HW-Reduced Communication Subspace type 2 | hotran | 1 | -71/+245 |
2016-08-29 | fix:mailbox:bcm-pdc-mailbox:mark symbols static where possible | Baoyou Xie | 1 | -2/+2 |
2016-08-29 | mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown() | Dan Carpenter | 1 | -3/+4 |
2016-08-29 | mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX | Rob Rice | 1 | -0/+1 |
2016-07-28 | mailbox: Fix format and type mismatches in Broadcom PDC driver | Rob Rice | 1 | -4/+4 |
2016-07-28 | mailbox: Add Broadcom PDC mailbox driver | Rob Rice | 3 | -0/+1542 |
2016-06-24 | mailbox: pl320: remove __raw IO | Ben Dooks | 1 | -23/+23 |
2016-06-12 | mailbox: mailbox-test: set tdev->signal to NULL after freeing | Sudeep Holla | 1 | -0/+1 |
2016-05-08 | mailbox: Fix devm_ioremap_resource error detection code | Amitoj Kaur Chawla | 1 | -2/+2 |
2016-04-26 | mailbox/omap: kill omap_mbox_{save/restore}_ctx() functions | Suman Anna | 1 | -51/+0 |
2016-04-26 | mailbox/omap: check for any unread messages during suspend | Suman Anna | 1 | -1/+9 |
2016-04-26 | mailbox/omap: add support for suspend/resume | Suman Anna | 1 | -0/+45 |
2016-04-26 | mailbox/omap: store mailbox interrupt type in omap_mbox_device | Suman Anna | 1 | -0/+2 |
2016-04-26 | mailbox/omap: add blank lines after declarations | Suman Anna | 1 | -1/+6 |
2016-04-26 | mailbox/omap: remove FSF mailing address paragraph | Suman Anna | 1 | -6/+0 |
2016-04-26 | mailbox/omap: use variable name for sizeof() operator | Suman Anna | 1 | -1/+1 |
2016-04-26 | mailbox/omap: drop legacy platform device support | Suman Anna | 1 | -60/+41 |
2016-04-15 | Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu... | Linus Torvalds | 3 | -11/+13 |
2016-04-12 | mailbox: Stop using ENOSYS for anything other than unimplemented syscalls | Lee Jones | 1 | -2/+2 |
2016-04-12 | mailbox: mailbox-test: Prevent memory leak | Lee Jones | 1 | -3/+6 |
2016-04-12 | mailbox: mailbox-test: Use more consistent format for calling copy_from_user() | Lee Jones | 1 | -4/+3 |
2016-04-08 | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc' | Rafael J. Wysocki | 1 | -2/+2 |