OSDN Git Service

android-x86/kernel.git
2015-01-28 Takashi IwaiALSA: line6: Reorganize PCM stream handling
2015-01-28 Takashi IwaiALSA: line6: Clear prev_fbuf and prev_fsize properly
2015-01-28 Takashi IwaiALSA: line6: Fix racy loopback handling
2015-01-28 Takashi IwaiALSA: line6: Minor tidy up in line6_probe()
2015-01-28 Takashi IwaiALSA: line6: Let snd_card_new() allocate private data
2015-01-28 Takashi IwaiALSA: line6: Drop interface argument from private_init...
2015-01-28 Takashi IwaiALSA: line6: Skip volume manipulation during silence...
2015-01-28 Takashi IwaiALSA: line6: Do clipping in volume / monitor manipulations
2015-01-28 Takashi IwaiALSA: line6: Consolidate PCM stream buffer allocation...
2015-01-28 Takashi IwaiALSA: line6: Use dev_err()
2015-01-28 Takashi IwaiALSA: line6: Consolidate URB unlink and sync helpers
2015-01-28 Takashi IwaiALSA: line6: Rearrange PCM structure
2015-01-28 Takashi IwaiALSA: line6: Drop voodoo workarounds
2015-01-28 Takashi IwaiALSA: line6: Use incremental loop
2015-01-28 Takashi IwaiALSA: line6: Drop superfluous spinlock for trigger
2015-01-28 Takashi IwaiALSA: line6: Fix the error recovery in line6_pcm_acquire()
2015-01-28 Takashi IwaiALSA: line6: Use logical OR
2015-01-28 Takashi IwaiALSA: line6: Fix missing error handling in line6_pcm_ac...
2015-01-28 Takashi IwaiALSA: line6: Reduce superfluous spinlock in midi.c
2015-01-28 Takashi IwaiALSA: line6: Remove unused line6_nop_read()
2015-01-28 Takashi IwaiALSA: line6: Fix memory leak at probe error path
2015-01-28 Takashi IwaiALSA: line6: Minor refactoring
2015-01-28 Takashi IwaiALSA: line6/toneport: Implement LED controls via LED...
2015-01-28 Takashi IwaiALSA: line6/toneport: Fix wrong argument for toneport_h...
2015-01-28 Takashi IwaiALSA: line6: Don't forget to call driver's destructor...
2015-01-28 Takashi IwaiALSA: line6/toneport: Move setup_timer() at the beginning
2015-01-28 Takashi IwaiALSA: line6: Remove superfluous NULL checks in each...
2015-01-28 Takashi IwaiALSA: line6: Abort if inconsistent usbdev is found...
2015-01-28 Takashi IwaiALSA: line6: Yet more cleanup of superfluous NULL checks
2015-01-20 Chris RorvickALSA: line6: Remove driver version from header comment
2015-01-20 Chris RorvickALSA: line6: Refer to manufacturer as "Line 6"
2015-01-20 Chris RorvickALSA: line6: Remove superfluous NULL checks
2015-01-20 Takashi IwaiALSA: line6: Drop line6_send_program() and line6_transm...
2015-01-20 Takashi IwaiALSA: line6: Make line6_send_raw_message() static
2015-01-20 Takashi IwaiALSA: line6: Sync PCM stop at disconnect
2015-01-20 Takashi IwaiALSA: line6: Remove superfluous disconnect call in...
2015-01-20 Takashi IwaiALSA: line6: Remove CHECK_RETURN macro
2015-01-20 Takashi IwaiALSA: line6: Drop MISSING_CASE macro
2015-01-20 Takashi IwaiALSA: line6: Remove driver version string
2015-01-20 Takashi IwaiALSA: line6: Reorganize card resource handling
2015-01-20 Takashi IwaiALSA: line6: Drop superfluous irqsave/irqrestore in...
2015-01-20 Takashi IwaiALSA: line6: Don't handle PCM trigger for other cards
2015-01-20 Takashi IwaiALSA: line6: Remove superfluous out-of-memory error...
2015-01-20 Takashi IwaiALSA: line6: Drop usb_device sysfs symlink
2015-01-20 Takashi IwaiALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flag
2015-01-20 Takashi IwaiALSA: line6: Drop superfluous snd_device for rawmidi
2015-01-20 Takashi IwaiALSA: line6: Drop superfluous snd_device for PCM
2015-01-20 Takashi IwaiALSA: line6: Handle impulse response via control API
2015-01-20 Takashi IwaiALSA: line6: Split to each driver
2015-01-19 Takashi IwaiALSA: line6: Use setup_timer() and mod_timer()
2015-01-12 Takashi IwaiALSA: move line6 usb driver into sound/usb
2015-01-12 Chris Rorvickstaging: line6: Make *_disconnect() functions static
2015-01-12 Chris Rorvickstaging: line6: Call *_disconnect() via pointer
2015-01-12 Chris Rorvickstaging: line6: Call *_process_message() via pointer
2015-01-12 Chris Rorvickstaging: line6: Pass *_process_message() `usb_line6...
2015-01-12 Chris Rorvickstaging: line6: Pass *_init() `usb_line6' pointers
2015-01-12 Chris Rorvickstaging: line6: Move audio endpoints to properties
2015-01-12 Chris Rorvickstaging: line6: Remove stale Pocket POD PCM endpoints
2015-01-12 Chris Rorvickstaging: line6: Move control endpoints to properties
2015-01-12 Chris Rorvickstaging: line6: Move altsetting to properties
2015-01-12 Chris Rorvickstaging: line6: Filter on UX2 interfaces
2015-01-12 Chris Rorvickstaging: line6: Filter on Pocket POD interface
2015-01-12 Chris Rorvickstaging: line6: Split out POD HD500 interfaces
2015-01-12 Chris Rorvickstaging: line6: Split out PODxt Live interfaces
2015-01-12 Chris Rorvickstaging: line6: List out capabilities individually
2015-01-12 Chris Rorvickstaging: line6: Use explicit indexes when defining...
2015-01-12 Chris Rorvickstaging: line6: Rename capability macros
2015-01-12 Chris Rorvickstaging: line6: Remove useless comments
2015-01-12 Chris Rorvickstaging: line6: Remove idVendor and idProduct macros
2015-01-12 Chris Rorvickstaging: line6: Key off of device type
2015-01-12 Chris Rorvickstaging: line6: Index properties array with device...
2015-01-12 Chris Rorvickstaging: line6: Define a device type enum
2015-01-12 Chris Rorvickstaging: line6: Cleanup device table
2015-01-12 Chris Rorvickstaging: line6: Remove unsupported X3 devices
2015-01-12 Chris Rorvickstaging: line6: Remove line6_pod_transmit_paramter()
2015-01-12 Chris Rorvickstaging: line6: Remove `device_bit' from properties
2015-01-12 Jonas LundqvistStaging: line6: remove spaces before commas.
2015-01-12 Rickard Strandqviststaging: line6: toneport.c: Fix for possible null point...
2015-01-11 Linus Torvaldslinux 3.19-rc4
2015-01-11 Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2015-01-11 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2015-01-11 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2015-01-11 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2015-01-11 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2015-01-11 Konstantin... mm: fix corner case in anon_vma endless growing prevention
2015-01-11 Linus Torvaldsmm: Don't count the stack guard page towards RLIMIT_STACK
2015-01-11 Ingo MolnarMerge branch 'core/urgent' into locking/urgent, to...
2015-01-10 Linus TorvaldsMerge tag 'vfio-v3.19-rc4' of git://github.com/awilliam...
2015-01-10 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2015-01-10 Linus TorvaldsMerge tag 'sound-3.19-rc4' of git://git./linux/kernel...
2015-01-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-01-10 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2015-01-10 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2015-01-10 Linus TorvaldsMerge tag 'for_linus-3.19-rc4' of git://git./linux...
2015-01-10 Linus TorvaldsMerge branch 'for-3.19' of git://linux-nfs.org/~bfields...
2015-01-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-01-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-01-09 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-01-09 Victor KamenskyARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile...
2015-01-09 Dan CarpenterHID: roccat: potential out of bounds in pyra_sysfs_writ...
next