summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | timer: Pass function down to initialization routinesKees Cook2017-11-212-21/+33
| | * | | | | | | | | | | | timer: Remove unused data arguments from macrosKees Cook2017-11-213-15/+8
| | * | | | | | | | | | | | timer: Switch callback prototype to take struct timer_list * argumentKees Cook2017-11-212-5/+5
| | * | | | | | | | | | | | timer: Pass timer_list pointer to callbacks unconditionallyKees Cook2017-11-212-14/+7
| | * | | | | | | | | | | | Coccinelle: Remove setup_timer.cocciKees Cook2017-11-211-277/+0
| | * | | | | | | | | | | | timer: Remove setup_*timer() interfaceKees Cook2017-11-211-17/+0
| | * | | | | | | | | | | | timer: Remove init_timer() interfaceKees Cook2017-11-212-10/+3
| | * | | | | | | | | | | | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-2115-65/+65
| | * | | | | | | | | | | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21227-937/+824
| | * | | | | | | | | | | | treewide: init_timer() -> setup_timer()Kees Cook2017-11-2131-113/+55
| | * | | | | | | | | | | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-2139-82/+82
| | * | | | | | | | | | | | s390: cmm: Convert timers to use timer_setup()Kees Cook2017-11-211-5/+3
| | * | | | | | | | | | | | lightnvm: Convert timers to use timer_setup()Kees Cook2017-11-216-13/+13
| | * | | | | | | | | | | | drivers/net: cris: Convert timers to use timer_setup()Kees Cook2017-11-211-19/+17
| | * | | | | | | | | | | | drm/vc4: Convert timers to use timer_setup()Kees Cook2017-11-212-12/+7
| | * | | | | | | | | | | | block/laptop_mode: Convert timers to use timer_setup()Kees Cook2017-11-213-9/+10
| | * | | | | | | | | | | | net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook2017-11-211-2/+1
| | * | | | | | | | | | | | drm/i915/selftests: Convert timers to use timer_setup()Kees Cook2017-11-211-3/+3
| | * | | | | | | | | | | | usb: usbatm: Convert timers to use timer_setup()Kees Cook2017-11-213-20/+29
| | * | | | | | | | | | | | drivers/firmware: psci: Convert timers to use timer_setup()Kees Cook2017-11-211-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-211-1/+1
| * | | | | | | | | | | | | ARCv2: perf: optimize given that num counters <= 32Vineet Gupta2017-11-211-9/+7
| * | | | | | | | | | | | | ARCv2: perf: tweak overflow interruptVineet Gupta2017-11-211-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-291-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
| * | | | | | | | | | | | | | kbuild: clean up *.i and *.lst patterns by make cleanMasahiro Yamada2017-11-231-2/+2
| * | | | | | | | | | | | | | kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is usedMasahiro Yamada2017-11-232-3/+4
| * | | | | | | | | | | | | | kbuild: pkg: use --transform option to prefix paths in tarMasahiro Yamada2017-11-231-3/+2
| * | | | | | | | | | | | | | coccinelle: fix parallel build with CHECK=scripts/coccicheckMasahiro Yamada2017-11-231-6/+9
| * | | | | | | | | | | | | | kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt2017-11-231-1/+1
| * | | | | | | | | | | | | | kbuild: Set KBUILD_CFLAGS before incl. arch MakefileChris Fries2017-11-231-32/+32
| * | | | | | | | | | | | | | kbuild: remove all dummy assignments to obj-Masahiro Yamada2017-11-1820-58/+0
| * | | | | | | | | | | | | | kbuild: create built-in.o automatically if parent directory wants itMasahiro Yamada2017-11-182-3/+3
| * | | | | | | | | | | | | | kbuild: /bin/pwd -> pwdBjørn Forsman2017-11-184-4/+4
* | | | | | | | | | | | | | | Merge tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-258-279/+405
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | afs: remove redundant assignment of dvnode to itselfColin Ian King2017-11-241-1/+1
| * | | | | | | | | | | | | | | afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva2017-11-241-6/+1
| * | | | | | | | | | | | | | | afs: Fix signal handling in some file opsDavid Howells2017-11-241-0/+8
| * | | | | | | | | | | | | | | afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells2017-11-241-10/+5
| * | | | | | | | | | | | | | | afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells2017-11-241-0/+5