linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-25 18:58:17 to 2018-11-26 04:02:09 UTC [more...]

[PATCH net-next 0/3] basic in order support for vhost_net
 2018-11-26  4:01 UTC  (7+ messages)
` [PATCH net-next 2/3] vhost_net: support in order feature
` [PATCH net-next 3/3] vhost: don't touch avail ring if in_order is negotiated

[PATCH v1 1/3] arm64: dts: mt7622: fix no more console output on rfb1
 2018-11-26  3:49 UTC  (4+ messages)
` [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

[PATCH] Fonts: New Terminus large console font
 2018-11-26  3:47 UTC 

[PATCH v3 1/2] x86/fpu: track AVX-512 usage of tasks
 2018-11-26  3:36 UTC  (2+ messages)

[PATCH] mm: put_and_wait_on_page_locked() while page is migrated
 2018-11-26  3:29 UTC  (3+ messages)

[PATCHv18 01/35] Documentation: v4l: document request API
 2018-11-26  3:27 UTC  (6+ messages)

[PATCH] ext4: fix possible use after free in ext4_quota_enable
 2018-11-26  3:21 UTC 

[PATCH rdma-next 0/3] RDMA/hns: Updates for reset process of roce device in hip08
 2018-11-26  3:13 UTC  (5+ messages)
` [PATCH rdma-next 3/3] RDMA/hns: Modify hns RoCE device's name

[PATCH v4 0/8] vfio/mdev: IOMMU aware mediated device
 2018-11-26  3:09 UTC  (16+ messages)
` [PATCH v4 1/8] iommu: Add APIs for multiple domains per device
` [PATCH v4 2/8] iommu/vt-d: Add multiple domains per device query
` [PATCH v4 4/8] iommu/vt-d: Attach/detach domains in auxiliary mode
` [PATCH v4 7/8] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v4 8/8] vfio/type1: Handle different mdev isolation type

[PATCH] nilfs2: fix potential use after free
 2018-11-26  3:08 UTC 

[patch V2 00/28] x86/speculation: Remedy the STIBP/IBPB overhead
 2018-11-26  3:07 UTC  (21+ messages)
` [patch V2 01/28] x86/speculation: Update the TIF_SSBD comment
` [patch V2 02/28] x86/speculation: Clean up spectre_v2_parse_cmdline()
` [patch V2 03/28] x86/speculation: Remove unnecessary ret variable in cpu_show_common()
` [patch V2 06/28] x86/speculation: Rename SSBD update functions
` [patch V2 07/28] x86/speculation: Reorganize speculation control MSRs update
` [patch V2 12/28] x86/l1tf: Show actual SMT state
` [patch V2 14/28] x86/speculation: Mark string arrays const correctly
` [patch V2 15/28] x86/speculataion: Mark command line parser data __initdata
` [patch V2 20/28] x86/speculation: Avoid __switch_to_xtra() calls
` [patch V2 21/28] x86/speculation: Prepare for conditional IBPB in switch_mm()
` [patch V2 27/28] x86/speculation: Add seccomp Spectre v2 user space protection mode

[PATCH 1/2] cpufreq: imx6q: remove unused code
 2018-11-26  2:59 UTC  (2+ messages)
` [PATCH 2/2] cpufreq: imx6q: save one condition block for normal case of nvmem read

linux-next: manual merge of the etnaviv tree with the drm-misc tree
 2018-11-26  2:58 UTC 

linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2018-11-26  2:37 UTC 

[PATCH 0/2] Drivers: hv: vmbus: Miscellaneous fixes
 2018-11-26  2:29 UTC  (3+ messages)
` [PATCH 1/2] Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()
  ` [PATCH 2/2] Drivers: hv: vmbus: offload the handling of channels to two workqueues

[PATCH v4 0/2] Add Synopsys High-Speed USB PHY driver for Qualcomm SoCs
 2018-11-26  2:30 UTC  (4+ messages)
` [PATCH v4 2/2] phy: qualcomm: Add Synopsys High-Speed USB PHY driver

[PATCH] net: ethernet: ti: cpsw: allow to configure min tx packet size
 2018-11-26  2:27 UTC  (2+ messages)

[PATCH v3 2/2] arm64/bpf: don't allocate BPF JIT programs in module memory
 2018-11-26  2:22 UTC  (2+ messages)

[PATCH V12 00/20] block: support multi-page bvec
 2018-11-26  2:17 UTC  (21+ messages)
` [PATCH V12 01/20] btrfs: remove various bio_offset arguments
` [PATCH V12 02/20] btrfs: look at bi_size for repair decisions
` [PATCH V12 03/20] block: remove the "cluster" flag
` [PATCH V12 04/20] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V12 05/20] block: remove bvec_iter_rewind()
` [PATCH V12 06/20] block: rename bvec helpers
` [PATCH V12 07/20] block: introduce multi-page "
` [PATCH V12 08/20] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V12 09/20] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V12 10/20] block: use bio_for_each_bvec() to map sg
` [PATCH V12 11/20] block: introduce bvec_last_segment()
` [PATCH V12 12/20] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V12 13/20] block: loop: pass multi-page bvec to iov_iter
` [PATCH V12 14/20] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V12 15/20] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V12 16/20] block: enable multipage bvecs
` [PATCH V12 17/20] block: always define BIO_MAX_PAGES as 256
` [PATCH V12 18/20] block: document usage of bio iterator helpers
` [PATCH V12 19/20] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V12 20/20] block: kill BLK_MQ_F_SG_MERGE

