summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara2017-03-085-65/+8
* block: Make del_gendisk() safer for disks without queuesJan Kara2017-03-081-6/+10
* bdi: Fix use-after-free in wb_congested_put()Jan Kara2017-03-081-15/+21
* block: Allow bdi re-registrationJan Kara2017-03-081-0/+7
* block/sed: Fix opal user range check and unused variablesJon Derrick2017-03-081-8/+2
* zram: set physical queue limits to avoid array out of bounds accessesJohannes Thumshirn2017-03-081-0/+2
* blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei2017-03-082-12/+1
* blk-mq: make lifetime consistent between hctx and its kobjectMing Lei2017-03-082-9/+11
* blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei2017-03-083-8/+20
* blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei2017-03-083-4/+5
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-0727-57/+106
|\
| * x86/build/x86_64_defconfig: Enable CONFIG_R8169Andy Shevchenko2017-03-061-0/+1
| * x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic2017-03-061-0/+8
| * x86/hpet: Prevent might sleep splat on resumeThomas Gleixner2017-03-021-1/+1
| * x86/boot: Correct setup_header.start_sys nameBorislav Petkov2017-03-011-1/+1
| * x86/purgatory: Fix sparse warning, symbol not declaredTobin C. Harding2017-03-013-0/+10
| * x86/purgatory: Make functions and variables staticTobin C. Harding2017-03-011-5/+5
| * x86/events: Remove last remnants of old filenamesBorislav Petkov2017-03-015-7/+7
| * x86/pkeys: Check against max pkey to avoid overflowsDave Hansen2017-03-011-6/+9
| * x86/ioapic: Split IOAPIC hot-removal into two stepsRui Wang2017-03-013-8/+20
| * x86/PCI: Implement pcibios_release_device to release IRQ from IOAPICRui Wang2017-03-011-0/+9
| * x86/intel_rdt: Remove duplicate inclusion of linux/cpu.hMasanari Iida2017-03-011-1/+0
| * x86/vmware: Remove duplicate inclusion of asm/timer.hMasanari Iida2017-03-011-1/+0
| * x86/hyperv: Hide unused labelArnd Bergmann2017-03-011-1/+1
| * x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirkMatjaz Hegedic2017-03-011-0/+8
| * x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack registerAndrew Banman2017-03-011-1/+0
| * x86/selftests: Add clobbers for int80 on x86_64Dmitry Safonov2017-03-014-8/+18
| * x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()Dou Liyang2017-03-011-13/+4
| * 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
|\ \ \ \