summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86/acpi: Reduce code duplication in mp_override_legacy_irq()Vikas C Sajjan2017-11-171-22/+5
| * | | | x86/acpi: Handle SCI interrupts above legacy space gracefullyVikas C Sajjan2017-11-171-1/+33
| * | | | x86/boot: Fix boot failure when SMP MP-table is based at 0Tom Lendacky2017-11-171-2/+4
| * | | | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-163-0/+24
| * | | | x86/selftests: Add test for mapping placement for 5-level pagingKirill A. Shutemov2017-11-162-1/+178
| * | | | x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov2017-11-164-6/+62
| * | | | x86/umip: Identify the STR and SLDT instructionsRicardo Neri2017-11-141-8/+16
| * | | | x86/umip: Print a line in the boot log that UMIP has been enabledRicardo Neri2017-11-141-0/+2
| * | | | x86/umip: Select X86_INTEL_UMIP by defaultRicardo Neri2017-11-141-3/+9
| |/ / /
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-263-10/+17
|\ \ \ \
| * | | | sched/debug: Fix task state recording/printoutThomas Gleixner2017-11-241-3/+3
| * | | | sched/deadline: Don't use dubious signed bitfieldsDan Carpenter2017-11-211-4/+4
| * | | | sched/deadline: Fix the description of runtime accounting in the documentationClaudio Scordino2017-11-161-3/+10
| |/ / /
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-263-12/+32
|\ \ \ \
| * | | | perf/core: Fix memory leak triggered by perf --namespaceVasily Averin2017-11-151-0/+1
| * | | | perf/x86/intel/uncore: Add event constraint for BDX PCUKan Liang2017-11-141-0/+8
| * | | | perf/x86/intel: Hide TSX events when RTM is not supportedAndi Kleen2017-11-131-12/+23
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-261-1/+1
|\ \ \ \ \
| * | | | | 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-2310549-277295/+549486
| |\ \ \ \ \ \ \
| | * | | | | | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-2144-87/+84
| | * | | | | | | timer: Remove redundant __setup_timer*() macrosKees Cook2017-11-213-45/+29
| | * | | | | | | 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