[PATCH] fs/qnx6: set and bh1 and bh2 to NULL after dropping references
 2018-11-26  2:21 UTC 

[PATCH] Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()
 2018-11-26  2:17 UTC 

[PATCH] mm: do not consider SWAP to calculate available when not necessary
 2018-11-26  2:01 UTC  (2+ messages)

[PATCH] mm: use this_cpu_cmpxchg_double in put_cpu_partial
 2018-11-26  1:59 UTC  (3+ messages)

[PATCH] autofs: drop dentry reference only when it is never used
 2018-11-26  1:58 UTC 

[PATCH 0/2] perf report/annotate: Support average IPC and IPC coverage for function
 2018-11-26  9:40 UTC  (3+ messages)
` [PATCH 1/2] perf annotate: Compute average IPC and IPC coverage per symbol
` [PATCH 2/2] perf report: Display "

[RFC PATCH] of: make MAX_RESERVED_REGIONS configurable
 2018-11-26  1:33 UTC  (5+ messages)

[PATCH v3] debugobjects: scale the static pool size
 2018-11-26  1:31 UTC  (7+ messages)
` [PATCH v4] "

[PATCH v2] x86_64, vmcoreinfo: Append 'page_offset_base' to vmcoreinfo
 2018-11-26  1:28 UTC  (2+ messages)

[PATCH 1/2 v3] powerpc/fsl: Use new clockgen binding
 2018-11-26  1:19 UTC  (2+ messages)

[PATCH v4 0/5] nds32 FPU port
 2018-11-26  1:23 UTC  (4+ messages)
` [PATCH v4 2/5] nds32: Support FP emulation

[PATCH V6 0/2] can: flexcan: add can self wakeup support
 2018-11-26  1:12 UTC  (4+ messages)
` [PATCH V6 2/2] can: flexcan: add "

[PATCH v3] xen/balloon: Mark unallocated host memory as UNUSABLE
 2018-11-26  1:00 UTC  (2+ messages)
` [Xen-devel] "

linux-next: build warnings after merge of the cifs tree
 2018-11-26  0:52 UTC  (3+ messages)

[PATCH v17 18/23] platform/x86: Intel SGX driver
 2018-11-26  0:37 UTC  (13+ messages)

[LKP] d17a1d97dc [ 56.099059] watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [swapper:1]
 2018-11-26  0:33 UTC 

[PATCH] bpf: btf: fix spelling mistake "Memmber" -> "Member"
 2018-11-26  0:29 UTC  (2+ messages)

[LKP] [ALSA] 3a6d1980fe: kernel_BUG_at_mm/page_alloc.c
 2018-11-26  0:28 UTC 

[PATCH] scsi: storvsc: Fix a race in sub-channel creation that can cause panic
 2018-11-26  0:26 UTC 

[PATCH 0/8] net: y2038-safe socket timestamps
 2018-11-26  0:25 UTC  (12+ messages)
` [PATCH 6/8] socket: Add struct sock_timeval
` [PATCH 7/8] socket: Add SO_TIMESTAMP[NS]_NEW

[LKP] [NFS] be11360100: BUG:unable_to_handle_kernel
 2018-11-26  0:20 UTC 

