index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-31
x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()
Rui Wang
1
-1
/
+1
2018-01-31
ipc: msg, make msgrcv work with LONG_MIN
Jiri Slaby
1
-1
/
+4
2018-01-31
mm, page_alloc: fix potential false positive in __zone_watermark_ok
Vlastimil Babka
1
-3
/
+3
2018-01-31
cma: fix calculation of aligned offset
Doug Berger
1
-9
/
+6
2018-01-31
hwpoison, memcg: forcibly uncharge LRU pages
Michal Hocko
2
-1
/
+8
2018-01-31
mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack
Michal Hocko
1
-2
/
+4
2018-01-31
fs/select: add vmalloc fallback for select(2)
Vlastimil Babka
1
-3
/
+11
2018-01-31
mmc: sdhci-of-esdhc: add/remove some quirks according to vendor version
yangbo lu
1
-0
/
+10
2018-01-31
PCI: layerscape: Fix MSG TLP drop setting
Minghuan Lian
1
-8
/
+13
2018-01-31
PCI: layerscape: Add "fsl,ls2085a-pcie" compatible ID
Yang Shi
1
-0
/
+1
2018-01-31
drivers: base: cacheinfo: fix boot error message when acpi is enabled
Sudeep Holla
1
-4
/
+8
2018-01-31
drivers: base: cacheinfo: fix x86 with CONFIG_OF enabled
Sudeep Holla
3
-0
/
+6
2018-01-31
Prevent timer value 0 for MWAITX
Janakarajan Natarajan
1
-0
/
+7
2018-01-31
timers: Plug locking race vs. timer migration
Thomas Gleixner
1
-1
/
+8
2018-01-31
time: Avoid undefined behaviour in ktime_add_safe()
Vegard Nossum
2
-1
/
+8
2018-01-31
PM / sleep: declare __tracedata symbols as char[] rather than char
Eric Biggers
1
-2
/
+2
2018-01-31
can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_once
Marc Kleine-Budde
1
-6
/
+5
2018-01-31
can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_once
Marc Kleine-Budde
1
-6
/
+5
2018-01-31
sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks
Daniel Bristot de Oliveira
3
-12
/
+89
2018-01-31
x86/retpoline: Fill RSB on context switch for affected CPUs
David Woodhouse
3
-0
/
+75
2018-01-31
x86/cpu/intel: Introduce macros for Intel family numbers
Dave Hansen
1
-0
/
+68
2018-01-31
x86/microcode/intel: Fix BDW late-loading revision check
Ben Hutchings
1
-0
/
+1
2018-01-31
usbip: Fix potential format overflow in userspace tools
Jonathan Dieter
2
-6
/
+30
2018-01-31
usbip: Fix implicit fallthrough warning
Jonathan Dieter
1
-0
/
+2
2018-01-31
usbip: prevent vhci_hcd driver from leaking a socket pointer address
Shuah Khan
3
-14
/
+20
2018-01-31
x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernels
Andy Lutomirski
1
-1
/
+1
2018-01-23
Linux 4.4.113
v4.4.113
Greg Kroah-Hartman
1
-1
/
+1
2018-01-23
MIPS: AR7: ensure the port type's FCR value is used
Jonas Gorski
1
-1
/
+1
2018-01-23
x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
Andi Kleen
1
-3
/
+4
2018-01-23
x86/pti: Document fix wrong index
zhenwei.pi
1
-1
/
+1
2018-01-23
kprobes/x86: Disable optimizing on the function jumps to indirect thunk
Masami Hiramatsu
1
-1
/
+22
2018-01-23
kprobes/x86: Blacklist indirect thunk functions for kprobes
Masami Hiramatsu
1
-1
/
+2
2018-01-23
retpoline: Introduce start/end markers of indirect thunk
Masami Hiramatsu
3
-1
/
+11
2018-01-23
x86/mce: Make machine check speculation protected
Thomas Gleixner
3
-1
/
+7
2018-01-23
kbuild: modversions for EXPORT_SYMBOL() for asm
Nicholas Piggin
1
-7
/
+80
2018-01-23
x86/cpu, x86/pti: Do not enable PTI on AMD processors
Tom Lendacky
1
-2
/
+2
2018-01-23
arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
Marc Zyngier
1
-2
/
+2
2018-01-23
dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6
Dennis Yang
1
-1
/
+5
2018-01-23
dm btree: fix serious bug in btree_split_beneath()
Joe Thornber
1
-17
/
+2
2018-01-23
libata: apply MAX_SEC_1024 to all LITEON EP1 series devices
Xinyu Lin
1
-0
/
+1
2018-01-23
can: peak: fix potential bug in packet fragmentation
Stephane Grosjean
1
-10
/
+11
2018-01-23
ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7
Thomas Petazzoni
1
-2
/
+8
2018-01-23
phy: work around 'phys' references to usb-nop-xceiv devices
Arnd Bergmann
1
-0
/
+4
2018-01-23
tracing: Fix converting enum's from the map in trace_event_eval_update()
Steven Rostedt (VMware)
1
-1
/
+15
2018-01-23
Input: twl4030-vibra - fix sibling-node lookup
Johan Hovold
1
-2
/
+4
2018-01-23
Input: twl6040-vibra - fix child-node lookup
Johan Hovold
1
-2
/
+1
2018-01-23
Input: twl6040-vibra - fix DT node memory management
H. Nikolaus Schaller
1
-0
/
+1
2018-01-23
Input: 88pm860x-ts - fix child-node lookup
Johan Hovold
1
-4
/
+12
2018-01-23
x86/apic/vector: Fix off by one in error path
Thomas Gleixner
1
-2
/
+5
2018-01-23
pipe: avoid round_pipe_size() nr_pages overflow on 32-bit
Joe Lawrence
1
-2
/
+16
[prev]
[next]