index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
dabusb
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-01-26
squashfs: fix use of uninitialised variable in zlib & xz decompressors
Phillip Lougher
3
-12
/
+8
2011-01-26
radix_tree: radix_tree_gang_lookup_tag_slot() may never return
Toshiyuki Okajima
1
-3
/
+4
2011-01-26
drivers/clocksource/tcb_clksrc.c: fix init sequence
Voss, Nikolaus
1
-2
/
+2
2011-01-26
memcg: fix race at move_parent around compound_order()
KAMEZAWA Hiroyuki
1
-9
/
+16
2011-01-26
memcg: bugfix check mem_cgroup_disabled() at split fixup
KAMEZAWA Hiroyuki
1
-0
/
+2
2011-01-26
memcg: fix account leak at failure of memsw acconting
KAMEZAWA Hiroyuki
1
-0
/
+1
2011-01-26
mm: migration: clarify migrate_pages() comment
Minchan Kim
1
-1
/
+1
2011-01-26
mm: compaction: don't depend on HUGETLB_PAGE
Andrea Arcangeli
1
-1
/
+1
2011-01-26
mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent()
Jesper Juhl
1
-1
/
+2
2011-01-26
mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator
David Rientjes
1
-2
/
+4
2011-01-26
mm: fix deferred congestion timeout if preferred zone is not allowed
David Rientjes
2
-2
/
+13
2011-01-26
pps: claim parallel port exclusively
Alexander Gordeev
2
-2
/
+2
2011-01-26
pps ktimer: remove noisy message
Rodolfo Giometti
1
-2
/
+0
2011-01-26
parport: make lockdep happy with waitlist_lock
Alexander Gordeev
1
-2
/
+2
2011-01-26
langwell_gpio: modify EOI handling following change of kernel irq subsystem
Feng Tang
1
-2
/
+7
2011-01-26
leds: leds-pwm: return proper error if pwm_request failed
Axel Lin
1
-0
/
+1
2011-01-26
mm/pgtable-generic.c: fix CONFIG_SWAP=n build
Andrew Morton
1
-0
/
+1
2011-01-26
thp: fix PARAVIRT x86 32bit noPAE
Andrea Arcangeli
1
-3
/
+2
2011-01-25
KEYS: Fix __key_link_end() quota fixup on error
David Howells
4
-20
/
+27
2011-01-25
intel_scu_ipcutils: Fix the license tag
Alan Cox
1
-1
/
+1
2011-01-25
Documentation: Fix kernel parameter ordering
Alan Cox
1
-2
/
+2
2011-01-25
intel_scu_ipc: fix signedness bug
Axel Lin
1
-4
/
+3
2011-01-25
ALSA: AACI: fix timeout duration
Russell King
1
-19
/
+23
2011-01-25
ALSA: AACI: fix timeout condition checking
Russell King
1
-3
/
+3
2011-01-25
ARM: 6636/1: ep93xx: default multiplexed gpio ports to gpio mode
Hartley Sweeten
1
-0
/
+7
2011-01-25
ARM: 6637/1: Make the argument to virt_to_phys() "const volatile"
Catalin Marinas
1
-1
/
+1
2011-01-25
ARM: twd: ensure timer reload is reprogrammed on entry to periodic mode
Russell King
1
-5
/
+2
2011-01-25
ARM: 6635/2: Configure reference clock for Versatile Express timers
Pawel Moll
2
-0
/
+15
2011-01-25
ARM: versatile: name configuration options after actual board names
Russell King
1
-4
/
+6
2011-01-25
ARM: realview: name configuration options after actual board names
Russell King
1
-22
/
+27
2011-01-25
ARM: realview,vexpress: fix section mismatch warning for pen_release
Russell King
2
-2
/
+2
2011-01-25
mailmap: Add an entry for Axel Lin.
Paul Mundt
1
-0
/
+1
2011-01-25
video: fix some comments in drivers/video/console/vgacon.c
Amerigo Wang
1
-5
/
+1
2011-01-25
drivers/video/bf537-lq035.c: Add missing IS_ERR test
Julia Lawall
1
-25
/
+33
2011-01-25
video: pxa168fb: remove a redundant pxa168fb_check_var call
axel lin
1
-5
/
+1
2011-01-25
video: da8xx-fb: fix fb_probe error path
axel lin
1
-1
/
+2
2011-01-25
sh: Fix build of sh7750 base boards
Nobuhiro Iwamatsu
1
-3
/
+3
2011-01-24
drm/radeon/kms: add new radeon_info ioctl query for clock crystal freq
Alex Deucher
3
-1
/
+6
2011-01-24
fix a shutdown regression in intel_idle
Shaohua Li
1
-6
/
+2
2011-01-24
drm/i915: Prevent uninitialised reads during error state capture
Chris Wilson
1
-0
/
+2
2011-01-24
drm/i915: Use consistent mappings for OpRegion between ACPI and i915
Michael Karcher
1
-1
/
+2
2011-01-24
drm/i915: Handle the no-interrupts case for UMS by polling
Chris Wilson
1
-2
/
+2
2011-01-24
drm/i915: Disable high-precision vblank timestamping for UMS
Chris Wilson
1
-0
/
+3
2011-01-24
drm/i915: Increase the amount of defense before computing vblank timestamps
Chris Wilson
1
-7
/
+18
2011-01-24
drm/i915,agp/intel: Do not clear stolen entries
Chris Wilson
4
-14
/
+24
2011-01-24
ARM: 6632/3: mmci: stop using the blockend interrupts
Linus Walleij
2
-82
/
+21
2011-01-24
sched: Fix poor interactivity on UP systems due to group scheduler nice tune bug
Yong Zhang
1
-25
/
+53
2011-01-24
Make CIFS mount work in a container.
Rob Landley
2
-2
/
+43
2011-01-24
Remove MAYBE_BUILD_BUG_ON
Rusty Russell
4
-4
/
+6
2011-01-24
BUILD_BUG_ON: make it handle more cases
Rusty Russell
1
-6
/
+27
[next]