index
:
kernel_samsung_smdk4412.git
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mfd: Fix ACPI conflict check
Jean Delvare
2012-03-12
1
-1
/
+1
*
regset: Return -EFAULT, not -EIO, on host-side memory fault
H. Peter Anvin
2012-03-12
1
-2
/
+2
*
regset: Prevent null pointer reference on readonly regsets
H. Peter Anvin
2012-03-12
2
-1
/
+7
*
ALSA: hda - Always set HP pin in unsol handler for STAC/IDT codecs
Takashi Iwai
2012-03-12
1
-1
/
+1
*
ALSA: hda - Add a fake mute feature
Takashi Iwai
2012-03-12
3
-3
/
+30
*
S390: KEYS: Enable the compat keyctl wrapper on s390x
David Howells
2012-03-12
1
-0
/
+3
*
regulator: fix the ldo configure according to 88pm860x spec
Jett.Zhou
2012-03-12
1
-3
/
+3
*
i2c: mxs: only flag completion when queue is completely done
Wolfram Sang
2012-03-12
1
-3
/
+10
*
watchdog: hpwdt: clean up set_memory_x call for 32 bit
Maxim Uvarov
2012-03-12
1
-2
/
+3
*
ARM: LPC32xx: Fix irq on GPI_28
Roland Stigge
2012-03-12
2
-1
/
+5
*
ARM: LPC32xx: Fix interrupt controller init
Roland Stigge
2012-03-12
1
-4
/
+6
*
ARM: LPC32xx: irq.c: Clear latched event
Roland Stigge
2012-03-12
1
-1
/
+10
*
ARM: LPC32xx: serial.c: Fixed loop limit
Roland Stigge
2012-03-12
1
-1
/
+1
*
ARM: LPC32xx: serial.c: HW bug workaround
Roland Stigge
2012-03-12
1
-0
/
+18
*
drm/i915: Prevent a machine hang by checking crtc->active before loading lut
Alban Browaeys
2012-03-12
1
-1
/
+1
*
compat: fix compile breakage on s390
Heiko Carstens
2012-03-12
12
-14
/
+9
*
Fix autofs compile without CONFIG_COMPAT
Linus Torvalds
2012-03-12
1
-0
/
+4
*
autofs: work around unhappy compat problem on x86-64
Ian Kent
2012-03-12
4
-3
/
+23
*
Linux 3.0.23
Greg Kroah-Hartman
2012-02-29
1
-1
/
+1
*
cdrom: use copy_to_user() without the underscores
Dan Carpenter
2012-02-29
1
-7
/
+1
*
epoll: limit paths
Jason Baron
2012-02-29
3
-25
/
+211
*
epoll: ep_unregister_pollwait() can use the freed pwq->whead
Oleg Nesterov
2012-02-29
2
-4
/
+32
*
epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()
Oleg Nesterov
2012-02-29
5
-2
/
+25
*
hwmon: (f75375s) Fix register write order when setting fans to full speed
Nikolaus Schulz
2012-02-29
1
-2
/
+3
*
hdpvr: fix race conditon during start of streaming
Janne Grunau
2012-02-29
1
-1
/
+2
*
builddeb: Don't create files in /tmp with predictable names
Ben Hutchings
2012-02-29
1
-6
/
+6
*
davinci_emac: Do not free all rx dma descriptors during init
Christian Riesch
2012-02-29
1
-2
/
+4
*
jme: Fix FIFO flush issue
Guo-Fu Tseng
2012-02-29
2
-10
/
+2
*
ipvs: fix matching of fwmark templates during scheduling
Simon Horman
2012-02-29
1
-1
/
+1
*
scsi_pm: Fix bug in the SCSI power management handler
Alan Stern
2012-02-29
2
-0
/
+17
*
scsi_scan: Fix 'Poison overwritten' warning caused by using freed 'shost'
Huajun Li
2012-02-29
1
-2
/
+2
*
genirq: Handle pending irqs in irq_startup()
Thomas Gleixner
2012-02-29
4
-11
/
+14
*
genirq: Unmask oneshot irqs when thread was not woken
Thomas Gleixner
2012-02-29
1
-2
/
+23
*
ath9k: stop on rates with idx -1 in ath9k rate control's .tx_status
Pavel Roskin
2012-02-29
1
-1
/
+1
*
x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processors
Andreas Herrmann
2012-02-29
1
-8
/
+36
*
USB: Don't fail USB3 probe on missing legacy PCI IRQ.
Sarah Sharp
2012-02-29
3
-3
/
+13
*
usb-storage: fix freezing of the scanning thread
Alan Stern
2012-02-29
2
-61
/
+35
*
i387: re-introduce FPU state preloading at context switch time
Linus Torvalds
2012-02-29
4
-42
/
+133
*
i387: move TS_USEDFPU flag from thread_info to task_struct
Linus Torvalds
2012-02-29
6
-32
/
+30
*
i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore
Linus Torvalds
2012-02-29
3
-22
/
+16
*
i387: do not preload FPU state at task switch time
Linus Torvalds
2012-02-29
4
-68
/
+11
*
i387: don't ever touch TS_USEDFPU directly, use helper functions
Linus Torvalds
2012-02-29
4
-23
/
+58
*
i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers
Linus Torvalds
2012-02-29
1
-3
/
+6
*
i387: fix x86-64 preemption-unsafe user stack save/restore
Linus Torvalds
2012-02-29
3
-8
/
+45
*
i387: fix sense of sanity check
Linus Torvalds
2012-02-29
1
-1
/
+1
*
i387: make irq_fpu_usable() tests more robust
Linus Torvalds
2012-02-29
2
-8
/
+47
*
i387: math_state_restore() isn't called from asm
Linus Torvalds
2012-02-29
2
-4
/
+4
*
USB: Set hub depth after USB3 hub reset
Elric Fu
2012-02-29
1
-13
/
+17
*
xhci: Fix encoding for HS bulk/control NAK rate.
Sarah Sharp
2012-02-29
1
-8
/
+24
*
xhci: Fix oops caused by more USB2 ports than USB3 ports.
Sarah Sharp
2012-02-29
1
-1
/
+1
[prev]
[next]