linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-23 10:43:38 to 2018-07-23 12:30:47 UTC [more...]

[PATCH 4.14 00/44] 4.14.58-stable review
 2018-07-23 12:25 UTC  (39+ messages)
` [PATCH 4.14 01/44] scsi: sd_zbc: Fix variable type and bogus comment
` [PATCH 4.14 04/44] x86/events/intel/ds: Fix bts_interrupt_threshold alignment
` [PATCH 4.14 05/44] x86/MCE: Remove min interval polling limitation
` [PATCH 4.14 06/44] fat: fix memory allocation failure handling of match_strdup()
` [PATCH 4.14 07/44] ALSA: rawmidi: Change resized buffers atomically
` [PATCH 4.14 08/44] ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirk
` [PATCH 4.14 09/44] ALSA: hda: add mute led support for HP ProBook 455 G5
` [PATCH 4.14 10/44] ARCv2: [plat-hsdk]: Save accl reg pair by default
` [PATCH 4.14 11/44] ARC: Fix CONFIG_SWAP
` [PATCH 4.14 12/44] ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs
` [PATCH 4.14 13/44] ARC: mm: allow mprotect to make stack mappings executable
` [PATCH 4.14 14/44] mm: memcg: fix use after free in mem_cgroup_iter()
` [PATCH 4.14 15/44] mm/huge_memory.c: fix data loss when splitting a file pmd
` [PATCH 4.14 16/44] cpufreq: intel_pstate: Register when ACPI PCCH is present
` [PATCH 4.14 17/44] vfio/pci: Fix potential Spectre v1
` [PATCH 4.14 18/44] vfio/spapr: Use IOMMU pageshift rather than pagesize
` [PATCH 4.14 19/44] stop_machine: Disable preemption when waking two stopper threads
` [PATCH 4.14 21/44] drm/nouveau: Use drm_connector_list_iter_* for iterating connectors
` [PATCH 4.14 22/44] drm/nouveau: Avoid looping through fake MST connectors
` [PATCH 4.14 24/44] ipv4: Return EINVAL when ping_group_range sysctl doesnt map to user ns
` [PATCH 4.14 25/44] ipv6: fix useless rol32 call on hash
` [PATCH 4.14 26/44] ipv6: ila: select CONFIG_DST_CACHE
` [PATCH 4.14 27/44] lib/rhashtable: consider param->min_size when setting initial table size
` [PATCH 4.14 28/44] net: diag: Dont double-free TCP_NEW_SYN_RECV sockets in tcp_abort
` [PATCH 4.14 29/44] net: Dont copy pfmemalloc flag in __copy_skb_header()
` [PATCH 4.14 30/44] skbuff: Unconditionally copy pfmemalloc in __skb_clone()
` [PATCH 4.14 31/44] net/ipv4: Set oif in fib_compute_spec_dst
` [PATCH 4.14 32/44] net: phy: fix flag masking in __set_phy_supported
` [PATCH 4.14 33/44] ptp: fix missing break in switch
` [PATCH 4.14 35/44] tg3: Add higher cpu clock for 5762
` [PATCH 4.14 36/44] hv_netvsc: Fix napi reschedule while receive completion is busy
` [PATCH 4.14 37/44] net/mlx4_en: Dont reuse RX page when XDP is set
` [PATCH 4.14 38/44] net: systemport: Fix CRC forwarding check for SYSTEMPORT Lite
` [PATCH 4.14 40/44] net: usb: asix: replace mii_nway_restart in resume path
` [PATCH 4.14 41/44] alpha: fix osf_wait4() breakage
` [PATCH 4.14 42/44] cxl_getfile(): fix double-iput() on alloc_file() failures
` [PATCH 4.14 43/44] powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)
` [PATCH 4.14 44/44] xhci: Fix perceived dead host due to runtime suspend race with event handler

[PATCH 4.17 00/63] 4.17.10-stable review
 2018-07-23 12:25 UTC  (53+ messages)
