summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86/apic: Fix a warning message in logical CPU IDs allocationDou Liyang2017-03-011-3/+3
| * | | | x86/kdebugfs: Move boot params hierarchy under (debugfs)/x86/Borislav Petkov2017-03-011-1/+1
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-03-072-5/+5
|\ \ \ \ \
| * | | | | jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSECFrederic Weisbecker2017-03-071-1/+1
| * | | | | timerfd: Only check CAP_WAKE_ALARM when it is neededStephen Smalley2017-03-011-4/+4
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-03-0710-32/+37
|\ \ \ \ \ \
| * | | | | | sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interfacePeter Zijlstra2017-03-027-28/+23
| * | | | | | sched/core: Fix pick_next_task() for RT,DLPeter Zijlstra2017-03-021-3/+8
| * | | | | | sched/fair: Make select_idle_cpu() more aggressivePeter Zijlstra2017-03-022-1/+6
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-0713-23/+23
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'linus' into perf/urgent, to resolve conflictIngo Molnar2017-03-02195-6901/+13074
| |\| | | | | |
| * | | | | | | perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard2017-03-0111-19/+19
| * | | | | | | kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu2017-03-013-5/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-073-12/+19
|\ \ \ \ \ \ \
| * | | | | | | locking/ww_mutex: Adjust the lock number for stress testBoqun Feng2017-03-021-1/+1
| * | | | | | | locking/lockdep: Add nest_lock integrity testPeter Zijlstra2017-03-021-2/+9
| * | | | | | | locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsChris Wilson2017-03-021-2/+2
| * | | | | | | Merge branch 'linus' into locking/urgent, to pick up fixesIngo Molnar2017-03-02195-6901/+13074
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | locking/refcounts: Change WARN() to WARN_ONCE()Ingo Molnar2017-03-011-7/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-071-1/+2
|\ \ \ \ \ \ \
| * | | | | | | irqchip/crossbar: Fix incorrect type of local variablesFranck Demathieu2017-03-011-1/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-072-2/+3
|\ \ \ \ \ \ \
| * | | | | | | efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=yArd Biesheuvel2017-03-021-0/+1
| * | | | | | | efi/libstub: Treat missing SecureBoot variable as Secure Boot disabledArd Biesheuvel2017-03-021-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-076-6/+28
|\ \ \ \ \ \ \
| * | | | | | | objtool: Fix another GCC jump table detection issueJosh Poimboeuf2017-03-073-3/+25
| * | | | | | | drivers/char/nwbutton: Fix build breakage caused by include file reshufflingGuenter Roeck2017-03-071-1/+1
| * | | | | | | h8300: Fix build breakage caused by header file changesGuenter Roeck2017-03-071-1/+1
| * | | | | | | avr32: Fix build error caused by include file reshufflingGuenter Roeck2017-03-071-1/+1
* | | | | | | | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-03-077-18/+283
|\ \ \ \ \ \ \ \
| * | | | | | | | radix tree test suite: Specify -m32 in LDFLAGS tooMatthew Wilcox2017-03-071-0/+1
| * | | | | | | | ida: Free correct IDA bitmapMatthew Wilcox2017-03-074-5/+35
| * | | | | | | | radix tree test suite: Depend on Makefile and quieten grepMatthew Wilcox2017-03-071-2/+2
| * | | | | | | | radix tree test suite: Fix build with --as-neededMichael Ellerman2017-03-071-4/+2
| * | | | | | | | radix tree test suite: Build 32 bit binariesRehas Sachdeva2017-03-071-0/+4
| * | | | | | | | radix tree test suite: Add performance test for radix_tree_join()Rehas Sachdeva2017-03-071-0/+47
| * | | | | | | | radix tree test suite: Add performance test for radix_tree_split()Rehas Sachdeva2017-03-071-0/+44
| * | | | | | | | radix tree test suite: Add performance benchmarksRehas Sachdeva2017-03-071-7/+75
| * | | | | | | | radix tree test suite: Add test for radix_tree_clear_tags()Rehas Sachdeva2017-03-071-0/+29
| * | | | | | | | radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove()Rehas Sachdeva2017-03-071-0/+19
| * | | | | | | | radix tree test suite: Add test for idr_get_next()Rehas Sachdeva2017-03-071-0/+25
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-0720-124/+729
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc: Sort the selects under CONFIG_PPCMichael Ellerman2017-03-061-66/+72
| * | | | | | | | powerpc/64: Fix L1D cache shape vector reporting L1I valuesMichael Ellerman2017-03-061-2/+2
| * | | | | | | | powerpc/64: Avoid panic during boot due to divide by zero in init_cache_info()Anton Blanchard2017-03-061-1/+4
| * | | | | | | | powerpc: Update to new option-vector-5 format for CASSuraj Jitindar Singh2017-03-063-14/+150
| * | | | | | | | powerpc: Parse the command line before calling CASSuraj Jitindar Singh2017-03-061-5/+5
| * | | | | | | | powerpc/xics: Work around limitations of OPAL XICS priority handlingBalbir Singh2017-03-062-3/+24
| * | | | | | | | powerpc/64: Fix checksum folding in csum_add()Shile Zhang2017-03-041-1/+1
| * | | | | | | | powerpc/powernv: Fix opal tracepoints with JUMP_LABEL=nAlexey Kardashevskiy2017-03-041-2/+2