summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-11-2317-107/+221
|\
| *---. Merge branches 'doc.2016.11.14a', 'fixes.2016.11.14a', 'list.2016.10.31a' and...Paul E. McKenney2016-11-1415-105/+196
| |\ \ \
| | | | * torture: Prevent jitter from delaying build-only runsPaul E. McKenney2016-11-141-0/+5
| | | | * torture: Remove obsolete files from rcutorture .gitignorePaul E. McKenney2016-11-141-2/+0
| | | * | bug: Avoid Kconfig warning for BUG_ON_DATA_CORRUPTIONArnd Bergmann2016-10-311-1/+1
| | | * | lib/Kconfig.debug: Fix typo in select statementValentin Rothberg2016-10-311-1/+1
| | | * | lkdtm: Add tests for struct list corruptionKees Cook2016-10-313-0/+72
| | | * | bug: Provide toggle for BUG on data corruptionKees Cook2016-10-313-35/+49
| | | * | list: Split list_del() debug checking into separate functionKees Cook2016-10-312-36/+32
| | | * | rculist: Consolidate DEBUG_LIST for list_add_rcu()Kees Cook2016-10-312-24/+3
| | | * | list: Split list_add() debug checking into separate functionKees Cook2016-10-312-31/+39
| | | |/
| | * | rcu: Don't kick unless grace period or requestPaul E. McKenney2016-11-141-1/+2
| | * | rcu: Make expedited grace periods recheck dyntick idle statePaul E. McKenney2016-11-142-1/+12
| | * | torture: Trace long read-side delaysPaul E. McKenney2016-11-142-2/+14
| | * | rcu: RCU_TRACE enables event tracing as well as debugfsNikolay Borisov2016-11-141-1/+2
| | * | rcu: Remove obsolete comment from __call_rcu()Paul E. McKenney2016-11-141-7/+0
| | * | rcu: Remove obsolete rcu_check_callbacks() header commentPaul E. McKenney2016-11-141-2/+1
| | * | rcu: Tighten up __call_rcu() rcu_head alignment checkPaul E. McKenney2016-11-141-1/+3
| | |/
| * | Documentation/RCU: Fix minor typoPranith Kumar2016-11-141-1/+1
| * | documentation: Present updated RCU guaranteePaul E. McKenney2016-11-141-1/+24
| |/
* | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2016-11-221-1/+8
|\ \
| * | thermal/powerclamp: add back module device tableJacob Pan2016-11-211-1/+8
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-11-222-9/+27
|\ \ \
| * \ \ Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-11-152-9/+27
| |\ \ \
| | * | | scsi: qla2xxx: do not abort all commands in the adapter during EEH recoveryMauricio Faria de Oliveira2016-11-151-8/+13
| | * | | scsi: mpt3sas: Fix secure erase premature terminationAndrey Grodzovsky2016-11-121-1/+14
* | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-11-225-4/+16
|\ \ \ \ \
| * \ \ \ \ Merge tag 'sunxi-clk-fixes-for-4.9' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd2016-11-162-1/+13
| |\ \ \ \ \
| | * | | | | clk: sunxi: Fix M factor computation for APB1Stéphan Rafin2016-11-041-1/+1
| | * | | | | clk: sunxi-ng: sun6i-a31: Force AHB1 clock to use PLL6 as parentChen-Yu Tsai2016-10-191-0/+12
| | | |_|_|/ | | |/| | |
| * | | | | clk: efm32gg: Pass correct type to hw provider registrationStephen Boyd2016-11-161-1/+1
| * | | | | clk: berlin: Pass correct type to hw provider registrationStephen Boyd2016-11-162-2/+2
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-11-223-8/+31
|\ \ \ \ \ \
| * | | | | | sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov2016-11-223-0/+22
| * | | | | | sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov2016-11-221-11/+12
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-2210-33/+95
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | x86/platform/intel-mid: Rename platform_wdt to platform_mrfld_wdtAndy Shevchenko2016-11-212-2/+2
| * | | | | | x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as wellH.J. Lu2016-11-211-3/+2
| * | | | | | x86/platform/intel-mid: Register watchdog device after SCUAndy Shevchenko2016-11-211-5/+27
| * | | | | | x86/fpu: Fix invalid FPU ptrace state after execve()Yu-cheng Yu2016-11-211-8/+8
| * | | | | | x86/boot: Fail the boot if !M486 and CPUID is missingAndy Lutomirski2016-11-211-0/+6
| * | | | | | x86/traps: Ignore high word of regs->cs in early_fixup_exception()Andy Lutomirski2016-11-211-1/+6
| * | | | | | x86/dumpstack: Prevent KASAN false positive warningsJosh Poimboeuf2016-11-181-1/+1
| * | | | | | x86/unwind: Prevent KASAN false positive warnings in guess unwinderJosh Poimboeuf2016-11-181-2/+6
| * | | | | | x86/boot: Avoid warning for zero-filling .bssArnd Bergmann2016-11-171-3/+6
| * | | | | | x86/sysfb: Fix lfb_size calculationDavid Herrmann2016-11-161-8/+17
| * | | | | | x86/sysfb: Add support for 64bit EFI lfb_baseDavid Herrmann2016-11-161-2/+16
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-11-221-2/+4
|\ \ \ \ \ \ \
| * | | | | | | apparmor: fix change_hat not finding hat after policy replacementJohn Johansen2016-11-211-2/+4
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-11-2117-83/+948
|\ \ \ \ \ \ \ \