` [PATCH 4.17 01/63] scsi: sd_zbc: Fix variable type and bogus comment
` [PATCH 4.17 02/63] scsi: qla2xxx: Fix inconsistent DMA mem alloc/free
` [PATCH 4.17 03/63] scsi: qla2xxx: Fix kernel crash due to late workqueue allocation
` [PATCH 4.17 04/63] scsi: qla2xxx: Fix NULL pointer dereference for fcport search
` [PATCH 4.17 06/63] KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer
` [PATCH 4.17 07/63] KVM: VMX: Mark VMXArea with revision_id of physical CPU even when eVMCS enabled
` [PATCH 4.17 08/63] x86/kvm/vmx: dont read current->thread.{fs,gs}base of legacy tasks
` [PATCH 4.17 13/63] fat: fix memory allocation failure handling of match_strdup()
` [PATCH 4.17 14/63] ALSA: rawmidi: Change resized buffers atomically
` [PATCH 4.17 15/63] ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirk
` [PATCH 4.17 16/63] ALSA: hda/realtek - Yet another Clevo P950 quirk entry
` [PATCH 4.17 17/63] ALSA: hda: add mute led support for HP ProBook 455 G5
` [PATCH 4.17 18/63] ARCv2: [plat-hsdk]: Save accl reg pair by default
` [PATCH 4.17 19/63] ARC: Fix CONFIG_SWAP
` [PATCH 4.17 20/63] ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs
` [PATCH 4.17 21/63] ARC: mm: allow mprotect to make stack mappings executable
` [PATCH 4.17 22/63] mm: memcg: fix use after free in mem_cgroup_iter()
` [PATCH 4.17 23/63] mm/huge_memory.c: fix data loss when splitting a file pmd
` [PATCH 4.17 24/63] cpufreq: intel_pstate: Register when ACPI PCCH is present
` [PATCH 4.17 25/63] vfio/pci: Fix potential Spectre v1
` [PATCH 4.17 26/63] vfio/spapr: Use IOMMU pageshift rather than pagesize
` [PATCH 4.17 27/63] stop_machine: Disable preemption when waking two stopper threads
` [PATCH 4.17 28/63] powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)
` [PATCH 4.17 31/63] Revert "drm/amd/display: Dont return ddc result and read_bytes in same return value"
` [PATCH 4.17 33/63] drm/nouveau: Use drm_connector_list_iter_* for iterating connectors
` [PATCH 4.17 34/63] drm/nouveau: Avoid looping through fake MST connectors
` [PATCH 4.17 36/63] ipv4: Return EINVAL when ping_group_range sysctl doesnt map to user ns
` [PATCH 4.17 37/63] ipv6: fix useless rol32 call on hash
` [PATCH 4.17 38/63] ipv6: ila: select CONFIG_DST_CACHE
` [PATCH 4.17 39/63] lib/rhashtable: consider param->min_size when setting initial table size
` [PATCH 4.17 40/63] net: diag: Dont double-free TCP_NEW_SYN_RECV sockets in tcp_abort
` [PATCH 4.17 41/63] net: Dont copy pfmemalloc flag in __copy_skb_header()
` [PATCH 4.17 42/63] skbuff: Unconditionally copy pfmemalloc in __skb_clone()
` [PATCH 4.17 43/63] net/ipv4: Set oif in fib_compute_spec_dst
` [PATCH 4.17 44/63] net/ipv6: Do not allow device only routes via the multipath API
` [PATCH 4.17 45/63] net: phy: fix flag masking in __set_phy_supported
` [PATCH 4.17 46/63] ptp: fix missing break in switch
` [PATCH 4.17 48/63] rhashtable: add restart routine in rhashtable_free_and_destroy()
` [PATCH 4.17 49/63] sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
` [PATCH 4.17 50/63] tg3: Add higher cpu clock for 5762
` [PATCH 4.17 51/63] net: ip6_gre: get ipv6hdr after skb_cow_head()
` [PATCH 4.17 52/63] sctp: introduce sctp_dst_mtu
` [PATCH 4.17 53/63] sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
` [PATCH 4.17 54/63] hv_netvsc: Fix napi reschedule while receive completion is busy
` [PATCH 4.17 55/63] net: aquantia: vlan unicast address list correct handling
` [PATCH 4.17 56/63] net/mlx4_en: Dont reuse RX page when XDP is set
` [PATCH 4.17 57/63] net: systemport: Fix CRC forwarding check for SYSTEMPORT Lite
` [PATCH 4.17 58/63] ipv6: make DAD fail with enhanced DAD when nonce length differs
` [PATCH 4.17 60/63] alpha: fix osf_wait4() breakage
` [PATCH 4.17 61/63] drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
` [PATCH 4.17 62/63] cxl_getfile(): fix double-iput() on alloc_file() failures
` [PATCH 4.17 63/63] xhci: Fix perceived dead host due to runtime suspend race with event handler

