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.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-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
2017-11-22
igbvf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-22
ixgbevf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-22
i40e: Use smp_rmb rather than read_barrier_depends
Brian King
2
-2
/
+2
2017-11-22
ixgbe: Fix skb list corruption on Power systems
Brian King
1
-1
/
+1
2017-11-22
i40e: restore promiscuous after reset
Alan Brady
1
-72
/
+83
2017-11-22
i40evf: fix client notify of l2 params
Alan Brady
2
-17
/
+31
2017-11-22
i40e: Fix FLR reset timeout issue
Filip Sadowski
1
-0
/
+7
2017-11-22
i40e: Remove limit of 64 max queues per channel
Amritha Nambiar
2
-9
/
+0
2017-11-22
i40e: fix the calculation of VFs mac addresses
Zijie Pan
1
-10
/
+11
2017-11-22
i40e: Fix for NUP NVM image downgrade failure
Jacob Keller
4
-4
/
+14
2017-11-22
x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow
Andrey Ryabinin
2
-8
/
+137
2017-11-22
x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
Andy Lutomirski
1
-2
/
+2
2017-11-22
powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
Michael Ellerman
1
-6
/
+6
2017-11-22
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
44
-87
/
+84
2017-11-22
timer: Remove redundant __setup_timer*() macros
Kees Cook
3
-45
/
+29
2017-11-22
timer: Pass function down to initialization routines
Kees Cook
2
-21
/
+33
2017-11-22
timer: Remove unused data arguments from macros
Kees Cook
3
-15
/
+8
2017-11-22
timer: Switch callback prototype to take struct timer_list * argument
Kees Cook
2
-5
/
+5
2017-11-22
timer: Pass timer_list pointer to callbacks unconditionally
Kees Cook
2
-14
/
+7
2017-11-22
Coccinelle: Remove setup_timer.cocci
Kees Cook
1
-277
/
+0
2017-11-22
timer: Remove setup_*timer() interface
Kees Cook
1
-17
/
+0
2017-11-22
timer: Remove init_timer() interface
Kees Cook
2
-10
/
+3
2017-11-22
treewide: setup_timer() -> timer_setup() (2 field)
Kees Cook
15
-65
/
+65
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
227
-937
/
+824
2017-11-22
treewide: init_timer() -> setup_timer()
Kees Cook
31
-113
/
+55
2017-11-22
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
39
-82
/
+82
2017-11-22
s390: cmm: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+3
2017-11-22
lightnvm: Convert timers to use timer_setup()
Kees Cook
6
-13
/
+13
2017-11-22
drivers/net: cris: Convert timers to use timer_setup()
Kees Cook
1
-19
/
+17
2017-11-22
drm/vc4: Convert timers to use timer_setup()
Kees Cook
2
-12
/
+7
2017-11-22
block/laptop_mode: Convert timers to use timer_setup()
Kees Cook
3
-9
/
+10
2017-11-22
net/atm/mpc: Avoid open-coded assignment of timer callback function
Kees Cook
1
-2
/
+1
2017-11-22
drm/i915/selftests: Convert timers to use timer_setup()
Kees Cook
1
-3
/
+3
2017-11-22
usb: usbatm: Convert timers to use timer_setup()
Kees Cook
3
-20
/
+29
2017-11-22
drivers/firmware: psci: Convert timers to use timer_setup()
Kees Cook
1
-2
/
+2
2017-11-22
ARC: perf: avoid vmalloc backed mmap
Vineet Gupta
1
-1
/
+1
2017-11-22
ARCv2: perf: optimize given that num counters <= 32
Vineet Gupta
1
-9
/
+7
2017-11-22
ARCv2: perf: tweak overflow interrupt
Vineet Gupta
1
-10
/
+14
2017-11-21
bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier
Yonghong Song
1
-23
/
+16
2017-11-21
platform/x86: dell-laptop: fix error return code in dell_init()
weiyongjun (A)
1
-1
/
+3
2017-11-21
ALSA: usb-audio: Add sanity checks in v2 clock parsers
Takashi Iwai
1
-3
/
+6
2017-11-21
ALSA: usb-audio: Fix potential zero-division at parsing FU
Takashi Iwai
1
-2
/
+2
2017-11-21
ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
Takashi Iwai
1
-1
/
+2
2017-11-21
ALSA: usb-audio: Add sanity checks to FE parser
Takashi Iwai
1
-0
/
+12
2017-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
32
-176
/
+220
2017-11-21
drm/amdgpu: fix rmmod KCQ disable failed error
Wang Hongcheng
3
-5
/
+3
2017-11-21
drm/amdgpu: fix kernel hang when starting VNC server
Xiangliang.Yu
1
-4
/
+1
2017-11-21
Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
10
-154
/
+72
2017-11-21
Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
11
-150
/
+237
2017-11-21
ALSA: timer: Remove kernel warning at compat ioctl error paths
Takashi Iwai
1
-6
/
+6
[prev]
[next]