summaryrefslogtreecommitdiffstats
path: root/block/badblocks.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-16x86/mm: Prevent bogus warnings with "noexec=off"Thomas Gleixner2-2/+3
2019-04-16x86/build/lto: Fix truncated .bss with -fdata-sectionsSami Tolvanen1-1/+1
2019-04-14x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner1-2/+6
2019-04-14x86/resctrl: Do not repeat rdtgroup mode initializationXiaochen Shen1-1/+2
2019-04-06x86/asm: Use stricter assembly constraints in bitopsAlexander Potapenko1-23/+18
2019-04-01x86/resctrl: Fix typos in the mba_sc mount optionXiaochen Shen1-3/+3
2019-03-29x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce3-10/+7
2019-03-28x86/cpufeature: Fix __percpu annotation in this_cpu_has()Jann Horn1-2/+3
2019-03-28x86/mm: Don't exceed the valid physical address spaceRalph Campbell1-1/+1
2019-03-28x86/retpolines: Disable switch jump tables when retpolines are enabledDaniel Borkmann1-2/+6
2019-03-27x86/realmode: Don't leak the trampoline kernel addressMatteo Croce1-2/+0
2019-03-27x86/boot: Fix incorrect ifdeffery scopeBaoquan He1-2/+2
2019-03-24x86/resctrl: Remove unused variablePeng Hao1-3/+0
2019-03-24Linux 5.1-rc2v5.1-rc2Linus Torvalds1-1/+1
2019-03-24clocksource/drivers/clps711x: Remove board supportAlexander Shiyan1-32/+13
2019-03-23ext4: prohibit fstrim in norecovery modeDarrick J. Wong1-0/+7
2019-03-23ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)1-25/+22
2019-03-23ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)1-4/+8
2019-03-23genirq: Mark expected switch case fall-throughGustavo A. R. Silva1-0/+1
2019-03-23clocksource/drivers/riscv: Fix clocksource maskAtish Patra1-3/+2
2019-03-23x86/gart: Exclude GART aperture from kcoreKairui Song3-7/+42
2019-03-23cifs: update internal module version numberSteve French1-1/+1
2019-03-23SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French1-1/+4
2019-03-23cifs: Fix slab-out-of-bounds when tracing SMB tconPaulo Alcantara (SUSE)1-3/+3
2019-03-23cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg1-2/+6
2019-03-23fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French1-1/+2
2019-03-23cifs: fix that return -EINVAL when do dedupe operationXiaoli Feng1-1/+1
2019-03-23CIFS: Fix an issue with re-sending rdata when transport returning -EAGAINLong Li1-30/+41
2019-03-23CIFS: Fix an issue with re-sending wdata when transport returning -EAGAINLong Li1-32/+45
2019-03-22clocksource/drivers/mips-gic-timer: Make gic_compare_irqaction staticYueHaibing1-1/+1
2019-03-22clocksource/drivers/timer-ti-dm: Make omap_dm_timer_set_load_start() staticYueHaibing1-2/+2
2019-03-22clocksource/drivers/tcb_clksrc: Make tc_clksrc_suspend/resume() staticYueHaibing1-2/+2
2019-03-22clocksource/drivers/clps711x: Make clps711x_clksrc_init() staticYueHaibing1-2/+3
2019-03-22sbitmap: trivial - update comment for sbitmap_deferred_clear_bitShenghui Wang1-1/+1
2019-03-22x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an...Nathan Chancellor1-0/+1
2019-03-22watchdog/core: Make variables staticValdis Kletnieks1-2/+2
2019-03-22time/jiffies: Make refined_jiffies staticValdis Kletnieks1-1/+1
2019-03-22genirq/devres: Remove excess parameter from kernel docValdis Kletnieks1-2/+0
2019-03-22x86/mm/pti: Make local symbols staticValdis Kletnieks1-2/+2
2019-03-22futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie1-0/+4
2019-03-22iommu/vt-d: Save the right domain ID used by hardwareLu Baolu1-1/+1
2019-03-22iommu/vt-d: Check capability before disabling protected memoryLu Baolu1-0/+3
2019-03-22iommu/iova: Fix tracking of recently failed iova addressRobert Richter1-2/+3
2019-03-22drm/nouveau/dmem: empty chunk do not have a buffer object associated with them.Jérôme Glisse1-8/+0
2019-03-22drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failureYueHaibing1-1/+1
2019-03-22drm/nouveau/dmem: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2019-03-22drm/nouveau/dmem: remove set but not used variable 'drm'YueHaibing1-2/+0
2019-03-21irqchip/irq-mvebu-sei: Make mvebu_sei_ap806_caps staticYueHaibing1-1/+1
2019-03-21perf bpf: Show more BPF program info in print_bpf_prog_info()Song Liu3-3/+53
2019-03-21perf bpf: Extract logic to create program names from perf_event__synthesize_o...Song Liu1-27/+35