[PATCH] can: mpc5xxx_can: check of_iomap return before use
 2018-07-23 12:27 UTC  (5+ messages)

[PATCH v6 0/7] x86,tlb,mm: make lazy TLB mode even lazier
 2018-07-23 12:26 UTC  (9+ messages)
` [PATCH 4/7] x86,tlb: make lazy TLB mode lazier

[PATCH v3 1/2] f2fs: fix to avoid broken of dnode block list
 2018-07-23 12:25 UTC  (5+ messages)

[PATCHv5 00/19] MKTME enabling
 2018-07-23 12:25 UTC  (5+ messages)
` [PATCHv5 17/19] x86/mm: Implement sync_direct_mapping()

[RFC] Make need_resched() return true when rcu_urgent_qs requested
 2018-07-23 12:22 UTC  (11+ messages)

INFO: task hung in fuse_reverse_inval_entry
 2018-07-23 12:22 UTC  (4+ messages)

[PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption
 2018-07-23 12:22 UTC  (8+ messages)

[PATCH] net/p9/trans_fd.c: fix double list_del()
 2018-07-23 12:19 UTC 

[PATCH 1/3] f2fs: turn off atomic writes when deteting abnormal behaviors
 2018-07-23 11:59 UTC  (4+ messages)
` [PATCH 2/3] f2fs: keep meta pages in cp_error state

Making KASAN compatible with VMAP_STACK
 2018-07-23 11:55 UTC  (4+ messages)

[PATCH net-next 0/5] net/smc: patches 2018-07-23
 2018-07-23 11:53 UTC  (6+ messages)
` [PATCH net-next 1/5] net/smc: provide smc mode in smc_diag.c
` [PATCH net-next 2/5] net/smc: eliminate cursor read and write calls
` [PATCH net-next 3/5] net/smc: add function to get link group from link
` [PATCH net-next 4/5] net/smc: use DECLARE_BITMAP for rtokens_used_mask
` [PATCH net-next 5/5] net/smc: remove local variable page in smc_rx_splice()

[PATCH] net/9p/trans_fd.c: fix double list_del() and race in access
 2018-07-23 11:46 UTC  (3+ messages)

[PATCH] can.h: Fix can error class mask dir path
 2018-07-23 11:45 UTC  (2+ messages)

[PATCH v1 0/2] mm/kdump: exclude reserved pages in dumps
 2018-07-23 11:45 UTC  (4+ messages)
` [PATCH v1 1/2] mm: clarify semantics of reserved pages

[PATCH] Revert "ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530"
 2018-07-23 11:42 UTC  (2+ messages)

[PATCH v2 0/5] Refactor free_area_init_node/free_area_init_core
 2018-07-23 11:42 UTC  (9+ messages)
` [PATCH v2 3/5] mm/page_alloc: Optimize free_area_init_core

linux-next build error (3)
 2018-07-23 11:39 UTC  (2+ messages)

[PATCH] memory: jz4780-nemc: build depend on OF
 2018-07-23 11:38 UTC 

linux-next: Signed-off-by missing for commit in the s390 tree
 2018-07-23 11:38 UTC 

tegra clock updates and fixes
 2018-07-23 11:37 UTC  (10+ messages)
` [PATCH 2/8] clk: tegra: host1x has fractional divider
` [PATCH 6/8] clk: tegra30: add 2d and 3d idle clocks

[PATCH] cpufreq: intel_pstate: Show different max frequency with turbo 3 and HWP
 2018-07-23 11:35 UTC  (2+ messages)

[PATCH v2 0/6] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM
 2018-07-23 11:34 UTC  (2+ messages)

[PATCH v4 0/5] KVM: x86: hyperv: PV IPI support for Windows guests
 2018-07-23 11:31 UTC  (2+ messages)

[PATCH 0/2] Add QCOM camera clock controller driver
 2018-07-23 11:26 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: Introduce QCOM Camera clock bindings
` [PATCH 2/2] clk: qcom: Add camera clock controller driver for SDM845

BUG: KASAN: use-after-free in xhci_trb_virt_to_dma.part.24+0x1c/0x80
 2018-07-23 11:23 UTC  (3+ messages)

[PATCH v2 00/19] Fixes for sched/numa_balancing
 2018-07-23 11:20 UTC  (7+ messages)
` [PATCH v2 11/19] sched/numa: Restrict migrating in parallel to the same node
` [PATCH v2 13/19] mm/migrate: Use xchg instead of spinlock

[PATCH 0/4] cleanups and refactor of /proc/pid/smaps*
 2018-07-23 11:19 UTC  (5+ messages)
` [PATCH 1/4] mm: /proc/pid/*maps remove is_pid and related wrappers
` [PATCH 2/4] mm: proc/pid/smaps: factor out mem stats gathering
` [PATCH 3/4] mm: proc/pid/smaps: factor out common stats printing
` [PATCH 4/4] mm: proc/pid/smaps_rollup: convert to single value seq_file

[PATCH] dd: Invoke one probe retry cycle after every initcall level
 2018-07-23 11:17 UTC  (2+ messages)

[PATCH v2 1/2] security/keys/secure_key: Adds the secure key support based on CAAM
 2018-07-23 11:14 UTC  (2+ messages)
` [PATCH v2 2/2] encrypted_keys: Adds support for secure key-type as master key

[PATCH 0/6] Symbol namespaces
 2018-07-23 11:12 UTC  (7+ messages)
` [PATCH 2/6] module: add support for symbol namespaces

[PATCH 1/1] usb:gadget:function:fix memory leak
 2018-07-23 11:09 UTC 

[PATCH v2 00/14] mm: Asynchronous + multithreaded memmap init for ZONE_DEVICE
 2018-07-23 11:09 UTC  (9+ messages)

[PATCH v3 00/35] Qualcomm Camera Subsystem driver - 8x96 support
 2018-07-23 11:02 UTC  (36+ messages)
` [PATCH v3 01/35] doc-rst: Add packed Bayer raw14 pixel formats
` [PATCH v3 02/35] media: v4l: Add new 2X8 10-bit grayscale media bus code
` [PATCH v3 03/35] media: v4l: Add new 10-bit packed grayscale format
` [PATCH v3 04/35] media: Rename CAMSS driver path
` [PATCH v3 05/35] media: camss: Use SPDX license headers
` [PATCH v3 06/35] media: camss: Fix OF node usage
` [PATCH v3 07/35] media: camss: csiphy: Ensure clock mux config is done before the rest
` [PATCH v3 08/35] media: dt-bindings: media: qcom,camss: Unify the clock names
` [PATCH v3 09/35] media: camss: "
` [PATCH v3 10/35] media: camss: csiphy: Update settle count calculation
` [PATCH v3 11/35] media: camss: csid: Configure data type and decode format properly
` [PATCH v3 12/35] media: camss: vfe: Fix to_vfe() macro member name
` [PATCH v3 13/35] media: camss: vfe: Get line pointer as container of video_out
` [PATCH v3 14/35] media: camss: vfe: Do not disable CAMIF when clearing its status
` [PATCH v3 15/35] media: dt-bindings: media: qcom,camss: Fix whitespaces
` [PATCH v3 16/35] media: dt-bindings: media: qcom,camss: Add 8996 bindings
` [PATCH v3 17/35] media: camss: Add 8x96 resources
` [PATCH v3 18/35] media: camss: Add basic runtime PM support
` [PATCH v3 19/35] media: camss: csiphy: Split to hardware dependent and independent parts
` [PATCH v3 20/35] media: camss: csiphy: Unify lane handling
` [PATCH v3 21/35] media: camss: csiphy: Add support for 8x96
` [PATCH v3 22/35] media: camss: csid: "
` [PATCH v3 23/35] media: camss: ispif: "
` [PATCH v3 24/35] media: camss: vfe: Split to hardware dependent and independent parts
` [PATCH v3 25/35] media: camss: vfe: Add support for 8x96
` [PATCH v3 26/35] media: camss: Format configuration per hardware version
` [PATCH v3 27/35] media: camss: vfe: Different format support on source pad
` [PATCH v3 28/35] media: camss: vfe: Add support for UYVY output from VFE on 8x96
` [PATCH v3 29/35] media: camss: csid: Different format support on source pad
` [PATCH v3 30/35] media: camss: csid: MIPI10 to Plain16 format conversion
` [PATCH v3 31/35] media: camss: Add support for RAW MIPI14 on 8x96
` [PATCH v3 32/35] media: camss: Add support for 10-bit grayscale formats
` [PATCH v3 33/35] media: doc: media/v4l-drivers: Update Qualcomm CAMSS driver document for 8x96
` [PATCH v3 34/35] media: camss: csid: Add support for events triggered by user controls
` [PATCH v3 35/35] media: v4l2-ioctl: Add format descriptions for packed Bayer raw14 pixel formats

[PATCH 0/6] vt: no blinking on console, 256/24-bit color improvements
 2018-07-23 11:07 UTC  (6+ messages)

Occasional `READ LOG DMA EXT failed, trying PIO` with Crucial CT1000MX500SSD4
 2018-07-23 11:07 UTC 

[PATCH v12 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-07-23 11:05 UTC  (10+ messages)
` [PATCH v12 1/4] iommu/arm-smmu: Add pm_runtime/sleep ops

[PATCH v2 0/3] PCI: imx: Initial imx7d pm support
 2018-07-23 11:02 UTC  (4+ messages)
` [PATCH v2 2/3] reset: imx7: Fix always writing bits as 0

[PATCH] netlink: fix memory leak of dump
 2018-07-23 10:59 UTC  (12+ messages)

[PATCH v5] Add display clock controller driver for SDM845
 2018-07-23 10:54 UTC  (2+ messages)
` [PATCH v5] clk: qcom: "

[PATCH v3 0/3] add memcpy support for sdma
 2018-07-23 17:46 UTC  (3+ messages)
` [PATCH v3 3/3] dmaengine: imx-sdma: allocate max 20 bds for one transfer

[PATCH] staging: most: Use NULL pointer not plain integer
 2018-07-23 10:54 UTC 

include architecture Kconfig files from top-level Kconfig v2
 2018-07-23 10:46 UTC  (2+ messages)

linux-next: manual merge of the kvm-arm tree with the arm64 tree
 2018-07-23 10:45 UTC  (2+ messages)

[PATCH v14 1/2] Reorganize the oom report in dump_header
 2018-07-23 10:45 UTC  (4+ messages)

[PATCH 1/4] arm64: dts: allwinner: a64: Add SID node
 2018-07-23 10:42 UTC  (3+ messages)
` [PATCH 3/4] ARM: dts: sun8i: h3: Add SID compatible string
` [PATCH 4/4] arm64: dts: allwinner: h5: Add SID for H5


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).