index
:
drm/drm-amd
drm-amd-fixes
drm-amd-next
drm-amd-next-fixes
for-linux-next
for-linux-next-fixes
AMD GPU kernel development
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-20
platform: add chrome platform directory
Olof Johansson
7
-12
/
+32
2013-11-20
hp-wmi: detect "2009 BIOS or later" flag by WMI 0x0d for wireless cmd
Alex Hung
1
-1
/
+13
2013-11-20
dell-wmi: Add KEY_MICMUTE to bios_to_linux_keycode
Alex Hung
1
-3
/
+4
2013-11-20
platform:x86: Remove OOM message after input_allocate_device
Joe Perches
8
-23
/
+8
2013-11-20
sony-laptop: fixe typos in sony_laptop_input_keycode_map
Stephen Gildea
1
-2
/
+2
2013-11-20
sony-laptop: warn on multiple KBD backlight handles
Mattia Dongili
1
-4
/
+12
2013-11-20
dell-laptop: Only enable rfkill functionality on laptops with a hw killswitch
Hans de Goede
1
-3
/
+10
2013-11-20
dell-laptop: Add a force_rfkill module parameter
Hans de Goede
1
-1
/
+5
2013-11-20
dell-laptop: Wait less long before updating rfkill after an rfkill keypress
Hans de Goede
1
-1
/
+1
2013-11-20
dell-laptop: Do not skip setting blocked bit rfkill_set while hw-blocked
Hans de Goede
1
-3
/
+2
2013-11-20
dell-laptop: Sync current block state to BIOS on hw switch change
Hans de Goede
1
-3
/
+11
2013-11-20
dell-laptop: Allow changing the sw_state while the radio is blocked by hw
Hans de Goede
1
-5
/
+2
2013-11-20
dell-laptop: Don't read-back sw_state on machines with a hardware switch
Hans de Goede
1
-1
/
+4
2013-11-20
dell-laptop: Don't set sw_state from the query callback
Hans de Goede
1
-8
/
+19
2013-11-20
dell-laptop: Only get status from BIOS once when updating
Hans de Goede
1
-9
/
+19
2013-11-20
dell-laptop: If there is no hwswitch, then clear all hw-controlled bits
Hans de Goede
1
-0
/
+3
2013-11-20
dell-laptop: Only enable rfkill on Latitudes
Hans de Goede
1
-50
/
+7
2013-11-20
Revert "dell-laptop: Remove rfkill code"
Hans de Goede
1
-0
/
+289
2013-11-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...
Linus Torvalds
1
-1
/
+9
2013-11-20
Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
43
-241
/
+183
2013-11-20
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
50
-1941
/
+1363
2013-11-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+3
2013-11-20
Merge tag 'md/3.13' of git://neil.brown.name/md
Linus Torvalds
6
-186
/
+566
2013-11-19
virtio-blk: virtqueue_kick() must be ordered with other virtqueue operations
Shaohua Li
1
-2
/
+3
2013-11-19
aacraid: prevent invalid pointer dereference
Mahesh Rajashekhara
1
-1
/
+2
2013-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
65
-379
/
+538
2013-11-19
genetlink: make multicast groups const, prevent abuse
Johannes Berg
3
-54
/
+21
2013-11-19
genetlink: pass family to functions using groups
Johannes Berg
4
-5
/
+9
2013-11-19
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
2
-4
/
+2
2013-11-19
atm: idt77252: fix dev refcnt leak
Ying Xue
1
-1
/
+1
2013-11-19
Merge branch 'acpi-hotplug'
Rafael J. Wysocki
1
-1
/
+0
2013-11-19
PCI / hotplug / ACPI: Drop unused acpiphp_debug declaration
Mika Westerberg
1
-1
/
+0
2013-11-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
12
-315
/
+365
2013-11-19
md/raid5: Use conf->device_lock protect changing of multi-thread resources.
majianpeng
1
-24
/
+39
2013-11-19
md/raid5: Before freeing old multi-thread worker, it should flush them.
majianpeng
1
-0
/
+3
2013-11-19
md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE.
majianpeng
1
-1
/
+1
2013-11-19
raid1: Rewrite the implementation of iobarrier.
majianpeng
2
-13
/
+129
2013-11-19
raid1: Add some macros to make code clearly.
majianpeng
1
-4
/
+4
2013-11-19
raid1: Replace raise_barrier/lower_barrier with freeze_array/unfreeze_array w...
majianpeng
1
-5
/
+6
2013-11-19
raid1: Add a field array_frozen to indicate whether raid in freeze state.
majianpeng
2
-8
/
+8
2013-11-19
md: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-3
/
+3
2013-11-19
md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_...
NeilBrown
1
-19
/
+49
2013-11-19
md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.
NeilBrown
3
-31
/
+34
2013-11-19
md: fix some places where mddev_lock return value is not checked.
NeilBrown
1
-5
/
+13
2013-11-19
raid5: Retry R5_ReadNoMerge flag when hit a read error.
Bian Yu
1
-0
/
+3
2013-11-19
raid5: relieve lock contention in get_active_stripe()
Shaohua Li
2
-1
/
+8
2013-11-19
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
3
-4
/
+4
2013-11-19
Merge branch 'pm-runtime'
Rafael J. Wysocki
1
-0
/
+3
2013-11-19
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
1
-1
/
+23
2013-11-19
Merge branch 'acpi-video'
Rafael J. Wysocki
1
-75
/
+12
[next]