Skip to content

Instantly share code, notes, and snippets.

@chihchun
Created April 22, 2013 07:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chihchun/5432992 to your computer and use it in GitHub Desktop.
Save chihchun/5432992 to your computer and use it in GitHub Desktop.
Canonical kernel contribution between v3.8..v3.9-rc8
$ git log --graph --pretty=format:"%an <%ae>" --abbrev-commit v3.8..v3.9-rc8 --author=canonical|sort -n|uniq -c|sort -nr
24 * David Henningsson <david.henningsson@canonical.com>
20 * Ming Lei <ming.lei@canonical.com>
12 * Tim Gardner <tim.gardner@canonical.com>
12 * Maarten Lankhorst <maarten.lankhorst@canonical.com>
6 * Seth Forshee <seth.forshee@canonical.com>
6 * AceLan Kao <acelan.kao@canonical.com>
4 * Colin Ian King <colin.king@canonical.com>
3 * Tyler Hicks <tyhicks@canonical.com>
2 * Paolo Pisati <paolo.pisati@canonical.com>
2 * Kamal Mostafa <kamal@canonical.com>
1 * Steve Conklin <sconklin@canonical.com>
1 * Stefan Bader <stefan.bader@canonical.com>
1 * Manoj Iyer <manoj.iyer@canonical.com>
1 * Joseph Salisbury <joseph.salisbury@canonical.com>
1 * Ike Panhc <ike.pan@canonical.com>
$ git log --graph --pretty=format:"%an <%ae> %s" --abbrev-commit v3.8..v3.9-rc8 --author=canonical
* Tim Gardner <tim.gardner@canonical.com> rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - fix typo in proc output
* Paolo Pisati <paolo.pisati@canonical.com> cpufreq: check OF node /cpus presence before dereferencing it
* Maarten Lankhorst <maarten.lankhorst@canonical.com> drm/nouveau: fix NULL ptr dereference from nv50_disp_intr()
* Maarten Lankhorst <maarten.lankhorst@canonical.com> drm/nouveau: fix handling empty channel list in ioctl's
* Colin Ian King <colin.king@canonical.com> iwlegacy: 4965-rs: avoid null pointer dereference error
* Ming Lei <ming.lei@canonical.com> sysfs: handle failure path correctly for readdir()
* Ming Lei <ming.lei@canonical.com> sysfs: fix race between readdir and lseek
* Ming Lei <ming.lei@canonical.com> Bluetooth: Add support for Dell[QCA 0cf3:817a]
* Ming Lei <ming.lei@canonical.com> Bluetooth: Add support for Dell[QCA 0cf3:0036]
* Seth Forshee <seth.forshee@canonical.com> efivars: Add module parameter to disable use as a pstore backend
* Seth Forshee <seth.forshee@canonical.com> efivars: Allow disabling use as a pstore backend
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - Disable IDT eapd_switch if there are no internal speakers
* Steve Conklin <sconklin@canonical.com> usb: serial: Add Rigblaster Advantage to device table
* Maarten Lankhorst <maarten.lankhorst@canonical.com> drm/nouveau: fix regression in vblanking
* Kamal Mostafa <kamal@canonical.com> Input: cypress_ps2 - fix trackpadi found in Dell XPS12
* Tyler Hicks <tyhicks@canonical.com> eCryptfs: Fix redundant error check on ecryptfs_find_daemon_by_euid()
* Tim Gardner <tim.gardner@canonical.com> ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null check
* Tim Gardner <tim.gardner@canonical.com> eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null check
* Tyler Hicks <tyhicks@canonical.com> eCryptfs: Fix -Wmissing-prototypes warnings
* Tyler Hicks <tyhicks@canonical.com> eCryptfs: Fix -Wunused-but-set-variable warnings
* Seth Forshee <seth.forshee@canonical.com> mac80211: Ensure off-channel frames don't get queued
* Ike Panhc <ike.pan@canonical.com> ideapad: depends on backlight subsystem and update comment
* Manoj Iyer <manoj.iyer@canonical.com> thinkpad-acpi: enable loading module with new B-series Lenovo BIOS
* AceLan Kao <acelan.kao@canonical.com> asus-nb-wmi: add all video switch keys
* AceLan Kao <acelan.kao@canonical.com> asus-wmi: add display toggle quirk
* AceLan Kao <acelan.kao@canonical.com> asus-laptop: add all video switch keys
* AceLan Kao <acelan.kao@canonical.com> asus-nb-wmi: correct a touchpad hotkey mapping
* AceLan Kao <acelan.kao@canonical.com> asus-laptop: correct a touchpad hotkey mapping
* AceLan Kao <acelan.kao@canonical.com> asus-wmi: update wlan LED through rfkill led trigger
* Tim Gardner <tim.gardner@canonical.com> autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()
* Tim Gardner <tim.gardner@canonical.com> lockd: nlmclnt_reclaim(): avoid stack overflow
* Ming Lei <ming.lei@canonical.com> block/partitions: optimize memory allocation in check_partition()
* Ming Lei <ming.lei@canonical.com> block/partitions/mac.c: obey the state->limit constraint
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - hdmi: Make jacks phantom, if they're not detectable
* Ming Lei <ming.lei@canonical.com> usbnet: smsc95xx: rename FEATURE_AUTOSUSPEND
* Ming Lei <ming.lei@canonical.com> usbnet: smsc95xx: fix broken runtime suspend
* Ming Lei <ming.lei@canonical.com> usbnet: smsc95xx: fix suspend failure
* Tim Gardner <tim.gardner@canonical.com> drm/radeon: Avoid NULL pointer dereference from atom_index_iio() allocation failure
* Maarten Lankhorst <maarten.lankhorst@canonical.com> drm: shut up invalid edid messages
* Maarten Lankhorst <maarten.lankhorst@canonical.com> drm/ttm: unexport ttm_bo_wait_unreserved
* Maarten Lankhorst <maarten.lankhorst@canonical.com> drm/nouveau: use ttm_bo_reserve_slowpath in validate_init, v2
* Maarten Lankhorst <maarten.lankhorst@canonical.com> drm/ttm: use ttm_bo_reserve_slowpath_nolru in ttm_eu_reserve_buffers, v2
* Maarten Lankhorst <maarten.lankhorst@canonical.com> drm/ttm: add ttm_bo_reserve_slowpath
* Maarten Lankhorst <maarten.lankhorst@canonical.com> drm/ttm: cleanup ttm_eu_reserve_buffers handling
* Maarten Lankhorst <maarten.lankhorst@canonical.com> drm/ttm: remove lru_lock around ttm_bo_reserve
* Maarten Lankhorst <maarten.lankhorst@canonical.com> drm/nouveau: increase reservation sequence every retry
* Maarten Lankhorst <maarten.lankhorst@canonical.com> drm/vmwgfx: always use ttm_bo_is_reserved
* Tim Gardner <tim.gardner@canonical.com> i915: intel_set_mode: Reduce stack allocation from 500 bytes to 2 pointers
* Stefan Bader <stefan.bader@canonical.com> xen: Send spinlock IPI to all waiters
* Ming Lei <ming.lei@canonical.com> usb: forbid memory allocation with I/O during bus reset
* Ming Lei <ming.lei@canonical.com> pm / runtime: force memory allocation with no I/O during Runtime PM callbcack
* Ming Lei <ming.lei@canonical.com> net/core: apply pm_runtime_set_memalloc_noio on network devices
* Ming Lei <ming.lei@canonical.com> block/genhd.c: apply pm_runtime_set_memalloc_noio on block devices
* Ming Lei <ming.lei@canonical.com> pm / runtime: introduce pm_runtime_set_memalloc_noio()
* Ming Lei <ming.lei@canonical.com> mm: teach mm by current context info to not do I/O during memory allocation
* Tim Gardner <tim.gardner@canonical.com> ocfs2: remove kfree() redundant null checks
* Ming Lei <ming.lei@canonical.com> usb: musb: fix dependency on transceiver driver
* Ming Lei <ming.lei@canonical.com> usb: musb: core: fix failure path
* Ming Lei <ming.lei@canonical.com> USB: storage: avoid scanning other targets for single target device
* Ming Lei <ming.lei@canonical.com> driver core: fix possible missing of device probe
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - hdmi: Notify userspace when ELD control changes
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - hdmi: Protect ELD buffer
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - hdmi: Refactor hdmi_eld into parsed_hdmi_eld
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - hdmi: Do not expose eld data when eld is invalid
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - hdmi: ELD shouldn't be valid after unplug
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - add quirks for mute LED on two HP machines
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - Remove speaker clicks on CX20549
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - detect jacks on VT1708 even when no streams are active
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - Fix phantom jacks on VT1708
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - Fix powermap for external mics on IDT codecs
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - Don't add unnecessary indices on HDMI and SPDIF
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - don't compare with yourself in fill_input_pin_labels
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - make sure there are enough input labels and paths
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - Make sure fill_all_dac_nids is called for digital only codecs
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - force different capture controls if amp caps differ
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - do not add non-existing Mic boost controls
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - initialize channel counts correctly
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - fix wrong adc_idx in generic parser
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - Check array bounds in get_input_path
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - fix OOPS in hda_mark_cmd_cache_dirty
* David Henningsson <david.henningsson@canonical.com> ALSA: hda - print power state for AFG node in proc file
* Tim Gardner <tim.gardner@canonical.com> nfs: remove kfree() redundant null checks
* Seth Forshee <seth.forshee@canonical.com> mac80211: Fix incorrect use of STA_PR_FMT in trace points
* Seth Forshee <seth.forshee@canonical.com> mac80211: Add flushes before going off-channel
* Seth Forshee <seth.forshee@canonical.com> mac80211: Fix tx queue handling during scans
* Tim Gardner <tim.gardner@canonical.com> brcmsmac: avoid 512 byte stack variable
* Tim Gardner <tim.gardner@canonical.com> brcmsmac: fix u16 overflow warning
* Ming Lei <ming.lei@canonical.com> usbnet: pegasus: set wakeup enable in set_wol
* Joseph Salisbury <joseph.salisbury@canonical.com> ACPI: Add DMI entry for Sony VGN-FW41E_H
* Colin Ian King <colin.king@canonical.com> ACPI thermal: remove unnecessary newline from exception message
* Colin Ian King <colin.king@canonical.com> ACPI sysfs: remove unnecessary newline from exception
* Colin Ian King <colin.king@canonical.com> ACPI video: remove unnecessary newline from error messages
* Tim Gardner <tim.gardner@canonical.com> ACPICA: Fix possible memory leak in dispatcher error path.
* Kamal Mostafa <kamal@canonical.com> Input: increase struct ps2dev cmdbuf[] to 8 bytes
* Paolo Pisati <paolo.pisati@canonical.com> regulator: core: if voltage scaling fails, restore original voltage values
@Vdragon
Copy link

Vdragon commented Apr 22, 2013

(worship)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment