summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | jump_label: Invoke jump_label_test() via early_initcall()Jason Baron2017-11-141-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-2615-40/+72
| |\ \ \ \ \
| | * | | | | tools/headers: Sync objtool UAPI headerIngo Molnar2017-11-141-0/+10
| | * | | | | Merge branch 'linus' into core/objtool, to pick up dependent commitsIngo Molnar2017-11-141568-18231/+52034
| | |\| | | |
| | * | | | | objtool: Fix cross-buildJosh Poimboeuf2017-11-081-1/+1
| | * | | | | objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf2017-11-072-15/+30
| | * | | | | objtool: Move synced files to their original relative locationsJosh Poimboeuf2017-11-0713-25/+27
| | * | | | | objtool: Make unreachable annotation inline asms explicitly volatileJosh Poimboeuf2017-11-071-8/+8
| | * | | | | objtool: Add a comment for the unreachable annotation macrosJosh Poimboeuf2017-11-071-0/+5
| | * | | | | Merge branch 'linus' into core/objtool, to pick up dependent fixesIngo Molnar2017-11-0713763-8597/+27217
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-25351-1773/+1225
| |\ \ \ \ \ \ \
| | * | | | | | | m68k/macboing: Fix missed timer callback assignmentKees Cook2017-11-241-2/+2
| | * | | | | | | Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner2017-11-2310511-250550/+522741
| | |\ \ \ \ \ \ \
| | | * | | | | | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-2244-87/+84
| | | * | | | | | | timer: Remove redundant __setup_timer*() macrosKees Cook2017-11-223-45/+29
| | | * | | | | | | timer: Pass function down to initialization routinesKees Cook2017-11-222-21/+33
| | | * | | | | | | timer: Remove unused data arguments from macrosKees Cook2017-11-223-15/+8
| | | * | | | | | | timer: Switch callback prototype to take struct timer_list * argumentKees Cook2017-11-222-5/+5
| | | * | | | | | | timer: Pass timer_list pointer to callbacks unconditionallyKees Cook2017-11-222-14/+7
| | | * | | | | | | Coccinelle: Remove setup_timer.cocciKees Cook2017-11-221-277/+0
| | | * | | | | | | timer: Remove setup_*timer() interfaceKees Cook2017-11-221-17/+0
| | | * | | | | | | timer: Remove init_timer() interfaceKees Cook2017-11-222-10/+3
| | | * | | | | | | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-2215-65/+65
| | | * | | | | | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-22227-937/+824
| | | * | | | | | | treewide: init_timer() -> setup_timer()Kees Cook2017-11-2231-113/+55
| | | * | | | | | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-2239-82/+82
| | | * | | | | | | s390: cmm: Convert timers to use timer_setup()Kees Cook2017-11-221-5/+3
| | | * | | | | | | lightnvm: Convert timers to use timer_setup()Kees Cook2017-11-226-13/+13
| | | * | | | | | | drivers/net: cris: Convert timers to use timer_setup()Kees Cook2017-11-221-19/+17
| | | * | | | | | | drm/vc4: Convert timers to use timer_setup()Kees Cook2017-11-222-12/+7
| | | * | | | | | | block/laptop_mode: Convert timers to use timer_setup()Kees Cook2017-11-223-9/+10
| | | * | | | | | | net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook2017-11-221-2/+1
| | | * | | | | | | drm/i915/selftests: Convert timers to use timer_setup()Kees Cook2017-11-221-3/+3
| | | * | | | | | | usb: usbatm: Convert timers to use timer_setup()Kees Cook2017-11-223-20/+29
| | | * | | | | | | drivers/firmware: psci: Convert timers to use timer_setup()Kees Cook2017-11-221-2/+2
| | * | | | | | | | timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar2017-11-143-56/+0
| | * | | | | | | | clocksource/timer_of: Rename timer_of_exit to timer_of_cleanupBenjamin Gaignard2017-11-142-2/+9
| | * | | | | | | | Merge branch 'linus' into timers/urgentThomas Gleixner2017-11-141474-17953/+51372
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | * | | | | | | | timekeeping: Eliminate the stale declaration of ktime_get_raw_and_real_ts64()Dou Liyang2017-11-131-6/+0
| | * | | | | | | | timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar2017-11-131-1/+1
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-11-258-56/+136
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARC: perf: avoid vmalloc backed mmapVineet Gupta2017-11-221-1/+1
| | * | | | | | | | ARCv2: perf: optimize given that num counters <= 32Vineet Gupta2017-11-221-9/+7
| | * | | | | | | | ARCv2: perf: tweak overflow interruptVineet Gupta2017-11-221-10/+14
| | * | | | | | | | ARC: [plat-axs10x] DTS: Add reset controller node to manage ethernet resetEugeniy Paltsev2017-11-152-7/+8
| | * | | | | | | | ARCv2: boot log: updates for HS48: dual-issue, ECC, Loop BufferVineet Gupta2017-11-132-5/+71
| | * | | | | | | | ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checkingVineet Gupta2017-11-061-24/+33
| | * | | | | | | | ARC: [plat-axs10x] auto-select AXS101 or AXS103 given the ISA configVineet Gupta2017-10-301-0/+2
| * | | | | | | | | Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-11-2529-113/+58
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | kbuild: drop $(extra-y) from real-objs-yMasahiro Yamada2017-11-231-1/+1