index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-13
ARM: fix asm/memory.h build error
Russell King
3
-20
/
+17
2013-12-13
Merge tag 'regulator-v3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-5
/
+10
2013-12-13
Merge tag 'regmap-v3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-9
/
+10
2013-12-13
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-1
/
+5
2013-12-13
Merge tag 'for-linus-20131212' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-5
/
+1
2013-12-13
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
4
-33
/
+14
2013-12-13
dm array: fix a reference counting bug in shadow_ablock
Joe Thornber
1
-1
/
+9
2013-12-13
dm space map: disallow decrementing a reference count below zero
Joe Thornber
1
-9
/
+23
2013-12-13
Merge remote-tracking branch 'regulator/topic/constraints' into regulator-linus
Mark Brown
1
-3
/
+8
2013-12-13
Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux_fixes ...
James Morris
3
-42
/
+165
2013-12-12
Merge branch 'akpm' (fixes from Andrew)
Linus Torvalds
11
-55
/
+181
2013-12-12
mm: memcg: do not allow task about to OOM kill to bypass the limit
Johannes Weiner
1
-1
/
+1
2013-12-12
mm: memcg: fix race condition between memcg teardown and swapin
Johannes Weiner
1
-0
/
+36
2013-12-12
thp: move preallocated PTE page table on move_huge_pmd()
Kirill A. Shutemov
1
-1
/
+11
2013-12-12
mfd/rtc: s5m: fix register updating by adding regmap for RTC
Krzysztof Kozlowski
5
-14
/
+29
2013-12-12
rtc: s5m: enable IRQ wake during suspend
Krzysztof Kozlowski
1
-0
/
+25
2013-12-12
rtc: s5m: limit endless loop waiting for register update
Krzysztof Kozlowski
1
-6
/
+31
2013-12-12
rtc: s5m: fix unsuccesful IRQ request during probe
Krzysztof Kozlowski
1
-2
/
+4
2013-12-12
drivers/rtc/rtc-s5m.c: fix info->rtc assignment
Geert Uytterhoeven
1
-27
/
+27
2013-12-12
include/linux/kernel.h: make might_fault() a nop for !MMU
Axel Lin
1
-1
/
+2
2013-12-12
drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrap
Linus Pizunski
1
-0
/
+2
2013-12-12
procfs: also fix proc_reg_get_unmapped_area() for !MMU case
Jan Beulich
1
-5
/
+9
2013-12-12
mm: memcg: do not declare OOM from __GFP_NOFAIL allocations
Johannes Weiner
1
-0
/
+3
2013-12-12
include/linux/hugetlb.h: make isolate_huge_page() an inline
Naoya Horiguchi
1
-1
/
+4
2013-12-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-55
/
+27
2013-12-12
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
26
-158
/
+409
2013-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
5
-42
/
+73
2013-12-12
Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+8
2013-12-12
mtd: nand: pxa3xx: Use info->use_dma to release DMA resources
Ezequiel Garcia
1
-1
/
+1
2013-12-12
Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compa...
Ezequiel Garcia
1
-4
/
+0
2013-12-12
selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...
Paul Moore
1
-7
/
+35
2013-12-12
selinux: look for IPsec labels on both inbound and outbound packets
Paul Moore
3
-14
/
+47
2013-12-12
selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()
Paul Moore
1
-15
/
+53
2013-12-12
selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()
Paul Moore
1
-2
/
+23
2013-12-12
i2c: imx: Check the return value from clk_prepare_enable()
Fabio Estevam
1
-1
/
+3
2013-12-12
KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)
Gleb Natapov
1
-1
/
+4
2013-12-12
KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)
Andy Honig
3
-53
/
+18
2013-12-12
KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)
Andy Honig
1
-1
/
+2
2013-12-12
KVM: Improve create VCPU parameter (CVE-2013-4587)
Andy Honig
1
-0
/
+3
2013-12-12
i2c: mux: Inherit retry count and timeout from parent for muxed bus
Elie De Brauwer
1
-0
/
+2
2013-12-12
Merge tag 'sound-3.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
9
-9
/
+78
2013-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-8
/
+18
2013-12-12
xen-netback: fix gso_prefix check
Paul Durrant
1
-1
/
+1
2013-12-12
net: make neigh_priv_len in struct net_device 16bit instead of 8bit
Sebastian Siewior
1
-1
/
+1
2013-12-12
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
70
-190
/
+293
2013-12-12
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+14
2013-12-12
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-7
/
+16
2013-12-12
drivers: net: cpsw: fix for cpsw crash when build as modules
Mugunthan V N
1
-3
/
+14
2013-12-12
word-at-a-time: provide generic big-endian zero_bytemask implementation
Will Deacon
1
-0
/
+8
2013-12-12
dcache: allow word-at-a-time name hashing with big-endian CPUs
Will Deacon
3
-7
/
+4
[prev]
[next]