index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-11-25
351
-1773
/
+1225
|
\
|
*
m68k/macboing: Fix missed timer callback assignment
Kees Cook
2017-11-24
1
-2
/
+2
|
*
Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...
Thomas Gleixner
2017-11-23
10549
-277295
/
+549486
|
|
\
|
|
*
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
2017-11-21
44
-87
/
+84
|
|
*
timer: Remove redundant __setup_timer*() macros
Kees Cook
2017-11-21
3
-45
/
+29
|
|
*
timer: Pass function down to initialization routines
Kees Cook
2017-11-21
2
-21
/
+33
|
|
*
timer: Remove unused data arguments from macros
Kees Cook
2017-11-21
3
-15
/
+8
|
|
*
timer: Switch callback prototype to take struct timer_list * argument
Kees Cook
2017-11-21
2
-5
/
+5
|
|
*
timer: Pass timer_list pointer to callbacks unconditionally
Kees Cook
2017-11-21
2
-14
/
+7
|
|
*
Coccinelle: Remove setup_timer.cocci
Kees Cook
2017-11-21
1
-277
/
+0
|
|
*
timer: Remove setup_*timer() interface
Kees Cook
2017-11-21
1
-17
/
+0
|
|
*
timer: Remove init_timer() interface
Kees Cook
2017-11-21
2
-10
/
+3
|
|
*
treewide: setup_timer() -> timer_setup() (2 field)
Kees Cook
2017-11-21
15
-65
/
+65
|
|
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
227
-937
/
+824
|
|
*
treewide: init_timer() -> setup_timer()
Kees Cook
2017-11-21
31
-113
/
+55
|
|
*
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
2017-11-21
39
-82
/
+82
|
|
*
s390: cmm: Convert timers to use timer_setup()
Kees Cook
2017-11-21
1
-5
/
+3
|
|
*
lightnvm: Convert timers to use timer_setup()
Kees Cook
2017-11-21
6
-13
/
+13
|
|
*
drivers/net: cris: Convert timers to use timer_setup()
Kees Cook
2017-11-21
1
-19
/
+17
|
|
*
drm/vc4: Convert timers to use timer_setup()
Kees Cook
2017-11-21
2
-12
/
+7
|
|
*
block/laptop_mode: Convert timers to use timer_setup()
Kees Cook
2017-11-21
3
-9
/
+10
|
|
*
net/atm/mpc: Avoid open-coded assignment of timer callback function
Kees Cook
2017-11-21
1
-2
/
+1
|
|
*
drm/i915/selftests: Convert timers to use timer_setup()
Kees Cook
2017-11-21
1
-3
/
+3
|
|
*
usb: usbatm: Convert timers to use timer_setup()
Kees Cook
2017-11-21
3
-20
/
+29
|
|
*
drivers/firmware: psci: Convert timers to use timer_setup()
Kees Cook
2017-11-21
1
-2
/
+2
|
*
|
timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLD
Miroslav Lichvar
2017-11-14
3
-56
/
+0
|
*
|
clocksource/timer_of: Rename timer_of_exit to timer_of_cleanup
Benjamin Gaignard
2017-11-14
2
-2
/
+9
|
*
|
Merge branch 'linus' into timers/urgent
Thomas Gleixner
2017-11-14
1474
-17953
/
+51372
|
|
\
\
|
*
|
|
timekeeping: Eliminate the stale declaration of ktime_get_raw_and_real_ts64()
Dou Liyang
2017-11-13
1
-6
/
+0
|
*
|
|
timer/debug: Change /proc/timer_list from 0444 to 0400
Ingo Molnar
2017-11-13
1
-1
/
+1
*
|
|
|
Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
2017-11-25
8
-56
/
+136
|
\
\
\
\
|
*
|
|
|
ARC: perf: avoid vmalloc backed mmap
Vineet Gupta
2017-11-21
1
-1
/
+1
|
*
|
|
|
ARCv2: perf: optimize given that num counters <= 32
Vineet Gupta
2017-11-21
1
-9
/
+7
|
*
|
|
|
ARCv2: perf: tweak overflow interrupt
Vineet Gupta
2017-11-21
1
-10
/
+14
|
*
|
|
|
ARC: [plat-axs10x] DTS: Add reset controller node to manage ethernet reset
Eugeniy Paltsev
2017-11-15
2
-7
/
+8
|
*
|
|
|
ARCv2: boot log: updates for HS48: dual-issue, ECC, Loop Buffer
Vineet Gupta
2017-11-13
2
-5
/
+71
|
*
|
|
|
ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checking
Vineet Gupta
2017-11-06
1
-24
/
+33
|
*
|
|
|
ARC: [plat-axs10x] auto-select AXS101 or AXS103 given the ISA config
Vineet Gupta
2017-10-29
1
-0
/
+2
*
|
|
|
|
Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2017-11-25
29
-113
/
+58
|
\
\
\
\
\
|
*
|
|
|
|
kbuild: drop $(extra-y) from real-objs-y
Masahiro Yamada
2017-11-23
1
-1
/
+1
|
*
|
|
|
|
kbuild: clean up *.i and *.lst patterns by make clean
Masahiro Yamada
2017-11-23
1
-2
/
+2
|
*
|
|
|
|
kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is used
Masahiro Yamada
2017-11-23
2
-3
/
+4
|
*
|
|
|
|
kbuild: pkg: use --transform option to prefix paths in tar
Masahiro Yamada
2017-11-23
1
-3
/
+2
|
*
|
|
|
|
coccinelle: fix parallel build with CHECK=scripts/coccicheck
Masahiro Yamada
2017-11-23
1
-6
/
+9
|
*
|
|
|
|
kconfig/symbol.c: use correct pointer type argument for sizeof
Heinrich Schuchardt
2017-11-23
1
-1
/
+1
|
*
|
|
|
|
kbuild: Set KBUILD_CFLAGS before incl. arch Makefile
Chris Fries
2017-11-23
1
-32
/
+32
|
*
|
|
|
|
kbuild: remove all dummy assignments to obj-
Masahiro Yamada
2017-11-18
20
-58
/
+0
|
*
|
|
|
|
kbuild: create built-in.o automatically if parent directory wants it
Masahiro Yamada
2017-11-18
2
-3
/
+3
|
*
|
|
|
|
kbuild: /bin/pwd -> pwd
Bjørn Forsman
2017-11-18
4
-4
/
+4
*
|
|
|
|
|
Merge tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-11-25
8
-279
/
+405
|
\
\
\
\
\
\
[next]