[PATCH 0/6] devfreq: handle suspend/resume
 2018-11-26  0:19 UTC  (7+ messages)
  ` [PATCH 3/6] devfreq: add support for suspend/resume of a devfreq device

linux-next: build warning after merge of the f2fs tree
 2018-11-26  0:19 UTC 

[PATCH linux-next 00/10] net: ethernet: ti: cpsw: replace cpsw-phy-sel with phy driver
 2018-11-26  0:15 UTC  (11+ messages)
` [PATCH linux-next 01/10] dt-bindings: phy: add cpsw port interface mode selection phy bindings
` [PATCH linux-next 02/10] phy: ti: introduce phy-gmii-sel driver
` [PATCH linux-next 03/10] dt-bindings: net: ti: cpsw: switch to use phy-gmii-sel phy
` [PATCH linux-next 04/10] net: ethernet: ti: cpsw: add support for port interface mode selection phy
` [PATCH linux-next 05/10] ARM: dts: dra7: switch to use phy-gmii-sel
` [PATCH linux-next 06/10] ARM: dts: dm814x: "
` [PATCH linux-next 07/10] ARM: dts: am4372: "
` [PATCH linux-next 08/10] ARM: dts: am335x: "
` [PATCH linux-next 09/10] dt-bindings: net: ti: deprecate cpsw-phy-sel bindings
` [PATCH linux-next 10/10] net: ethernet: ti: cpsw: deprecate cpsw-phy-sel driver

linux-next: build warning after merge of the btrfs-kdave tree
 2018-11-26  0:06 UTC 

[GIT PULL] hwmon fixes for v4.20-rc5
 2018-11-25 23:47 UTC 

[PATCH net-next] net: ethernet: ti: cpsw: drop vid0 configuration in dual_mac mode
 2018-11-25 23:46 UTC 

[PATCH] perf: util: fix spelling mistake "Muliplier" -> "Multiplier"
 2018-11-25 23:38 UTC 

[GIT PULL] FSI fixes for 4.20
 2018-11-25 23:37 UTC 

[PATCH] drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts"
 2018-11-25 23:25 UTC 

Question about "regulator: core: Only count load for enabled consumers" in -next
 2018-11-25 23:24 UTC  (3+ messages)

[snd_hda_intel] snd_hda_intel causes high CPU lockup and system instability if mic disabled in BIOS on Lenovo P50
 2018-11-25 23:17 UTC 

[PATCH] firestream: fix spelling mistake: "Inititing" -> "Initializing"
 2018-11-25 23:21 UTC 

linux-next: manual merge of the mips tree with the kbuild tree
 2018-11-25 23:17 UTC 

[PATCH] ALSA: usb-audio: fix spelling mistake "Frequence" -> "Frequency"
 2018-11-25 23:12 UTC 

[PATCH 01/13] ARM: multi_v7_defconfig: Select PHY_ROCKCHIP_INNO_USB2
 2018-11-25 23:10 UTC  (15+ messages)
` [PATCH 02/13] ARM: multi_v7_defconfig: Add missing systemd options
` [PATCH 03/13] net: stmmac: dwmac-rk: Allow the driver to probe when phy-supply is not present
` [PATCH 04/13] net: stmmac: dwmac-rk: Do not print redundant error message
` [PATCH 05/13] net: stmmac: dwmac-rk: Do not print error when PHY regulator is not found
` [PATCH 06/13] ARM: dts: rv1108: Add GMAC support
` [PATCH 07/13] ARM: dts: rv1108: Fix the timer mask
` [PATCH 08/13] ARM: dts: rv1108: Fix the PMU interrupt number
` [PATCH 09/13] ARM: dts: rv1108: Assign the proper GPIO clocks
` [PATCH 10/13] ARM: dts: rv1108: Add UART DMA support
` [PATCH 11/13] ARM: dts: rv1108: Add internal timer support
` [PATCH 12/13] ARM: dts: rv1108: Pass the 'arm,cpu-registers-not-fw-configured' property
` [PATCH 13/13] ARM: dts: rv1108: Pass the 'clock-latency' property

[PATCH] drivers/fsi/fsi-scom.c: Remove duplicate header
 2018-11-25 23:07 UTC  (3+ messages)

WARNING: bad usercopy in corrupted (2)
 2018-11-25 23:07 UTC  (3+ messages)

The "udl" driver crashes the kernel
 2018-11-25 23:07 UTC  (2+ messages)

[PATCH] gpio: restore original GPLv2+ license of gpiolib-of.c sources
 2018-11-25 23:04 UTC  (2+ messages)

Linux 4.20-rc4
 2018-11-25 23:02 UTC 

[PATCH] Add /proc/pid_generation
 2018-11-25 23:00 UTC  (8+ messages)

[PATCH v2 0/5] autofs updates
 2018-11-25 22:57 UTC  (4+ messages)
` [PATCH v2 1/5] autofs - improve ioctl sbi checks

[PATCH] riscv: perf: fix build warning
 2018-11-25 22:51 UTC 

[PATCH] media: dib0700: fix spelling mistake "Amplifyer" -> "Amplifier"
 2018-11-25 22:51 UTC 

[PATCH] sched/fair: Fix warning on non-SMP build
 2018-11-25 22:41 UTC 

Function rcu_dynticks_eqs_exit spent more cycles to processor
 2018-11-25 22:35 UTC 

[PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable
 2018-11-25 22:21 UTC  (7+ messages)
` [PATCH v2 2/3] ARM: imx_v6_v7_defconfig: Enable BT_BNEP
` [PATCH v2 3/3] ARM: imx_v6_v7_defconfig: Enable USB_ANNOUNCE_NEW_DEVICES

[PATCH v3 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable
 2018-11-25 22:20 UTC  (3+ messages)
` [PATCH v3 2/3] ARM: imx_v6_v7_defconfig: Enable BT_BNEP
` [PATCH v3 3/3] ARM: imx_v6_v7_defconfig: Enable USB_ANNOUNCE_NEW_DEVICES

[PATCH] rtlwifi: rtl8192de: fix spelling mistake "althougth" -> "although"
 2018-11-25 22:10 UTC 

[PATCH v8 0/7] mm: Merge hmm into devm_memremap_pages, mark GPL-only
 2018-11-25 22:04 UTC  (3+ messages)

[PATCH] parport: parport_pc: Mark expected switch fall-through
 2018-11-25 21:48 UTC 

[PATCH 0/5] Add new features for SC27XX fuel gauge driver
 2018-11-25 21:48 UTC  (5+ messages)
` [PATCH 3/5] power: supply: sc27xx: Add fuel gauge low voltage alarm
` [PATCH 5/5] power: supply: sc27xx: Save last battery capacity

[PATCH 0/5] memblock: simplify several early memory allocations
 2018-11-25 21:44 UTC  (6+ messages)
` [PATCH 1/5] powerpc: prefer memblock APIs returning virtual address
` [PATCH 2/5] microblaze: prefer memblock API "
` [PATCH 3/5] sh: prefer memblock APIs "
` [PATCH 4/5] openrisc: simplify pte_alloc_one_kernel()
` [PATCH 5/5] arch: simplify several early memory allocations

[PATCH] KVM: x86: Trace changes to active TSC offset regardless if vCPU in guest-mode
 2018-11-25 21:38 UTC  (2+ messages)

[PATCH 0/2] irq/irq_sim: provide a specialized variant of irq_sim_fire()
 2018-11-25 21:18 UTC  (7+ messages)
` [PATCH 1/2] irq/irq_sim: provide irq_sim_fire_edge()

[PATCH] partitions/efi: Fix partition name parsing in GUID partition entry
 2018-11-25 21:16 UTC  (2+ messages)

[PATCH v2] ARM: dts: rv1108: enable eMMC support
 2018-11-25 21:14 UTC 

[RFC PATCH v2 0/3] realize dax_operations for dm-snapshot
 2018-11-25 20:59 UTC  (2+ messages)

[RCF PATCH,v2,2/2] pwm: imx: Configure output to GPIO in disabled state
 2018-11-25 20:56 UTC  (11+ messages)

[PATCH 1/6] char: lp: remove trailing whitespace
 2018-11-25 20:56 UTC  (7+ messages)
` [PATCH 2/6] char: lp: move trailing statement to next line
` [PATCH 3/6] char: lp: do not use return as a function
` [PATCH 4/6] char: lp: use tabs instead of spaces
` [PATCH 5/6] char: lp: fix whitespace with pointers
` [PATCH 6/6] char: lp: fix spacing style before open parenthesis

[RFC PATCH 0/3] Maintainer Handbook: Subsystem Profile
 2018-11-25 20:55 UTC  (3+ messages)

[PATCH 1/3] ARM: imx_v6_v7_defconfig: Remove CONFIG_ARM_UNWIND
 2018-11-25 20:55 UTC  (8+ messages)
` [PATCH 2/3] ARM: imx_v6_v7_defconfig: Enable BT_BNEP
` [PATCH 3/3] ARM: imx_v6_v7_defconfig: Enable USB_ANNOUNCE_NEW_DEVICES

[PATCH] ARM: dts: rv1108-evb: enable eMMC support
 2018-11-25 20:53 UTC  (3+ messages)

[BUG] Nuvoton NCPT650 TPM 2.0 mode not working
 2018-11-25 20:06 UTC  (12+ messages)

[PATCH v2 0/2] Documentation/admin-guide: introduce perf-security.rst file and extend perf_event_paranoid documentation
 2018-11-25 19:47 UTC  (3+ messages)
` [PATCH v2 1/2] Documentation/admin-guide: introduce perf-security.rst file

[PATCH] Documentation: dev-tools: Fix typos in index.rst
 2018-11-25 19:36 UTC  (3+ messages)

[PATCH 0/3] add support for Sensirion SPS30 PM sensor
 2018-11-25 19:05 UTC  (4+ messages)
` [PATCH 2/3] iio: chemical: add support for Sensirion SPS30 sensor

[tip:WIP.x86/pti 23/30] arch/x86/mm/tlb.c:192:51: error: 'LAST_USR_MM_IBPB' undeclared; did you mean 'LAST_USER_MM_IBPB'?
 2018-11-25 19:01 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).