linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-18 19:20:24 to 2020-01-19 06:41:16 UTC [more...]

[RFC PATCH 0/3] Add device tree build information
 2020-01-19  6:40 UTC  (9+ messages)
` [RFC PATCH 1/3] dtc: Add dtb build information option

[RFC PATCH 0/4] iommu: Per-group default domain type
 2020-01-19  6:29 UTC  (4+ messages)
` [RFC PATCH 3/4] iommu: Preallocate iommu group when probing devices

[PATCH] nbd: fix potential NULL pointer fault in connect and disconnect process
 2020-01-19  6:27 UTC  (3+ messages)

[RFC] iomap: fix race between readahead and direct write
 2020-01-19  6:14 UTC  (15+ messages)

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2020-01-19  6:09 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/2] sched/numa: introduce numa locality
    ` [PATCH v4 "
      ` [PATCH v5 "
        ` [PATCH v6 "
          ` [PATCH v7 "
            ` [PATCH v7 1/2] sched/numa: introduce per-cgroup NUMA locality info
            ` [PATCH v7 2/2] sched/numa: documentation for per-cgroup numa, statistics

[PATCH] mm/migrate.c: also overwrite error when it is bigger than zero
 2020-01-19  5:54 UTC  (9+ messages)

[PATCH] mm: move_pages: fix the return value if there are not-migrated pages
 2020-01-19  5:47 UTC  (5+ messages)

[PATCH 3/3] Staging: comedi: usbdux: cleanup long line and align it
 2020-01-19  5:32 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in bitmap_ip_gc
 2020-01-19  4:41 UTC  (2+ messages)

[PATCH v3 0/8] Use UFS device indicated maximum LU number
 2020-01-19  4:39 UTC  (18+ messages)
` [PATCH v3 1/8] scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus() fails
` [PATCH v3 2/8] scsi: ufs: Delete struct ufs_dev_desc
` [PATCH v3 3/8] scsi: ufs: Split ufshcd_probe_hba() based on its called flow
` [PATCH v3 4/8] scsi: ufs: move ufshcd_get_max_pwr_mode() to ufs_init_params()
` [PATCH v3 5/8] scsi: ufs: Inline two functions into their callers
` [PATCH v3 6/8] scsi: ufs: Delete is_init_prefetch from struct ufs_hba
` [PATCH v3 7/8] scsi: ufs: Add max_lu_supported in struct ufs_dev_info
` [PATCH v3 8/8] scsi: ufs: Use UFS device indicated maximum LU number

No master_xfer_atomic for i2c-mv64xxx.c
 2020-01-19  4:21 UTC 

[PATCH] net: optimize cmpxchg in ip_idents_reserve
 2020-01-19  4:12 UTC  (8+ messages)

[PATCH v13 0/8] Add Error Disconnect Recover (EDR) support
 2020-01-19  4:00 UTC  (9+ messages)
` [PATCH v13 1/8] PCI/ERR: Update error status after reset_link()
` [PATCH v13 2/8] PCI/DPC: Allow dpc_probe() even if firmware first mode is enabled
` [PATCH v13 3/8] PCI/DPC: Add dpc_process_error() wrapper function
` [PATCH v13 4/8] PCI/DPC: Add Error Disconnect Recover (EDR) support
` [PATCH v13 5/8] PCI/AER: Allow clearing Error Status Register in FF mode
` [PATCH v13 6/8] PCI/DPC: Update comments related to DPC recovery on NON_FATAL errors
` [PATCH v13 7/8] PCI/DPC: Clear AER registers in EDR mode
` [PATCH v13 8/8] PCI/ACPI: Enable EDR support

[PATCH v11 00/10] Enable Sub-Page Write Protection Support
 2020-01-19  4:05 UTC  (11+ messages)
` [PATCH v11 01/10] Documentation: Add EPT based Subpage Protection and related APIs
` [PATCH v11 02/10] mmu: spp: Implement SPPT setup functions
` [PATCH v11 03/10] mmu: spp: Implement functions to {get|set}_subpage permission
` [PATCH v11 04/10] x86: spp: Introduce user-space SPP IOCTLs
` [PATCH v11 05/10] vmx: spp: Handle SPP induced vmexit and EPT violation
` [PATCH v11 06/10] mmu: spp: Enable Lazy mode SPP protection
` [PATCH v11 07/10] mmu: spp: Re-enable SPP protection when EPT mapping changes
` [PATCH v11 08/10] x86: spp: Add SPP protection check in instruction emulation
` [PATCH v11 09/10] vmx: spp: Initialize SPP bitmap and SPP protection
` [PATCH v11 10/10] kvm: selftests: selftest for Sub-Page protection

[PATCH] mmc: sdhci: fix an issue of mixing different types
 2020-01-19  3:49 UTC 

[PATCH] riscv: export __lshrti3
 2020-01-19  3:45 UTC  (3+ messages)
` [PATCH] riscv: Less inefficient gcc tishift helpers (and export their symbols)

[PATCH RFC 0/1] mount: universally disallow mounting over symlinks
 2020-01-19  3:17 UTC  (37+ messages)
                  ` [RFC][PATCHSET][CFT] pathwalk cleanups and fixes
                    ` [PATCH 01/17] do_add_mount(): lift lock_mount/unlock_mount into callers
                      ` [PATCH 02/17] fix automount/automount race properly
                      ` [PATCH 03/17] follow_automount(): get rid of dead^Wstillborn code
                      ` [PATCH 04/17] follow_automount() doesn't need the entire nameidata
                      ` [PATCH 05/17] make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW
                      ` [PATCH 06/17] handle_mounts(): start building a sane wrapper for follow_managed()
                      ` [PATCH 07/17] atomic_open(): saner calling conventions (return dentry on success)
                      ` [PATCH 08/17] lookup_open(): "
                      ` [PATCH 09/17] do_last(): collapse the call of path_to_nameidata()
                      ` [PATCH 10/17] handle_mounts(): pass dentry in, turn path into a pure out argument
                      ` [PATCH 11/17] lookup_fast(): consolidate the RCU success case
                      ` [PATCH 12/17] teach handle_mounts() to handle RCU mode
                      ` [PATCH 13/17] lookup_fast(): take mount traversal into callers
                      ` [PATCH 14/17] new step_into() flag: WALK_NOFOLLOW
                      ` [PATCH 15/17] fold handle_mounts() into step_into()
                      ` [PATCH 16/17] LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()
                      ` [PATCH 17/17] expand the only remaining call of path_lookup_conditional()
                      ` [PATCH 1/9] merging pick_link() with get_link(), part 1
                      ` [PATCH 2/9] merging pick_link() with get_link(), part 2
                      ` [PATCH 3/9] merging pick_link() with get_link(), part 3
                      ` [PATCH 4/9] merging pick_link() with get_link(), part 4
                      ` [PATCH 5/9] merging pick_link() with get_link(), part 5
                      ` [PATCH 6/9] merging pick_link() with get_link(), part 6
                      ` [PATCH 7/9] finally fold get_link() into pick_link()
                      ` [PATCH 8/9] massage __follow_mount_rcu() a bit
                      ` [PATCH 9/9] new helper: traverse_mounts()

[PATCH v12 0/4] ASoC: mt8183: fix audio playback slowly after playback
 2020-01-19  3:22 UTC  (7+ messages)
` [PATCH v12 3/4] watchdog: mtk_wdt: mt8183: Add reset controller
` [PATCH v12 4/4] watchdog: mtk_wdt: mt2712: "

[PATCH v2 0/5] hwmon: k10temp driver improvements
 2020-01-19  3:13 UTC  (5+ messages)

[PATCH 0/8] mm/migrate.c: cleanup on do_pages_move()
 2020-01-19  3:06 UTC  (9+ messages)
` [PATCH 1/8] mm/migrate.c: skip node check if done in last round
` [PATCH 2/8] mm/migrate.c: not necessary to check start and i
` [PATCH 3/8] mm/migrate.c: reform the last call on do_move_pages_to_node()
` [PATCH 4/8] mm/migrate.c: wrap do_move_pages_to_node() and store_status()
` [PATCH 5/8] mm/migrate.c: check pagelist in move_pages_and_store_status()
` [PATCH 6/8] mm/migrate.c: handle same node and add failure in the same way
` [PATCH 7/8] mm/migrate.c: move page on next iteration
` [PATCH 8/8] mm/migrate.c: use break instead of goto out_flush

[PATCH] workqueue: Document (some) memory-ordering properties of {queue,schedule}_work()
 2020-01-19  3:07 UTC  (2+ messages)

[PATCH bpf-next] bpf: add bpf_ct_lookup_{tcp,udp}() helpers
 2020-01-19  3:05 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the cifs tree
 2020-01-19  3:02 UTC  (2+ messages)

[PATCH v1 1/2] x86/msi: Enhance x86 to support platform_msi
 2020-01-19  2:27 UTC  (2+ messages)

[Patch v4] mm: thp: remove the defer list related code since this will not happen
 2020-01-19  2:24 UTC  (4+ messages)

[PATCH] rculist: Add brackets around cond argument in __list_check_rcu macro
 2020-01-19  2:14 UTC  (2+ messages)

[PATCH 0/5] mm/mremap.c: cleanup move_page_tables() a little
 2020-01-19  2:11 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in bitmap_ip_add
 2020-01-19  2:07 UTC 

[RFT PATCH 0/4] hwmon: k10temp driver improvements
 2020-01-19  1:59 UTC  (4+ messages)

[PATCH block v2 0/3] block: Introduce REQ_NOZERO flag for REQ_OP_WRITE_ZEROES operation
 2020-01-19  1:50 UTC  (5+ messages)
` [PATCH block v2 1/3] block: Add @flags argument to bdev_write_zeroes_sectors()
` [PATCH block v2 2/3] block: Add support for REQ_NOZERO flag

[PATCH v10 0/5] add driver for "boe, tv101wum-nl6", "boe, tv101wum-n53", "auo, kd101n80-45na" and "auo, b101uan08.3" panels
 2020-01-19  1:45 UTC  (6+ messages)
` [PATCH v10 1/5] dt-bindings: display: panel: Add boe tv101wum-n16 panel bindings
` [PATCH v10 2/5] drm/panel: support for boe tv101wum-nl6 wuxga dsi video mode panel
` [PATCH v10 3/5] drm/panel: support for auo, kd101n80-45na "
` [PATCH v10 4/5] drm/panel: support for boe, tv101wum-n53 "
` [PATCH v10 5/5] drm/panel: support for auo, b101uan08.3 "

[PATCH v3] mfd: syscon: Add arguments support for syscon reference
 2020-01-19  1:43 UTC  (4+ messages)

[PATCH v4] mfd: syscon: Add arguments support for syscon reference
 2020-01-19  1:33 UTC 

[PATCH] ARM: decompressor: simplify libfdt builds
 2020-01-19  1:24 UTC  (3+ messages)

linux-next: Signed-off-by missing for commit in the arm tree
 2020-01-19  1:18 UTC 

[PATCH RFC 0/1] mount: universally disallow mounting over symlinks
 2020-01-19  1:12 UTC  (6+ messages)
` [PATCH v3 0/2] openat2: minor uapi cleanups

linux-next: Fixes tag needs some work in the sound-asoc-fixes tree
 2020-01-19  1:13 UTC 

[PATCH v2] ARM: decompressor: simplify libfdt builds
 2020-01-19  1:08 UTC 

linux-next: Fixes tag needs some work in the net tree
 2020-01-19  1:06 UTC 

[patch] mm, thp: fix defrag setting if newline is not used
 2020-01-19  1:04 UTC  (7+ messages)
        ` [patch v2] "

linux-next: Fixes tag needs some work in the arm-current tree
 2020-01-19  1:03 UTC 

[GIT PULL] mtd: Fixes for 5.5-rc7 or final
 2020-01-19  0:45 UTC  (2+ messages)

SLUB: purpose of sysfs events on cache creation/removal
 2020-01-19  0:15 UTC  (12+ messages)

[RFC PATCH v1 1/3] dt-bindings: spi: convert rockchip spi bindings to yaml
 2020-01-18 23:08 UTC  (3+ messages)
` [RFC PATCH v1 2/3] dt-bindings: spi: spi-rockchip: add description for rk3308
` [RFC PATCH v1 3/3] dt-bindings: spi: spi-rockchip: add description for rk3328

[PATCH 1/2] ARM: dts: rockchip: rename dwmmc node names to mmc
 2020-01-18 23:01 UTC  (2+ messages)

RFC: hold i_rwsem until aio completes
 2020-01-18 22:40 UTC  (6+ messages)

KASAN: slab-out-of-bounds Read in bitmap_port_gc
 2020-01-18 22:30 UTC  (2+ messages)

[PATCH 0/5] mfd: rn5t618: add ADC support
 2020-01-18 22:14 UTC  (4+ messages)
` [PATCH 3/5] iio: adc: rn5t618: Add ADC driver for RN5T618/RC5T619

[git pull] drm fixes for 5.5-rc7
 2020-01-18 22:05 UTC  (2+ messages)

[PATCH v6 0/5] add Amlogic A1 clock controller driver
 2020-01-18 21:57 UTC  (3+ messages)
` [PATCH v6 2/5] clk: meson: add support for A1 PLL clock ops

[PATCH RFC 0/3] x86/kvm/hyper-v: fix enlightened VMCS & QEMU4.2
 2020-01-18 21:42 UTC  (7+ messages)
` [PATCH RFC 2/3] x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()

[PATCH] KVM: x86: Perform non-canonical checks in 32-bit KVM
 2020-01-18 21:38 UTC  (4+ messages)

[PATCH v2 0/4] KVM: x86: TIF_NEED_FPU_LOAD bug fixes
 2020-01-18 21:35 UTC  (3+ messages)
` [PATCH v2 4/4] KVM: x86: Remove unused ctxt param from emulator's FPU accessors

[PATCH] KVM: x86: avoid clearing pending exception event twice
 2020-01-18 21:26 UTC  (2+ messages)

[GIT PULL] thread fixes v5.5-rc7
 2020-01-18 21:05 UTC  (2+ messages)

[GIT PULL] EFI fixes
 2020-01-18 21:05 UTC  (2+ messages)

[GIT PULL] x86 fixes
 2020-01-18 21:05 UTC  (2+ messages)

[GIT PULL] cpu/SMT fix
 2020-01-18 21:05 UTC  (2+ messages)

[GIT PULL] locking fixes
 2020-01-18 21:05 UTC  (2+ messages)

[GIT PULL] IRQ fix
 2020-01-18 21:05 UTC  (2+ messages)

[GIT PULL] timers fixes
 2020-01-18 21:05 UTC  (2+ messages)

[GIT PULL] perf fixes
 2020-01-18 21:05 UTC  (2+ messages)

[GIT PULL] RAS fix
 2020-01-18 21:05 UTC  (2+ messages)

[GIT PULL] rseq fixes
 2020-01-18 21:05 UTC  (2+ messages)

[GIT PULL] s390 updates for 5.5-rc7
 2020-01-18 21:05 UTC  (2+ messages)

[PATCH RFC v2] drm/msm/mdp5: enable autorefresh
 2020-01-18 21:02 UTC  (4+ messages)

[PATCH v2 1/2] regmap: fix writes to non incrementing registers
 2020-01-18 20:56 UTC  (2+ messages)
` [PATCH v2 2/2] regmap: stop splitting "

[PATCH v2 0/2] misc: pvpanic: add crash loaded event
 2020-01-18 20:56 UTC  (2+ messages)

[PATCH] io_uring: use labeled array init in io_op_defs
 2020-01-18 20:46 UTC  (2+ messages)

[PATCH 0/2] optimise sqe-to-req flags
 2020-01-18 20:46 UTC  (7+ messages)
` [PATCH v2] io_uring: optimise sqe-to-req flags translation
      ` [PATCH v3 1/1] "

BUG: MAX_LOCKDEP_CHAINS too low!
 2020-01-18 20:41 UTC  (9+ messages)

[PATCH] drm/msm/mdp5: rate limit pp done timeout warnings
 2020-01-18 20:41 UTC 

[GIT PULL] Char/Misc driver fixes for 5.5-rc7
 2020-01-18 20:20 UTC  (2+ messages)

[GIT PULL] more SCSI fixes for 5.5-rc6
 2020-01-18 20:20 UTC  (2+ messages)

[GIT PULL] USB fixes for 5.5-rc7
 2020-01-18 20:20 UTC  (2+ messages)

[GIT PULL] Staging and IIO driver fixes for 5.5-rc7
 2020-01-18 20:20 UTC  (2+ messages)

[PATCH] KVM: squelch uninitialized variable warning
 2020-01-18 20:19 UTC  (3+ messages)

[PATCH v2 00/13] KVM: x86: Extend Spectre-v1 mitigation
 2020-01-18 20:18 UTC  (4+ messages)
` [PATCH v2 10/13] KVM: x86: Protect memory accesses from Spectre-v1/L1TF attacks in x86.c

Fix built-in early-load Intel microcode alignment
 2020-01-18 20:10 UTC  (5+ messages)

[PATCH 4/4] GPIO: creg-snps: fixed a typo
 2020-01-18 20:06 UTC 

[PATCH v2] kvm/svm: PKU not currently supported
 2020-01-18 20:03 UTC  (5+ messages)

KASAN: vmalloc-out-of-bounds Write in tpg_fill_plane_buffer
 2020-01-18 20:02 UTC 

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2020-01-18 20:01 UTC  (2+ messages)

[PATCH net-next RFC 0/3] Add mlx5 devices FW upgrade reset support
 2020-01-18 19:57 UTC  (6+ messages)
` [PATCH net-next RFC 3/3] net/mlx5: Add "

[PATCH 1/3] staging: rtl8192e: simplify rtl92e_evm_db_to_percent()
 2020-01-18 19:53 UTC  (3+ messages)
` [PATCH 2/3] staging: rtl8192u: simplify rtl819x_evm_dbtopercentage()
` [PATCH 3/3] staging: rtl8712: simplify evm_db2percentage()

[PATCH V2] x86/Hyper-V: Balloon up according to request page number
 2020-01-18 19:29 UTC  (2+ messages)

Stuttering (mouse, keyboard input, video) in 5.3/5.4 when swap is being used
 2020-01-18 19:20 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).