index
:
kernel_samsung_smdk4412
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
PARISC: fix crash in flush_icache_page_asm on PA1.1
John David Anglin
2012-06-01
1
-18
/
+20
*
PARISC: fix PA1.1 oops on boot
James Bottomley
2012-06-01
1
-0
/
+4
*
tilegx: enable SYSCALL_WRAPPERS support
Chris Metcalf
2012-06-01
1
-0
/
+1
*
ia64: Add accept4() syscall
Émeric Maschino
2012-05-21
2
-1
/
+5
*
arch/tile: apply commit 74fca9da0 to the compat signal handling as well
Chris Metcalf
2012-05-21
1
-7
/
+5
*
ARM: prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESS
Russell King
2012-05-21
1
-1
/
+3
*
sparc64: Do not clobber %g2 in xcall_fetch_glob_regs().
David S. Miller
2012-05-21
2
-4
/
+4
*
ARM: orion5x: Fix GPIO enable bits for MPP9
Ben Hutchings
2012-05-21
1
-2
/
+2
*
ARM: 7414/1: SMP: prevent use of the console when using idmap_pgd
Colin Cross
2012-05-21
1
-2
/
+2
*
ARM: 7410/1: Add extra clobber registers for assembly in kernel_execve
Tim Bird
2012-05-21
1
-1
/
+1
*
percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bit
Tejun Heo
2012-05-21
1
-1
/
+13
*
xen/pci: don't use PCI BIOS service for configuration space accesses
David Vrabel
2012-05-21
1
-2
/
+5
*
xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEs
Konrad Rzeszutek Wilk
2012-05-21
1
-1
/
+6
*
ARM: 7403/1: tls: remove covert channel via TPIDRURW
Will Deacon
2012-05-07
1
-0
/
+4
*
xen/smp: Fix crash when booting with ACPI hotplug CPUs.
Konrad Rzeszutek Wilk
2012-05-07
1
-0
/
+15
*
xen: correctly check for pending events when restoring irq flags
David Vrabel
2012-05-07
1
-1
/
+1
*
x86, apic: APIC code touches invalid MSR on P5 class machines
Bryan O'Donoghue
2012-05-07
1
-14
/
+20
*
S390: fix tlb flushing for page table pages
Martin Schwidefsky
2012-04-22
4
-28
/
+61
*
sparc64: Fix bootup crash on sun4v.
David S. Miller
2012-04-22
1
-1
/
+1
*
sparc64: Eliminate obsolete __handle_softirq() function
Paul E. McKenney
2012-04-22
1
-7
/
+0
*
ia64: fix futex_atomic_cmpxchg_inatomic()
Luck, Tony
2012-04-22
1
-4
/
+5
*
ARM: 7384/1: ThumbEE: Disable userspace TEEHBR access for !CONFIG_ARM_THUMBEE
Jonathan Austin
2012-04-22
1
-0
/
+12
*
iommu/amd: Make sure IOMMU interrupts are re-enabled on resume
Joerg Roedel
2012-04-13
1
-7
/
+17
*
sched/x86: Fix overflow in cyc2ns_offset
Salman Qazi
2012-04-13
2
-7
/
+4
*
Revert "x86/ioapic: Add register level checks to detect bogus io-apic entries"
Greg Kroah-Hartman
2012-04-13
1
-32
/
+8
*
x86/PCI: do not tie MSI MS-7253 use_crs quirk to BIOS version
Jonathan Nieder
2012-04-13
1
-1
/
+0
*
x86/PCI: use host bridge _CRS info on MSI MS-7253
Jonathan Nieder
2012-04-13
1
-0
/
+11
*
x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()
Jason Wessel
2012-04-13
1
-0
/
+60
*
m68k/mac: Add missing platform check before registering platform devices
Geert Uytterhoeven
2012-04-13
1
-0
/
+3
*
x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of AND
zhuangfeiran@ict.ac.cn
2012-04-13
1
-1
/
+1
*
x86, tls: Off by one limit check
Dan Carpenter
2012-04-02
1
-2
/
+2
*
x86, tsc: Skip refined tsc calibration on systems with reliable TSC
Alok Kataria
2012-04-02
1
-0
/
+10
*
net: bpf_jit: fix BPF_S_LDX_B_MSH compilation
Eric Dumazet
2012-04-02
1
-9
/
+5
*
x86-32: Fix endless loop when processing signals for kernel tasks
Dmitry Adamushko
2012-04-02
1
-7
/
+10
*
KVM: x86: fix missing checks in syscall emulation
Stephan Bärwolf
2012-04-02
2
-0
/
+64
*
KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"
Stephan Bärwolf
2012-04-02
2
-0
/
+26
*
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
2012-04-02
1
-0
/
+2
*
x86/ioapic: Add register level checks to detect bogus io-apic entries
Suresh Siddha
2012-04-02
1
-8
/
+32
*
powerpc/pmac: Fix SMP kernels on pre-core99 UP machines
Benjamin Herrenschmidt
2012-03-23
1
-1
/
+1
*
sparc32: Add -Av8 to assembler command line.
David S. Miller
2012-03-19
1
-1
/
+1
*
compat: Re-add missing asm/compat.h include to fix compile breakage on s390
Heiko Carstens
2012-03-19
1
-0
/
+1
*
x86: Derandom delay_tsc for 64 bit
Thomas Gleixner
2012-03-19
1
-2
/
+2
*
ARM: 7345/1: errata: update workaround for A9 erratum #743622
Will Deacon
2012-03-12
2
-4
/
+2
*
OMAPDSS: HDMI: PHY burnout fix
Tomi Valkeinen
2012-03-12
2
-0
/
+10
*
OMAP: 4430SDP/Panda: add HDMI HPD gpio
Tomi Valkeinen
2012-03-12
2
-0
/
+6
*
OMAP: 4430SDP/Panda: setup HDMI GPIO muxes
Tomi Valkeinen
2012-03-12
2
-0
/
+6
*
OMAPDSS: remove wrong HDMI HPD muxing
Tomi Valkeinen
2012-03-12
2
-8
/
+0
*
OMAP: 4430SDP/Panda: rename HPD GPIO to CT_CP_HPD
Tomi Valkeinen
2012-03-12
2
-4
/
+4
*
OMAP: 4430SDP/Panda: use gpio_free_array to free HDMI gpios
Tomi Valkeinen
2012-03-12
2
-4
/
+2
*
OMAP: DSS2: HDMI: use default dividers
Tomi Valkeinen
2012-03-12
1
-9
/
+0
[next]